PunBB Resource

Your ultimate PunBB resource!

Keywords:

    (Extended)

You are not logged in.


Login to move these ads to the bottom of the page

#1 2006-08-20 15:24:40

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Akismet for PunBB 1.0

Code:

##
##
##        Mod title:  Akismet for PunBB
##
##      Mod version:  1.0
##   Works on PunBB:  1.2, 1.2.12
##     Release date:  2006-08-19
##           Author:  Per Soderlind (per@soderlind.no)
##
##      Description:  This mod will add Akismet spam protection to your forum. 
##                    If Akismet decides that a entry is a spam, the mod will block 
##                    the entry and ban the user (both name and IP). The administrator 
##                    can, using the included plugin, recover a entry from spam,
##                    and at the same time un-ban the user.
##
##   Affected files:  post.php
##
##       Affects DB:  Yes, adds a new table: $db->prefix.akismet
##
##            Notes:  You'll have to add your Akismet api key to make it work.
##                    To obtain a key, see http://wordpress.com/api-keys/
##                    You'll find information about Akismet at http://akismet.com/
##                    
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download here

Offline

 

#2 2006-08-20 15:26:32

elbekko
Moderator
From: Leuven, Belgium
Registered: 2006-01-31
Posts: 1422

Re: Akismet for PunBB 1.0

This seems like a very useful mod smile


FluxBB
dictionary.com on programming: The most fun you can have with your clothes on (although clothes are not mandatory).

Offline

 

#3 2006-08-20 15:28:32

Mark
Moderator
From: North West England
Registered: 2005-06-06
Posts: 1259

Re: Akismet for PunBB 1.0

what if it decides a non spam post is spam?

edit - i now read with glasses on, that admin can recover the post removed smile

Last edited by Mark (2006-08-20 15:34:29)


Cant find something you want? try searching
Also try the wiki
MSN - mark@21s6.com

Offline

 

#4 2006-08-20 15:33:50

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

Thank you smile Hopefully not to buggy either. I've tested it on LAMP (PHP5) and WAMP (PHP4). The installer supportes pgsql and sqlite too.

../Per

Offline

 

#5 2006-08-20 15:36:36

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

Mark wrote:

what if it decides a non spam post is spam?

The included plugin lets you "un-spam" an entry that Akismet wrongfully deceided was a spam. The user will at the same time be un-baned.

../Per

Offline

 

#6 2006-08-20 15:39:01

Mark
Moderator
From: North West England
Registered: 2005-06-06
Posts: 1259

Re: Akismet for PunBB 1.0

PS wrote:

Mark wrote:

what if it decides a non spam post is spam?

The included plugin lets you "un-spam" an entry that Akismet wrongfully deceided was a spam. The user will at the same time be un-baned.

../Per

i noticed that and edited my post befor you posted this smile


Cant find something you want? try searching
Also try the wiki
MSN - mark@21s6.com

Offline

 

#7 2006-08-20 15:58:33

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

If you can't wait until you get some spam, here's a screenshot of the plugin

Note: This is from my test server, so the "spam" you see is generated by me.

Offline

 

#8 2006-08-21 02:06:47

Zimmer92
Member
Registered: 2006-08-01
Posts: 166

Re: Akismet for PunBB 1.0

Wow
Incredibly sweet mod
Tanks!
smile

Offline

 

#9 2006-08-21 11:07:43

Dr.Jeckyl
Member
Registered: 2005-06-17
Posts: 251

Re: Akismet for PunBB 1.0

much needed plugin. thanks for the share.

Last edited by Dr.Jeckyl (2006-08-21 11:08:02)

Offline

 

#10 2006-08-22 07:51:32

hcgtv
Member
From: Charlotte, NC
Registered: 2005-06-10
Posts: 32
Website

Re: Akismet for PunBB 1.0

Nice, will give it a try.


Bert Garcia,  Use the Source: PHPXref

Offline

 

#11 2006-08-24 06:05:01

greenlake
Guest

Re: Akismet for PunBB 1.0

How can I test if Akismet works?  I post the same data as shown in your screenshot, but it wasn't taken as spammer.  I followed the steps in your readme.txt,  do I need to do something else? Thanks.

 

#12 2006-08-24 06:15:21

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

moderator, please un-ban me if this example blocked me, I presume you are using my mod wink

Seeing as there still is quite alot of spam, I doubt it's installed wink

Haven't seen Jannson in a while, the list of users to delete keeps growing.

Offline

 

#13 2006-08-24 09:00:39

thegleek
Member
Registered: 2006-08-21
Posts: 58
Website

Re: Akismet for PunBB 1.0

oh it works alright. prob is a lot of my users were just posting normal posts (non-spam) and akismet banned them immediately.

when i went into the AP module to unban them, akismet rebanned them everytime they posted again.

so cuz of that alone, it was a major inconvenience and i have commented out all the akismet code within the post.php script.


~thegleek <-- (my site is NSFW)

Offline

 

#14 2006-08-24 11:44:50

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

