PDA

View Full Version : How set up a cron job with PhpDig 1.8.6?


gaam
01-03-2005, 03:50 AM
Hello,

It's really unpossible for our ISP to setup a cron job to respider with PhpDig 1.8.6 because the spider.php is password protected.

It seems that the documentation is not uptodate. It writes:

"8. Indexing by command line interface
...
The [PHPDIG_DIR]/admin/spider.php can be launch by a cron task too, in order to auto update the index."

This doesn't work anymore.
How does one set up a cron job for respider a URL? Thank you for help.

Regards, Markus

Charter
01-03-2005, 08:24 AM
If using CRON_ENABLE, see this (http://www.phpdig.net/forum/showthread.php?t=1697) thread. Also, set/check ABSOLUTE_SCRIPT_PATH and read the comments in the config file.

gaam
01-10-2005, 12:50 AM
Thank you for help. Now it works fine.