Re: [PHP] ip-to-country

2009-12-29 Thread George Langley
;-{)] ) George On 14-Dec-09, at 5:07 AM, Angelo Zanetti wrote: -Original Message- From: George Langley [mailto:george.lang...@shaw.ca] Sent: 19 October 2009 01:38 AM To: php-general@lists.php.net Subject: Re: [PHP] ip-to-country On 18-Oct-09, at 1:03 PM, SED wrote: How can I access an index

Re: [PHP] ip-to-country

2009-12-29 Thread Nitsan Bin-Nun
: -Original Message- From: George Langley [mailto:george.lang...@shaw.ca] Sent: 19 October 2009 01:38 AM To: php-general@lists.php.net Subject: Re: [PHP] ip-to-country On 18-Oct-09, at 1:03 PM, SED wrote: How can I access an index for IP to a country (or a more detailed location

RE: [PHP] ip-to-country

2009-12-14 Thread Angelo Zanetti
-Original Message- From: John Black [mailto:s...@network-technologies.org] Sent: 19 October 2009 11:03 AM To: php-general@lists.php.net Subject: Re: [PHP] ip-to-country SED wrote: How can I access an index for IP to a country (or a more detailed location)? I have not yet found

Re: [PHP] ip-to-country

2009-10-19 Thread John Black
SED wrote: How can I access an index for IP to a country (or a more detailed location)? I have not yet found a function for that in PHP nor a free to use website that offers a remote search. http://www.hostip.info/ is free, provides a database to download and even allows you to query the

Re: [PHP] ip-to-country

2009-10-19 Thread Paul Halliday
You might find this useful: http://sites.google.com/site/interrupt0x13h/code/ip2c On Sun, Oct 18, 2009 at 4:03 PM, SED s...@sed.is wrote: Hi, How can I access an index for IP to a country (or a more detailed location)? I have not yet found a function for that in PHP nor a free to use website

Re: [PHP] ip-to-country

2009-10-18 Thread Michael Shadle
http://pecl.php.net/package/geoip however i tried a few IPs once and it was unknowns On Sun, Oct 18, 2009 at 12:03 PM, SED s...@sed.is wrote: Hi, How can I access an index for IP to a country (or a more detailed location)? I have not yet found a function for that in PHP nor a free to use

Re: [PHP] ip-to-country

2009-10-18 Thread Per Jessen
SED wrote: Hi, How can I access an index for IP to a country (or a more detailed location)? I have not yet found a function for that in PHP nor a free to use website that offers a remote search. Perhaps, there is another solution - any ideas? DNS lookup - see http://countries.nerd.dk

Re: [PHP] ip-to-country

2009-10-18 Thread George Langley
On 18-Oct-09, at 1:03 PM, SED wrote: How can I access an index for IP to a country (or a more detailed location)? http://www.maxmind.com/app/ip-location has both free and various paid services. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] IP to country DB and script

2006-05-21 Thread Kevin Davies
snip Can anybody recommend a IP to country (or better still IP-city) database and script? /snip Ryan, I've used Tracewatch (a web stats package) on a couple of sites, and it comes with a CSV of IP to Country conversions I believe. URL: www.tracewatch.com HTH, Kev -- PHP General Mailing

RE: [PHP] IP to country DB and script

2006-05-21 Thread Kevin Davies
snip URL: www.tracewatch.com /snip Seems like their data is sourced from here: http://ip-to-country.webhosting.info/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] IP to country DB and script

2006-05-21 Thread Ryan A
Thanks Kevin, Will look into it, I think I found the same link via the SEs...am not sure though. Cheers! Ryan --- Kevin Davies [EMAIL PROTECTED] wrote: snip URL: www.tracewatch.com /snip Seems like their data is sourced from here: http://ip-to-country.webhosting.info/ -- PHP

Re: [PHP] IP to country DB and script

2006-05-21 Thread tedd
At 4:59 AM -0700 5/21/06, Ryan A wrote: Hey, Can anybody recommend a IP to country (or better still IP-city) database and script? I have found some leads via google but would like to know what you guys are using or can recommend. Or just the DB would do, I can write the script if I have to.

Re: [PHP] IP to country DB and script

2006-05-21 Thread Ryan A
Hey Tedd, Ryan: You might want to review: http://www.weberdev.com/get_example-3091.html Thanks for the link. I also have: http://xn--ovg.com/location If you want that, please let me know and I'll provide. As usual, most generious, thanks for the offer. I'm still testing 3 that

Re: [PHP] IP to country DB and script

2006-05-21 Thread tedd
At 10:43 AM -0700 5/21/06, Ryan A wrote: Hey Tedd, Ryan: You might want to review: http://www.weberdev.com/get_example-3091.html Thanks for the link. I also have: http://xn--ovg.com/location If you want that, please let me know and I'll provide. As usual, most generious,

Re: [PHP] IP to country DB and script

2006-05-21 Thread Ryan A
Hey Tedd, As always in life, your choices are quick, good, and inexpensive -- but you can only pick two. :-) Hey! Thats a good one, am going to use it in other places :-) Thanks! In any event, if you find a free one better than what I provided, please share. Will do, the problem is,

Re: [PHP] IP to country DB and script

2006-05-21 Thread tedd
At 11:01 AM -0700 5/21/06, Ryan A wrote: As always in life, your choices are quick, good, and inexpensive -- but you can only pick two. :-) Hey! Thats a good one, am going to use it in other places :-) Thanks! No problem -- I met with a client yesterday where I told him that. He

Re: [PHP] IP to country DB and script

2006-05-21 Thread Ryan A
--- tedd [EMAIL PROTECTED] wrote: Hey, At 11:01 AM -0700 5/21/06, Ryan A wrote: As always in life, your choices are quick, good, and inexpensive -- but you can only pick two. :-) Hey! Thats a good one, am going to use it in other places :-) Thanks! No problem -- I met with

Re: [PHP] ip to country

2004-03-21 Thread Chris Shiflett
--- Enda Nagle [EMAIL PROTECTED] wrote: I had a quick look at http://www.iptocountry.com but was wondering if there was a way of doing this with PHP functions? My favorite is GeoIP Country from Maxmind: http://www.maxmind.com/ They have an open source PHP API that is easy to use, and it's