Page 1 of 1

Cron Job Setup Help Please?

Posted: Sat Jun 13, 2015 2:03 pm
by byronwells
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Alright guys

I have fully setup a work pop3 email account and its working fine.. Just now need to setup the cron job part... I am using hostagor..? Plus I have already got an existing cron job for a memebership site on it..

Re: Cron Job Setup Help Please?

Posted: Sat Jun 13, 2015 5:05 pm
by Klemen
Setting up cron jobs depends on your hosting company and what control panel they use, so you will need to contact them or find instructions in their online documentation.

Re: Cron Job Setup Help Please?

Posted: Sat Jun 13, 2015 6:04 pm
by byronwells
I need to know what to put in the command line...

I am using hostagator, cpanel

Re: Cron Job Setup Help Please?

Posted: Sun Jun 14, 2015 7:30 am
by Klemen
Something like

Code: Select all

/usr/bin/php -q /home/username/public_html/hesk/inc/mail/hesk_pop3.php >/dev/null 2>&1 
Of course you will need to modify the "home/username..." path to match that on your server.