|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Web service for IP address to Geographic locationHi
Does anyone know a Web service for IP address to Geographic location resolution? Thanks P.S. I am in the UK, but I assume any good web service would be worldwide?? Paul,
Have you checked this one http://www.xmlwebservices.cc/index_Samples.htm Regards - Octavio Show quote "Paul Aspinall" <p***@aspy.co.uk> escribió en el mensaje news:jboPf.128660$YJ4.65100@fe2.news.blueyonder.co.uk... > Hi > Does anyone know a Web service for IP address to Geographic location > resolution? > > Thanks > > P.S. I am in the UK, but I assume any good web service would be > worldwide?? > Or you could write your own, its very easy to convert the ARIN, APNIC,
RIPENCC, LACNIC, from these assigned files ftp://ftp.arin.net/pub/stats/arin/delegated-arin-latest ftp://ftp.apnic.net/pub/apnic/stats/apnic/assigned-apnic-latest ftp://ftp.ripe.net/ripe/stats/delegated-ripencc-latest ftp://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-latest These update daily, you can store them in your database and then do a search on them. To store the IP Addresses convert them to decimal from dot-quad as explained here: http://www.codeproject.com/useritems/NetCalc.asp However if your after something more specific than resolving to a country, you can just use maxmind.com or another similar service if your willing to pay. - Mark On Wed, 08 Mar 2006 07:20:23 +0800, Octavio Hernandez <octavio.hdez.NOSPAM@gmail.com> wrote: Show quote > Paul, > > Have you checked this one > > http://www.xmlwebservices.cc/index_Samples.htm > > Regards - Octavio > > > "Paul Aspinall" <p***@aspy.co.uk> escribió en el mensaje > news:jboPf.128660$YJ4.65100@fe2.news.blueyonder.co.uk... >> Hi >> Does anyone know a Web service for IP address to Geographic location >> resolution? >> >> Thanks >> >> P.S. I am in the UK, but I assume any good web service would be >> worldwide?? >> > > Please take a look at this one.
http://www.fraudlabs.com/ip2location.aspx You can also visit http://www.ip2location.com for more information. |
|||||||||||||||||||||||