1 (edited by User33 2008-11-25 14:10)

Topic: [Release] Akismet Spam Protection

This extension uses the Akismet API to process posts and sort out spam.

You can enable it and set your API key on Administration » Settings » Setup

You can administer spam posts on Administration » Extensions » Manage Extensions

Download Link: http://punbb.informer.com/unofficial/pu … kismet.zip

If you find any bugs or have any tips, please post them here.

Updates

  • 1.1: Added spam posts administration

  • 1.0: First release

Note: You need an API key from http://wordpress.com/api-keys/.

P.S: Thanks to PS from Punres for "base" code.

2 (edited by hcgtv 2008-11-24 19:44)

Re: [Release] Akismet Spam Protection

That was fast smile

I don't have 1.3 installed, but I looked over the code.

I guess you did away with the Akismet table?

Re: [Release] Akismet Spam Protection

The bans table is already part of the core. Though, I think I should add a new table for Akismet-rejected posts, so admins can un-ban users or delete posts.

4

Re: [Release] Akismet Spam Protection

Yes, I meant the Akismet table.

Talking on the phone and posting has it's drawbacks wink

Re: [Release] Akismet Spam Protection

I'll start working on that.

Re: [Release] Akismet Spam Protection

Thanks Garciat!

Perfect timing really, I just had a forum spammed after upgrading to 1.3 and came looking for this extension. Much appreciated.

Re: [Release] Akismet Spam Protection

No problem. It still lacks some functions. I'm working on it.

Re: [Release] Akismet Spam Protection

Thanks Garciat. Can you do me a favor and update this post when you add functions? That way I know I am running the latest version.

I will let you know if I experience any issues with it.

Re: [Release] Akismet Spam Protection

Updated to 1.1.

Re: [Release] Akismet Spam Protection

Thanks Garciat smile

What is the easiest way to update extensions? Just upload the new version and copy over the old version, or should I disable and delete the old version and then upload and activate the new version?

11

Re: [Release] Akismet Spam Protection

Overwrite the old files with the new files, then on the Extensions Management page, you should get an option to update the extension.

Re: [Release] Akismet Spam Protection

nice extension

Re: [Release] Akismet Spam Protection

Garciat wrote:

Overwrite the old files with the new files, then on the Extensions Management page, you should get an option to update the extension.

Worked perfectly. Thanks!

14

Re: [Release] Akismet Spam Protection

fantasma wrote:

nice extension

Thank you!

astrojny wrote:

Worked perfectly. Thanks!

Good smile

Re: [Release] Akismet Spam Protection

Under Setup the field where I am supposed to insert my API key isn't clearly marked, it's just a text field.

Re: [Release] Akismet Spam Protection

Cool. Very useful extension.

Carpe diem

17

Re: [Release] Akismet Spam Protection

TomeOne wrote:

Under Setup the field where I am supposed to insert my API key isn't clearly marked, it's just a text field.

Hm? Screenshot, please?

Re: [Release] Akismet Spam Protection

Sure:

http://oni.bungie.org/images/forum_shot.png

19 (edited by User33 2008-11-26 14:51)

Re: [Release] Akismet Spam Protection

What browser?

It looks fine to me on both Firefox 3 and IE 7.

Re: [Release] Akismet Spam Protection

Firefox 3. Looks like that on my home computer and at work.

In IE 7 the little checkbox is properly visible. But still, the section isn't tagged as where the Akismet API key should go. Nor do I know what the checkbox is for.

Also looks like my screenshot in the latest versions of Opera and Safari.

21

Re: [Release] Akismet Spam Protection

http://i247.photobucket.com/albums/gg135/garcia-t/akismet.png

It's go to be something with your CSS files.

Re: [Release] Akismet Spam Protection

Thing is, I didn't modify the CSS files at all. sad

23

Re: [Release] Akismet Spam Protection

Could you try the extension on a fresh PunBB install?

Re: [Release] Akismet Spam Protection

Ummm... when I install this on my forums, I get this...

http://img167.imageshack.us/img167/183/akismeterrorfx8.th.gif

25 (edited by ins3 2008-12-04 16:13)

Re: [Release] Akismet Spam Protection

I put this on a clean PunBB 1.3.1 install and get this:

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()'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()'d code on line 246

Warning: include() [function.include]: Failed opening '../extensions/akismet/lang/English/akismet.php' for inclusion (include_path='.:') in /var/www/vhosts/---.net/httpdocs/discuss/admin/extensions.php(664) : eval()'d code on line 246

Edit: now fixed