PDA

View Full Version : How to find IP address of website visitors ?



Harry Mark
09-12-2012, 06:38 AM
Hello friends
Please give me the answer.

smartkathy
10-08-2012, 12:43 AM
Hi there. To track IP address you can use www.iptrackeronline.com

techwisepk
10-08-2012, 06:21 AM
Hey ! According to me try this site it's very helpful dear ... www.ipopen.com

Charls007
10-08-2012, 06:46 AM
In according to me you can get ip address of visitors through the Google Analytics tool.

theshail
10-08-2012, 07:53 AM
Hello friends
Please give me the answer.

You can create an account on statcounter.com and register your website. Then you can easily see the IP address of every visitor on your website.

giffy
01-29-2013, 03:58 AM
website visitor's IP address can be fectched through Ip-details.com (http://www.ip-details.com/ip-details-client/). Here they provide HTML code to trace the ip address of the visitors who visit your site .By embedding this code in your website codings, you can get a frame on your home page which displays the ip address of the visitors who visits your site.

alanbrook
01-29-2013, 04:30 AM
Hello friends
Please give me the answer.

"WhatismyIPaddress dot com" is the best site to find out our site IP address..

titly555
01-29-2013, 06:18 AM
To know the IP address you havce to visit www(dot)ip-address(dot)org. Also www(dot)ip-details(dot)com/ip-details-client/ help to know the client IP.

mikeslough5
01-29-2013, 06:42 AM
ptrackeronline.com is the best site to find IP

boon_pal
01-29-2013, 10:23 AM
Google Analytics tool helps to find it easily with other value added features.:)

abraham26
01-29-2013, 10:59 AM
Depends what you want to do with that IP. You have programming knowledge or use a CMS like Wordpress?

The PHP code that get IP address is:

<?php
$ipaddress = $_SERVER["REMOTE_ADDR"];

echo"$ipaddress";

?>