Have you ever concerned about your readers's IPs? Where are they from? It's so
interesting if you know who are viewing your site and where they are being,
isn't it? I has developed a code to help you tracking back the IPs and locations
of your visitors. If somebody's visiting your site, his or her IP address will
be displayed on your sidebar. This hack then opens a webpage to locate where
he/she is when you click on the IP link.
The Lookup-IP-address web in this code is an example, you can replace it with
another one you like. And the IP will be shown as below:
IPlooker = the first part of IP
IP is middle part.
IPlooker_last is the last part of IP address, it's blank in this case.
<p><b>Users came from:</b></p>
<p> -
<script type="text/javascript">
var IPlooker = "http://www.ip-adress.com/whois/";
var IPlooker_last = "";
</script>
<script type="text/javascript" src="http://vietwebguide2.googlepages.com/user_ip_track01.js"></script>
</p>
This section of code should be place between <body> and </body> tag
(http://en.vietwebguide.com)
No comments:
Post a Comment