<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on Stop Comment Spam - AddedBytes.com</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/" /><link rel="self" type="application/xml" href="http://www.addedbytes.com/article/stop-comment-spam/comments/atom/" /><subtitle>Latest comments on Stop Comment Spam on AddedBytes.com</subtitle><author><name>Dave Child</name></author><updated>2005-01-18T15:16:00Z</updated><id>tag:addedbytes.com,2005:214</id><!-- ckey="76C662BB" --><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by tom ( &lt;a href="http://www.batteryfast.com"&gt;http://www.batteryfast.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;[…] Unfortunately, this isn’t the first time I’ve had this problem. Enter Six Apart. When signed up and tested, I couldn’t leave comments on my own brand new TypePad blog (tdavid.typepad.com). This was around Christmas time two years ago and it took a week or so to find out that the reason my comments were being blocked was because makeyougohmm.com was listed on an old spam service. […]</summary><id>tag:addedbytes.com,2008:97111</id><published>2008-06-24T12:43:42+01:00</published><updated>2008-06-24T12:43:42Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by Frank Bruno ( &lt;a href="http://videomarketingtactics.com/vmt/stop-wordpress-spam"&gt;http://videomarketingtactics.com/vmt/stop-wordpress-spam&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I stopped all my comment spam for my Wordpress blog by using &quot;Comment Bot Nuker&quot;. All the other plugins I tried for Wordpress only holds the comment spam from moderation. I tried them all even the &quot;add math&quot; and Askimet. Most all the comment spam you will get is actually from the bots that scour the Internet looking for security breaches. Using Comment Bot Nuker it nukes the comments before it is even held for moeration and lets the good comments through. So there is nothing to moderate. I don't have to go through hundreds of comments held for moderation anymore. I foudn it here:&lt;br /&gt;http://videomarketingtactics.com/vmt/stop-wordpress-spam</summary><id>tag:addedbytes.com,2008:77830</id><published>2008-02-20T18:19:08+00:00</published><updated>2008-02-20T18:19:08Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by Dave Child ( &lt;a href="http://www.addedbytes.com"&gt;http://www.addedbytes.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Great idea, POSi7</summary><id>tag:addedbytes.com,2008:72561</id><published>2008-01-25T07:34:24+00:00</published><updated>2008-01-25T07:34:24Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by POSi7 ( &lt;a href="http://posi7.com"&gt;http://posi7.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I work as a Web-Tech at the community college in my area and one of the first tasks I was given when first I started was doing something about the spam coming from our online forms. The program I put together has several tests it makes, but the most effective test was to put a hidden 'comment' textarea on the forms using CSS. In the processing scripts I check the hidden 'comment' area for a value. The idea is that a regular user can't see the hidden textarea, so will not put anything in there. However, a robot does see it and happily fills it out. Using this method has cut the form spam tremendously! The people filling in the form do not have to put in a captcha and the people who receive email from these forms are much happier!</summary><id>tag:addedbytes.com,2008:72407</id><published>2008-01-24T10:55:53+00:00</published><updated>2008-01-24T10:55:53Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by raand ( &lt;a href="http://www.purfumeauction.info"&gt;http://www.purfumeauction.info&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;A personal review and monito on comments by the website owner once registered should bring in genuine comments. Spam comment can be reduced by simply giving it some motre time.</summary><id>tag:addedbytes.com,2007:57595</id><published>2007-11-08T22:30:16+00:00</published><updated>2007-11-08T22:30:16Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by Answer Guy ( &lt;a href="http://www.topinsurance.name"&gt;http://www.topinsurance.name&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Not sure if there is anyway to completely stop comment spam but looks like a step in the right direction.</summary><id>tag:addedbytes.com,2006:9177</id><published>2006-05-30T04:26:25+01:00</published><updated>2006-05-30T04:26:25Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by Dapuzz ( &lt;a href="http://www.dapuzz.com"&gt;http://www.dapuzz.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;why not parse all links whit a function similar to this ;)&lt;br /&gt;[code]&lt;br /&gt;function hide_link($mail, $label,$target) { &lt;br /&gt;    $chars = preg_split(&quot;//&quot;, $mail, -1, PREG_SPLIT_NO_EMPTY); &lt;br /&gt;    $new_link = &quot;&lt;a href=\&quot;&quot;; &lt;br /&gt;    foreach ($chars as $val) { &lt;br /&gt;        $new_link .= &quot;&amp;#&quot;.ord($val); &lt;br /&gt;    } &lt;br /&gt;    $new_link .= ($target != &quot;&quot;) ? &quot; target=&quot;.$target : &quot;&quot;; &lt;br /&gt;    $new_link .= &quot;\&quot;&gt;&quot;.$label.&quot;&lt;/a&gt;&quot;; &lt;br /&gt;    return $new_link; &lt;br /&gt;}&lt;br /&gt;[/code]&lt;br /&gt;Convert the link address into Unicode values and add the html tag and optional target values.&lt;br /&gt;&lt;br /&gt;Isn't it a good idea? why?</summary><id>tag:addedbytes.com,2005:292</id><published>2005-01-21T16:33:25+00:00</published><updated>2005-01-21T16:33:25Z</updated></entry><entry><title>Comment on Stop Comment Spam</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/stop-comment-spam/comments/" /><summary type="text">Comment by Jeff Smith ( &lt;a href="http://fromaway.jeffsmithdesigns.com"&gt;http://fromaway.jeffsmithdesigns.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I use Wordpress for two websites that I run, and since installing the Spam Karma plugin, I've had absolutely no comment spam find it's way into my comments.  I'm quite impressed at how well this plugin has worked.  Checking through the logs, I've also noticed that it hasn't captured any legitimate comments either.  All in all, a very well written tool for those of us on WP.&lt;br /&gt;&lt;br /&gt;With regards to referrer spam, I'm getting hit hard these days.  I would venture to guess that about 25-30% of my daily hits in my referrer logs are spam.  Something I definitely need to deal with as soon as I get a chance.</summary><id>tag:addedbytes.com,2005:289</id><published>2005-01-18T13:01:43+00:00</published><updated>2005-01-18T13:01:43Z</updated></entry></feed>