• You appear to have CSS disabled (or it's not supported by your browser).
  • You appear to have JavaScript disabled (or it's not supported by your browser).
  • Your browser is sending '.$agent.'.'; } if(strstr($agent,"Linux")){ echo '
  • You are using a PC running Linux.
  • '; }elseif(strstr($agent,"Windows")){ echo '
  • You are using a PC running Windows.
  • '; }elseif(strstr($agent,"Macintosh")){ echo '
  • You are using a Mac.
  • '; }elseif(strstr($agent,"Symbian")){ echo '
  • You are using a mobile phone running Symbian OS.
  • '; }elseif(strstr($agent,"Nintendo Wii")){ echo '
  • You are using a Nintendo Wii.
  • '; } if(strstr($agent,"Windows NT")){ echo '
  • Your version of Windows is - or is based upon - Windows NT.
  • '; } if(strstr($agent,"NokiaN") or strstr($agent,"Nokia N")){ echo '
  • You are using a mobile phone from the Nokia Nseries.
  • '; } if(strstr($agent,"Nintendo Wii")){ echo '
  • You are using the Opera-powered Wii Internet Channel.
  • '; }elseif(strstr($agent,"Opera") and strstr($agent,"MSIE")){ echo '
  • You are using Opera, but is is pretending to be Internet Explorer.
  • '; }elseif(strstr($agent,"Opera") and strstr($agent,"Mozilla")){ echo '
  • You are using Opera, but is is pretending to be Mozilla.
  • '; }elseif(strstr($agent,"Opera")){ echo '
  • You are using Opera.
  • '; }elseif(strstr($agent,"Firefox")){ echo '
  • You are using Firefox.
  • '; }elseif(strstr($agent,"Netscape")){ echo '
  • You are using Netscape.
  • '; }elseif(strstr($agent,"Lynx")){ echo '
  • You are using Lynx.
  • '; }elseif(strstr($agent,"Konqueror")){ echo '
  • You are using Konqueror.
  • '; }elseif(strstr($agent,"MSIE")){ echo '
  • You are using Internet Explorer, or possibly a browser based on it.
  • '; }elseif(strstr($agent,"Safari")){ echo '
  • You are using Safari.
  • '; } if(strstr($agent,"bot") or strstr($agent,"crawl")){ echo '
  • You might be a robot for a search engine.
  • '; }elseif(strstr($agent,"Validator")){ echo '
  • You are probably a robot used to validate HTML or CSS.
  • '; } if(strstr($agent,"WebKit")){ echo '
  • You are using a browser based on the WebKit layout engine.
  • '; }elseif(strstr($agent,"Gecko")){ echo '
  • You are using a browser based on the Gecko layout engine.
  • '; } if(strstr(strtolower($agent),"en-gb")){ echo '
  • Your language is set to British English.
  • '; }elseif(strstr(strtolower($agent),"en-us")){ echo '
  • Your language is set to American English.
  • '; }elseif(strstr(strtolower($agent),"de")){ echo '
  • Your language appears to be set to German.
  • '; }elseif(strstr(strtolower($agent),"fr")){ echo '
  • Your language appears to be set to French.
  • '; }elseif(strstr(strtolower($agent),"en")){ echo '
  • Your language appears to be set to English.
  • '; } } if(isset($_SERVER['HTTP_REFERER'])){ if(strstr($_SERVER['HTTP_REFERER'],"www.google")){ echo '
  • You use Google to search the Internet.
  • '; }elseif(strstr($_SERVER['HTTP_REFERER'],"search.yahoo")){ echo '
  • You use Yahoo! to search the Internet.
  • '; }elseif(strstr($_SERVER['HTTP_REFERER'],"search.msn")){ echo '
  • You use MSN Search to search the Internet.
  • '; } echo '
  • You came from '.str_replace ("&", "&", $_SERVER["HTTP_REFERER"]).'.
  • '; } if(isset($_SERVER["REMOTE_ADDR"]) and isset($_SERVER["REMOTE_HOST"])){ echo '
  • Your IP address is '.$_SERVER["REMOTE_ADDR"].', and your hostname is '.$_SERVER["REMOTE_HOST"].'.
  • '; }elseif(isset($_SERVER["REMOTE_ADDR"])){ echo '
  • Your IP address is '.$_SERVER["REMOTE_ADDR"].'.
  • '; }elseif(isset($_SERVER["REMOTE_HOST"])){ echo '
  • Your hostname is '.$_SERVER["REMOTE_HOST"].'.
  • '; } if(isset($_SERVER["REQUEST_METHOD"]) and isset($_SERVER["REQUEST_URI"])){ echo '
  • The '.$_SERVER["REQUEST_METHOD"].' method and '.str_replace ("&", "&", $_SERVER["REQUEST_URI"]).' were used to access this page.
  • '; }elseif(isset($_SERVER["REQUEST_METHOD"])){ echo '
  • The '.$_SERVER["REQUEST_METHOD"].' method was used to access this page.
  • '; }elseif(isset($_SERVER["REQUEST_URI"])){ echo '
  • The URI '.str_replace ("&", "&", $_SERVER["REQUEST_URI"]).' was used to access this page.
  • '; } ?>