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

1- unzip the plugin or use the package directly from the plugin management interface
2- run the plugin, follow the installation wizard

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';
