HP%3hCfa' ); /** MySQL hostname */ define( 'BBDB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'BBDB_CHARSET', 'utf8' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'BBDB_COLLATE', '' ); /**#@+ * Authentication Unique Keys. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service} * * @since 1.0 */ define( 'BB_AUTH_KEY', '5gz-E=F0YqVkTA+5!T-OE@CKp;arAZF:kSSAE#n3O2z+kt}er}VKe@5:NE_]O+/GQD`NENZ<6*p84' ); define( 'BB_NONCE_KEY', '_!{O/i&b;)y6qyTT^-|1z$$sX.9!sDDEYv)#qTOt_%,E4h*j,FPY~M,18$Qq%-[?' ); /**#@-*/ /** * bbPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ $bb_table_prefix = 'wp_bb_'; /** * bbPress Localized Language, defaults to English. * * Change this to localize bbPress. A corresponding MO file for the chosen * language must be installed to a directory called "my-languages" in the root * directory of bbPress. For example, install de.mo to "my-languages" and set * BB_LANG to 'de' to enable German language support. */ define( 'BB_LANG', 'en_US' ); $bb->custom_user_table = 'wp_users'; $bb->custom_user_meta_table = 'wp_usermeta'; $bb->uri = 'http://www.brainpower.me/wp-content/plugins/buddypress/bp-forums/bbpress/'; $bb->name = ' Forums'; define('WP_AUTH_COOKIE_VERSION', 2); ?>