Home Hosting Plans Resellers Support Site map  
 
   


Control Panel Tools


Following are the tools available in your control panel. Click on an icon below to learn more about that tool.

Login:
www.yourdomain.com:2082


Account Management

Change Password
Language Changer

Site Management

File Manager
Index Manager
Directory Protection
Domain Manager
FTP Manager
Manage Redirects
FrontPage Extensions
IP Deny Manager
Database Manager
phpMyAdmin
Disk Usage Viewer

Email Management

Add / Del Email Accounts
Default Address
Email Forwarders
Auto Responders
Block Email
Mailing Lists
Read Web Mail
Spam Assassin
Modify MX Entry
Trace an Email Address

CGI and PHP Scripts

CGI Center
Shopping Carts
PHP Chatroom
Forum / BBS
Search Engine Submittal
Auto-Installer Scripts

Logs, Statistics & Errors

Custom Error Pages
Raw Access Logs
Raw Log Manager
Web / FTP Statistics

Advanced Tools

Network Tools
Backups
Cron Jobs
Mime Types
Apache Handlers
SSH / Shell Access
Manage Open PGP Keys
Hotlink Protection


<< Return to Technical Support Page
or select from the list of control panel tools to the left, for more help.

 
Control Panel Guide
Advanced Tools


Cron Jobs

Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows you to take a hands-free approach to repetitive tasks. For example, you could add a cron job that automatically copies a MySQL database to a separate location on your site as a backup.

There are two different modes you can use to add a cron job:

  • Standard - Provides a range of pre-set options that you can choose. This is the simplest method and is recommended.
  • Advanced (Unix Style) - Provides the regular Unix style cron options. Recommended for users who are used to this method of entering cron entries.

Warning: You need to have a good knowledge of Linux commands before you can use cron jobs effectively. Check your script with your hosting administrator before adding a cron job.

To add or modify a cron job in Standard Mode:

  1. Click on the Cron Jobs icon in your Control Panel.
  2. Click on the Standard button.
  3. Enter the e-mail address to send the results of running the cron job in the top field.
  4. Enter the command the you want to run in the Command to run field.
  5. Click on one option from each of the available lists.
  6. Click on the Save Crontab button. Your cron job has now been added or updated.
    Note: You can always click on the Reset Changes button to change the cron job back to whatever it was before you started entering information.

To add or modify a cron job in Advanced (Unix Style) Mode:

  1. Click on the Cron Jobs icon in your Control Panel.
  2. Click on the Advanced (Unix Style) button.
  3. Enter the times for the cron job in the Minute, Hour, Day, Month, or Weekday fields.
  4. Enter the cron job script in the Command field.
  5. Click on the Commit Changes button. Your cron job has now been added or updated.
    Note: You can always click on the Reset Changes button to change the cron job back to whatever it was before you started entering information.

Deleting a cron job:
Delete a cron job when you no longer want the command to be automated. If you are unsure what a cron job is doing it is safer to delete it and check the code with your hosting administrator. 

To delete a cron job:

  1. Click on the Cron Jobs icon in your Control Panel.
  2. Click on the Standard or Advanced (Unix Style) button.
  3. Click on the Delete button next to the required cron job.

 

 

<< Return to Technical Support Page
or select from the list of control panel tools to the left, for more help.