This is a standalone script which checks whether the user's browser supports various features used by UBB.threads, and displays the results.
The idea is that if a user if having a problem using UBB.threads, he can run this script to help isolate the problem.
The following client-side features are tested:
Cookies - Cookies can be set and read.
Referrer - The URL of the referring page can be read.
Javascript - Javascript within a web page can be executed.
Javascript read cookie - Cookies can be read using Javascript.
Javascript set cookie - Cookies can be set using Javascript.
Clock - The server and client clocks agree within a specified tolerance.
Feedback requested. <img src="/threads/php/images/graemlins/smile.gif" alt="" />
Please test this with different platforms/browsers, and with different browser security settings.
Edit: attachment updated to version 1.0.1 - made downward-compatible with PHP 4.0 Edit: attachment updated to version 1.1.0 - added Javascript cookie tests and clock test, and added a separate configuration file.[i]
[i]Edit: attachment updated to version 1.2.0 - split single referrer test into three tests, changed clock difference display to use appropriate time units, added a few parameters to configuration file. Edit: attachment updated to version 1.2.1 - Fixed clock difference display to use appropriate time units for negative values. Edit: attachment updated to version 1.3.0 - Added link to Infopop's Browser Problems article on test results page. ---------
Reposted
here.