Joico Posted September 7, 2008 Share Posted September 7, 2008 Im helping out my friend who is creating a Horse sim game and we are stuck on Weekly pay for players, we need a script that would on a certain day credit a certain amount of money to all players. P.s. I hope this is the right place to put this x_x; Link to comment https://forums.phpfreaks.com/topic/123074-help-d-please/ Share on other sites More sharing options...
DarkWater Posted September 7, 2008 Share Posted September 7, 2008 You'd use cron for this. It's a UNIX utility that runs a program at a certain time. For this, you'd use: 0 0 * * 0 /usr/bin/php -f /path/to/your/script.php That would run the script every Sunday at midnight. Link to comment https://forums.phpfreaks.com/topic/123074-help-d-please/#findComment-635569 Share on other sites More sharing options...
Joico Posted September 7, 2008 Author Share Posted September 7, 2008 How would you change the day and the time? with that script. Thanks thou 2nd question. What would be a script for shows, so the 1st, 2nd & 3rd horses in the show earns a # of points and the first wins a certain amount of money?? Link to comment https://forums.phpfreaks.com/topic/123074-help-d-please/#findComment-635581 Share on other sites More sharing options...
DarkWater Posted September 7, 2008 Share Posted September 7, 2008 Tell me the time and day you want it for, and I'll set it up. You have cron on your hosting, right? Link to comment https://forums.phpfreaks.com/topic/123074-help-d-please/#findComment-635584 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.