phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

"Official" integration with Akismet

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The next feature release of phpBB 3 will be 3.1/Ascreaus followed by 3.2/Arsia.

Re: "Official" integration with Akismet

Postby AliasM2K » Tue May 08, 2012 11:29 pm

+1 for Akismet as core...
User avatar
AliasM2K
Registered User
 
Posts: 82
Joined: Tue Mar 27, 2012 2:33 am

Re: "Official" integration with Akismet

Postby MartinTruckenbrodt » Wed May 09, 2012 4:50 pm

Hello AliasM2K,
Stop Forum Spam and BotScout in my experience are much more successfully.

Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
MartinTruckenbrodt
 
Posts: 171
Joined: Sun Jan 29, 2006 1:00 pm
Location: Germany

Re: "Official" integration with Akismet

Postby callumacrae » Wed May 09, 2012 7:26 pm

Because they're the most used. If Akismet were supported in the core, it would be far more effective. Akismet has proven itself to work successfully, has the most experience, and can handle every single phpBB board sending requests to it (I'm not sure that the two you mention would have).

I've had problems with your modifications flagging genuine posts as spam before, and I've never had that problem with Akismet.
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 883
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: "Official" integration with Akismet

Postby MartinTruckenbrodt » Wed May 09, 2012 8:36 pm

Hello Callum,
last months while programing ABM 1.1.0 I've tried Akismet, Stop Forum Spam, BotScout and Project Honey Pot single and separatley for serveral days and weeks on my support & test forum. My statement is based on these comapring tests and experience.
The authentication is important for reporting new spam only. And here all HTTP blacklists are requiring a key. But BotScout and Project Honey Pot only have an user frontend on their websites to report new spam manually.

Which version of Advanced Block MOD do you mean? When have you tried it?
In ABM 1.0.10 a new feature/setting has been added not to check posts of registered users. phpBB3 by default is checking all posts with check_dnsbl.
But please note that Advanced Block MOD 1.1.0 is a completely new generation of the MOD.
Advanced Block MOD support you can find under http://www.phpbb.com/customise/db/mod/a ... block_mod/ . IMO this is the best place for feedback about ABM, too.

Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
MartinTruckenbrodt
 
Posts: 171
Joined: Sun Jan 29, 2006 1:00 pm
Location: Germany

Re: "Official" integration with Akismet

Postby callumacrae » Wed May 09, 2012 9:31 pm

I tried it for a few weeks about four months ago on two boards, by own personal board (phpBB Mobile), and a larger board with about 20 genuine registrations a day. We decided to test your mod, but had to disable it after it was blocking so many users from posting and registering. It's the blacklists, not the mod.

I'm just saying that we need to be very careful when using blacklists, as we can't use dumb ones like Stop Forum Spam and BotScout.

Of course anyone testing Akismet right now won't have good results, and nobody uses it for forums!
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 883
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: "Official" integration with Akismet

Postby MartinTruckenbrodt » Wed May 09, 2012 9:57 pm

Hello Callum,
we are a little bit off-topic. Two last things about ABM here:
1. As I said and wrote serveral times in past I need feedback and I'm interested in every feedback. ABM has nearly 10.000 downloads now. But feedback is very rare. It's sad. (MOD DB rating is good but it's just a funny thing. ;) ) My aim is to optimize the weight settings for the blacklists to have no false positives. On my boards I got it. If possible please send me a backup of your block log. I'm very interested in it!
2. These minutes I checked my recommedations under http://www.phpbb.com/customise/db/mod/a ... /faq/f_698 . I've updated the weight value for the first and the second blacklist. A snapshot of my recent experience: At the moment ISP dynamic IP ranges for mobile devices are listed very often on the blacklists which I've given a low weight value. So normally they are not blocked by ABM. But the risc for false postives is increased a little bit (at the moment).

Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
MartinTruckenbrodt
 
Posts: 171
Joined: Sun Jan 29, 2006 1:00 pm
Location: Germany

Re: "Official" integration with Akismet

Postby Oleg » Thu May 10, 2012 4:44 am

What is involved in an official integration with akismet?
Oleg
3.1 Release Manager
3.1 Release Manager
 
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am

Re: "Official" integration with Akismet

Postby callumacrae » Thu May 10, 2012 5:12 am

Oleg wrote:What is involved in an official integration with akismet?

Confit options with ACP thing, code on post submit (very easy), and an option to mark as spam on post delete.
"In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders"
—Douglas Crockford

View my MOD, phpBB Mobile
User avatar
callumacrae
Website Team
Website Team
 
Posts: 883
Joined: Tue Apr 27, 2010 9:37 am
Location: England

Re: "Official" integration with Akismet

Postby MartinTruckenbrodt » Thu May 10, 2012 2:30 pm

callumacrae wrote:
Oleg wrote:What is involved in an official integration with akismet?

Confit options with ACP thing, code on post submit (very easy), and an option to mark as spam on post delete.

Hello Callum,
I'm not sure if you mean blocking or moderation.

What you are describing is a lite version. I'm missing some more features.

Feel free to analyse or to test ABM 1.1.0 code. Screenshots for ABM 1.1.0 will come next week.
ABM 1.1.0 is a plug-in system for HTTP and IP-RBL DNS and Domain-RBL DNS blacklists.

Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
MartinTruckenbrodt
 
Posts: 171
Joined: Sun Jan 29, 2006 1:00 pm
Location: Germany

Re: "Official" integration with Akismet

Postby drathbun » Thu May 10, 2012 8:57 pm

callumacrae wrote:I've had problems with your modifications flagging genuine posts as spam before, and I've never had that problem with Akismet.

I have. It does not happen often, but I have had some legitimate content (most recent was just a few days ago) get sent to the spam bucket.

The concern that I would have with an effort to utilize Akismet for forums is that the type of spam posted on forums is not always the same as what is posted on blogs. The system relies on behaviors that are consistent from one blog to another. I'm not convinced that adding forums to the mix would work well, at least in the beginning, simply because the content won't be the same.
Sometimes you're the windshield, sometimes you're the bug.
User avatar
drathbun
Registered User
 
Posts: 72
Joined: Wed Feb 15, 2006 6:40 pm
Location: Texas

Previous Next

Return to [3.x] Discussion

Who is online

Users browsing this forum: No registered users and 12 guests