Revision [8855]

This is an old revision of BadBehavior made by NilsLindenberg on 2005-06-06 10:37:43.

 

Bad Behavior


Bad Behavior is a set of PHP scripts which prevents spambots from accessing your site by analyzing their actual HTTP requests and comparing them to profiles from known spambots. It goes far beyond User-Agent and Referer, however. Bad Behavior is available for several PHP-based software packages, and also can be integrated in seconds into any PHP script. (quote from the homepage).

Integration in wikka

  1. download it
  1. unzip the file and make the following changes:
  1. to bad-behavior-generic.php:
  1. change bad-behavior-database.php the $wp_bb_log to the table you want, like wikka_bb_blog for example.
  1. and upload its content to 3rdparty/plugins/bad-behavior/
  1. add the following line to wikka.php
    //load 'bad-behavior'
    require_once("3rdparty/plugins/bad-behavior/bad-behavior-generic.php");
    => right before the
    // go !

To-do



CategoryDevelopment3rdParty
There are 13 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki