Jump to content
MakeWebGames

CRON JOBS FOR MCCODES V2


blackhawk

Recommended Posts

*/5 * * * * php /home/dbuser/public_html/upload/CRONFILE.php code="CONFIGCODEHERE"  Edit     Delete
 
* * * * * php http://domainhere/cron_minute.php code="CONFIGCODEHERE"  Edit     Delete
 
0 * * * * php http://domainhere/cron_hour.php code="CONFIGCODEHERE"  Edit     Delete
 
0 0 * * * php http://domainhere/cron_day.php code="CONGIFCODEHERE"
Edited by blackhawk
Link to comment
Share on other sites

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