<?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"
	>
<channel>
	<title>Comments on: Geo-Targeting PHP Script</title>
	<atom:link href="http://www.netnagel.com/2008/08/geo-targeting-php-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html</link>
	<description>News and Photos of Eric, Laura, Jason, Becca, Morgan, Scout and Twitch Nagel.</description>
	<pubDate>Wed,  7 Jan 2009 14:37:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Eric</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-29860</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 30 Dec 2008 13:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-29860</guid>
		<description>As Akram said, $rsGeoData is an object, so you'd access the object variables with -&gt;, like "$rsGeoData-&gt;country_name"</description>
		<content:encoded><![CDATA[<p>As Akram said, $rsGeoData is an object, so you&#8217;d access the object variables with ->, like &#8220;$rsGeoData->country_name&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akram</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-29856</link>
		<dc:creator>Akram</dc:creator>
		<pubDate>Tue, 30 Dec 2008 05:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-29856</guid>
		<description>Thanks for your post it is very helpful for me and i get the answer "$rsGeoData-&#62;country_name".

thanks,
akram.</description>
		<content:encoded><![CDATA[<p>Thanks for your post it is very helpful for me and i get the answer &#8220;$rsGeoData-&gt;country_name&#8221;.</p>
<p>thanks,<br />
akram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akram</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-29855</link>
		<dc:creator>Akram</dc:creator>
		<pubDate>Tue, 30 Dec 2008 05:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-29855</guid>
		<description>Hi,

My name is akram. I am software engineer and running my own company named 'hive'.I am developing a website in which i want to get the country name object, I have redden your post and found very helpful but i could not access the country object please tell me how can i access and country object.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My name is akram. I am software engineer and running my own company named &#8216;hive&#8217;.I am developing a website in which i want to get the country name object, I have redden your post and found very helpful but i could not access the country object please tell me how can i access and country object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanks for the Coffee! - Nagel Family Website</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-29689</link>
		<dc:creator>Thanks for the Coffee! - Nagel Family Website</dc:creator>
		<pubDate>Mon, 15 Dec 2008 14:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-29689</guid>
		<description>[...] should you buy me a coffee? Maybe you use my RSS -&#62; Deeplink -&#62; Twitter script, or my post on geo-targeting saved you hours of programming, or maybe you use this script that rotates offers based on EPC. [...]</description>
		<content:encoded><![CDATA[<p>[...] should you buy me a coffee? Maybe you use my RSS -&gt; Deeplink -&gt; Twitter script, or my post on geo-targeting saved you hours of programming, or maybe you use this script that rotates offers based on EPC. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BC$ MobileTV - Press &#187; Blog Archive &#187; Geo-Targeting with ZipCodeMap</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-28869</link>
		<dc:creator>BC$ MobileTV - Press &#187; Blog Archive &#187; Geo-Targeting with ZipCodeMap</dc:creator>
		<pubDate>Sun, 05 Oct 2008 10:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-28869</guid>
		<description>[...] can build an excellent, enterprise-grade Geo-Targeting solution by combining a GeoIP script with the zip/area code database available from [...]</description>
		<content:encoded><![CDATA[<p>[...] can build an excellent, enterprise-grade Geo-Targeting solution by combining a GeoIP script with the zip/area code database available from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Carlson</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-28815</link>
		<dc:creator>Kevin Carlson</dc:creator>
		<pubDate>Sun, 28 Sep 2008 16:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-28815</guid>
		<description>Just FYI, some hosting providers have disabled the fopen() function used by geoip_open, for security reasons.
To make it work, the geoip.inc file would need to be rewritten to use the CURL library instead of fopen().

I've alerted Maxmind to this issue, hopefully they will update their API to address this...</description>
		<content:encoded><![CDATA[<p>Just FYI, some hosting providers have disabled the fopen() function used by geoip_open, for security reasons.<br />
To make it work, the geoip.inc file would need to be rewritten to use the CURL library instead of fopen().</p>
<p>I&#8217;ve alerted Maxmind to this issue, hopefully they will update their API to address this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-28376</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 29 Aug 2008 04:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-28376</guid>
		<description>Hey Eric good explanation ... I've always wondered how to do this.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Eric good explanation &#8230; I&#8217;ve always wondered how to do this.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-28295</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-28295</guid>
		<description>Nice! Thanks for script. The zip submit idea is great.</description>
		<content:encoded><![CDATA[<p>Nice! Thanks for script. The zip submit idea is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Savage</title>
		<link>http://www.netnagel.com/2008/08/geo-targeting-php-script.html#comment-28259</link>
		<dc:creator>Ken Savage</dc:creator>
		<pubDate>Sat, 16 Aug 2008 22:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.netnagel.com/?p=687#comment-28259</guid>
		<description>You must have been thinking the same things I was last weekend. I'm doing the same thing the ghetto way now through my ppc stuff but I'm going to take you up on this script and try that out.

I am looking to show ads on organic results based on coutry IP later on too but this is a good start. Nice stuff Eric.</description>
		<content:encoded><![CDATA[<p>You must have been thinking the same things I was last weekend. I&#8217;m doing the same thing the ghetto way now through my ppc stuff but I&#8217;m going to take you up on this script and try that out.</p>
<p>I am looking to show ads on organic results based on coutry IP later on too but this is a good start. Nice stuff Eric.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
