Make easy money with MEMLOL...

I heard websites without any content were supposed to be banned by adsense.
Also wil a website that displays images, there's always a risk to be accused of copying someone's stuff, and then adsense will ban at the speed of light.

Personnaly I would monetize this with something else than adsense..

Anyway thanks G-S-T (what does it mean??) :)

So the question is why adsense doesn't ban 9gag.com ? :)
 
Ok installed in 5 mins,working fine so far.
If you use the grabber, you should enable autoapprovegrabber in the settings file or else u wont see the posts
 
There is not admin folder in the script . Only admin.php file

infact, i created that folder in addition to the script, so that i could add my own htaccess file to deny all but my ip.

Try creating a folder called admin, copy these files into it, be sure to update db.inc.php

http://www.mediafire.com/?eq2sw1en87n1imo

then copy admin.php from the root into the admin/ folder.
 
Ok installed in 5 mins,working fine so far.
If you use the grabber, you should enable autoapprovegrabber in the settings file or else u wont see the posts

You are able to add files via the admin cp?
 
Is there any way i can post Like 100 pictures at ones ? Maybe true Cpanel ?
 
You can if you use the grabber, i set it to run 5minutes apart and it ran like 2 times, now i got 226 posts.

Also some security stuff:
remove phpinfo.php file after uploading.

Edit: admin.php and find
Code:
$password = mysql_clean(trim($_POST["passwd"]));
and replace it with:
Code:
$password = md5(mysql_clean(trim($_POST["passwd"])));

also:
edit options.php and replace
Code:
	$oldpassword = mysql_clean($_POST["oldpassword"]);
	$newpassword = mysql_clean($_POST["newpassword"]);
	$confirmpassword = mysql_clean($_POST["confirmpassword"]);

with
Code:
	$oldpassword = md5(mysql_clean($_POST["oldpassword"]));
	$newpassword = md5(mysql_clean($_POST["newpassword"]));
	$confirmpassword = md5(mysql_clean($_POST["confirmpassword"]));


after that go in your databse, the profile field, and edit the admin account. For password field choose md5 then type your password.

What it does it adds a little more security by encripting the password for admin account
 
Last edited:
right so far iv uploaded everything with ftp, and cpanel, iv edited the permissions as it says in the readme.txt file, my sticking point is how i enter the db login details, when i load my site it just says "database error!!!"
 
right so far iv uploaded everything with ftp, and cpanel, iv edited the permissions as it says in the readme.txt file, my sticking point is how i enter the db login details, when i load my site it just says "database error!!!"

read the thread, this has been answered

classes/db.inc.php
 
right so far iv uploaded everything with ftp, and cpanel, iv edited the permissions as it says in the readme.txt file, my sticking point is how i enter the db login details, when i load my site it just says "database error!!!"

Edit: classes/db.inc.php and add your mysql info there
 
read the thread, this has been answered

classes/db.inc.php

yeah get the info from the profile section on dbadmin - but i cant figure out which field goes where in classes/db.inc.php when i come to edit this file

sorry for the lack of knowledge, iv never really attempted anything like this before
 
yeah get the info from the profile section on dbadmin - but i cant figure out which field goes where in classes/db.inc.php when i come to edit this file

sorry for the lack of knowledge, iv never really attempted anything like this before


$config["dbuser"] = "database-username"; <--- this is the username that you added to your database when you created it in your cpanel on your hosting account
$config["dbpass"] = "database-password"; <--- this is the password that you chose for your database when you created it in your cpanel on your hosting account
$config["dbname"] = "database-name"; <--- this is the name that you selected to your database when you created it in your cpanel on your hosting account
$config["dbhost"] = "localhost"; <--- leave this unchanged
 
hey we should make some cool template wariations whos with me?
 
I have setup everything But I got this error on the admin page

Code:
Server error

The website encountered an error while retrieving http://www.xxxxxx.com/admin.php?section=posts&options=100|newest|0|approved&page=1. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
 
I have setup everything But I got this error on the admin page

Code:
Server error

The website encountered an error while retrieving http://www.xxxxxx.com/admin.php?section=posts&options=100|newest|0|approved&page=1. It may be down for maintenance or configured incorrectly.
Here are some suggestions:

Same for me, I can't access the administration !
 
I don't get why a couple of people are having issues. The files have been downloaded 142 times and 3 people are having issues. I would suggest that you delete everything and reinstall the script by following the instructions in the readme file.

The script works 100%

Any issues that have been encountered so far are down to a local problem with that individuals configuration.
 
Start off by posting it to your own Facebook profile and hound the shit out if your friends to do the same. If you have a large fb page then post funny pictures on that. Also you can tweet some funny pictures from twitter accounts and hashtag trending topics. Also you can use stumbleupon and stumble all your pictures. If you have a reddit profile and something really funny you can try for some reddit traffic, but those guys love to flame the shit out of anything spammy, so make sure you pick something good for reddit.
 
This is a bright idea and the bottomline there is how you can make it viral.
 
Back
Top