thegleek wrote:

oh it works alright. prob is a lot of my users were just posting normal posts (non-spam) and akismet banned them immediately.

when i went into the AP module to unban them, akismet rebanned them everytime they posted again.

so cuz of that alone, it was a major inconvenience and i have commented out all the akismet code within the post.php script.

what kind of "normal" post are they posting ? It works like a charm at my site.

Offline

 

#15 2006-08-24 12:40:46

Frank H
Member
Registered: 2005-05-03
Posts: 43
Website

Re: Akismet for PunBB 1.0

watched thegleek, and I see why it could react on some of the posts ... swearing etc. might trigger it, if so, all those f words might tick it off wink

Last edited by Frank H (2006-08-24 12:41:10)

Offline

 

#16 2006-08-24 13:09:16

elbekko
Moderator
From: Leuven, Belgium
Registered: 2006-01-31
Posts: 1422

Re: Akismet for PunBB 1.0

Frank H wrote:

watched thegleek, and I see why it could react on some of the posts ... swearing etc. might trigger it, if so, all those f words might tick it off wink

And if it's a post in the NSFW section, it might be fully wrong tongue


FluxBB
dictionary.com on programming: The most fun you can have with your clothes on (although clothes are not mandatory).

Offline

 

#17 2006-09-03 11:00:30

abclf
Member
From: France
Registered: 2006-08-24
Posts: 15
Website

Re: Akismet for PunBB 1.0

Hello,

I would like to make that mod evaluate guest topics only (noeither members neither moderators topics).
Do someone have a working solution please ?

Thanks !

Offline

 

#18 2006-09-03 23:39:16

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

abclf wrote:

I would like to make that mod evaluate guest topics only (noeither members neither moderators topics).

I don't see the point having this option, spam is spam. My forum is member only, and spammers sign up just to be able to post spam.

Offline

 

#19 2006-09-04 05:00:42

abclf
Member
From: France
Registered: 2006-08-24
Posts: 15
Website

Re: Akismet for PunBB 1.0

At this time, I have no problem with members (email confirmation), but two of them are banned by akismet (even with no url included in post...). So I would like to make the mod only work for guest messages. That is my own need.
If it is not yours, keep the original way.

Offline

 

#20 2006-09-28 12:55:54

thegleek
Member
Registered: 2006-08-21
Posts: 58
Website

Re: Akismet for PunBB 1.0

elbekko wrote:

Frank H wrote:

watched thegleek, and I see why it could react on some of the posts ... swearing etc. might trigger it, if so, all those f words might tick it off wink

And if it's a post in the NSFW section, it might be fully wrong tongue

hah so true, how'd u get into the nsfw section? you signed up for an acct?


~thegleek <-- (my site is NSFW)

Offline

 

#21 2006-09-28 13:16:01

elbekko
Moderator
From: Leuven, Belgium
Registered: 2006-01-31
Posts: 1422

Re: Akismet for PunBB 1.0

Read your post about it in another thread... and yes I have an account there (was checking it out).
And I was also the one who told you to put the NSFW warning in your sig tongue


FluxBB
dictionary.com on programming: The most fun you can have with your clothes on (although clothes are not mandatory).

Offline

 

#22 2006-10-09 09:20:34

chucky
New member
Registered: 2005-09-27
Posts: 8

Re: Akismet for PunBB 1.0

i installed your mod, it's a must-have plugin ^^

Offline

 

#23 2006-10-25 17:17:24

PS
New member
Registered: 2006-04-09
Posts: 8
Website

Re: Akismet for PunBB 1.0

chucky wrote:

i installed your mod, it's a must-have plugin ^^

<shameless> I agree smile </shameless>, it has prevented a lot of spam from appearing in my forum (tough, some of the pictures are 'nice' tongue).

Offline

 

#24 2006-10-26 08:26:40

Bâshrat the Sneaky
New member
Registered: 2006-05-29
Posts: 8

Re: Akismet for PunBB 1.0

PS wrote:

chucky wrote:

i installed your mod, it's a must-have plugin ^^

<shameless> I agree smile </shameless>, it has prevented a lot of spam from appearing in my forum (tough, some of the pictures are 'nice' tongue).

This was exactly the thing i was looking for! I'm having alot of spambot issues lately on my forum. I think this mod will do away with the problem completely smile

Thank you very much, PS! smile

Offline

 

#25 2006-11-05 09:08:15

splitsch
New member
Registered: 2006-11-05
Posts: 1

Re: Akismet for PunBB 1.0

Hi!
I use akismet on both wordpress and punbb...
Everything works well...except that one of my users can't post anything on the forum:
it always go to the spam and he got ban anytime...event though I "unban" him, soon as he posts again, he gets banned!
Is there a way to chage spam-filter policy?

Thanks!

Splitsch

Offline

 

Board footer

Based on PunBB
© Copyright 2002–2005 Rickard Andersson

© Copyright 2004–2006 Kristoffer Jansson

User contributed files are property of their respective owners.