Cron Job Setup Help Please?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
byronwells
Posts: 4
Joined: Fri Feb 19, 2010 5:06 am

Cron Job Setup Help Please?

Post 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..
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Cron Job Setup Help Please?

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
byronwells
Posts: 4
Joined: Fri Feb 19, 2010 5:06 am

Re: Cron Job Setup Help Please?

Post by byronwells »

I need to know what to put in the command line...

I am using hostagator, cpanel
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Cron Job Setup Help Please?

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply