
Akismet 0.4
Joomla! 1.5 native plug-in extension
system plug-in which may be used by other extensions
to check comments against the Akismet web service.
works with PHP4 and PHP5
using Akismet class by Cesar D. Rodas
and HTTP protocol client class by Manuel Lemos
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!
or find more about anothr way of implementation at
Joomla! Documentation wiki.
-0.4
works!
-0.3
change syntax
add function to display stats
most recent version is 0.4 on Friday, September 18, 2009
licenced under GNU/GPLv2 /
compatible with Joomla! 1.5.14
blog comments powered by Disqus