View Single Post
Old 02-11-2005, 07:28 AM   #9
kristian
Green Mole
 
kristian's Avatar
 
Join Date: Jan 2005
Posts: 9
Red face

I have tried with these settings:

define('SPIDER_MAX_LIMIT',0); //max recurse levels in spider
define('RESPIDER_LIMIT',0); //recurse respider limit for update
define('LINKS_MAX_LIMIT',0); //max links per each level
define('RELINKS_LIMIT',0); //recurse links limit for an update

Same result.

__________________

Another question:
At some point I will need to spider some pages with iframes. I got that to work earlier, when I set the depth to 1 and links per to 10. I was using the web-interface... and i have also modified config.php so i can dig iframes.

Now I can't really use the web-interface because it want's to index/update everything all the time. And when i does it crashes/stops (sometimes with an apache error). Otherwise it just stops. I doesn't do that with command line.

I have tried to get PhpDig to index the content of the iframes using command line and these settings: define('SPIDER_MAX_LIMIT',1); and define('LINKS_MAX_LIMIT',10); in config.php. But it didn't index the iframes. Should I try other settings or is it not possible to do from command line?

Any help is very welcome. I'm sorry I think this i probably a hard case...
__________________
Kristian W.
www.beatnik.dk
www.mediabits.dk
kristian is offline   Reply With Quote