Bad Behavior installation help
-
I’m trying to install Bad Behavior, the anti-spam plugin, & the author’s instructions are great for programmers, but I’m having trouble following them. Here’s the part I can’t figure out:
edit the bad-behavior/bad-behavior-wordpress.php file and customize the configuration variables there.
Can someone tell me what I should insert in this code & where I should insert it? How do I discover the name of my datasbase table?
// Email address to contact you in case of problems
// This will be shown to users on the error page, which means it will
// be exposed to spammers! Bad Behavior will munge it automatically; you
// should NOT munge it here!
$wp_bb_email = get_bloginfo(‘admin_email’);
//$wp_bb_email = “[email protected]”;// The database table name to use.
// You can customize the table name if necessary.
define(‘WP_BB_LOG’, $table_prefix . ‘bad_behavior_log’);
- The topic ‘Bad Behavior installation help’ is closed to new replies.