Browser information script
Your browser (For example: Internet Explorer, or Mozilla) tell afew things about your environment via CGI protocol.
This small script shows an example what is your browser tell about itself.
Here are the results:
| Your browser information | |
|---|---|
| Your web browser is : | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Your IP address is : | 38.107.191.109 |
| Your client hostname : | 38.107.191.109 |
| Your port is : | 33628 |
| The explanation of rows are: | |
|---|---|
| Your web browser is : | This row tell,which browser and which oprating system do you use. |
| Your IP address is : | This row tell,which is ip adress is connecting to the server. |
| Your client hostnam is : | This row tell,what is the connecting hostname. |
| Your port is : | This row tell,which is the tcp/ip port which the client uses for connecting to the server. |
It is very simple script.
The script uses CGI variables, which gives your browser data to the server.
These variables are:HTTP_USER_AGENT  ,REMOTE_ADDR  ,REMOTE_PORT.