Left Menu
Howto create your own Visitor Details ( danasoft like ) sign
Creating a sign is easy. You have two ways :
1. Javascript
2. PHP
We will show you how to do it by using PHP. Well show is not the exact
word. Actually We will give you the hints and the directions, the rest
depends on you!
You need some php codes:
-- Get IP code
Just wrap it in a PHP tags
The output of this code will be :
IP : 38.107.191.89
-- Get Browser Code :
Just wrap the code in PHP tags.
This will give you an output like :
Browser: Unknown
-- Get Operating System Code :
Just wrape it in PHP tags.
This will give you an output like:
OS : Search Bot
Now About the location is a little difficult. You are going to need GeoIP to get the IP address resolved as a city and country :
1. Download GeoIP from the official website : HERE
2. You need the GeoIP country Database : HERE
Download all these files and extract them to the folder you file with the code will be :
The code is :
Wrap this code in a PHP tag and it will return :
Country: United States
Country Code: US
City:
Ok so far so good! We got the Visitor IP, Browser, OS and Location but whats up with that picture ?
It is easy all you need is a GD/GD2 for php
Here is the example code :

Wrap it in PHP tags and replace rott.png with your picture and edit the code according to your needs!
Ok guys Thats it so far! All you have to do is to figger out on your own, how to put the code together! Good Luck!
For questions of comment please use Contact Form
de.li.cio.us