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;
}