Thread: Not Spidering
View Single Post
Old 02-12-2006, 04:43 AM   #2
darkshado
Green Mole
 
Join Date: Feb 2006
Posts: 2
Not Spidering

Oh just so you know as well I have read some of the other posts
about this problem as well and I still can't get it working.

Running PHP Dig 1.8.8

Yes I tried to run 1.8.9 RC1 but I get an error
due to a missing function in some versions
of perl. The function is mb_eregi()
and it appears to be a well known bug.

I am getting this error even in PHP 4.4.2
I know they were saying in some other posts
that this function is missing in PHP 5.x but it is
also happening in PHP 4.4.2 so I am stuck with
running phpdig 1.8.8 for now.

allow_url_fopen enabled
safe_mode off

And in my includes\config.php file

define('ABSOLUTE_SCRIPT_PATH','/public_html/infoseekersbiz');
define('LIMIT_TO_DIRECTORY',false);
define('PHPDIG_SESSID_REMOVE',true);
define('PHPDIG_IN_DOMAIN',true);


Any suggestions as to how I can fix this problem with it not
spidering?

Thanks,

Jamie
darkshado is offline   Reply With Quote