<?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 &#187; wordpress spam</title>
	<atom:link href="http://www.ghacks.net/tag/wordpress-spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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</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>

	Tags: <a href="http://www.ghacks.net/tag/comment-spam/" title="comment spam" rel="tag">comment spam</a>, <a href="http://www.ghacks.net/tag/moderate-spam/" title="moderate spam" rel="tag">moderate spam</a>, <a href="http://www.ghacks.net/tag/ping-spam/" title="ping spam" rel="tag">ping spam</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spammer/" title="spammer" rel="tag">spammer</a>, <a href="http://www.ghacks.net/tag/trackback-spam/" title="trackback spam" rel="tag">trackback spam</a>, <a href="http://www.ghacks.net/tag/wordpress-spam/" title="wordpress spam" rel="tag">wordpress spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/15/free-anti-spam-plugin-antispam-bee-for-wordpress/" title="Free Anti Spam Plugin Antispam Bee For Wordpress (June 15, 2009)">Free Anti Spam Plugin Antispam Bee For Wordpress</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/" title="reCaptcha: stop spam while helping to digitize books (February 11, 2008)">reCaptcha: stop spam while helping to digitize books</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/09/26/comment-spam-without-urls/" title="Comment Spam without URLs (September 26, 2007)">Comment Spam without URLs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
</ul>

]]></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</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[anti-spam]]></category>
		<category><![CDATA[antispam bee]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[free anti spam]]></category>
		<category><![CDATA[ping spam]]></category>
		<category><![CDATA[trackback spam]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress spam]]></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>

	Tags: <a href="http://www.ghacks.net/tag/akismet/" title="akismet" rel="tag">akismet</a>, <a href="http://www.ghacks.net/tag/anti-spam/" title="anti-spam" rel="tag">anti-spam</a>, <a href="http://www.ghacks.net/tag/antispam-bee/" title="antispam bee" rel="tag">antispam bee</a>, <a href="http://www.ghacks.net/tag/comment-spam/" title="comment spam" rel="tag">comment spam</a>, <a href="http://www.ghacks.net/tag/free-anti-spam/" title="free anti spam" rel="tag">free anti spam</a>, <a href="http://www.ghacks.net/tag/ping-spam/" title="ping spam" rel="tag">ping spam</a>, <a href="http://www.ghacks.net/tag/trackback-spam/" title="trackback spam" rel="tag">trackback spam</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-plugin/" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://www.ghacks.net/tag/wordpress-spam/" title="wordpress spam" rel="tag">wordpress spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/" title="How To Handle Bulk Spam As A Webmaster (July 6, 2009)">How To Handle Bulk Spam As A Webmaster</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/07/24/wordpress-broken-link-checker/" title="Wordpress Broken Link Checker (July 24, 2009)">Wordpress Broken Link Checker</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/22/website-caching-enabled/" title="Website Caching Enabled (August 22, 2008)">Website Caching Enabled</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
</ul>

]]></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>
	</channel>
</rss>
