View Single Post
Old 05-09-2004, 11:27 PM   #2
zaartix
Orange Mole
 
Join Date: May 2004
Location: russia, samara
Posts: 56
in manual i find this:
Code:
 Indexing by command line interface
Le script [PHPDIG_DIR]/admin/spider.php could be lauched by the 

shell in order to not overload the webserver. 

Launching the script : 

#php -f [PHPDIG_DIR]/admin/spider.php [option]

List of options :
- all (default) : Update all hosts ;
- forceall : Force update all hosts ;
- http://mondomaine.tld : Add or update the url ;
- path/file : Add or update all urls listed in the given file. 

Examples : 

#php -f [PHPDIG_DIR]/admin/spider.php http://host.mydomain.com
#php -f [PHPDIG_DIR]/admin/spider.php [File containing an urls list]
but in is for shell, how to do this from url request?
spider.php?url=http://www.domain.com/somepage/index.php?action=news
not working

Last edited by zaartix; 05-09-2004 at 11:36 PM.
zaartix is offline   Reply With Quote