<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>LINICKX.com</title><link>https://www.linickx.com/</link><description></description><lastBuildDate>Tue, 16 Dec 2008 12:31:00 +0000</lastBuildDate><item><title>Bad Behaviour and Akismet Blocked Counters for WordPress</title><link>https://www.linickx.com/bad-behaviour-and-akismet-blocked-counters-for-wordpress</link><description>&lt;p&gt;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?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;106,386 dodgy geezas have been blocked by Bad Behaviour and 36,926
spams were eaten by Akismet.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="http://akismet.com"&gt;Akismet&lt;/a&gt;comes with a counter you can use in
themes/plugins...&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$akcount = get_option('akismet_spam_count'); $akcount = number_format($akcount); echo $akcount;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;But with &lt;a href="http://www.bad-behavior.ioerror.us"&gt;Bad Behaviour&lt;/a&gt; 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 &lt;code&gt;~/wp-content/plugins/bad-behavior/bad-behavior-wordpress.php&lt;/code&gt; , add
the following code.....&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// 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 );

}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now BB will store an incrementing number in the WP database for you to
use in your theme..&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$bbcount = get_option('bad_behavior_spam_count'); $bbcount = number_format($bbcount); echo $bbcount;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now you can track how many inter-twats your blocking!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Tue, 16 Dec 2008 12:31:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2008-12-16:bad-behaviour-and-akismet-blocked-counters-for-wordpress</guid><category>akismet</category><category>bad-behavior</category><category>PHP</category><category>plugin</category><category>WordPress</category></item><item><title>Good English Comments</title><link>https://www.linickx.com/good-english-comments</link><description>&lt;p&gt;I can only speak one language, I do have a french qualification but it's
not worth the paper it's printed on; so I admire anyone who's native
tongue isn't english yet speak/reads/writes english.&lt;/p&gt;
&lt;p&gt;Comments on my blog pose a problem, a tell tale sign of an e-mail or
comment spam is poor english, now I'm not talking about having 100%
correct grammar or spelling, in-fact this post title "good english
comments" isn't correct! What I'm talking about is comments that simply
don't make sense.&lt;/p&gt;
&lt;p&gt;Recently I've been working with a guy from Brazil, he's not the 1st I'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't make sense and
in order to carry out his work I've had to guess at a load of the
requirements.&lt;/p&gt;
&lt;p&gt;Today I've received a comment on my blog which I simply can't decide if
it's someone with poor English skills or SPAM, there's no hyper-links
which leans me toward it being genuine, but I simply don't want to take
the risk, I haven'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 &amp;amp; bad behavior for all their help with
detecting spam.... I wonder if there's some kind of grammar checker for
comments to help the real people submit comments that make sense?&lt;/p&gt;
&lt;p&gt;So with all being said, I send my apologies to all who have had comments
deleted on my blog.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Thu, 05 Jun 2008 10:20:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2008-06-05:good-english-comments</guid><category>akismet</category><category>Blog</category><category>comments</category><category>english</category><category>lifeblog</category><category>Spam</category></item><item><title>Akismet is soo good I didn't even know it !</title><link>https://www.linickx.com/akismet-is-soo-good-i-didnt-even-know-it</link><description>&lt;p&gt;I got my 1st comment spam today...&lt;/p&gt;
&lt;div class="code"&gt;

old! I'm not responsible for all these problems! [vegas
slot](http://link_to_spam_site) crackled in the air The sounds grew
louder and the monkey looked .

&lt;/div&gt;

&lt;p&gt;Now this is obviously complete rubbish, so I ignored it.&lt;/p&gt;
&lt;p&gt;There has been a lot of activity in &lt;a href="http://planet.wordpress.org/"&gt;wordpress land
today&lt;/a&gt; and it made me think how is my
&lt;a href="http://akismet.com"&gt;akismet&lt;/a&gt; plug in doing ? I remember ages ago there
was an
&lt;a href="http://akismet.com/blog/2005/11/thanksgiving-plugin-update/"&gt;update&lt;/a&gt; to
the original that I had installed, and to my surprise &lt;strong&gt;Akismet has
caught 411 for you since you installed it&lt;/strong&gt; - wow - thanks
&lt;a href="http://automattic.com/about/"&gt;guys&lt;/a&gt; !!! :D&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Tue, 20 Dec 2005 20:00:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2005-12-20:akismet-is-soo-good-i-didnt-even-know-it</guid><category>akismet</category><category>Blog</category><category>WordPress</category></item></channel></rss>