Quote:
Originally Posted by iliton
Someone knows why statistik2 (last version)
do not identificate googlebot spider
in online.php I saw google`s IP
but in statistik2 report It is not present ???
|
There is a problem with the googlebot name.
You have to add a new ereg line in your /includes/functions_statistik.php file
search for:
Code:
if(ereg("googlebot", $agent)) $c_bot = "googlebot"; //Googlebot
and replace it with:
Code:
if(ereg("googlebot", $agent)) $c_bot = "googlebot"; //googlebot
elseif(ereg("Googlebot", $agent)) $c_bot = "googlebot"; //Googlebot
Now the googlebot is identified from the statistik.
Googlebot uses since a few weeks capital and small "g" in front