Anyone know how to roughly determine a users geographic location from their IP Address?
Carl
carlwright
4:43 pm on Oct 9, 2001 (gmt 0)
Sorry, I should add that any suggestions using ASP/VBscript/VB preferably.
Thanks
sugarkane
8:05 pm on Oct 9, 2001 (gmt 0)
I've no code snippets, but there's a couple of lists of which IP ranges are allocated to which country here [webmasterworld.com] - it's a starting point at least.
MaliciousDan
8:25 pm on Oct 9, 2001 (gmt 0)
I'm interested in this subject too, if there is software out there that is available for licensing I'm definitely interested (licensing for use in other software).
carlwright
12:31 am on Oct 10, 2001 (gmt 0)
Thanks for that. What I have ended up doing is just querying the RIPE database for each session start, since all I really needed to know was whether the user was UK based or not, seemed to fix it without slowing everything down too much.