PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Max indexing ? (http://www.phpdig.net/forum/showthread.php?t=1688)

christophe 12-31-2004 08:18 AM

Max indexing ?
 
Hello people
I want indexing a maximal page for the same site.
but i don't know configure PhpDig
Look this image please
http://perso.wanadoo.fr/laklouche/dig1.gif

Is necessary it to notch yes gold No?
And
search depth 0 or 20 ?
Links per 0 or 20 ?

Tahnk you

rAdoN 12-31-2004 10:44 AM

pretend update sites look like this with cron
Code:

ID  URL              Days  Links  Depth
1  www.domain1.com  [ 0 ]  [ 1 ]  [ 2 ]
2  www.domain2.com  [  ]  [  ]  [  ]
3  www.domain3.com  [  ]  [  ]  [  ]

or pretend update sites look like this with no cron
Code:

ID  URL              Links  Depth
1  www.domain1.com  [ 1 ]  [ 2 ]
2  www.domain2.com  [  ]  [  ]
3  www.domain3.com  [  ]  [  ]

either way

notch yes - use update sites value for 1 domain - use search depth and links per for 2 3 domain

notch no - ignore use update sites value - use search depth and links per for all 1 2 3 domain

in fr-language you make your words for remember

max index - search depth 20 links per 0 LIMIT_TO_DIRECTORY false

look config
PHP Code:

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

//for limit to directory, URL format must either have file at end or ending slash at end
//e.g., http://www.domain.com/dirs/ (WITH ending slash) or http://www.domain.com/dirs/dirs/index.php
define('LIMIT_TO_DIRECTORY',true);      //limit index to given (sub)directory, no sub dirs of dirs are indexed 


christophe 12-31-2004 12:06 PM

Thank you very much.
And on do the table of right-hand side, my sites have to be *locked* or free?
Please

rAdoN 01-01-2005 12:30 PM

search locked - many answer

christophe 01-01-2005 12:42 PM

Yes i go to searc.


All times are GMT -8. The time now is 11:46 AM.

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