Using BadBehavior and bbPress
-
BadBehavior is one of my favorite plugins for web-apps, EVER. You can insert it on pretty much any php driven site, even SMF and IPB, so I went one extra step and slapped the ‘standard’ bbpress plugin header to make it a plugin.
I do not support BadBehavior, so if these directions don’t work, I can’t really offer much help, and for that, I apologize. That said, it’s really straight forward, and using this and Akismet, I’ve had very few spammers on my blog/forum since I co-mingled them in November.
1) Download Bad Behavior (current version 2.0.26)
2) Put the file
bad-behavior-generic.php
and the subfolderbad-behavior
into your my-plugins folder so it looks like this:my-pluginsbad-behaviorbad-behavior-generic.php
my-pluginsbad-behaviorbad-behavior(many files)3) In
bad-behavior-generic.php
change this:<?php
/*
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hamptonto this:
<?php
/*
Plugin Name: Bad Behavior
Version: 2.0.26
Description: Deny automated spambots access to your PHP-based Web site.
Plugin URI: http://www.bad-behavior.ioerror.us/
Author: Michael Hampton
Author URI: http://www.homelandstupidity.us/
License: GPL
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hampton4) Activate bad-behavior as a plugin in the bbPress admin side.
Now, this DOES NOT give you the tracking like it does in WP. I tried to find a way to make all that work, but it kept telling me things existed. It’s probably because I’m sharing DBs, but that’s okay by me. I’ve been using it this way with the 1.0-alpha string of installs without issue.
I hope this helps someone else out
- You must be logged in to reply to this topic.