Re: [PHP] Geo IP Location help needed...

2011-10-25 Thread Daniel Brown
On Mon, Oct 24, 2011 at 21:07, DealTek wrote: > > Q: Is there some code that can ALWAYS tell the country name of the IP? More often than not, you will get accurate, real-time (as in, not static and potentially stale from a database) results using a direct WHOIS query. If you're on Linux with

Re: Re: [PHP] Geo IP Location help needed...

2011-10-25 Thread Tim Streater
On 25 Oct 2011 at 02:36, DealTek wrote: > On Oct 24, 2011, at 6:23 PM, Bastien wrote: > >> On 2011-10-24, at 9:07 PM, DealTek wrote: >> If the IP is showing, could there be some left over debug in some function? >> >> If the IP is not in your list it could be anything from a new range for a >>

Re: [PHP] Geo IP Location help needed...

2011-10-24 Thread Tommy Pham
On Mon, Oct 24, 2011 at 7:03 PM, Tommy Pham wrote: > On Mon, Oct 24, 2011 at 6:36 PM, DealTek wrote: > > >> >> but maybe the db is old from - Geo IP Location? hmmm . how do I check? >> >> -- >> Thanks, >> Dave - DealTek >> deal...@gmail.com >> [db-11] >> >> >> > Dave, > > I don't Linux too well

Re: [PHP] Geo IP Location help needed...

2011-10-24 Thread DealTek
On Oct 24, 2011, at 6:23 PM, Bastien wrote: > > On 2011-10-24, at 9:07 PM, DealTek wrote: > > > Dave, > > If the IP is showing, could there be some left over debug in some function? > > If the IP is not in your list it could be anything from a new range for a > region to IP spoofing or so

Re: [PHP] Geo IP Location help needed...

2011-10-24 Thread Bastien
On 2011-10-24, at 9:07 PM, DealTek wrote: > newbie question! > > Hi all, > > So, I had - Geo IP Location - installed for me on my VPS server by a network > tech > > http://us3.php.net/manual/en/book.geoip.php > > > then I used: > > geoip_country_name_by_name(xxx) to display the country

[PHP] Geo IP Location help needed...

2011-10-24 Thread DealTek
newbie question! Hi all, So, I had - Geo IP Location - installed for me on my VPS server by a network tech http://us3.php.net/manual/en/book.geoip.php then I used: geoip_country_name_by_name(xxx) to display the country by name basically works ok - however a few people say that my page: