<?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: How To Detect A Search Engine Spider/Crawler With PHP</title>
	<atom:link href="http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/</link>
	<description>technology &#38; software development blog by matt geri</description>
	<lastBuildDate>Fri, 18 Jun 2010 15:56:04 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/comment-page-1/#comment-309</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://iarematt.com/?p=116#comment-309</guid>
		<description>That is correct Gatorpower, I have replaced eregi() in all my own scripts as from php 5.3 onwards, it is no longer supported and will even be removed in php 6.0.</description>
		<content:encoded><![CDATA[<p>That is correct Gatorpower, I have replaced eregi() in all my own scripts as from php 5.3 onwards, it is no longer supported and will even be removed in php 6.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gatorpower</title>
		<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/comment-page-1/#comment-306</link>
		<dc:creator>gatorpower</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://iarematt.com/?p=116#comment-306</guid>
		<description>Just a note:

eregi() is depreciated and will not be supported by php in the future.  Use preg_match() going forward.  It requires forward slashes sandwiching your pattern like so:&#039;/pattern/&#039;</description>
		<content:encoded><![CDATA[<p>Just a note:</p>
<p>eregi() is depreciated and will not be supported by php in the future.  Use preg_match() going forward.  It requires forward slashes sandwiching your pattern like so:&#8217;/pattern/&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malaysia web designer</title>
		<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/comment-page-1/#comment-212</link>
		<dc:creator>malaysia web designer</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://iarematt.com/?p=116#comment-212</guid>
		<description>what if the bot name changed? and how we test it?</description>
		<content:encoded><![CDATA[<p>what if the bot name changed? and how we test it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/comment-page-1/#comment-169</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 04 Feb 2009 06:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://iarematt.com/?p=116#comment-169</guid>
		<description>I am glad you found it useful :)</description>
		<content:encoded><![CDATA[<p>I am glad you found it useful <img src='http://iarematt.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raeven</title>
		<link>http://iarematt.com/how-to-detect-a-search-engine-spidercrawler-with-php/comment-page-1/#comment-167</link>
		<dc:creator>Raeven</dc:creator>
		<pubDate>Wed, 04 Feb 2009 00:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://iarematt.com/?p=116#comment-167</guid>
		<description>Neat, just what I needed for my site, google and other are crawling all over it, messing up my visitor stats.</description>
		<content:encoded><![CDATA[<p>Neat, just what I needed for my site, google and other are crawling all over it, messing up my visitor stats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
