]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated database
authoreldy <>
Mon, 30 Sep 2002 13:45:51 +0000 (13:45 +0000)
committereldy <>
Mon, 30 Sep 2002 13:45:51 +0000 (13:45 +0000)
wwwroot/cgi-bin/lib/robots.pm
wwwroot/cgi-bin/lib/search_engines.pm

index eda1e6bcbe4bb47e371d3912442ebb9ef4d9ac6d..2c304d1698204f073339379bda3f9cbb127157c3 100644 (file)
 "ezresult",
 "gigabot",
 "gnodspider",
+"internetseer",
 "justview",
 "linkbot",
 "linkchecker",
 );
 @RobotsSearchIDOrder_list3 = (
 # Generic robot
-"robot"
+"robot",
+"crawl"
 );
 
 
 "gigabot","GigaBot",
 "gnodspider","GNOD Spider",
 "ia_archiver", "IA Archiver",
+"internetseer", "InternetSeer",
 "jennybot", "JennyBot",
 "justview", "JustView",
 "linkbot","LinkBot",
 "yandex", "Yandex bot",
 
 # Generic root ID
-"robot", "Unknown robot"
+"robot", "Unknown robot (identified by 'robot')",
+"crawl", "Unknown robot (identified by 'crawl')"
 );
 
 
index 3aaeafa78a717292c181065e5012bb22965df6c3..8b8b4821ff5f1b327b1b1d228f96f65eb9ddea22 100644 (file)
 );
 
 # If no rules are known, this will be used to clean URL of not keyword parameters.
-@WordsToCleanSearchUrl= ("act=","annuaire=","btng=","categoria=","cfg=","cof=","cou=","cp=","dd=","domain=","dt=","dw=","exec=","geo=","hc=","height=","hl=","hq=","hs=","id=","kl=","lang=","loc=","lr=","matchmode=","medor=","message=","meta=","mode=","order=","page=","par=","pays=","pg=","pos=","prg=","qc=","refer=","sa=","safe=","sc=","sort=","src=","start=","style=","stype=","sum=","tag=","temp=","theme=","url=","user=","width=","what=","\\.x=","\\.y=","y=","look=");
+@WordsToCleanSearchUrl= ("act=","annuaire=","btng=","categoria=","cfg=","cof=","cou=","cp=","dd=","domain=","dt=","dw=","enc=","exec=","geo=","hc=","height=","hl=","hq=","hs=","id=","kl=","lang=","loc=","lr=","matchmode=","medor=","message=","meta=","mode=","order=","page=","par=","pays=","pg=","pos=","prg=","qc=","refer=","sa=","safe=","sc=","sort=","src=","start=","style=","stype=","sum=","tag=","temp=","theme=","url=","user=","width=","what=","\\.x=","\\.y=","y=","look=");
 # Never put the following exclusion ("ask=","claus=","general=","kw=","keyword=","keywords=","MT","p=","q=","qr=","qt=","query=","s=","search=","searchText=","string=","su=","w=") because they are strings that contain keywords we're looking for.