Akismet

Version
0.4 (last update on Sep 18, 2009)
Rating
Compatibility
Votes
Favoured
1
License
GPLv2 or later
Non-Commercial
Type
Views
15798
Date Added
9 February 2009
A simple Joomla! system plug-in which may be used by other extensions to check comments against Akismet project.
works with PHP4 and PHP5
using Akismet class by Cesar D. Rodas
and HTTP protocol client class by Manuel Lemos
Brief Documentation:
if (plgSystemAkismet::isSpam($ip, $name, $email, $url_of_page, $comment_body)){
$my_comment_is_spam = true;
} else {
$my_comment_is_spam = false;
}
and for the stats:
echo plgSystemAkismet::Stats();
I will provide the complete documentation soon!





