Contributions
Job Scheduler
This contribution is designed to run php scipts at a sceduled time from the OSC admin. It is Designed to automate tasks by scheduling PHP scripts to run at set intervals, a replacement for cron jobs on Unix. phpJobScheduler is a scheduler that runs using PHP, MySQL and a iframe enabled web browser. Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as 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).
Expand All / Collapse All
New version 3.5 available.
New improved version, stores error logs and last run jobs.
phpJobScheduler - new version, more secure.
This is the original phpJobScheduler from the original author.
This version is released under GPL License.
Updated install instructions
This contribution is designed to run php scipts at a sceduled time from the OSC admin. It is Designed to automate tasks by scheduling PHP scripts to run at set intervals, a replacement for cron jobs on Unix. phpJobScheduler is a scheduler that runs using PHP, MySQL and a iframe enabled web browser. Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as 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).
Note: Contributions are used at own risk.