| Server IP : 104.21.21.239 / Your IP : 216.73.216.68 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/mommybites/wp-content/blogs.dir/3/ |
Upload File : |
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define( 'BBDB_NAME', 'wordpress' );
/** MySQL database username */
define( 'BBDB_USER', 'root' );
/** MySQL database password */
define( 'BBDB_PASSWORD', '' );
/** 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', '_,=m|l<=L.c4tt}{+# %c.E1cMihuKW3<>w;IgG/i[QZ{XkZa-i9[#I~(P$6mitY');
define('BB_SECURE_AUTH_KEY', '4v%J2h3a`LO`|c<~PpV03|yblx2OS_$SxBA{i*O=IE?!Vp8cJ!f_IVt?O()2<]cI');
define('BB_LOGGED_IN_KEY', 'L%LR(zP4|^@{Y02^FSw=+U3GE>x[vQcfbP+MfW1ulqV#Ss-@>6nJ[Jj7,^}kJ;nd');
define('BB_NONCE_KEY', '`^;Fxoh{y/>yMRnOQ%30Pm9s{RX-3YD@cYs@D_?tQbsV0MER1%~B*^kfte<q%{k1');
//http://mommybites.valant.ath.cx/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/install.php
/**#@-*/
/**
* 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://mommybites.valant.ath.cx/manhattan/wp-content/plugins/buddypress/bp-forums/bbpress/';
$bb->name = 'BabyBites Forums';
$bb->wordpress_mu_primary_blog_id = 1;
define('BB_AUTH_SALT', 'xf?9IO(+v8]#QWHm:UF;ZGKWNm+J0e||,Z!JCiev#k(1.5GfR,;@XQa9z*:y{Yj{');
define('BB_LOGGED_IN_SALT', 'Ol=^fF!+!q-Cx6yol4mK[mwgJAMerHr(5;lT6jfigN9,6ZQoNIEiY2IxZN@{~ vT');
define('BB_SECURE_AUTH_SALT', 'rDTSM&?L01A*:qW*|?B%z=P:wF*x?8A+X!,ounju)S10>oZIf&PERN/K8HRlb:$?');
define('WP_AUTH_COOKIE_VERSION', 2);
?>