PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Restrict Spidering to new pages only (http://www.phpdig.net/forum/showthread.php?t=877)

bushpilot 04-28-2004 03:20 AM

Restrict Spidering to new pages only
 
My site has utilities for adding new content and once added the content remains static.

I would like to modfiy the publish scripts to spider the page that has just been uploaded.

Something along the lines of

$article_id = $sql_post_newarticle[aid];
$url_to_spider = "./view_article.php?aid=$article_id";
$spider_depth = 1;
$spiderresult = spider($url_to_spider, $spider_depth);

Is this possible with PHPDig?

Charter 05-01-2004 08:07 AM

Hi. Perhaps try this thread and then index only the new pages.


All times are GMT -8. The time now is 06:18 AM.

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