Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> How do i remove URLS that were added with -i -u http://www.whatever.com
> 
> from the to be crawled que?

If you want to remove them from database:

   -Cw -u http://www.wharever.com%

If you want to keep them in database but just index later:

UPDATE 
  url 
SET 
  next_index_time=XXXX 
WHERE 
  url LIKE 'http://whatever.com%';


where XXXX is desired time when to index these pages,
unix time in seconds since 1970.




Reply: <http://www.mnogosearch.org/board/message.php?id=3074>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to