View Single Post
Old 09-30-2004, 03:17 AM   #12
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Quote:
Originally Posted by Fking
but first i would like to know how to make it to spireder more than 20 links per page?
Just specify 0 on the "links per" field when spidering, and phpdig will spider all the links on that page.

Another thing to keep in mind, if you ever need it, is setting the search depth. This is found in the following code in config.php:

Code:
define('SPIDER_MAX_LIMIT',20);          //max recurse levels in spider
vinyl-junkie is offline   Reply With Quote