
Version
Rating
Compatibility
Votes
License
Views
Date Added
Developer
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!
No comments:
Post a Comment