View Single Post
Old 08-03-2004, 06:12 AM   #1
lighthouse
Green Mole
 
Join Date: Mar 2004
Posts: 20
Command line spider ignoring "filelist.txt"

I can run a command line spider by doing the following:

>> php - f search.php
The above indexes everything...

However - I want to just update a few sites, so I have a file called "filelist.txt" which contains 2 URLS's (each on a diffent line)...

When I do the following:

>>php - f search.php filelist.txt
It makes no difference... phpdig proceeds to update everything!!!!

Any ideaS?...
I need to resolve this so i can setup a cron....

Also - FYI:
>> php -f search.php http://www.anydomain.com
This works as expected... It's just with specifying a filelist that there is problems.

Thanks in advance
LH
lighthouse is offline   Reply With Quote