<?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: More ways to stop spammers and unwanted traffic</title>
	<atom:link href="http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:11:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-664966</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Mon, 27 Jul 2009 07:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-664966</guid>
		<description>Thanks, I was &lt;a href=&quot;http://wordpress.org/support/topic/237415/page/2?replies=38#post-1152457&quot; rel=&quot;nofollow&quot;&gt;trying to debug&lt;/a&gt; an obscure problem with wp-super-cache, static homepages and a permalink structure with the category and postname. After 20 hours of testing my server worked perfectly. Grrr.

I&#039;ve reverted everything back, unfortunately that means these posts will be seen as new again by WordPress Planet. :(</description>
		<content:encoded><![CDATA[<p>Thanks, I was <a href="http://wordpress.org/support/topic/237415/page/2?replies=38#post-1152457" rel="nofollow">trying to debug</a> an obscure problem with wp-super-cache, static homepages and a permalink structure with the category and postname. After 20 hours of testing my server worked perfectly. Grrr.</p>
<p>I&#8217;ve reverted everything back, unfortunately that means these posts will be seen as new again by WordPress Planet. <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-664964</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Mon, 27 Jul 2009 03:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-664964</guid>
		<description>I&#039;ve really learned alot from this article.. (its a oldie) Thanks for doing all this research and highlighting a preferred way to combat spam is at the HTTP protocol level not the PHP application level.  

I re-found this article from you moving your url..  BTW.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve really learned alot from this article.. (its a oldie) Thanks for doing all this research and highlighting a preferred way to combat spam is at the HTTP protocol level not the PHP application level.  </p>
<p>I re-found this article from you moving your url..  BTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .htaccess Tutorial &#8211; The Ultimate Htaccess Guide</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-662254</link>
		<dc:creator>.htaccess Tutorial &#8211; The Ultimate Htaccess Guide</dc:creator>
		<pubDate>Sun, 10 May 2009 09:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-662254</guid>
		<description>[...] obvious trackback spam. See Holy Shmoly! [...]</description>
		<content:encoded><![CDATA[<p>[...] obvious trackback spam. See Holy Shmoly! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-658786</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Fri, 30 Jan 2009 23:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-658786</guid>
		<description>That&#039;s interesting. Unfortunately I don&#039;t think I have access to that info on my host, and I&#039;d not know exactaly what I&#039;d be doing anyway :P</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting. Unfortunately I don&#8217;t think I have access to that info on my host, and I&#8217;d not know exactaly what I&#8217;d be doing anyway <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-657075</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-657075</guid>
		<description>So, is this the ultimate list of &#039;donncha&#039;s rules for stopping spammers&#039; (skipping Cookies for Comments and AVG LinkScanner stuff):

`
# stop requests with no UA or referrer
RewriteCond %{HTTP_REFERER} ^$
Rewritecond %{HTTP_USER_AGENT} ^$
RewriteCond %{REMOTE_ADDR} !^64\.22\.71\.36$
RewriteRule ^(.*) - [F]

# stop requests to wp-comments-post.php outside of /
RewriteRule ^(.*)/wp-comments-post.php - [F,L]

# bad user agents for Trackbacks
RewriteCond %{HTTP_USER_AGENT} ^.*(Opera&#124;Mozilla&#124;MSIE).*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteCond %{REQUEST_METHOD} ^POST$
RewriteRule ^(.*)/trackback/ - [F,L]
`</description>
		<content:encoded><![CDATA[<p>So, is this the ultimate list of &#8216;donncha&#8217;s rules for stopping spammers&#8217; (skipping Cookies for Comments and AVG LinkScanner stuff):</p>
<p>`<br />
# stop requests with no UA or referrer<br />
RewriteCond %{HTTP_REFERER} ^$<br />
Rewritecond %{HTTP_USER_AGENT} ^$<br />
RewriteCond %{REMOTE_ADDR} !^64\.22\.71\.36$<br />
RewriteRule ^(.*) &#8211; [F]</p>
<p># stop requests to wp-comments-post.php outside of /<br />
RewriteRule ^(.*)/wp-comments-post.php &#8211; [F,L]</p>
<p># bad user agents for Trackbacks<br />
RewriteCond %{HTTP_USER_AGENT} ^.*(Opera|Mozilla|MSIE).*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^$<br />
RewriteCond %{REQUEST_METHOD} ^POST$<br />
RewriteRule ^(.*)/trackback/ &#8211; [F,L]<br />
`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog &#124; It Is Working</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-657041</link>
		<dc:creator>.htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog &#124; It Is Working</dc:creator>
		<pubDate>Sun, 30 Nov 2008 07:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-657041</guid>
		<description>[...] obvious trackback spam. See Holy Shmoly! [...]</description>
		<content:encoded><![CDATA[<p>[...] obvious trackback spam. See Holy Shmoly! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It Is Working &#187; .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-657031</link>
		<dc:creator>It Is Working &#187; .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-657031</guid>
		<description>[...] obvious trackback spam. See Holy Shmoly! [...]</description>
		<content:encoded><![CDATA[<p>[...] obvious trackback spam. See Holy Shmoly! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scheduled Wordpress Post Problems &#8212; Joe Bivins</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-656244</link>
		<dc:creator>Scheduled Wordpress Post Problems &#8212; Joe Bivins</dc:creator>
		<pubDate>Sat, 08 Nov 2008 18:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-656244</guid>
		<description>[...] another useful article here which provides additional tactics for removing unwanted traffic. However, one of their tactics to [...]</description>
		<content:encoded><![CDATA[<p>[...] another useful article here which provides additional tactics for removing unwanted traffic. However, one of their tactics to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Farmer</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-652817</link>
		<dc:creator>James Farmer</dc:creator>
		<pubDate>Sat, 26 Jul 2008 07:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-652817</guid>
		<description>Very cool, have done, thanks :)</description>
		<content:encoded><![CDATA[<p>Very cool, have done, thanks <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/more-ways-to-stop-spammers-and-unwanted-traffic/comment-page-1/#comment-652816</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Sat, 26 Jul 2008 07:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493794#comment-652816</guid>
		<description>James - it should be safe enough to disable those rules now anyway as AVG have released an update that removes their link scanner!</description>
		<content:encoded><![CDATA[<p>James &#8211; it should be safe enough to disable those rules now anyway as AVG have released an update that removes their link scanner!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
