Thread: index via shell
View Single Post
Old 12-23-2003, 09:23 PM   #3
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. In the config file change the following to ten:
PHP Code:
define('SPIDER_MAX_LIMIT',10);          //max recurse levels in sipder
define('SPIDER_DEFAULT_LIMIT',10);      //default value
define('RESPIDER_LIMIT',10);            //recurse limit for update 
Then place the full URLs in a list.txt file, one per line.

Finally run the following command at the shell prompt, changing the paths and slashes as needed:
Code:
/path/to/php -f /path/to/spider.php /path/to/list.txt >> spider.log
The spider.log file will contain the indexing information.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote