Cron Jobs
The Cron Jobs section allows you to schedule your own tasks to be performed automatically
at specific days and hours. The tasks are shell commands performed with the permissions
of the user that configured them.
To add cron jobs, log into the domain owner user panel (port 20000) and select Scheduled Cron Jobs.
On the page that appears, select to create a new scheduled cron job:

Then enter the cronjob parameters:

Active? - select No to disable cron job without deleting it
Command - the shell command to execute, something like /path/to/php
Input to Command - the file you wish to run with this command, something like -f /path/to/the/file/you/want/2/run.php
When to execute - set the days and hours when the command will execute.
|