PDA

View Full Version : Location Of IPS Server


JoeP
03-19-2003, 02:16 AM
I set a variable to capture the IPS with this:

Session("IPAddr") = Request.ServerVariables("REMOTE_ADDR")

I have seen some sites that can detect a locale or country from members visiting their site. Can I do that with this information with an ASP script or something similar?

I would like to post a little Note That Says Something like:

" We Noticed You Have Signed In From [Locale]."


Thank You! For Any Tips.:thumbsup:

Mhtml
03-19-2003, 08:23 AM
I think I've read about how to do that before.

If I remember correctly it is a payed service where you query a database with a users IP to obtain the country they are from.

There could be a free version but I do not know of any.