RyanJ Posted January 19, 2006 Posted January 19, 2006 Hi everyone! I have just started a new project, a UA detector - it detects information about your computer using the User-agent strings transmmitted by your browser to a web page. If anyone would care to help test please visit the link below, check the displayed information is correct. If its not then please let me know what the incorrect results were and what the results should have been along with a copy of the offending UA string Any help in testing would be appreciated, http://standards.spiralmindsinc.com/Projects/UA_Strings/Browser_testing.php Cheers, Ryan Jones
RyanJ Posted January 19, 2006 Author Posted January 19, 2006 It worked for me Great I've included browsers most people have probably never heared of, the only problem is that there are so many out there I probably missed some Cheers, Ryan Jones
1veedo Posted January 19, 2006 Posted January 19, 2006 Have you ever head of this thing? http://techpatterns.com/downloads/php_browser_detection.php I dont know if yours does or not but you should give the script default output vars to integrate w/ other sites. IE, $browser $OS etc
RyanJ Posted January 19, 2006 Author Posted January 19, 2006 Have you ever head of this thing?http://techpatterns.com/downloads/php_browser_detection.php I dont know if yours does or not but you should give the script default output vars to integrate w/ other sites. IE' date=' $browser $OS etc[/quote'] Yup it can do that It has more stuff than is listed right now, some of it is in development. I finally found a use for it in my hosts sig gen Cheers, Ryan Jones
Cap'n Refsmmat Posted January 19, 2006 Posted January 19, 2006 Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 7 in /home/ryanjone/public_html/Projects/UA_Strings/Project_UA_Include.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /home/ryanjone/public_html/Projects/UA_Strings/Project_UA_Include.php:62) in /home/ryanjone/public_html/Projects/UA_Strings/Browser_testing.php on line 19 But it does figure it out correctly after that. (It's also clever enough to figure Opera out even when it's set to identify as IE, but only because Opera adds "Opera 9.0" to the end of the UA) I should point out that I already have a dynamic signature that is capable of detecting Netscape, IE, Mozilla, and Firefox. Well, when you use IE, it gives you a mozilla.org link, but whatever...
RyanJ Posted January 19, 2006 Author Posted January 19, 2006 Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 7 in /home/ryanjone/public_html/Projects/UA_Strings/Project_UA_Include.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /home/ryanjone/public_html/Projects/UA_Strings/Project_UA_Include.php:62) in /home/ryanjone/public_html/Projects/UA_Strings/Browser_testing.php on line 19 But it does figure it out correctly after that. I'll look into it - I may have been editing the file at the time. (It's also clever enough to figure Opera out even when it's set to identify as IE' date=' but only because Opera adds "Opera 9.0" to the end of the UA)[/quote'] I tried to get it as accurate as I could, I realised that the processing order was vital so I processed just about eveything before IE Cheers, Ryan Jones
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now