Welcome to UA-check 2.1!

A user agent is a string sent by your browser to identify certain attributes such as your OS and system type.
Your current user string is:

           CCBot/1.0 (+http://www.commoncrawl.org/bot.html)



What can User Agents be used for?

User agents can used for the following:
  -They can be used to read your OS type, so if your OS is Mac it can go to a mac section of a site.
  -Websites like Facebook use it all the time, it can read if you're on a mobile device and send you to m.facebook.com
  -Web developers can disable a function on specific browsers, for example if something doesn't work on Netscape.
  -Provide info if the user supports HTML frames, JS, 64-bit technologies, cookies, ...

Here is some other neat info your browser sends to us, without us requesting it!:

   -IP Address:          38.107.191.81
   -Hostname:            38.107.191.81
   -Browser Name:        Default Browser
   -Browser Version:     
Notice: Undefined index: parent in /home/onikun0/public_html/projects/useragent.php on line 42

   -Windows?:            False
   -Operating System:    unknown
   -Javascript On?:      False
   -Sun© Java?:          False
   -AOL browser:         False

Simple, right? Here are some things you should know:

   -User Agents are purely what the client sends them, some security software may get rid of them (Such as firewalls/ Norton Internet Security)
   -Did you know web spiders, such as Google's bot has its own user agent string? [Googlebot/2.1 (+http://www.googlebot.com/bot.html)]
   -As all data sent by the client is their own, User agents can be modified/spoofed:
         You can edit your own for testing with this Firefox extension: UA switcher

   -Alongside those, the HTTP's referrer can be modified as well bypassing weak security, it should not be relied on except for simple things!
   -These stats can be possible used to track your behaviour, and are usually logged, but in most cases shouldn't matter.



That is basically all there is need to know about User Agents, note that every one may be unique because of the complexity of
operating systems and browser types, PHP, including web bots may have their own user agent string, including bad ones.


Here is a simple list of web browser common user agents, they may differ per version, but should be very similar by default.
  1. IE8: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)
  2. Firefox: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
  3. Opera: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00
  4. Google Chrome: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.A.B.C Safari/525.13
  5. AOL Browser: Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)

Here is a simple list of non-browser common user agents from search engines and bots:
  1. Google bot: Googlebot/2.1 ( http://www.googlebot.com/bot.html)
  2. MSNbot: msnbot/2.1 (+http://search.msn.com/msnbot.htm)
  3. Alexa.com/web.archive.org: ia_archiver
  4. Yahoo: Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)
  5. Ask.com: Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)
These are common bots that may browse your site every few days, and that's how your page gets on search engines!
You may notice some search engines allow you to submit your website, this will tell the bot to put slight priority
On your web pages and have the bot crawl them to successfully know of their existances.

Most web search bots will list their web url inside the user agent itself, This is so you can know what the bot is
And not be scared it's some bad bot! (which some do not list)




copyright oni-kun.com © 2007-2010 All Rights Reserved.