PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   how to index only not indexed pages? (http://www.phpdig.net/forum/showthread.php?t=1080)

zaartix 07-14-2004 02:26 AM

how to index only not indexed pages?
 
my site have a lot of pages, i want to index only not yet indexed pages. how to do it?

Charter 07-14-2004 02:54 AM

Hi. Perhaps make a page with not yet indexed pages and then in spider.php change:
PHP Code:

if ($mode != 'small') { 
// code here

else  { 
     
$force_first_reindex 1


to the following and then crawl the one page of links:
PHP Code:

if ($mode != 'small') { 
/* 
// code here
*/ 

else  { 
     
$force_first_reindex 1



zaartix 07-14-2004 04:23 AM

ok, thank's. good idea :)


All times are GMT -8. The time now is 05:32 AM.

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