Jump to content

Recommended Posts

Posted

You can't have a cron job run every 3 hours unless you get it authorized by djbob. You can only have 2 cron jobs run once a day or 2 cron jobs a day. Why do you need to run a cron every 3 hours?

 

 

 

Posted
You can't have a cron job run every 3 hours unless you get it authorized by djbob. You can only have 2 cron jobs run once a day or 2 cron jobs a day. Why do you need to run a cron every 3 hours?

Oh no :(. I installed a web browser game, and it needed to use cron for recharging players turn.

Oh well its ok then.

Posted

I assume your game is using php? Why not just include the cron script into one of the game's pages so that everytime the page was opened it would execute your cron script.

 

<?php
include("cron-script.php");
?>

 

 

 

 

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