| Home | Forum | About Me |Contact Me | ||||
|
||||
![]() |
![]() |
Now released under GPL License |
phpJobScheduler Need help try the FORUM phpJobScheduler is
recommended |
Need help, or want to make a request try our |
| phpJobScheduler - scheduling PHP
scripts to run at set intervals your replacement for cron jobs. Designed to automate tasks by scheduling PHP scripts to run at set intervals, a replacement for cron jobs on Unix or scheduled tasks using Microsoft Scheduler - PHP hosting is required (if you host multiple sites try the reseller hosting). phpJobScheduler is a scheduler that runs using PHP and MySQL (no root/admin access is required). Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as running backups (use with phpMySQLAutoBackup for a complete MySQL automated backup solution), trimming a database table, or emailing a member when their membership fee is due. Schedule a task to run hourly, daily or weekly - scheduled data is stored in a MySQL database via PHP. phpJobScheduler will fire any PHP script (or perl script) for you at the correct day/time (dependant upon your traffic to your web site). Limiting factor: hits to site per hour/day. If you wish to add a scheduled job per hour your site must receive sufficient traffic within that time period. Each time a page with the relevant PHP code is visited the phpJobScheduler will check for any jobs waiting to be run at that time. Therefore, so long as your site receives hits every single hour you can set a schedule to run hourly and you can be sure the task will be fired. You can help ensure phpJobScheduler runs every hour by placing the following code on many pages on your site and/or OTHER SITES you have: <img src="http://YOUR--domain/phpjobscheduler/firepjs.php?return_image=1" width="1" height="1">then its more likely for the script to be run each hour. ALSO, note that any scheduled jobs due to be fired or if the fire time has past will be run when the script phpjobscheduler.php is run. The method used is to fire any jobs if the fire time is now or has past.
|
Features:
Need help, or want to make a request try the
|
|
DEMO - Adding phpJobScheduler to your own PHP MySQL web site - DEMO Just 4 stages to get it working: 1. Download and ftp to your own web site. 2. Configure your installation 3. Make it run - add a single line of code to your page, two methods:
<img src="http://www.YOUR-domain/phpjobscheduler/firepjs.php?return_image=1" width="1" height="1"> 4. Add a schedule 5. Manage scheduled jobs 6. View error logs - NEW
|
||
Need help, or want to make a request try our
phpJobScheduler FORUM