Make easy money with MEMLOL...

Here is my cronjob settings in Hosgator, but doesn't work

link here
View attachment 13390

This the exact cronjob I use with hostgator that works for me
Code:
[COLOR=#000000][FONT=monospace]php /home/(username)/public_html/grabber.php start[/FONT][/COLOR]
and it should work for you unless you somehow have a different path, but you shouldn't
 
Last edited:
very interesting share gst ..thanks for it.. :)
i want to talk something similar to this, for that i am sending you pm
 
There's actually 2 grabber.php files. One in the root folder of your site name (in the same folder as ads.php) and one in the grabber folder. You need to point the cron to the one in your root, NOT in the grabber folder. The one needed for the cron to run is the public_html/yoursite/grabber.php NOT public_html/yoursite/grabber/grabber.php. The readme says to use this cron:

php /home/username/public_html/grabber.php start

but this is the cron that worked for me:

php /home/username/public_html/mysite/grabber.php start

If you installed all the files directly to your root, without creating a directory in your publuc_html folder named after your site, then the cron in the readme makes sense to me. BUT, I don't know why you wouldn't create a directory named after your site in your public_html folder, otherwise how would you keep multiple sites organized? Assuming this is what most people do, use the second cron I listed above. Just change username and mysite to your info and run the cron..
 
Just deleted all the files from server and re-uploaded them. Was even more precise with following the directions this time. Grabber still not working with godaddy. I'm about to just say screw this.
 
@G-S-T:

Do you know why my pictures aren't showing? When I upload a picture, it gets saved in /pictures with a md5-name, but when I see the "empty" picture with an X in it on my page and I check where it is linked at, it gets linked to a "number" like "212.jpg", but it should be "md5-name.jpg" for the picture to be seen...
 
anyone knows the fix to admin page , when i login it redirects me to a long url which is a blank page
 
can anyone tell me a good hosting for this kind of method? and cheap too thanks! :D
 
Finally got the grabber working and posting to the site with this cron:

php /home/myusername/public_html/mysite/grabber.php start

BUT, now I have another problem. I went through the posts that the grabber posted to the site and removed a few that were semi-nude to avoid problems with adsense, etc and now everytime the cron runs it will only post the images that I just deleted. I deleted 5 posts, then the cron ran and re-posted ONLY the 5 images I deleted. Any ideas on this?

In case anyone else had this problem, I'll tell you what fixed it for me. Don't delete the posts you don't want on your site... they are just going to keep getting grabbed and posted again. Just set them to declined instead. Problem solved.
 
Last edited:
im using godaddy this is what's being sent to my email using cron

Set-Cookie: PHPSESSID=r3meqlqma9655e612571330h73; path=/
cleardot.gif




Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html

No valid argv provided
 
400 new sites all with the same idea! talk about saturation! lol
 
im using godaddy this is what's being sent to my email using cron

Set-Cookie: PHPSESSID=r3meqlqma9655e612571330h73; path=/
cleardot.gif




Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html

No valid argv provided

This is the exact problem I'm having.
 
View attachment 13432Still have picture problem :/ anyone got a solution?
I removed all md5(), works like a charm :) for example:
Code:
-  $filename = md5($last_id);
+ $filename = $last_id;

edit: don't forget to set autoaprove on classes/settings.php
Code:
// Grabber Auto approval of posts
$grabberautoapprove = "yes";
 
Last edited:
I removed all md5(), works like a charm :) for example:
Code:
-  $filename = md5($last_id);
+ $filename = $last_id;

edit: don't forget to set autoaprove on classes/settings.php
Code:
// Grabber Auto approval of posts
$grabberautoapprove = "yes";

Ilysm. All I need is adsense to work. Mind guiding me in the right direction?

Edit:

Is there a easy way to delete all pictures from DB without reinstalling script? I have over 100 messed up pictures from md5 and they're blank images.

You can't just delete everything in the pictures folder.



And along with this, my grabber is uploading broken pictures, but I can upload them manually. (md5 problem I believe)..,..

I'm not sure which files to edit to fix md5 sums, grabber,add posts/videos edit posts/videos...
What else?
 
Last edited:
Back
Top