Make easy money with MEMLOL...

I know it costs $30, thats why I posted asking if anyone has it :P
 
i like this idea, but my big question is how do you drive traffic to your image site? are there image sites out there that allow u to upload funny photos like this and give links back to ur site?
 
what are the various ways to get traffic to joke website ? i have tried promoting on a 30 K facebook page but no good traffic
 
what are the various ways to get traffic to joke website ? i have tried promoting on a 30 K facebook page but no good traffic

I know it's a long thread, but read it all, you will see that I have already answered this question pretty early on in the thread
 
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

I think you will be far better off if you use the stronger SHA1 encryption method, MD5 is much weaker and can be cracked easily...
 
I'm a super newbie and I'm trying to figure out what to do after I upload it onto my bluehost cpanel, changed permissions and added the database, etc.

Edit: Nvm, I got it to work, now I just need to add my adsense. How do I add it? Is there a php file I'm suppose to change or do I add it manually?
 
Last edited:
Downloaded the script, installed and played with it a bit to get it working fine.
Just have to find a few memlol mentions now and get rid of them so thanks G-S-T for this ;-)

Grabber is working fine on Hostgator, posting OK from the bundled sources using the command line posted earlier specifically for Hostgator but I have a question that seems to be skirted over a few times.

I have downloaded the meme archives that have been posted in This Thread and would like to know if there is an easy way to upload (using the grabber or any other method) and post these archives.

Or will the grabber pull all of these images eventually from the other sites ?

Almost there ;-)
 
I have got everything working so far, except when I run the grabber.php file I get the following message:

"No valid argv provided"

With all my php experience I have no idea what would be causing that. I can add pictures manually ok, I have over 3000 I would like to add but do not want to do them all manually. I have seen a few people ask a similar question with the argv thing but no-one has answered them. If you visit the grabber here :http://hahafunny.info/grabber.php you will see the error. I have set a cron job to run every 5 mins but nothing so far.

Any help will be appreciated :).

[EDIT]: This is the line in the grabber.php file that contributes to the above problem described:

Code:
$value = $_SERVER['argv'][1];
if ($value != "start") { die("No valid argv provided"); }

[EDIT]: Don't worry, I've fixed the problem...
 
Last edited:
My Grabber still uploads my pictures messed up. I can manually upload them and images show

View attachment 13475

I've been following you this whole thread man, and I'm stuck in the exact same place. Have you made any progress on this? I'm kind of at a loss on where to go from here, everything is fine except my images are all messed up.
 
i want to try this out, and i know the origin of this script.

i think if you guys are stuck, maybe bring up the problem on fiverr and see if you can pay 5$ to get this problem resolved
 
Good luck.

Good luck, indeed.

-The OP has almost no instructions.
-The readme is hidden in some folder.
-The readme itself is also incomplete.

Let's just say this method may work, but it's far from "easy money", especially for a newbie.

After an hour of messing around, I'm still getting a blank admin page.

I got some pictures to load, by enabling "auto-approve submitted" in some config file. BUT I can't see the main picture OR thumbnails on my main page. I can only see the thumbnail links to those pages when I'm at /submit.php. Then when I click the pages, they seem to work for me, but if I link those same pages to someone else (I also tested using browsershots.org), they appear with no pictures.

I'll be recreating this method in WordPress. I'll post a how-to thread if I'm successful.
 
Last edited:
What is the 'Show Comments' link at the bottom of each image for? How do the comments get there at the first place?
 
Back
Top