Hi. Are you using Cpanel? Some interfaces allow cron jobs to be set that way. If you interface allows such just use the following and then view the spider.log file using FTP:
Code:
php -f spider.php cronlist2.txt > spider.log 2>&1
Another thought... maybe your host doesn't allow cron jobs to write to a file? If that is the cae then use:
Code:
php -f spider.php cronlist2.txt