PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 04-28-2004, 08:16 PM   #1
orbitalz
Green Mole
 
Join Date: Apr 2004
Location: home
Posts: 7
what do these options mean?

from the config.php file what do these options mean and or do?:


(what is a snippet?)
define('SNIPPET_DISPLAY_LENGTH',150); //Max chars displayed in each snippet

(what does recurse mean and do?)
define('SPIDER_MAX_LIMIT',20); //max recurse levels in spider
define('SPIDER_DEFAULT_LIMIT',3); //default value
define('RESPIDER_LIMIT',4); //recurse limit for update


And it would be cool if there was a guide explaining all of the options and commands in this engine.
__________________
me = love phpdig
orbitalz is offline   Reply With Quote
Old 04-29-2004, 03:54 AM   #2
snorkpants
Green Mole
 
Join Date: Apr 2004
Location: North Wales
Posts: 11
Re: what do these options mean?

Quote:
Originally posted by orbitalz
from the config.php file what do these options mean and or do?:


(what is a snippet?)
define('SNIPPET_DISPLAY_LENGTH',150); //Max chars displayed in each snippet

(what does recurse mean and do?)
define('SPIDER_MAX_LIMIT',20); //max recurse levels in spider
define('SPIDER_DEFAULT_LIMIT',3); //default value
define('RESPIDER_LIMIT',4); //recurse limit for update


And it would be cool if there was a guide explaining all of the options and commands in this engine.
Snippet is how much data to show in the results (the content that get highlighted) so cut the size down if it show more than you require.

Recursion is "calling itself again"
This means that the spider will follow links "recursively" to the depth you set. spider_max and default are these depths to follow.

respider limit is the depth to follow when doing an update.


HTH

Snorkpants
snorkpants is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Options +MultiViews benpollinger Troubleshooting 1 09-18-2006 08:38 AM
How To call spider from command line with debth options? jburnett How-to Forum 1 01-12-2005 01:03 PM
admin options mikeduff Mod Requests 3 06-09-2004 03:39 PM
Crawling Options jimigisme How-to Forum 12 09-30-2003 10:09 AM


All times are GMT -8. The time now is 04:57 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.