<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Some support/help for Akismet</title>
	<atom:link href="http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:51:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IP</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/comment-page-1/#comment-59200</link>
		<dc:creator>IP</dc:creator>
		<pubDate>Fri, 28 Dec 2007 13:48:31 +0000</pubDate>
		<guid isPermaLink="false">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">http://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-page-1/#comment-43005</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Oct 2007 14:36:48 +0000</pubDate>
		<guid isPermaLink="false">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&#039;s helps but there are still a lot of them.

A nice tool to find the biggest spammer is &lt;a href=&quot;http://internetducttape.com/tools/wordpress/akismet-auntie-spam/&quot; rel=&quot;nofollow&quot;&gt;Greasemonkey&#039;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.</p>
<p>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-page-1/#comment-21571</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 02 Jul 2007 18:46:53 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-21567</link>
		<dc:creator>PHPandMYSQL</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:52:34 +0000</pubDate>
		<guid isPermaLink="false">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[&#039;REMOTE_ADDR&#039;];
if ($my_ip_add == &#039;12.345.67.89&#039;) {
echo (&quot;banned&quot;);
mysql_close;
ex...</description>
		<content:encoded><![CDATA[<p><strong>Ban Ip address or a range of ip addresses&#8230;</strong></p>
<p>How to ban an ip address or a range of ip addresses?<br />
Here is a quick script that will allow you to ban an ip address. Example 12.345.67.89.<br />
$my_ip_add = $_SERVER['REMOTE_ADDR'];<br />
if ($my_ip_add == &#8216;12.345.67.89&#8242;) {<br />
echo (&#8220;banned&#8221;);<br />
mysql_close;<br />
ex&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/comment-page-1/#comment-17458</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 04 Jun 2007 17:49:44 +0000</pubDate>
		<guid isPermaLink="false">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=&quot;http://www.blogcatalog.com/user/finalwebsites&quot; rel=&quot;nofollow&quot;&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-page-1/#comment-15978</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 29 May 2007 11:02:56 +0000</pubDate>
		<guid isPermaLink="false">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' /> </p>
<p>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-page-1/#comment-14535</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Sat, 19 May 2007 12:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14535</guid>
		<description>&lt;p&gt;@Nick, you&#039;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-page-1/#comment-14533</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Sat, 19 May 2007 12:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/#comment-14533</guid>
		<description>@Nick,

are you sure about the &quot;new line&quot; character? the file function converts every row separated by the &quot;new link&quot; character into an array (I think you&#039;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-page-1/#comment-14499</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 18 May 2007 19:25:30 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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 <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Nash</title>
		<link>http://www.web-development-blog.com/archives/some-supporthelp-for-akismet/comment-page-1/#comment-14498</link>
		<dc:creator>Tim Nash</dc:creator>
		<pubDate>Fri, 18 May 2007 19:19:10 +0000</pubDate>
		<guid isPermaLink="false">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>
