Quote:
Originally Posted by Host Directory
Which bit of code do i need to change to add new search engine spiders graphics to the stats? I found a web stats program on google that has 111 search engine spider icons that i would like to use.
|
You can add new spiders in the functions_statistik.php.
Found this part:
Code:
//################################################################################################
//### Spider Bots und Crawler Erkennung START im Moment 92 verschiedene
//################################################################################################
To add a new Spider use this code:
PHP Code:
elseif(ereg("newspider", $agent)) $c_bot = "NewSpider";
Now you must create a new field in the statistik_spider table for the new spider.
PcFreak
PS:
Can you post a link to the web stats program, please