<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; comment spam</title> <atom:link href="http://www.ghacks.net/tag/comment-spam/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Handle Bulk Spam As A Webmaster</title><link>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/</link> <comments>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/#comments</comments> <pubDate>Mon, 06 Jul 2009 14:03:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Spyware]]></category> <category><![CDATA[comment spam]]></category> <category><![CDATA[moderate spam]]></category> <category><![CDATA[ping spam]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[spammer]]></category> <category><![CDATA[trackback spam]]></category> <category><![CDATA[wordpress spam]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14168</guid> <description><![CDATA[If you are a webmaster you usually know what spam is. Blog owners experience spam usually in the form of comments, trackbacks or pings that spammer use to place links to their content on websites. These spammers can be classified as three different types. First the manual spammer who researches blogs in the niche and [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/spam.jpg" alt="spam" title="spam" width="128" height="128" class="alignleft size-full wp-image-14169" />If you are a webmaster you usually know what spam is. Blog owners experience spam usually in the form of comments, trackbacks or pings that spammer use to place links to their content on websites. These spammers can be classified as three different types. First the manual spammer who researches blogs in the niche and uses manual comments, trackbacks or pings. There is usually no large volume to expect here considering that leaving a comment takes anywhere from 30 seconds to 1 minute on most sites (including page loading times, writing, submitting but excluding finding the domain or website in first place).</p><p><span
id="more-14168"></span>The second type are ping and trackback spammers. This is either done by auto-posting articles that others have written without their consent on so called autoblogs. Each post generates at least one pingback to the original site. This can lead to hundreds of pingbacks over time which many webmasters and blog owners publish.</p><p>The third and most spammy type are the automated spammers that use specifically designed tools to spam thousands of blogs, forums and every other type of site where content can be posted in hours. Now that we know the different types of spammers we have to discuss how to handle them. This post will mostly deal with automated spammers who post dozens if not hundreds of comments and pingbacks.</p><p>Webmasters should use at least one anti-spam tool to block the majority of spam reaching the frontend of the website. WordPress users can for example use Akismet or one of the several other anti-spam plugins that are available. Still, some spam will come through. Today for example a webmaster decided to copy and post more than 300 articles from Ghacks on a website. Each post generated at least one pingback, many multiple pingbacks as the tags and links were kept by that webmaster.</p><p>Akismet did not object to these ping and Ghacks ended up with more than 300 accepted and published pings from that blog. Many webmasters would now delete them one by one which takes quite a while. A far better solution is to filter for a common denominator which in this case was the url of the website. All comments, pings and trackbacks that include the domain name of that website were listed giving me the option to mark them all and send them to the spam folder.</p><p>There might be situations where this is not possible. Maybe the website or script does not offer the option to bulk moderate comments. There is however another option if the website is making use of a database. This does however require some knowledge about the database as a query has to be run in the administration. Most users will probably use MySql where a basic delete query looks like this:</p><p><code>delete from [table] where [column name] = 'value'</code></p><p>To delete all comments from a specific url in WordPress one would do the following:</p><p><code>delete from wp-comments where comment_author_url ='www.example.com'</code></p><p>It is possible to use other table columns like the commenters IP or email for example. How do you handle mass spam to your website or blog?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Free Anti Spam Plugin Antispam Bee For WordPress</title><link>http://www.ghacks.net/2009/06/15/free-anti-spam-plugin-antispam-bee-for-wordpress/</link> <comments>http://www.ghacks.net/2009/06/15/free-anti-spam-plugin-antispam-bee-for-wordpress/#comments</comments> <pubDate>Mon, 15 Jun 2009 09:28:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[anti-spam]]></category> <category><![CDATA[comment spam]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress plugins]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13571</guid> <description><![CDATA[Up until recently we have been using the WordPress plugin Akismet for anti spam protection. Akismet is supplied with every WordPress installation and needs to be enabled with an api key that is freely available after registering an account at the WordPress website. There have been a few problems with Akismet&#8217;s anti-spam scanner in recent [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/wordpress.png" alt="wordpress" title="wordpress" width="128" height="128" class="alignleft size-full wp-image-11834" />Up until recently we have been using the WordPress plugin Akismet for anti spam protection. Akismet is supplied with every WordPress installation and needs to be enabled with an api key that is freely available after registering an account at the WordPress website. There have been a few problems with Akismet&#8217;s anti-spam scanner in recent months mainly that a handful of legit comments were moved into the spam folder by the plugin.</p><p>Other concerns were that Akismet was not really a free anti spam plugin as webmasters who made more than $500 per month had to order a commercial version for $55 a year. The last concern was probably the most important one as data is send to Akismet servers including the commenter&#8217;s IP, user agent or referrer.</p><p><span
id="more-13571"></span>One of the main advantages of Antispam Bee is that it does not have to communicate with external servers for the anti spam protection. It is an all in one solution that detects spam not only in comments but also in trackbacks and pings.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/free_anti_spam-500x313.jpg" alt="free anti spam" title="free anti spam" width="500" height="313" class="alignnone size-medium wp-image-13572" /></p><p>The anti spam plugin runs out of the box after activation in the WordPress interface unlike Akismet which requires the WordPress api key. A few options of the free anti spam plugin can be configured in the WordPress settings. Antispam Bee will delete spam messages automatically when they are detected. This can be changed to mark them as spam and keep them for a limited time in the WordPress spam folder. Great for the first time of usage to monitor the performance of the anti spam software.</p><p>The main benefits of using Antispam Bee are twofold. It does increase the privacy of the users who comment on the blog as it does not submit data to third party servers which in turn reduces system resource usage which could be noticeable for blogs that receive many spam comments per day (Ghacks receives about a thousand a day).</p><p>We have been testing Antispam Bee for the last days and like the performance and spam detection rate a lot. Only one legit comment was flagged as spam by the anti spam plugin. Even better was the fact that comments from users who were usually flagged as spammers (jojo for example) were not moved to the spam folder at all.</p><p>Antispam Bee can be <a
href="http://antispambee.com/">downloaded</a> from the website of the developer. The WordPress plugin itself is multi-lingual (at least German and English).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/15/free-anti-spam-plugin-antispam-bee-for-wordpress/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>reCaptcha: stop spam while helping to digitize books</title><link>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/</link> <comments>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/#comments</comments> <pubDate>Mon, 11 Feb 2008 09:16:56 +0000</pubDate> <dc:creator>Tobey</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[antispam]]></category> <category><![CDATA[captcha]]></category> <category><![CDATA[comment spam]]></category> <category><![CDATA[digitize books]]></category> <category><![CDATA[spam]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/</guid> <description><![CDATA[Spam is a pain and we all got used to the necessity of fighting it every single day spending our valuable time on deleting junk mails and undergoing additional security measures like captchas and many others. Is there any way to transform daily wasted time and effort spent on these measures for good purposes instead of regarding them as a necessary evil? You bet there is.]]></description> <content:encoded><![CDATA[<p>Spam is a pain and we all got used to the necessity of fighting it every single day spending our valuable time on deleting junk mails and undergoing additional security measures like <a
href="http://en.wikipedia.org/wiki/Captcha" rel="nofollow">captchas</a> and many others. Is there any way to transform daily wasted time and effort spent on these measures for good purposes instead of regarding them as a necessary evil? You bet there is.</p><p>In a form of an online service, <a
href="http://www.google.com/recaptcha">reCAPTCHA</a> offers exactly that. After signing up for the service, you&#8217;ll be able to place a captcha module on your website and avoid automated abuse while helping to read and store books of the past. With this special type of captcha engine, users are besides writing an already known word correctly into the widget&#8217;s field also required to recognize an additional word gathered by digitizing books which the OCR system wasn&#8217;t able to recognize due to various defects in characters.</p><p><span
id="more-3191"></span>Besides an obvious advantage of this service that makes real use of captcha, there are other great advantages to it. It&#8217;s easy to install thanks to plugin support for major CMS like WordPress, it&#8217;s accessible for eyesight-disabled people and it is based on high security standards that make it nearly impossible to penetrate. Moreover, the whole system can be quickly updated whenever a vulnerability is found without the webmaster having to worry about it. It&#8217;s also capable of IP filtering.</p><p>Should you wish for a great, free, customizable service with its own API that transforms waste of time into a useful and valuable activity while protecting your website against the dirt of spam? Here you go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Comment Spam without URLs</title><link>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/</link> <comments>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/#comments</comments> <pubDate>Wed, 26 Sep 2007 21:45:26 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[ghacks]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[comment spam]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[spam preparation]]></category> <category><![CDATA[website]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/09/26/comment-spam-without-urls/</guid> <description><![CDATA[I have seen the topic make the Digg frontpage and I was wondering why it exactly did make it. A little bit of common sense which every webmaster should have is all that is needed to know what this new spam preparation comments are all about.
If you do run a website you might have come upon comments that are posted that contain one sentence saying something unrelated but positive about the website or webmaster. Those comments can be clearly identified as spam because they do not add to the discussion or article in any way.]]></description> <content:encoded><![CDATA[<p>I have seen the topic make the Digg frontpage and I was wondering why it exactly did make it. A little bit of common sense which every webmaster should have is all that is needed to know what this new spam preparation comments are all about.</p><p>If you do run a website you might have come upon comments that are posted that contain one sentence saying something unrelated but positive about the website or webmaster. Those comments can be clearly identified as spam because they do not add to the discussion or article in any way.</p><p>What is happening here is that spammers are trying to get some bonus points from the spam filter of the website so that his next attempt at posting an entry with an url does not get blacklisted or queued for moderation automatically.</p><p><span
id="more-2050"></span>This would be indeed be a great spam preparation method if they would use unique comments on each blog that are related to the article. Since it is not possible to do this and spam thousands of blogs per hour they have to rely on nice remarks about the website which surely pleases some webmasters enough to keep the comment.</p><p>It does not really matter if their intention is to get some positive karma or train the spam filter to accept certain words that are used in the comments. The reason behind this is to prepare your website for the spam.</p><p>A better variant would be for instance to ask a question which would surely have a much higher rate of being kept. &#8220;I did not really understand what you have been writing. Could you please elaborate it a little bit more ?&#8221; or sentences like that would probably result in a higher success rate.</p><p>I generally delete all content that is either not related to the article that I have written or that does not feel right. Someone who uses &#8216;Budget Web Host&#8217; as his name is surely to get blacklisted at my site pretty quickly.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
