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?
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?
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.
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"); ?>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now