how to get ip of the visitors

StanSl

New member
hi, i want to get client ipaddress those who are all visiting my page.

i have one listbox in my clientip.aspx.so i need to display the list of ipaddress those who are all visiting my webpage.

can any one show mw some example regarding this please
 
I created a site that shows the IP address when you visit it. The site is called www.allaboutmypc.com. I believe the code you need is something like:

$_SERVER['REMOTE_ADDR']

Is that what you wanted, or are you looking for something different?
 
If your using cpanel then you can see the IP of all your visitors through web ftp stats >> site visitors
 
There are plenty of scripts out there that let you see who's online including their IP address, the page they're currently on, their referrer, and etc. Just do a search on Google.
 
Dev4vip said:
If your using cpanel then you can see the IP of all your visitors through web ftp stats >> site visitors
That's what I use. I believe it tells you the last 300 or 500. I can't remember the exact number, but it's a good way to find visitor IP's.
 
Harry said:
That's what I use. I believe it tells you the last 300 or 500. I can't remember the exact number, but it's a good way to find visitor IP's.

And if your using new version of kayako support suite, you basically can monitor every single site visitor of yours, like looking out of a window and see wot someone is upto its a very advance way of tracking but little expensive
 
I think you need the stats of people who visit your page. I dont think you could do anything with their IP(excepting Banning them from viewing your site), I think you should go for the visitors option in your cpanel, It has all the stats of the users who used your site, the page they visited, the amount of bytes they used and everything. The most important feature of this is that you can get to know when google actually crawled your site !
 
Back
Top