Settings: cPanel: Cron job

  1. Go to Hostbil Settings -> General Settings -> Task List
  2. Copy text under Create the following Cron Job: discarding "*/5 * * * *"

  3. Login to cPanel
  4. Enter Cron job settings page


  5. In line labeled as Command, pate text from step 2. Set Minute/Hour/Day/Month/Weekday as on the picture below

  6. If you do not want an email to be sent for an individual cron job you can redirect the command's output to /dev/null like this: mycommand >/dev/null 2>&1 e.g.:
php -q /pathtoyourhostbillil/admin/cron.php > /dev/null 2>&1