<?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: WordPress Quickie: Ban Malicious Visitors</title>
	<atom:link href="http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors/feed" rel="self" type="application/rss+xml" />
	<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors</link>
	<description>Tech News, Reviews and Guides</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:05:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sabres678</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-175284</link>
		<dc:creator>sabres678</dc:creator>
		<pubDate>Thu, 02 Apr 2009 00:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-175284</guid>
		<description>How do you open up that config thing?</description>
		<content:encoded><![CDATA[<p>How do you open up that config thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Campbell</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-174098</link>
		<dc:creator>Bob Campbell</dc:creator>
		<pubDate>Sat, 24 Jan 2009 08:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-174098</guid>
		<description>I like nailing them right at the server.. the spammers don&#039;t even get to the directory that Wordpress is located in..

Change your httpd.conf file in this area of the file:



# Controls who can get stuff from this server.
#
#  below is a specific block of a spammer ip
    Order allow,deny
    Allow from all
    deny from xxx.xxx.xxx.xxx
    deny from xxx.xxx.xxx.
# the deny part is the ip you are blocking
# the deny part with the last group of x&#039;s removed blocks a whole ton # of ip&#039;s.. [smile] - but some of these big spammer have many ip&#039;s
    


Don&#039;t forget to stop and restart your httpd daemon
&gt; service httpd stop
&gt; service httpd start

Note this is the same as putting the deny directive in an .htaccess file (if you don&#039;t have access to the Apache configuation httpd.conf file)

Cheers,
Bob</description>
		<content:encoded><![CDATA[<p>I like nailing them right at the server.. the spammers don&#8217;t even get to the directory that Wordpress is located in..</p>
<p>Change your httpd.conf file in this area of the file:</p>
<p># Controls who can get stuff from this server.<br />
#<br />
#  below is a specific block of a spammer ip<br />
    Order allow,deny<br />
    Allow from all<br />
    deny from xxx.xxx.xxx.xxx<br />
    deny from xxx.xxx.xxx.<br />
# the deny part is the ip you are blocking<br />
# the deny part with the last group of x&#8217;s removed blocks a whole ton # of ip&#8217;s.. [smile] &#8211; but some of these big spammer have many ip&#8217;s</p>
<p>Don&#8217;t forget to stop and restart your httpd daemon<br />
&gt; service httpd stop<br />
&gt; service httpd start</p>
<p>Note this is the same as putting the deny directive in an .htaccess file (if you don&#8217;t have access to the Apache configuation httpd.conf file)</p>
<p>Cheers,<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno and Its Discontents&#187;Blog Archive &#187; Will &#8220;The Man&#8221; Help Me Troubleshoot Comments?</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-115419</link>
		<dc:creator>Reno and Its Discontents&#187;Blog Archive &#187; Will &#8220;The Man&#8221; Help Me Troubleshoot Comments?</dc:creator>
		<pubDate>Sat, 10 Mar 2007 01:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-115419</guid>
		<description>[...] for people called cigarettesforall and NudeBrit that I was able to delete, and I also found out how to ban someone on a Wordpress blog if I ever need to, well, once I figure out how to find out someone&#8217;s IP address [...]</description>
		<content:encoded><![CDATA[<p>[...] for people called cigarettesforall and NudeBrit that I was able to delete, and I also found out how to ban someone on a Wordpress blog if I ever need to, well, once I figure out how to find out someone&#8217;s IP address [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Shattuck</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-115007</link>
		<dc:creator>Justin Shattuck</dc:creator>
		<pubDate>Mon, 05 Mar 2007 16:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-115007</guid>
		<description>&lt;a href=&quot;http://www.justinshattuck.com/bannage/&quot; title=&quot;Bannage WOrdpress Plugin for Comment Spam&quot; rel=&quot;nofollow&quot;&gt;Bannage&lt;/a&gt; has wildcards integrated so you can block entire subnets, domains, and prefixes for names etc.

I appreciate the mention Paul.</description>
		<content:encoded><![CDATA[<p><a href="http://www.justinshattuck.com/bannage/" title="Bannage WOrdpress Plugin for Comment Spam" rel="nofollow">Bannage</a> has wildcards integrated so you can block entire subnets, domains, and prefixes for names etc.</p>
<p>I appreciate the mention Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Godzilla Blitz</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-114458</link>
		<dc:creator>Godzilla Blitz</dc:creator>
		<pubDate>Fri, 23 Feb 2007 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-114458</guid>
		<description>I&#039;m wondering if anyone can confirm that entering the IP address in the Comment Blacklist field in WordPress actually works in nuking comments from that particular IP address.

I&#039;ve got one particularly persistent spammer. I entered his IP address in the Comment Blacklist field, but the spam from that address keeps ending up in my Akismet spam folder. In other words, despite having his/her IP address in the comment blacklist field, spam from that IP address is getting through.

Is there something obvious that I&#039;m missing? Do we need to preface the IP address with some sort of code?</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering if anyone can confirm that entering the IP address in the Comment Blacklist field in WordPress actually works in nuking comments from that particular IP address.</p>
<p>I&#8217;ve got one particularly persistent spammer. I entered his IP address in the Comment Blacklist field, but the spam from that address keeps ending up in my Akismet spam folder. In other words, despite having his/her IP address in the comment blacklist field, spam from that IP address is getting through.</p>
<p>Is there something obvious that I&#8217;m missing? Do we need to preface the IP address with some sort of code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogging Explorer-The Blog Bible</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-88317</link>
		<dc:creator>Blogging Explorer-The Blog Bible</dc:creator>
		<pubDate>Mon, 15 Jan 2007 01:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-88317</guid>
		<description>&lt;strong&gt;WordPress Tricks: Ban Malicious&#160;Visitors...&lt;/strong&gt;

For The Wordpress Annoyed Blogger&#8217;s
Check Out WhatÂ Paul Stamatiou did When he Â received spam comments from one spammer in Abu Dhabi.Â Â  The comments were not picked up by Akismet, nor did Akismet learn to recognize them as spam . The Next Day ...</description>
		<content:encoded><![CDATA[<p><strong>WordPress Tricks: Ban Malicious&nbsp;Visitors&#8230;</strong></p>
<p>For The Wordpress Annoyed Blogger&#8217;s<br />
Check Out WhatÂ Paul Stamatiou did When he Â received spam comments from one spammer in Abu Dhabi.Â Â  The comments were not picked up by Akismet, nor did Akismet learn to recognize them as spam . The Next Day &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marion</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-86594</link>
		<dc:creator>marion</dc:creator>
		<pubDate>Thu, 11 Jan 2007 22:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-86594</guid>
		<description>I keep getting the same thing as Dave Goodman mentioned.  I also thought the blacklist was for words only.

Thanks for the feed back.</description>
		<content:encoded><![CDATA[<p>I keep getting the same thing as Dave Goodman mentioned.  I also thought the blacklist was for words only.</p>
<p>Thanks for the feed back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-23908</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Tue, 19 Sep 2006 15:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-23908</guid>
		<description>Well Paul, 
Bannage Plugin can block visitors using cookies, So this will also block visitors with dynamic IP.

But I use both methods, Just for extra Protection ;)</description>
		<content:encoded><![CDATA[<p>Well Paul,<br />
Bannage Plugin can block visitors using cookies, So this will also block visitors with dynamic IP.</p>
<p>But I use both methods, Just for extra Protection ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danila</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-21401</link>
		<dc:creator>Danila</dc:creator>
		<pubDate>Fri, 08 Sep 2006 13:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-21401</guid>
		<description>hi 

Perfectly idea.

:)</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>Perfectly idea.</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thilak</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-16342</link>
		<dc:creator>Thilak</dc:creator>
		<pubDate>Sat, 12 Aug 2006 13:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-16342</guid>
		<description>Try &#039;Bannage&#039;, its a wordpress plugin which does the same job pretty easily.</description>
		<content:encoded><![CDATA[<p>Try &#8216;Bannage&#8217;, its a wordpress plugin which does the same job pretty easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-13621</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 24 Jul 2006 06:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-13621</guid>
		<description>Appreciate the linkback.  Bannage was started while I was vacationing in Japan.  I was getting masses amounts of spam and Akismet was just letting it ride on into the list.  I ventured out to write something that would do any good it could.  

Although the plugin is still beta, it does its job.  It is still under development as individuals have began to post some bugs.  None-the-less I appreciate any and all support towards the cause of &lt;a href=&quot;http://www.justinshattuck.com/bannage/&quot; title=&quot;Ban Wordpress Comment Spam by User Domain or IP&quot; rel=&quot;nofollow&quot;&gt;Bannage&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Appreciate the linkback.  Bannage was started while I was vacationing in Japan.  I was getting masses amounts of spam and Akismet was just letting it ride on into the list.  I ventured out to write something that would do any good it could.  </p>
<p>Although the plugin is still beta, it does its job.  It is still under development as individuals have began to post some bugs.  None-the-less I appreciate any and all support towards the cause of <a href="http://www.justinshattuck.com/bannage/" title="Ban Wordpress Comment Spam by User Domain or IP" rel="nofollow">Bannage</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Slinger &#187; links for 2006-07-20</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12957</link>
		<dc:creator>Gary Slinger &#187; links for 2006-07-20</dc:creator>
		<pubDate>Thu, 20 Jul 2006 16:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12957</guid>
		<description>[...] WordPress Quickie: Ban Malicious Visitors - PaulStamatiou.com (tags: blog howto wordpress antispam) [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Quickie: Ban Malicious Visitors &#8211; PaulStamatiou.com (tags: blog howto wordpress antispam) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kobak</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12460</link>
		<dc:creator>kobak</dc:creator>
		<pubDate>Sat, 15 Jul 2006 18:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12460</guid>
		<description>Or another nice plugin is: &lt;a href=&quot;http://www.justinshattuck.com/bannage/&quot; rel=&quot;nofollow&quot;&gt;bannage&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Or another nice plugin is: <a href="http://www.justinshattuck.com/bannage/" rel="nofollow">bannage</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kobak</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12459</link>
		<dc:creator>kobak</dc:creator>
		<pubDate>Sat, 15 Jul 2006 18:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12459</guid>
		<description>Hi, I use &lt;a href=&quot;http://boakes.org/akismet-htaccess-extension&quot; rel=&quot;nofollow&quot;&gt;boakes akismet htaccess extension&lt;/a&gt; and it does just what You need. Give it a try!</description>
		<content:encoded><![CDATA[<p>Hi, I use <a href="http://boakes.org/akismet-htaccess-extension" rel="nofollow">boakes akismet htaccess extension</a> and it does just what You need. Give it a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasse R. Hansen</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12218</link>
		<dc:creator>Hasse R. Hansen</dc:creator>
		<pubDate>Wed, 12 Jul 2006 19:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12218</guid>
		<description>Hey, 

If you have multiple ip&#039;s it&#039;s nicer to use an array in this way. And more easy to add more ipadresses.

$iparray = array(&quot;0.0.0.0&quot;, &quot;1.1.1.1&quot;, &quot;2.2.2.2&quot;);
if (in_array($_SERVER[&#039;REMOTE_ADDR&#039;], $iparray))
{
  echo &quot;spam isn&#039;t appreciated!&quot;;
  exit;
}</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>If you have multiple ip&#8217;s it&#8217;s nicer to use an array in this way. And more easy to add more ipadresses.</p>
<p>$iparray = array(&#8220;0.0.0.0&#8243;, &#8220;1.1.1.1&#8243;, &#8220;2.2.2.2&#8243;);<br />
if (in_array($_SERVER['REMOTE_ADDR'], $iparray))<br />
{<br />
  echo &#8220;spam isn&#8217;t appreciated!&#8221;;<br />
  exit;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Punsalan</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12160</link>
		<dc:creator>Derek Punsalan</dc:creator>
		<pubDate>Tue, 11 Jul 2006 20:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12160</guid>
		<description>Yes I noticed the footer option after a little exploring. I would pay for a ISP service to stop bastards at the source.</description>
		<content:encoded><![CDATA[<p>Yes I noticed the footer option after a little exploring. I would pay for a ISP service to stop bastards at the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franky</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12157</link>
		<dc:creator>franky</dc:creator>
		<pubDate>Tue, 11 Jul 2006 19:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12157</guid>
		<description>Just like Spam Karma &lt;em&gt;punishes&lt;/em&gt; users without javascript, Bad Behavior also checks the signature of browsers. Open proxies might cause problems here, just as &lt;em&gt;too severe&lt;/em&gt; security settings.
I guess AOL users might have problems with Bad Behavior.

Derek, the footer message can be unchecked in the Bad Behavior options. ;)
Manually blocking IP&#039;s is good for quick operations like in Paul&#039;s case, although I personally prefer .htaccess. Mid 2003 I started a disallow, deny htaccess, after 3 months I gave up. If I remember well all the rules where 30kB without different mod_rewrites rules. The server performance obviously suffered under this.

Personally I wouldn&#039;t mind to pay for my ISP for an international service maintaining professional lists allowing to block blacklisted IPs immediately at the backbones. Imagine every flatrater pays monthly $0.10 for this. Enough of money to maintain such a service worldwide. And the internet would become faster again.</description>
		<content:encoded><![CDATA[<p>Just like Spam Karma <em>punishes</em> users without javascript, Bad Behavior also checks the signature of browsers. Open proxies might cause problems here, just as <em>too severe</em> security settings.<br />
I guess AOL users might have problems with Bad Behavior.</p>
<p>Derek, the footer message can be unchecked in the Bad Behavior options. ;)<br />
Manually blocking IP&#8217;s is good for quick operations like in Paul&#8217;s case, although I personally prefer .htaccess. Mid 2003 I started a disallow, deny htaccess, after 3 months I gave up. If I remember well all the rules where 30kB without different mod_rewrites rules. The server performance obviously suffered under this.</p>
<p>Personally I wouldn&#8217;t mind to pay for my ISP for an international service maintaining professional lists allowing to block blacklisted IPs immediately at the backbones. Imagine every flatrater pays monthly $0.10 for this. Enough of money to maintain such a service worldwide. And the internet would become faster again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Punsalan</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12152</link>
		<dc:creator>Derek Punsalan</dc:creator>
		<pubDate>Tue, 11 Jul 2006 19:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12152</guid>
		<description>Bad Behavior is running smoothly on my page. While I completely support the hard work devs put into public plugins, watch your footer as this plugin is one to insert an extra line of code to pages. Jacked my page up. :( Great plugin though. Akismet was beginning to fall short of expectations and manually blacklisting IPs was becoming way too tedious.</description>
		<content:encoded><![CDATA[<p>Bad Behavior is running smoothly on my page. While I completely support the hard work devs put into public plugins, watch your footer as this plugin is one to insert an extra line of code to pages. Jacked my page up. :( Great plugin though. Akismet was beginning to fall short of expectations and manually blacklisting IPs was becoming way too tedious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cavemonkey50</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12151</link>
		<dc:creator>cavemonkey50</dc:creator>
		<pubDate>Tue, 11 Jul 2006 19:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12151</guid>
		<description>I tried Bad Behavior once. It thought I was a spammer and it blocked me from my own site. Several of my users also had major problems getting to my site. I would never install that piece of crap again.</description>
		<content:encoded><![CDATA[<p>I tried Bad Behavior once. It thought I was a spammer and it blocked me from my own site. Several of my users also had major problems getting to my site. I would never install that piece of crap again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franky</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12148</link>
		<dc:creator>franky</dc:creator>
		<pubDate>Tue, 11 Jul 2006 18:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12148</guid>
		<description>LOL, thanks for the tip ;)
Anyway always backup before installing plug-ins, especially if they make new db-tables. That point were maybe the &#039;only&#039; critic concerning Bad Behavior, although the installations instructions clearly state to delete previous installations. I must admit I didn&#039;t check if the table structure changed in the new version, which would obviously create problems since there is no update version.

What I do know is that BB doesn&#039;t work with GoDaddy, but also that is stated in the guidelines. 
Using *looks around* Google&#039;s Web Accelerator there are no problems, unlike with EE.</description>
		<content:encoded><![CDATA[<p>LOL, thanks for the tip ;)<br />
Anyway always backup before installing plug-ins, especially if they make new db-tables. That point were maybe the &#8216;only&#8217; critic concerning Bad Behavior, although the installations instructions clearly state to delete previous installations. I must admit I didn&#8217;t check if the table structure changed in the new version, which would obviously create problems since there is no update version.</p>
<p>What I do know is that BB doesn&#8217;t work with GoDaddy, but also that is stated in the guidelines.<br />
Using *looks around* Google&#8217;s Web Accelerator there are no problems, unlike with EE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12147</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 11 Jul 2006 18:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12147</guid>
		<description>I still prefer htaccess</description>
		<content:encoded><![CDATA[<p>I still prefer htaccess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stamatiou</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12146</link>
		<dc:creator>Paul Stamatiou</dc:creator>
		<pubDate>Tue, 11 Jul 2006 18:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12146</guid>
		<description>Be careful with Bad Behavior.. &lt;a href=&quot;http://solutionwatch.com&quot; rel=&quot;nofollow&quot;&gt;Brian&lt;/a&gt; told me it almost killed his database.  But maybe the new version is different.</description>
		<content:encoded><![CDATA[<p>Be careful with Bad Behavior.. <a href="http://solutionwatch.com" rel="nofollow">Brian</a> told me it almost killed his database.  But maybe the new version is different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franky</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12143</link>
		<dc:creator>franky</dc:creator>
		<pubDate>Tue, 11 Jul 2006 18:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12143</guid>
		<description>I use Spam Karma 2. Since I installed the newest version of Bad Behavior 2, which now also works with the wp-advanced-cache plug-in (small change required in one of the files, everything nicely described in the readme file) Spam Karma only logged 2 spomments anymore in almost 72 hours.</description>
		<content:encoded><![CDATA[<p>I use Spam Karma 2. Since I installed the newest version of Bad Behavior 2, which now also works with the wp-advanced-cache plug-in (small change required in one of the files, everything nicely described in the readme file) Spam Karma only logged 2 spomments anymore in almost 72 hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cavemonkey50</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12141</link>
		<dc:creator>cavemonkey50</dc:creator>
		<pubDate>Tue, 11 Jul 2006 17:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12141</guid>
		<description>Nope, it acts just like the moderation list, except it kills the comments without you knowing. Just make sure you try out anything you add to the blocklist in the moderation list first. You don&#039;t want to be blocking legitimate users&#039; comments.</description>
		<content:encoded><![CDATA[<p>Nope, it acts just like the moderation list, except it kills the comments without you knowing. Just make sure you try out anything you add to the blocklist in the moderation list first. You don&#8217;t want to be blocking legitimate users&#8217; comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Goodman</title>
		<link>http://paulstamatiou.com/wordpress-quickie-ban-malicious-visitors#comment-12140</link>
		<dc:creator>Dave Goodman</dc:creator>
		<pubDate>Tue, 11 Jul 2006 17:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://paulstamatiou.com/2006/07/11/wordpress-quickie-ban-malicious-visitors/#comment-12140</guid>
		<description>One thing I&#039;ve been having lately is spammers who are leaving comments without registering, which is weird, as I have registration enabled.  Askimet stops them nicely but I feel uneasy that there&#039;s a potential security hole there - any experience of this Paul, or anyone else?</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;ve been having lately is spammers who are leaving comments without registering, which is weird, as I have registration enabled.  Askimet stops them nicely but I feel uneasy that there&#8217;s a potential security hole there &#8211; any experience of this Paul, or anyone else?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
