Ghezzo Posted May 20, 2009 Posted May 20, 2009 I just checked with my hosts and it got cURL enabled, will it be able to run mccodes then? If so, I need help setting the crons up, as I tried before and it failed. Thanks :) Quote
mikemastah Posted May 20, 2009 Posted May 20, 2009 Re: Cron Jobs you'll need crontab too. If you don't have that you'll not be able to setup crons. Quote
Ghezzo Posted May 20, 2009 Author Posted May 20, 2009 Re: Cron Jobs How do I check if it got crontabs? Advanced (Unix Style), it says something about crontabs, is this it? Quote
Ghezzo Posted May 20, 2009 Author Posted May 20, 2009 Re: Cron Jobs Sorry if this counts as a double post, but this is the mail I get from the cron jobs. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 385 100 385 0 0 13399 0 --:--:-- --:--:-- --:--:-- 13399 100 385 100 385 0 0 13359 0 --:--:-- --:--:-- --:--:-- 0 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>406 Not Acceptable</title> </head><body> <h1>Not Acceptable</h1> An appropriate representation of the requested resource /cron_minute.php could not be found on this server.</p> Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> Quote
Tonka Posted May 20, 2009 Posted May 20, 2009 Re: Cron Jobs Crontab can't find your cron files. Find all the files called cron_xxxxxx.php and upload them to your public_html folder Quote
mikemastah Posted May 20, 2009 Posted May 20, 2009 Re: Cron Jobs you probably need to specify the complete path /home/username/public_html/cron_minute.php or something close to that Quote
2Pacalypse Posted May 20, 2009 Posted May 20, 2009 Re: Cron Jobs You need to use this format in advanced cron tab: curl [url]http://gameurl.dom/cron_????.php?code=yourskittycode[/url] Quote
Ghezzo Posted May 21, 2009 Author Posted May 21, 2009 Re: Cron Jobs You need to use this format in advanced cron tab: curl [url]http://gameurl.dom/cron_????.php?code=yourskittycode[/url] I am using that, still doesn?t work! :/ Quote
CrazyT Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs You need to use this format in advanced cron tab: curl [url]http://gameurl.dom/cron_????.php?code=yourskittycode[/url] I am using that, still doesn?t work! :/ Well it could be the code not matching the config.php file, or your server your on don't use curl and using something else.... Quote
Ghezzo Posted May 21, 2009 Author Posted May 21, 2009 Re: Cron Jobs It got cURL enabled, but Ill take some looks in all the files. Quote
mikemastah Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs try to run the cron manually. can you do that? Quote
CrazyT Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs Yeah Ghezzo do what mikemastah said :P Quote
Ghezzo Posted May 21, 2009 Author Posted May 21, 2009 Re: Cron Jobs Run the cron manually, you mean take like http://yourdomain.com/cron_minute.php=xxxxx and put in the browser? I have done that before, it just comes up as a blank window. Quote
CrazyT Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs Run the cron manually, you mean take like http://yourdomain.com/cron_minute.php=xxxxx and put in the browser? I have done that before, it just comes up as a blank window. Yeah... Like you said: http://yourdomain.com/cron_minute.php=xxxxx <replace with cron code in config.php.. Then once you done that check your game to see if anythink refills, or even better do the 5 min cron go to gym first then train then run cron 5 min file, manually and see if it refills.. Quote
Ghezzo Posted May 21, 2009 Author Posted May 21, 2009 Re: Cron Jobs I just put myself in jail, and ran the 1 min cron manually, and it decreased every time I ran it. It seems like it should work. And the 5 min refills the bars too. Manually. Quote
CrazyT Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs I just put myself in jail, and ran the 1 min cron manually, and it decreased every time I ran it. It seems like it should work. And the 5 min refills the bars too. Manually. then should work if not contact your host, and tell them/ Quote
owetis Posted May 21, 2009 Posted May 21, 2009 Re: Cron Jobs I am having some what the same problem where when i run the crom manually it will work, yet when i put some one in jail it doen't work...( they dont get out) and advice? Quote
mikemastah Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs instead of cURL try wget, it might work. Quote
CrazyT Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs instead of cURL try wget, it might work. or they havent installed the crons right :P Quote
CrazyT Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs Just check if curl is Enabled... in a php file just add <?php phpinfo(); ?> save it scroll down till you see curl. This is how mine is. cURL support enabled cURL Information libcurl/7.19.4 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 Quote
owetis Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs mine says the same thing yet the crons are still not running...any sujestions? Quote
CrazyT Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs mine says the same thing yet the crons are still not running...any sujestions? Then if its how i posted, you havent installed/added them right to cron jobs or the files dont work. Quote
owetis Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs i have set up my crons curl http://owetyis.domain/cron_????.php?cod ... code and it not working do you know another way to set it up a dif way or where i could get working crons pages? Quote
Haunted Dawg Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs OMGZ!. curl http://domain.tld/cron_fivemins.php?code=yourcode Quote
owetis Posted May 22, 2009 Posted May 22, 2009 Re: Cron Jobs curl [url]http://underworld.underground-hosting.net/cron_day.php?code=mycode[/url] is how all of them are set yet there not working... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.