|
-
Jul 13th, 2008, 03:50 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2008] Visitor IP
Hi, i would like to know how to retrieve page visitor's IP ?
thx
-
Jul 13th, 2008, 04:08 PM
#2
Frenzied Member
Re: [2008] Visitor IP
Dim sClientIP As String = Request.ServerVariables("remote_addr")
-
Jul 13th, 2008, 04:09 PM
#3
Thread Starter
Frenzied Member
Re: [2008] Visitor IP
the problem is it shows 127.0.0.1
-
Jul 13th, 2008, 06:28 PM
#4
Re: [2008] Visitor IP
It will say that if your testing locally, if you publish to a web server and test it then, it will show the IP.
-
Jul 14th, 2008, 01:13 AM
#5
Thread Starter
Frenzied Member
Re: [2008] Visitor IP
yep ur right, it's because i was testing it localy
thx working....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|