CodeIgniter Forums
CodeIgniter Akismet Library - Stop Spam Now! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: CodeIgniter Akismet Library - Stop Spam Now! (/showthread.php?tid=6745)



CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-10-2008

[eluser]Elliot Haughin[/eluser]
Hey guys, I know many of you are using CodeIgniter to build blogs or similar projects. Well, I’ve been building Blaze this week, and for the new blog module, I ended up building an Akismet library for CodeIgniter!

It's pretty simple to use, and should help you guys stop spam comments on your CI powered applications.


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-10-2008

[eluser]Michael Wales[/eluser]
Excellent addition Elliot! I love Akismet, it has currently stopped 14,700 spam comments on my blog since I first installed it (about a year ago).

I get about 250-300 spam comments a day now (yes, there is a downside to having a high Google PR). I've never found a false positive (although I don't really look hard, upon glances I don't find any) and very rarely does a spam comment make it through (although I delete a lot of trackbacks as spam - primarily foreign blogs that include some of my Wordpress plugins in lists of 100-200 at a time).


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-10-2008

[eluser]Vince Stross[/eluser]
well done!


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-10-2008

[eluser]Andre83[/eluser]
Very nice, Elliot, thankyou very much!


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-10-2008

[eluser]wiredesignz[/eluser]
Awesome contribution, Thanks Elliot.


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-18-2008

[eluser]elvix[/eluser]
As an aside, there was a bug in another popular version of an Akismet PHP class, where HTTP 1.1 connections were timing out. (This gave me a serious headache with another app I'm working on.)

Elliot's library uses the HTTP 1.0 protocol (a suggested fix for the above problem), which does not support persistent connections and should work flawlessly.

Pretty arcane, I know, but I thought I'd post it just in case anyone ever wondered. Smile

Anyway, kudos Elliot!


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 03-19-2008

[eluser]Elliot Haughin[/eluser]
Thanks for the feedback Smile

Always appreciated.


CodeIgniter Akismet Library - Stop Spam Now! - El Forum - 01-06-2009

[eluser]foxman149[/eluser]
Hi Guys Sorry to revive an old post but Could I use this check for a refer a friend email form?

Regards

Maurice