Re: geographic targeting with django

2006-08-18 Thread Jan Claeys
Op wo, 16-08-2006 te 10:17 +1000, schreef Ian Holsman: > does anyone know of a python module/interface to allow me to determine > what state a given IP# is in? Don't depend on those GeoIP (etc.) databases mentioned to be always correct... -- Jan Claeys --~--~-~--~~~--

Re: geographic targeting with django

2006-08-16 Thread [EMAIL PROTECTED]
You can get the database from IP database, ZIP code database and cities database from: http://www.ip2location.com http://www.zipcodeworld.com http://www.geodatasource.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: geographic targeting with django

2006-08-16 Thread Guillermo Fernandez Castellanos
Hi, I'm using those: http://www.hostip.info/ They have a very handy API: http://www.hostip.info/use.html Enjoy, G On 8/16/06, David Blewett <[EMAIL PROTECTED]> wrote: > You could combine the maxmind GeoIP database 1 + cross-referencing that with > the CivicSpace ZIP code database 2. > > David

Re: geographic targeting with django

2006-08-15 Thread David Blewett
You could combine the maxmind GeoIP database 1 + cross-referencing that with the CivicSpace ZIP code database 2.David Blewett1 http://www.maxmind.com/app/geolitecity 2 http://www.civicspacelabs.org/home/zipcodedbOn 8/15/06, Ian Holsman < [EMAIL PROTECTED]> wrote:Hi.does anyone know of a python modu

Re: geographic targeting with django

2006-08-15 Thread Corey Oordt
Ian,Try: http://www.maxmind.com/app/geolitecityCoreyOn Aug 15, 2006, at 8:17 PM, Ian Holsman wrote:Hi. does anyone know of a python module/interface to allow me to determine what state a given IP# is in? (Open source preferably) -- Ian Holsman [EMAIL PROTECTED] http://VC-chat.com It's what the VC'

geographic targeting with django

2006-08-15 Thread Ian Holsman
Hi.does anyone know of a python module/interface to allow me to determine what state a given IP# is in?(Open source preferably) --Ian Holsman[EMAIL PROTECTED]http://VC-chat.com It's what the VC's talk about --~--~-~--~~~---~--~~ You received this message because you