[ABD] phpBB3 Akismet integration

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.
Contact:

Re: [DEV] phpBB3 Akismet integration

Post by Ashley.S. »

I'm going to watch this mod closely
Regards,
-Ashley.S. [ PurephpBB Founder ]
cherryaa
Registered User
Posts: 25
Joined: Sun May 10, 2009 1:54 am

Re: [DEV] phpBB3 Akismet integration

Post by cherryaa »

It seems I can't upload attachments, so here are the corrections for the instructions file (thanks to akuretz).

Use a plain text editor, not Word.
In phpBB3-Akismet.0.0.2.xml:

Line 2 - find

Code: Select all

<?xml-stylesheet type="text/xsl" href="1.2.1/modx.prosilver.en.xsl"?>
Replace with

Code: Select all

<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
Line 139 - find

Code: Select all

<action type="after-add">//Akismet language
$user->add_lang('mods/akismet');</edit>
Replace with

Code: Select all

<action type="after-add">//Akismet language
$user->add_lang('mods/akismet');</action></edit>
Line 143 - find

Code: Select all

<edit>
				<find>require($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path . 'includes/functions_user.' . $phpEx);
require($phpbb_root_path . 'includes/functions_module.' . $phpEx);</find>
				<action type="after-add">//Akismet language
$user->add_lang('mods/akismet');</edit>
Replace with

Code: Select all

<edit>
				<find>require($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path . 'includes/functions_user.' . $phpEx);
require($phpbb_root_path . 'includes/functions_module.' . $phpEx);</find>
				<action type="after-add">//Akismet language
$user->add_lang('mods/akismet');</action></edit>
cherryaa
Registered User
Posts: 25
Joined: Sun May 10, 2009 1:54 am

Re: [DEV] phpBB3 Akismet integration

Post by cherryaa »

It doesn't seem to be doing much, though - I posted this with no errors
buy cheap viagra online http://cheapviagraspam.com
buy cheap cialis online http://cheapcialisspam.com
hot girl-on-girl action at http://pornspam.com
make her happy with your big thing http://yourbigthing.net
five spam urls needed http://cheapspam4u.biz
And I copied in a spam that Aksimet caught on my Wordpress; it posted OK. :cry:

I so want this to work!!!
User avatar
bonelifer
Community Team Member
Community Team Member
Posts: 3542
Joined: Wed Oct 27, 2004 11:35 pm
Name: William
Contact:

Re: [DEV] phpBB3 Akismet integration

Post by bonelifer »

I've done the fixes for the MODX file and have updated it to the current version of MODX and repackaged it.

http://www.williamjacoby.net/files/phpB ... .0.0.2.zip
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .
crispi
Registered User
Posts: 1
Joined: Wed Sep 06, 2006 3:00 pm

Re: [DEV] phpBB3 Akismet integration

Post by crispi »

Any news on this MOD?
szotsaki
Registered User
Posts: 1
Joined: Fri Apr 02, 2010 7:07 pm

Re: [DEV] phpBB3 Akismet integration

Post by szotsaki »

Here I refreshed the mod to be compatible with phpBB 3.0.6 (and hopefully with 3.0.7).

To install with MODX/Automod, just copy the content to the store/mods directory of your forum and go to Admin Control Panel > Automod > Install phpBB3-Akismet.

After installing, you should edit includes/functions-posting.php and replace $akismet_key and $akismet_url variables to correct ones.

I also added the Hungarian translation and updated the version number to 0.0.3.

Good luck :)

Link: http://www.morrohun.hu/temp/phpBB3-Akis ... .3.tar.bz2
John T. Folden
Registered User
Posts: 188
Joined: Tue Sep 04, 2007 12:16 am

Re: [DEV] phpBB3 Akismet integration

Post by John T. Folden »

Is there any way for this mod to just check guest postings? I do not generally have trouble with spammers signing up but I do have 2 sub-forums that allow guest posting and they get hit pretty regularly.
The Blue Whale Pub - SPN/SF/F TV Discussion Forum
ZOMBIE ALERT: The Walking Dead are coming to AMC!
Locked

Return to “[3.0.x] Abandoned MODs”