Hi -
I need help setting up a cronjob -
This is what the directions say to do -
Create a cron job to ensure that the page cron.php gets executed periodically. This page will close auctions, notify bidders, etc. The following is a cron to run daily at 12:15 am. You can change this once your site has heavier traffic to run more often however to start with once a day is highly recemmended.
Using Cpanel, access cron jobs off the main page. There, click on Advanced (Unix Style), and enter your email address then enter the following information in the box's: (15) in first box, (0) in second, (*) in third, forth and fifth, (GET http://yourdomain.com/cron.php > /dev/null) in the text field.
15 0 * * * GET http://yourdomain.com/cron.php > /dev/null
In my Control Panel this is what I see -
Command to Run (What goes here)
Email Address Where the Cron Output Will be Sent (I understand this part)
And then there are 5 boxes to set (I understand this part)
Can anyone help?
Thanks
Drew
I need help setting up a cronjob -
This is what the directions say to do -
Create a cron job to ensure that the page cron.php gets executed periodically. This page will close auctions, notify bidders, etc. The following is a cron to run daily at 12:15 am. You can change this once your site has heavier traffic to run more often however to start with once a day is highly recemmended.
Using Cpanel, access cron jobs off the main page. There, click on Advanced (Unix Style), and enter your email address then enter the following information in the box's: (15) in first box, (0) in second, (*) in third, forth and fifth, (GET http://yourdomain.com/cron.php > /dev/null) in the text field.
15 0 * * * GET http://yourdomain.com/cron.php > /dev/null
In my Control Panel this is what I see -
Command to Run (What goes here)
Email Address Where the Cron Output Will be Sent (I understand this part)
And then there are 5 boxes to set (I understand this part)
Can anyone help?
Thanks
Drew






