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..
Cron Job Setup Help Please?
Moderator: mkoch227
Re: Cron Job Setup Help Please?
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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 4
- Joined: Fri Feb 19, 2010 5:06 am
Re: Cron Job Setup Help Please?
I need to know what to put in the command line...
I am using hostagator, cpanel
I am using hostagator, cpanel
Re: Cron Job Setup Help Please?
Something like
Of course you will need to modify the "home/username..." path to match that on your server.
Code: Select all
/usr/bin/php -q /home/username/public_html/hesk/inc/mail/hesk_pop3.php >/dev/null 2>&1
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools