<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Some support/help for Akismet</title>
	<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<pubDate>Mon, 08 Sep 2008 14:29:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: IP</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-59200</link>
		<dc:creator>IP</dc:creator>
		<pubDate>Fri, 28 Dec 2007 13:48:31 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-59200</guid>
		<description>You can also block IP based on CIDR blocks using Iptables for example. Check out www.ipdeny.com</description>
		<content:encoded><![CDATA[<p>You can also block IP based on CIDR blocks using Iptables for example. Check out <a href="http://www.ipdeny.com" rel="nofollow">www.ipdeny.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-43005</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Oct 2007 14:36:48 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-43005</guid>
		<description>Comment spam is still a problem, using AJAX comment forms are not the solution and banning some IP's helps but there are still a lot of them.

A nice tool to find the biggest spammer is &lt;a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/" rel="nofollow"&gt;Greasemonkey's Akismet Auntie Spam Script&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Comment spam is still a problem, using AJAX comment forms are not the solution and banning some IP&#8217;s helps but there are still a lot of them.A nice tool to find the biggest spammer is <a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/" rel="nofollow">Greasemonkey&#8217;s Akismet Auntie Spam Script</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-21571</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 02 Jul 2007 18:46:53 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-21571</guid>
		<description>&lt;p&gt;Hi, just read your tutorial about how-to ban some IP addresses, you should check the MySQL function INET_ATON or the PHP function ip2long to for better performance.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, just read your tutorial about how-to ban some IP addresses, you should check the MySQL function INET_ATON or the PHP function ip2long to for better performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPandMYSQL</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-21567</link>
		<dc:creator>PHPandMYSQL</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:52:34 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-21567</guid>
		<description>&lt;strong&gt;Ban Ip address or a range of ip addresses...&lt;/strong&gt;

How to ban an ip address or a range of ip addresses?
Here is a quick script that will allow you to ban an ip address. Example 12.345.67.89.
$my_ip_add = $_SERVER['REMOTE_ADDR'];
if ($my_ip_add == '12.345.67.89') {
echo ("banned");
mysql_close;
ex...</description>
		<content:encoded><![CDATA[<p><strong>Ban Ip address or a range of ip addresses&#8230;</strong>How to ban an ip address or a range of ip addresses?Here is a quick script that will allow you to ban an ip address. Example 12.345.67.89.$my_ip_add = $_SERVER[&#8217;REMOTE_ADDR&#8217;];if ($my_ip_add == &#8216;12.345.67.89&#8242;) {echo (&#8221;banned&#8221;);mysql_close;ex&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-17458</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 04 Jun 2007 17:49:44 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-17458</guid>
		<description>&lt;p&gt;... still not the result I have accepted, this time (one week later) there are ~800 messages by just one IP address (plus a several others):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;81.95.146.227&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;(you need top block this address a.s.a.p.) :D&lt;/p&gt;
&lt;p&gt;It looks like that my membership at &lt;a href="http://www.blogcatalog.com/user/finalwebsites" rel="nofollow"&gt;blogcatalog.com&lt;/a&gt; is one of the reasons that this blog is spammed much more then 2 month before...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8230; still not the result I have accepted, this time (one week later) there are ~800 messages by just one IP address (plus a several others):</p>
<blockquote><p>81.95.146.227</p>
</blockquote>
<p>(you need top block this address a.s.a.p.) <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It looks like that my membership at <a href="http://www.blogcatalog.com/user/finalwebsites" rel="nofollow">blogcatalog.com</a> is one of the reasons that this blog is spammed much more then 2 month before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-15978</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 29 May 2007 11:02:56 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-15978</guid>
		<description>bad days... :(

only 8 days since the last clean up there are again 859 spammy comments, thats 100 a day!

Ok, this clean-up was about blocking another 50 IP addresses and I hope it takes now a little bit longer until the next 1000 spam comments about phentermine (almost belive that these spammer wants me to loose weight) lol

BTW, thats a lot of traffic 15KB a comment * 1000 = ~15MB/week, between 50-100MB for one blog site!</description>
		<content:encoded><![CDATA[<p>bad days&#8230; <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
only 8 days since the last clean up there are again 859 spammy comments, thats 100 a day!</p>
<p>Ok, this clean-up was about blocking another 50 IP addresses and I hope it takes now a little bit longer until the next 1000 spam comments about phentermine (almost belive that these spammer wants me to loose weight) lol</p>
<p>BTW, thats a lot of traffic 15KB a comment * 1000 = ~15MB/week, between 50-100MB for one blog site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14535</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Sat, 19 May 2007 12:44:25 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14535</guid>
		<description>&lt;p&gt;@Nick, you're right, from the manual:&lt;/p&gt;


&lt;blockquote&gt;Each line in the resulting array will include the line ending, so you still need to use rtrim() if you do not want the line ending present.&lt;/blockquote&gt;


</description>
		<content:encoded><![CDATA[<p>@Nick, you&#8217;re right, from the manual:</p>
<blockquote><p>Each line in the resulting array will include the line ending, so you still need to use rtrim() if you do not want the line ending present.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14533</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Sat, 19 May 2007 12:42:24 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14533</guid>
		<description>@Nick,

are you sure about the "new line" character? the file function converts every row separated by the "new link" character into an array (I think you're are thing therms of using cURL)</description>
		<content:encoded><![CDATA[<p>@Nick,</p>
<p>are you sure about the &#8220;new line&#8221; character? the file function converts every row separated by the &#8220;new link&#8221; character into an array (I think you&#8217;re are thing therms of using cURL)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14499</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 18 May 2007 19:25:30 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14499</guid>
		<description>...sure this is not the best way to block spammers, but it's very frustrating if your site get spammed by one IP address 20-30 times a day (and this way its over with them ;))</description>
		<content:encoded><![CDATA[<p>&#8230;sure this is not the best way to block spammers, but it&#8217;s very frustrating if your site get spammed by one IP address 20-30 times a day (and this way its over with them ;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Nash</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14498</link>
		<dc:creator>Tim Nash</dc:creator>
		<pubDate>Fri, 18 May 2007 19:19:10 +0000</pubDate>
		<guid>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14498</guid>
		<description>You can do the same little hack you use here with Drupal as well as wordpress, though I would go with the troll module as it has more features and options</description>
		<content:encoded><![CDATA[<p>You can do the same little hack you use here with Drupal as well as wordpress, though I would go with the troll module as it has more features and options</p>
]]></content:encoded>
	</item>
</channel>
</rss>
