>> I recenlty applied that update that changes the spider.php and robotfunctions.php so it can index external domains.
What update was that? With PhpDig 1.8.4 the only changes needed are those in
this thread. If you want to go external, then look for the following in the robot_functions.php file:
PHP Code:
// be careful setting this to true as indexing
// could take a very, VeRy, VERY looooong time
// return true;
and set PHPDIG_IN_DOMAIN to true in the config file.