<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - [Release] Akismet Spam Protection]]></title>
		<link>http://punbb.informer.com/forums/topic/20364/release-akismet-spam-protection/</link>
		<description><![CDATA[The most recent posts in [Release] Akismet Spam Protection.]]></description>
		<lastBuildDate>Sat, 24 Jan 2009 15:30:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/123395/#p123395</link>
			<description><![CDATA[<p>ahh in that cae I&#039;ll look at making the changes myself, if that&#039;s ok with you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rich Pedley)]]></author>
			<pubDate>Sat, 24 Jan 2009 15:30:33 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/123395/#p123395</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/123389/#p123389</link>
			<description><![CDATA[<p>how come garciat?</p>]]></description>
			<author><![CDATA[dummy@example.com (KeyDog)]]></author>
			<pubDate>Sat, 24 Jan 2009 14:37:26 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/123389/#p123389</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/123387/#p123387</link>
			<description><![CDATA[<p>Sorry, I kinda stopped working on extensions...</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Sat, 24 Jan 2009 14:24:59 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/123387/#p123387</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/123368/#p123368</link>
			<description><![CDATA[<p>Some more suggested enhancements</p><p>1. add a note to the header for admins if there are any spam posts. It should only appear when there is spam to deal with. (make it a link, then we can jump straight to the spam page).</p><p>2. move the <em>administer spam posts</em> from <em>Administration » Extensions » Manage Extensions</em> to a new page - I&#039;d suggest a new page within the <strong>Management</strong> section</p><p>3. instead of my previous fix, have a new option that sets how long the ban should last, possibly a drop down that has set options: <br />days: 1, 7, 14<br />months: 1,3,6<br />years:1,2<br />and never (default).</p><p>4. add a <strong>mark as spam</strong> to the <em>post-actions</em> section for each post.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rich Pedley)]]></author>
			<pubDate>Fri, 23 Jan 2009 22:10:32 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/123368/#p123368</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/123366/#p123366</link>
			<description><![CDATA[<p>Sorry, missed your reply. </p><p>I can&#039;t remember now, sadly.</p><p>I&#039;ve made a few small modifications to the extension, but they might not suit everyone. This was because an old 1.2 forum was getting hit by spam, and the modification for that was setting expire to NULL. After 4000 bans I can&#039;t get the bans page to load.</p><p>To avoid this issue with this extension I changed Line 81 of manifest.xml from </p><div class="codebox"><pre><code>$ban_expire = &#039;NULL&#039;;</code></pre></div><p>to<br /></p><div class="codebox"><pre><code>$ban_expire = mktime(0, 0, 0, date(&#039;m&#039;)+1, date(&#039;d&#039;), date(&#039;Y&#039;));</code></pre></div><p>which will hopefully work - it hasn&#039;t caught any spam so far on a 1.3 forum!</p>]]></description>
			<author><![CDATA[dummy@example.com (Rich Pedley)]]></author>
			<pubDate>Fri, 23 Jan 2009 21:18:34 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/123366/#p123366</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/122484/#p122484</link>
			<description><![CDATA[<p>What&#039;s the bug?</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Fri, 09 Jan 2009 14:34:33 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/122484/#p122484</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/122474/#p122474</link>
			<description><![CDATA[<p>Feature request - a setting to only check guests and new members (upto x posts) against akismet. </p><br /><p>Bug - your php checking is good, but I had a problem on my host where php 4 &amp; 5 are available but 4 is active by default. I fixed it by changing it to 5 but it might be a problem for some.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rich Pedley)]]></author>
			<pubDate>Fri, 09 Jan 2009 11:58:32 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/122474/#p122474</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120192/#p120192</link>
			<description><![CDATA[<p>I put this on a clean PunBB 1.3.1 install and get this:</p><div class="codebox"><pre><code>Warning: include(../extensions/akismet/lang/English/akismet.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/---.net/httpdocs/discuss/admin/extensions.php(664) : eval()&#039;d code on line 246

Warning: include(../extensions/akismet/lang/English/akismet.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/---.net/httpdocs/discuss/admin/extensions.php(664) : eval()&#039;d code on line 246

Warning: include() [function.include]: Failed opening &#039;../extensions/akismet/lang/English/akismet.php&#039; for inclusion (include_path=&#039;.:&#039;) in /var/www/vhosts/---.net/httpdocs/discuss/admin/extensions.php(664) : eval()&#039;d code on line 246</code></pre></div><p>Edit: <a href="http://punbb.informer.com/forums/post/120374/#p120374">now fixed</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ins3)]]></author>
			<pubDate>Sat, 29 Nov 2008 01:43:47 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120192/#p120192</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120161/#p120161</link>
			<description><![CDATA[<p>Ummm... when I install this on my forums, I get this...</p><p><a href="http://img167.imageshack.us/my.php?image=akismeterrorfx8.gif"><span class="postimg"><img src="http://img167.imageshack.us/img167/183/akismeterrorfx8.th.gif" alt="http://img167.imageshack.us/img167/183/akismeterrorfx8.th.gif" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (Infantry001)]]></author>
			<pubDate>Fri, 28 Nov 2008 15:09:07 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120161/#p120161</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120038/#p120038</link>
			<description><![CDATA[<p>Could you try the extension on a fresh PunBB install?</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Wed, 26 Nov 2008 19:29:53 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120038/#p120038</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120037/#p120037</link>
			<description><![CDATA[<p>Thing is, I didn&#039;t modify the CSS files at all. <img src="http://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (TomeOne)]]></author>
			<pubDate>Wed, 26 Nov 2008 19:22:38 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120037/#p120037</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120015/#p120015</link>
			<description><![CDATA[<p><span class="postimg"><img src="http://i247.photobucket.com/albums/gg135/garcia-t/akismet.png" alt="http://i247.photobucket.com/albums/gg135/garcia-t/akismet.png" /></span></p><p>It&#039;s go to be something with your CSS files.</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Wed, 26 Nov 2008 15:11:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120015/#p120015</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120012/#p120012</link>
			<description><![CDATA[<p>Firefox 3. Looks like that on my home computer and at work.</p><p>In IE 7 the little checkbox is properly visible. But still, the section isn&#039;t tagged as where the Akismet API key should go. Nor do I know what the checkbox is for.</p><p>Also looks like my screenshot in the latest versions of Opera and Safari.</p>]]></description>
			<author><![CDATA[dummy@example.com (TomeOne)]]></author>
			<pubDate>Wed, 26 Nov 2008 14:59:24 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120012/#p120012</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120009/#p120009</link>
			<description><![CDATA[<p>What browser?</p><p>It looks fine to me on both Firefox 3 and IE 7.</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Wed, 26 Nov 2008 14:48:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120009/#p120009</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Akismet Spam Protection]]></title>
			<link>http://punbb.informer.com/forums/post/120007/#p120007</link>
			<description><![CDATA[<p>Sure:</p><p><span class="postimg"><img src="http://oni.bungie.org/images/forum_shot.png" alt="http://oni.bungie.org/images/forum_shot.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (TomeOne)]]></author>
			<pubDate>Wed, 26 Nov 2008 14:22:07 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/120007/#p120007</guid>
		</item>
	</channel>
</rss>
