All About You

About

A small script that uses a combination of JavaScript and PHP to display a variety of information about the viewer.

No details are stored and all details are determined from information the browser normally sends

As of version Echo it can now show if CSS is enabled, and not just if it is disabled. Please note that this "enabled" message does not work in Internet Explorer.

Example

  • 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).
  • You might be a robot for a search engine.
  • Your IP address is 38.107.191.111.
  • The GET method and /javascript/aboutyou/index.php?showmenu were used to access this page.

Using

To add the block to a page, simply add

    <?php include 'aboutyou.php'; ?>

wherever you want the block to appear, remembering - of course - to change the path to wherever you save the file on your server

NOTE: Since this uses PHP your server must support PHP to use it...

Important: As of version Echo the following CSS is required on any page using All About You:

    #cssstatus {display: none;}
    #aboutyou > #cssstatus {display: list-item;}
    #cssword:after {content:" enabled";}

Download

To download All About You just right-click and choose "Save As" (or the equivalent for your Operating System/Web Browser).

The current version is Echo (2007-06-16) - No changelog.

There's now an RSS feed for easy notification of the infrequent updates to all 6 times 9 projects.

Feedback

I'd like to hear what you have to say about this script; I've only been able to test it in IE, Firefox, and Opera in Windows - I have no idea if it'll work on a Mac, for example...

If you have any comments, compliments, or suggestions feel free to email me and let me know.