All About You
This is a project I created many years ago, and haven't touched in about 13 to 16 years. It's mainly here for posterity, but if you still find it useful (and if it still works) then by all means feel free to make use of it. Any references to "6 times 9" are because that is the retired website where I was previously hosting things like this.
It's also worth noting that this was last updated about 2 weeks before the first iPhone was released, so (among other things) it has no idea what a smartphone is...
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
Example
- You have CSS .
- 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 3.230.152.133.
- The GET method and /code/aboutyou.php 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...
The following CSS is also 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 device/web browser).