| Server IP : 68.178.247.200 / Your IP : 216.73.216.14 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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://wordpress.org/support/article/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', 'centurymiracles' );
/** MySQL database username */
define( 'DB_USER', 'centurymiracles' );
/** MySQL database password */
define( 'DB_PASSWORD', 'OgcwsoUB#dR?' );
/** 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', '*)6U-!r}V|;_SlG[hU~fJxZ_k21RHP$=2wL(!z7#OZ9.cE5G^>OibL<i]EEC vOi' );
define( 'SECURE_AUTH_KEY', 'lb2T{cC,mgYMS39aCH|6dWu $P8p9.Hl/Oit)CEaPcUkuu` UU;OKxD$=S^eC{dq' );
define( 'LOGGED_IN_KEY', ':]bJ<S~3HW?h#k{^zLQ6w2w-2w#z3(gisZ1cQgAsf2~X&8+jZuTd&]1=Om4^:L{`' );
define( 'NONCE_KEY', 'vLc0jM5&Keb<l/B.4ZJ(eew:J?O?TL,z)Xu[<~|_Er XCe+cf[t9zDpzeCaC1SrS' );
define( 'AUTH_SALT', 'UzRln0[/GG>@}UBX9*.OmG98%GZ(;_/zEnQTsnD4((er;]Rp ]T#B*jWQh_Q-:#H' );
define( 'SECURE_AUTH_SALT', 'Ny#Gt$YR5jzb6 Ghw`q(h&1{j4m>W$+$YH`7Bwg{Xlg9Dun+(Mv4JBVRZU#(++#b' );
define( 'LOGGED_IN_SALT', 'zOu+FzR-*Tr[8PxDuOBJ@k:BLb3iw55-fA;}OhzJL]xOC}L{~)Ul< PWPKE-Lg~6' );
define( 'NONCE_SALT', 'W`]OsIhbB?o?0~8tGDGcQ%-&KUGO+M.YvVAbv>?wKnTLt}|Z|%~*M)sgkEfzzmSp' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';