Table of Contents

Akismet Plugin

This plugin uses the Akismet service to filter comment spam.

Installation

./script/plugin install akismet

You will need to add the key and site to your config/config.php file like:

    define('AK_AKISMET_API_KEY', 'here the key you can get at wordpress.org (signup and say you just want the just the key)');
    define('AK_AKISMET_SITE_URL', 'http://the-url-you-signed-up-for');

Using the plugin

Your controllers will now have an “akismet_helper” instance available with these methods:

where $options can be:

Your application “home page”..

IP address of the comment submitter.

User agent information.

The content of the HTTP_REFERER header should be sent here.

The permanent location of the entry the comment was submitted to.

May be blank, comment, trackback, pingback, or a made up value like “registration”.

Submitted name with the comment

Submitted email address

Commenter URL.