INSTALLING SPAMCLEAR
==========================

1- unzip the plugin or use the package directly from the plugin management interface
2- run the plugin, this will install the necessary tables
3- you need to train your database now
Your comments will be now protected against spam

To protect trackbacks as well you need to add this line in tb.php
look for this line 
if ($blog->addComment($id,$blog_name,'',$url,$comment,true) !== false)
and add this line just before it :
require_once dirname(__FILE__).'/'.DC_ECRIRE.'/tools/spamclear/inc/tb.php';
