alteisenriese Posted October 16, 2010 Posted October 16, 2010 Can anybody help me how to make cron jobs command which run for every 3 hours? Quote
Byron Posted October 16, 2010 Posted October 16, 2010 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? Quote
alteisenriese Posted October 16, 2010 Author Posted October 16, 2010 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. Quote
Byron Posted October 16, 2010 Posted October 16, 2010 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"); ?> 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.