Jump to content
MakeWebGames

Recommended Posts

Posted

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 :)

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...