| :: |
| Author |
Message |
arkantos

Joined: 13 Feb 2007 Posts: 26 Location: Dark Side of Tha World
|
Posted: Mon Feb 26, 2007 7:27 pm Post subject: Simple Show Bots - More bots possible? |
|
|
Hiya, i was thinking a way to add more bots.
I know the normal ones are Intkomi, MSN, SLURP, Googlebot, but there is the ASK JEeves thing, the Live Search Bot, and the Unknow Google imitation bot.
I know you add it in ip range but i need to add the colors also or what? |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Tue Feb 27, 2007 1:59 pm Post subject: Re: Simple Show Bots - More bots possible? |
|
|
The mods is only detecting Google, yahoo and msn, upon the ip only.
You can add more bots in includes/page_header.php :
| Code: | $bot_style = array( 'Google' => 'style="color:#2159D6;font-weight:bold"', 'MSN' => 'style="color:#52BA18;font-weight:bold"', 'Yahoo!' => 'style="color:#FF0031;font-weight:bold"' );
$bot_to_style = array( 'Google', 'Yahoo!', 'Yahoo!' , 'Yahoo!', 'MSN', 'MSN', 'MSN', 'MSN');
$bot_ips = array( '66.249', '74.6', '66.196', '66.142', '64.4', '65.5', '131.107', '207.46' ); |
You'll need on entry per bot in $bot_style, and one per bot and per ip range in the two other arrays.
The number of bot is by default limited because this mod being a cosmetic feature, I do not think we should make it too heavy.
Each bot added means more checks.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
AVAST
Joined: 18 Mar 2007 Posts: 3 Location: CZ
|
Posted: Fri Mar 23, 2007 9:58 am Post subject: Re: Simple Show Bots - More bots possible? |
|
|
jaký ip
AdsBot [Google]
Alexa [Bot]
Alta Vista [Bot]
Ask Jeeves [Bot]
Baidu [Spider]
Exabot [Bot]
FAST Enterprise [Crawler]
FAST WebCrawler [Crawler]
Francis [Bot]
Gigabot [Bot]
Google Adsense [Bot]
Google Desktop
Google Feedfetcher
Google [Bot]
Heise IT-Markt [Crawler]
Heritrix [Crawler]
IBM Research [Bot]
ICCrawler - ICjobs
MSN NewsBlogs
MSN [Bot]
MSNbot Media
Majestic-12 [Bot]
Metager [Bot]
NG-Search [Bot]
Nutch [Bot]
Nutch/CVS [Bot]
OmniExplorer [Bot]
Online link [Validator]
SEO Crawler
SEOSearch [Crawler]
Seekport [Bot]
Sensis [Crawler]
Seoma [Crawler]
Snappy [Bot]
Steeler [Crawler]
Synoo [Bot]
Telekom [Bot]
TurnitinBot [Bot]
Voyager [Bot]
W3 [Sitesearch]
W3C [Linkcheck]
W3C [Validator]
WiseNut [Bot]
Yacy [Bot]
Yahoo MMCrawler [Bot]
Yahoo Slurp [Bot]
Yahoo [Bot]
YahooSeeker [Bot]
ichiro [Crawler]
psbot [Picsearch] |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
AVAST
Joined: 18 Mar 2007 Posts: 3 Location: CZ
|
Posted: Fri Mar 23, 2007 6:06 pm Post subject: Re: Simple Show Bots - More bots possible? |
|
|
bot_style = array( 'Google' => 'style="color:#2159D6;font-weight:bold"', 'MSN' => 'style="color:#52BA18;font-weight:bold"', 'Yahoo!' => 'style="color:#FF0031;font-weight:bold"' );
$bot_to_style = array( 'Google', 'Yahoo!', 'Yahoo!' , 'Yahoo!', 'MSN', 'MSN', 'MSN', 'MSN');
$bot_ips = array( '66.249', '74.6', '66.196', '66.142', '64.4', '65.5', '131.107', '207.46' );
Google '66.249'
td
Seoma [Crawler] - ip |
|
|
| Back to top |
|
 |
arkantos

Joined: 13 Feb 2007 Posts: 26 Location: Dark Side of Tha World
|
Posted: Sun Mar 25, 2007 8:59 pm Post subject: Re: Simple Show Bots - More bots possible? |
|
|
What i think is that he wants the start IP from the SEOMA crawler so he can include it in the code or something like that.
Also could be wise the includ the ALEXA bot in that arrangement. |
|
|
| Back to top |
|
 |
AVAST
Joined: 18 Mar 2007 Posts: 3 Location: CZ
|
Posted: Sun Mar 25, 2007 10:48 pm Post subject: Re: Simple Show Bots - More bots possible? |
|
|
| indeed I here needed find out ip address and of those withal browsers |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
|