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");
?>

 

 

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...