Thanks for the link SemperFi! :up:
For me, I was able to get Bad Behavior running to a certain extent on my VB install. They provide a small bit of direction on this page:
http://www.bad-behavior.ioerror.us/d...porting-guide/
So if you wanted to run it in a degraded mode (no logging), one can simply upload the files onto the site root, then create a new plugin with these settings:
Hook Location: global_start
Plugin PHP Code: require_once ("../bad-behavior-generic.php");
Again, there's no logging, but I've had great success with mine. Spambot registrations are down to a trickle, if not nearly zero.
There's also instructions in the Porting Guide link above for those that want a full install and know how to create the appropriate hooks.