Zend Certified Engineer

phpguru.org

Free PHP, Javascript and C# code


Log Useragent

Want to help out? Simply send me your useragent string so I can examine it and do all sorts of techy stuff with it. Thanks.

Useragent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Browser:
Eg. Internet Explorer, Firefox or Navigator
Version:
Eg. 4, 5, 5.5, 6, 7 etc
Platform:
Eg. Windows, Macintosh, Linux

The browser detection output of your browser

The output is being shown using print_r(), so true will appear as "1" and false will appear as blank.

        Array
(
    [is_major] => 0
    [is_minor] => 0
    [is_chrome] => 
    [is_ff] => 
    [is_ie] => 
    [is_opera] => 
    [is_nn] => 
    [is_konq] => 
    [is_win] => 
    [is_mac] => 
    [is_nix] => 
    [is_google] => 
    [is_googletb] => 
    [is_ffg] => 
    [is_googlebot] => 
    [is_newsgator] => 
    [is_magpierss] => 
    [is_planetphp] => 
    [is_bloglines] => 
    [is_doubanbot] => 
    [is_topix] => 
    [is_rssreader] => 
    [is_nnw] => 
    [is_ngo] => 
    [is_gn] => 
    [is_rb] => 
)