after all what is the fix for admin panel ?
[COLOR=#000000][FONT=monospace]php /home/(username)/public_html/grabber.php start[/FONT][/COLOR]
why not x10hosting? it's free!can anyone tell me a good hosting for this kind of method? and cheap too thanks!![]()
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?
im using godaddy this is what's being sent to my email using cron
Set-Cookie: PHPSESSID=r3meqlqma9655e612571330h73; path=/![]()
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.
If I can find a solution for this I'll let ya know.
I removed all md5(), works like a charmView attachment 13432Still have picture problem :/ anyone got a solution?
- $filename = md5($last_id);
+ $filename = $last_id;
// Grabber Auto approval of posts
$grabberautoapprove = "yes";
I removed all md5(), works like a charmfor 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";