Hello eXtremeTim.
Better is, you wait few days.
We will release Version 3 of the vBstatistic the next days.
The new version detect more then 290 differnt spiders correctly.
If you add new spiders in Version2 you must make inserts for them in the database, too.
for exampel
you add this spider:
PHP Code:
elseif(ereg("Mediapartners-Google", $agent)) $c_bot = "Mediapartners-Google";
The new insert for this spider:
PHP Code:
INSERT INTO statistik_spider VALUES (95, 'Mediapartners-Google', 'images/statistik/spider/new.gif', 'images/statistik/bar1.gif', '0')
Greets
PcFreak