<?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>[LINICKX].com &#187; akismet</title>
	<atom:link href="http://www.linickx.com/tag/akismet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Thu, 17 May 2012 10:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bad Behaviour and Akismet Blocked Counters for WordPress</title>
		<link>http://www.linickx.com/679/bad-behaviour-and-akismet-blocked-counters-for-wordpress</link>
		<comments>http://www.linickx.com/679/bad-behaviour-and-akismet-blocked-counters-for-wordpress#comments</comments>
		<pubDate>Tue, 16 Dec 2008 12:31:43 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[bad-behavior]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=679</guid>
		<description><![CDATA[The Bad Behaviour plug-in for WordPress comes with a weekly counter in the admin dashboard, but do you want a wicked footer like mine? 106,386 dodgy geezas have been blocked by Bad Behaviour and 36,926 spams were eaten by Akismet. &#8230; <a href="http://www.linickx.com/679/bad-behaviour-and-akismet-blocked-counters-for-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Bad Behaviour plug-in for WordPress comes with a weekly counter in the admin dashboard, but do you want a wicked footer like mine?</p>
<blockquote><p>106,386 dodgy geezas have been blocked by Bad Behaviour and 36,926 spams were eaten by Akismet.</p></blockquote>
<p><a href="http://akismet.com">Akismet </a>comes with a counter you can use in themes/plugins&#8230;</p>
<p><code><br />
$akcount = get_option('akismet_spam_count');<br />
$akcount = number_format($akcount);<br />
echo $akcount;<br />
</code></p>
<p>But with <a href="http://www.bad-behavior.ioerror.us">Bad Behaviour</a> you have to do a little more work. To start with you need to get BB to record in the database each time it blocks someone, this is done by adding a function to <code>~/wp-content/plugins/bad-behavior/bad-behavior-wordpress.php</code> , add the following code&#8230;..</p>
<pre>
// Bad Behavior callback functions.
function  bb2_banned_callback() {

        $counter = get_option('bad_behavior_spam_count');
        $counter = $counter + 1;
        update_option( 'bad_behavior_spam_count', $counter );

}
</pre>
<p>Now BB will store an incrementing number in the WP database for you to use in your theme..</p>
<p><code><br />
$bbcount = get_option('bad_behavior_spam_count');<br />
$bbcount = number_format($bbcount);<br />
echo $bbcount;<br />
</code></p>
<p>Now you can track how many inter-twats your blocking!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/679/bad-behaviour-and-akismet-blocked-counters-for-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good English Comments</title>
		<link>http://www.linickx.com/443/good-english-comments</link>
		<comments>http://www.linickx.com/443/good-english-comments#comments</comments>
		<pubDate>Thu, 05 Jun 2008 10:20:50 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[lifeblog]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=443</guid>
		<description><![CDATA[I can only speak one language, I do have a french qualification but it&#8217;s not worth the paper it&#8217;s printed on; so I admire anyone who&#8217;s native tongue isn&#8217;t english yet speak/reads/writes english. Comments on my blog pose a problem, &#8230; <a href="http://www.linickx.com/443/good-english-comments">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I can only speak one language, I do have a french qualification but it&#8217;s not worth the paper it&#8217;s printed on; so I admire anyone who&#8217;s native tongue isn&#8217;t english yet speak/reads/writes english.</p>
<p>Comments on my blog pose a problem, a tell tale sign of an e-mail or comment spam is poor english, now I&#8217;m not talking about having 100% correct grammar or spelling, in-fact this post title &#8220;good english comments&#8221; isn&#8217;t correct! What I&#8217;m talking about is comments that simply don&#8217;t make sense.</p>
<p>Recently I&#8217;ve been working with a guy from Brazil, he&#8217;s not the 1st I&#8217;ve met, but this was obviously his 1st trip to the UK. During our work it was very apparent that half of what he said/wrote didn&#8217;t make sense and in order to carry out his work I&#8217;ve had to guess at a load of the requirements.</p>
<p>Today I&#8217;ve received a comment on my blog which I simply can&#8217;t decide if it&#8217;s someone with poor English skills or SPAM, there&#8217;s no hyper-links which leans me toward it being genuine, but I simply don&#8217;t want to take the risk, I haven&#8217;t even finished repairing the pictures on my site, let alone have the time to clean up after some inter-twat spammer! I would like to thank both akismet &#038; bad behavior for all their help with detecting spam&#8230;. I wonder if there&#8217;s some kind of grammar checker for comments to help the real people submit comments that make sense? </p>
<p>So with all being said, I send my apologies to all who have had comments deleted on my blog.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/443/good-english-comments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akismet is soo good I didn&#8217;t even know it !</title>
		<link>http://www.linickx.com/96/akismet-is-soo-good-i-didnt-even-know-it</link>
		<comments>http://www.linickx.com/96/akismet-is-soo-good-i-didnt-even-know-it#comments</comments>
		<pubDate>Tue, 20 Dec 2005 20:00:12 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=96</guid>
		<description><![CDATA[I got my 1st comment spam today&#8230; old! I&#8217;m not responsible for all these problems! vegas slot crackled in the air The sounds grew louder and the monkey looked . Now this is obviously complete rubbish, so I ignored it. &#8230; <a href="http://www.linickx.com/96/akismet-is-soo-good-i-didnt-even-know-it">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I got my 1st comment spam today&#8230;</p>
<div class="code">
old! I&#8217;m not responsible for all these problems! <a href="http://link_to_spam_site">vegas slot</a>  crackled in the air The sounds grew louder and the monkey looked .
</div>
<p>Now this is obviously complete rubbish, so I ignored it. </p>
<p>There has been a lot of activity in <a href="http://planet.wordpress.org/">wordpress land today</a> and it made me think how is my <a href="http://akismet.com">akismet</a> plug in doing ? I remember ages ago there was an <a href="http://akismet.com/blog/2005/11/thanksgiving-plugin-update/">update</a> to the original that I had installed, and to my surprise <strong>Akismet has caught 411 for you since you installed it</strong> &#8211; wow &#8211; thanks <a href="http://automattic.com/about/">guys</a> !!! <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/96/akismet-is-soo-good-i-didnt-even-know-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

