Procedural File: _stats.php
Source Location: /blogs/conf/_stats.php
Page Details
This is b2evolution's stats config file.
| Deprecated: | TODO: It holds now just things that should be move around due to hitlog refactoring. This file sets how b2evolution will log hits and stats Last significant changes to this file: version 1.6 |
| Filesource: | Source Code for this file |
Globals
array
$search_engines
[line 83]
Search engines for statistics
The following substrings will be looked up in the referer http header in order to identify search engines
Default value: array('google.',
'.hotbot.',
'.altavista.',
'.excite.',
'.voila.fr/',
'http://search',
'://suche.',
'search.',
'search2.',
'http://recherche',
'recherche.',
'recherches.',
'vachercher.',
'feedster.com/',
'alltheweb.com/',
'daypop.com/',
'feedster.com/',
'technorati.com/',
'weblogs.com/',
'exalead.com/',
'killou.com/',
'buscador.terra.es',
'web.toile.com',
'metacrawler.com/',
'.mamma.com/',
'.dogpile.com/',
'search1-1.free.fr',
'search1-2.free.fr',
'overture.com',
'startium.com',
'2020search.com',
'bestsearchonearth.info',
'mysearch.com',
'popdex.com',
'64.233.167.104',
'seek.3721.com',
'http://netscape.',
'http://www.netscape.',
'/searchresults/',
'/websearch?',
'http://results.',
'baidu.com/',
'reacteur.com/',
'http://www.lmi.fr/',
'kartoo.com/',
'icq.com/search',
)
Information Tags:
| Todo: | move to admin interface, include query params |
[ Top ]
array
$user_agents
[line 145]
UserAgent identifiers for logging/statistics
The following substrings will be looked up in the user_agent http header
Default value: array(array('robot', 'Googlebot/', 'Google (Googlebot)' ),array('robot','Slurp/','Inktomi (Slurp)'),array('robot','Yahoo! Slurp;','Yahoo (Slurp)'),array('robot','msnbot/','MSN Search (msnbot)'),array('robot','Frontier/','Userland (Frontier)'),array('robot','ping.blo.gs/','blo.gs'),array('robot','organica/','Organica'),array('robot','Blogosphere/','Blogosphere'),array('robot','blogging ecosystem crawler','Blogging ecosystem'),array('robot','FAST-WebCrawler/','Fast'),array('robot','timboBot/','Breaking Blogs (timboBot)'),array('robot','NITLE Blog Spider/','NITLE'),array('robot','The World as a Blog ','The World as a Blog'),array('robot','daypopbot/ ','DayPop'),array('robot','Bitacle bot/','Bitacle'),array('robot','Sphere Scout','Sphere Scout'),array('robot','Gigabot/','Gigablast (Gigabot)'),array('robot','psycheclone','Psycheclone'),array('aggregator','AppleSyndication/','Safari RSS (AppleSyndication)'),array('aggregator','Feedreader','Feedreader'),array('aggregator','Syndirella/','Syndirella'),array('aggregator','rssSearch Harvester/','rssSearch Harvester'),array('aggregator','Newz Crawler','Newz Crawler'),array('aggregator','MagpieRSS/','Magpie RSS'),array('aggregator','CoologFeedSpider','CoologFeedSpider'),array('aggregator','Pompos/','Pompos'),array('aggregator','SharpReader/','SharpReader'),array('aggregator','Straw ','Straw'),)
Information Tags:
| Todo: | move to admin interface (T_useragents) 'type' aggregator currently gets only used to "translate" user agent strings. An aggregator hit gets detected by accessing the feed. |
[ Top ]
