<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Geo IP Address Lookup</title>
	<atom:link href="http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html</link>
	<description>...And Found Awesomeness</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:57:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: pzeppy</title>
		<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/comment-page-1#comment-200</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Fri, 02 Dec 2011 19:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=70#comment-200</guid>
		<description>I took a quick look and tried to query your ip using the following URL:

http://www.ipgp.net/api/xml/114.143.165.223

It spit back:
&quot;The API is now available only with an api key. Please use the form at: ipgp.net/get-api-key to get your API key&quot;

It looks like you will have to signup to get an API key.  They have a free one that allows 3,000 queries per day.  http://www.ipgp.net/get-api-key/

When I have a chance, I will update the post on how to use this new key that they have.

Paul</description>
		<content:encoded><![CDATA[<p>I took a quick look and tried to query your ip using the following URL:</p>
<p><a href="http://www.ipgp.net/api/xml/114.143.165.223" rel="nofollow">http://www.ipgp.net/api/xml/114.143.165.223</a></p>
<p>It spit back:<br />
&#8220;The API is now available only with an api key. Please use the form at: ipgp.net/get-api-key to get your API key&#8221;</p>
<p>It looks like you will have to signup to get an API key.  They have a free one that allows 3,000 queries per day.  <a href="http://www.ipgp.net/get-api-key/" rel="nofollow">http://www.ipgp.net/get-api-key/</a></p>
<p>When I have a chance, I will update the post on how to use this new key that they have.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jas</title>
		<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/comment-page-1#comment-198</link>
		<dc:creator>jas</dc:creator>
		<pubDate>Thu, 01 Dec 2011 06:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=70#comment-198</guid>
		<description>there is some problem in xml file.
it return attribute .. /a attribute.

IpLookup
Ip 114.143.165.223  /a /Ip  

so cant load xml file. and wont get desite output</description>
		<content:encoded><![CDATA[<p>there is some problem in xml file.<br />
it return attribute .. /a attribute.</p>
<p>IpLookup<br />
Ip 114.143.165.223  /a /Ip  </p>
<p>so cant load xml file. and wont get desite output</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pzeppy</title>
		<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/comment-page-1#comment-156</link>
		<dc:creator>pzeppy</dc:creator>
		<pubDate>Mon, 20 Jun 2011 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=70#comment-156</guid>
		<description>Hi Mihai,

I am not sure why you are getting that error.  I just went to this URL http://www.ipgp.net/api/xml/79.113.212.4 and it brought up the XML for that IP just fine.  I would try that same url in a browser from the computer you are trying to connect to the API with and see if it is returning the XML ok.  I am guessing the xml came back malformed or it could not connect to their server for some reason.</description>
		<content:encoded><![CDATA[<p>Hi Mihai,</p>
<p>I am not sure why you are getting that error.  I just went to this URL <a href="http://www.ipgp.net/api/xml/79.113.212.4" rel="nofollow">http://www.ipgp.net/api/xml/79.113.212.4</a> and it brought up the XML for that IP just fine.  I would try that same url in a browser from the computer you are trying to connect to the API with and see if it is returning the XML ok.  I am guessing the xml came back malformed or it could not connect to their server for some reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Kohler</title>
		<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/comment-page-1#comment-153</link>
		<dc:creator>Mihai Kohler</dc:creator>
		<pubDate>Sun, 05 Jun 2011 10:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=70#comment-153</guid>
		<description>Hello,
There is a problem either with the PHP script  that was posted on ipgp.net or with the ip database itself. I am using the script on my webpage and everything worked perfectly until some weeks ago. Since then I get following error: &quot;Error on line 8&quot; (XML_PARSE). What is really curious is that for instance when I have this ip: 79.113.250.110 no error appears but when using ip: 79.113.212.4 there is this Error on line 8 message. From my point of view there has to be a problem with the PHP script but I can&#039;t figure out what it is. I am using the original script from IPGP.net. Anyway, I have tryied to use also the script from above but still I get the error &quot;UNDEFINED INDEX&quot;. Please look for yourself and let me know what do you think.
Thank you.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
There is a problem either with the PHP script  that was posted on ipgp.net or with the ip database itself. I am using the script on my webpage and everything worked perfectly until some weeks ago. Since then I get following error: &#8220;Error on line 8&#8243; (XML_PARSE). What is really curious is that for instance when I have this ip: 79.113.250.110 no error appears but when using ip: 79.113.212.4 there is this Error on line 8 message. From my point of view there has to be a problem with the PHP script but I can&#8217;t figure out what it is. I am using the original script from IPGP.net. Anyway, I have tryied to use also the script from above but still I get the error &#8220;UNDEFINED INDEX&#8221;. Please look for yourself and let me know what do you think.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enc</title>
		<link>http://www.todayisearched.com/2010/02/php-geo-ip-address-lookup.html/comment-page-1#comment-128</link>
		<dc:creator>Enc</dc:creator>
		<pubDate>Thu, 10 Jun 2010 22:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.todayisearched.com/?p=70#comment-128</guid>
		<description>Thanks! This is great! I&#039;ve been searching for a free API that returns GeoIP data, and this is the first free one that returns tiny piece of data (XML) and really returns the City. AWESOME!!!</description>
		<content:encoded><![CDATA[<p>Thanks! This is great! I&#8217;ve been searching for a free API that returns GeoIP data, and this is the first free one that returns tiny piece of data (XML) and really returns the City. AWESOME!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.todayisearched.com @ 2012-02-05 14:34:52 -->
