1<?php
2/**
3 * Options for the Bot Bouncer plugin
4 *
5 * @author Michiel Dethmers <hello@botbouncer.org>
6 */
7
8$conf['akismetapikey']  = '';
9$conf['akismetblogurl']  = $_SERVER['HTTP_HOST'];
10$conf['honeypotapikey']  = '';
11$conf['mollomprivatekey']  = '';
12$conf['mollompublickey']  = '';
13$conf['usestopforumspam'] = 0;
14$conf['continue'] = 0;
15$conf['whitelist'] = $_SERVER['REMOTE_ADDR'];
16$conf['spamerror'] = 'Sorry, there was an error processing your request. If this is an error contact us at info AT mydomain.com.' ;
17