View Single Post
Old 10-03-2003, 04:59 PM   #1
bthurlow
Green Mole
 
Join Date: Oct 2003
Location: Mississippi, USA
Posts: 7
Question problems with command processing

Hey there I have a problem with command line processing for the spider. I have searched through the forum before i decided to post a message, but i had to because i found no solution to my problem.

My Setup
W2K, PHP 4.3.1x, Apache 1.3x

I have tried all kinds of different commands like to following:

php.exe -f myphpdigdir/spider.php http://www.mydomain.com

php.exe -f "myphpdigdir/spider.php" http://www.mydomain.com

php.exe -f "myphpdigdir/spider.php" mytextfiledir/mytextfile.txt

php.exe -f "myphpdigdir/spider.php mytextfiledir/mytextfile.txt"

None of them work. All it does is just reprocess everthing that is already in the database and does not add new URLs.

Please help if you can.

Thanks.
bthurlow is offline   Reply With Quote