Jump to content
MakeWebGames

Recommended Posts

Posted

i'm sure this is a cron issue try running cron_minute.php manually with the code from config.php

so it would look like so http://www.website.com/cron_minute.php?code=codefromconfighere

if the time goes down then it's a cronjob issue you probably need to reset them in cpanel, in the cronjobs / advanced unix section => you can find out what they are in the install file just ctrl+f and fine * it should come up.

Don't forget to set a email.

NOTE: do not upload install.php i simply meant open it with notepad and find * to see the cron_minute.php configuration

Posted

basically in cronjobs / advanced unix they should be set out like so

 

0 * * * * curl [url]http://www.website.com/cron_hour.php.php?code=yourcodefromconfigfile[/url]
* * * * * curl [url]http://www.website.com/cron_minute.php?code=yourcodefromconfigfile[/url]
0 0 * * * curl [url]http://www.website.com/cron_day.php?code=yourcodefromconfigfile[/url]
*/5 * * * * curl [url]http://www.website.com/cron_fivemins.php?code=yourcodefromconfigfile[/url]

Again i would like to Specify a email is needed don't forget to add it.

 

Hope this helps

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...