Hi:
This is the first time i've tried settiing up a cron job and I'm having trouble. I'm going to be using a traffic script that builds a list of referrers from php that I want to setup to execulte every 5 minutes. I've got it setup as follows: 0,5,10,15,20,25,30,35,40,45,50,55 * * * * for times and the following for commands: /usr/local/bin/php /home/admin/domains/<domain>/public_html/genindex.php /home/admin/domains/<domain>/public_html/template-7.php
this was done in accordance to the documentation of the script. When I run, though I get and e-mail sent as follows:
Filename....: /home/admin/domains/<domain>/public_html/template-7.php
Server......: js.clickzs.com
Filecount...: 219
Downloadcnt.: 0
I sould see the links hard coded in the source if this is working, but I don't. I know there could be an error in the php file, but the crom job is more likely at this stage. Anyone see the error? Thank you
This is the first time i've tried settiing up a cron job and I'm having trouble. I'm going to be using a traffic script that builds a list of referrers from php that I want to setup to execulte every 5 minutes. I've got it setup as follows: 0,5,10,15,20,25,30,35,40,45,50,55 * * * * for times and the following for commands: /usr/local/bin/php /home/admin/domains/<domain>/public_html/genindex.php /home/admin/domains/<domain>/public_html/template-7.php
this was done in accordance to the documentation of the script. When I run, though I get and e-mail sent as follows:
Filename....: /home/admin/domains/<domain>/public_html/template-7.php
Server......: js.clickzs.com
Filecount...: 219
Downloadcnt.: 0
I sould see the links hard coded in the source if this is working, but I don't. I know there could be an error in the php file, but the crom job is more likely at this stage. Anyone see the error? Thank you