Tag-Archive for » WHMCompleteSolution «

WHMCompleteSolution is the complete client management solution for Web Hosts & Other Online Businesses looking for Online Automated Recurring Billing, Flexible and Easy to Use Client Management and Integrated Client Support Center including Support Tickets, Knowledgebase, Announcements & Live Server Status.

For WHMCS tutorial with flash video, you can find here.

To enable the automation features to run, make sure you set up a cron job to run once per day at the time you want invoices to be sent out and accounts suspended (eg. 9am).

1. Go to Configuration / Automation Settings.

2. Fill the form

3. Click on the “save changes” button

4. Go to your shell server,  do this :

crontab -e <enter>

0 9 * * * /usr/local/bin/php -q /home/hsbrd/public_html/hsb/x_admin/cron.php

Don’t forget to save.