GodLovesEcstasy Posted December 31, 2009 Posted December 31, 2009 I've been trying to get my cron jobs working for the longest,and it's not working. It's very irritating, I would really appreciate any sort of help from you guys! Here is what I put: */5 * * * curl [url]http://MYSITE.com/cron_fivemins.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] * * * * * curl [url]http://MYSITE.com/cron_minute.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] 0 * * * * curl [url]http://MYSITE.com/cron_hour.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] 0 0 * * * curl [url]http://MYSITE.com/cron_day.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] When I put that, this is the output e-mail that I get: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 __________________________________ So I tried doing this: */5 * * * * curl home/MYSITE/public_html/cron_fivemins.php?code=50c46dc54440b7cf99223e9e946da6f2 * * * * * curl home/MYSITE/public_html/cron_minute.php?code=50c46dc54440b7cf99223e9e946da6f2 0 * * * * curl home/MYSITE/public_html/cron_hour.php?code=50c46dc54440b7cf99223e9e946da6f2 0 0 * * * curl home/MYSITE/public_html/cron_day.php?code=50c46dc54440b7cf99223e9e946da6f2 and then the output e-mails looked like this: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 39 3399 39 1312 0 0 3412 0 --:--:-- --:--:-- --:--:-- 3412 100 3399 100 3399 0 0 7592 0 --:--:-- --:--:-- --:--:-- 33126 BUT MY STATS IN-GAME DO NOT GO UP! Im using Mccodes v2. Please, any help would really be appreciated. I'm willing to offer a reward of some money via PayPal for anybody who can help me solve this issue! I just need the cron jobs to work properly and for the Brave and Energy to refill correctly! Thank you for reading, and please reply :) Quote
kryptonite Posted December 31, 2009 Posted December 31, 2009 Well are you using the cron from cofig.php ? thats probally the problem cause you supposed to use the code in config.php for your crons to work=] Quote
GodLovesEcstasy Posted December 31, 2009 Author Posted December 31, 2009 Yes, I am using the same code as the one in my config.php file. I double checked, but it still gets the same result. If anybody helps me solve this, I will really give out a reward. I spent money on hosting and domain names, and I'm willing to pay a little bit more to fix my cron job problem. ALSO - If you can find me a substitute and help me set it up, that would also be great! Even better. I'm talking about mySQL events or time stamps. If you can find me a good replacement for cron jobs, the money reward will also be there for you. Thanks for reading. Quote
Dominion Posted December 31, 2009 Posted December 31, 2009 cron jobs [any version] Removal of 1 minute crons try setting them up read down the 3rd page theres a way to use crons without crons called timestampes try setting that up on a localhost to see if it works for you 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.