| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/ |
Upload File : |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'xxxupdates_wp' );
/** Database username */
define( 'DB_USER', 'xxxupdates_wp' );
/** Database password */
define( 'DB_PASSWORD', 'ugQ0r9b20epktNQU' );
/** Database hostname */
define( 'DB_HOST', 'dbserver' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'JiJwx7TO0EAmC6h1iFCusBCUh8upcCerQ2vZCD5H5ijApdJdSI2FsMMXpOPzTRWO6VWxdoKemZDU1bKrDMta6cZJVkZL9TVCEnFM' );
define( 'SECURE_AUTH_KEY', 'lRJMpOEBh4b5zSILncwe3hLcIzxDMCAueLyExBPC6vPTjLrNtTfukKVNAWr8NM84ugrQf6VvBITwliXb5wzZ6p4Vqtz20zI5TOTt' );
define( 'LOGGED_IN_KEY', 'NfzTdDIoELI8x70a24vS0AEAjojV9z2HjW9UqkZZJ1ScYR9P8i3YPykK4dsVaDqyShrWlulbwhNpTd6PcNKfyychWHoYnWULCFnu' );
define( 'NONCE_KEY', '2dsbqLbwc3mZtK9tVZjnqyAkqpTkazd416C7f2LVtWFtBARksCSoqxFFiv5APx63AMVOPwfzjACroHcrzSqZiKHpYA1p7hoY5LQL' );
define( 'AUTH_SALT', 'AXnzCjCPBtKblu3SDISadrl1BOahOa49rGHYt8SIPn6RLTsgHyikhQpqt2et7hPT8VpiJLCzOlehQXiVbOSz958wo0mILO3RFhRd' );
define( 'SECURE_AUTH_SALT', 'kmyH18imcl9vGgP27Pz7NNbrzs983172NEIzAraW5d8wFfxT5MohRNaHW1kZrQBZQmnG43lPk6t9RrhWeQBZhB0RAfvbb09v4ZnD' );
define( 'LOGGED_IN_SALT', 'C89sXk2Cb4GdxhHHSDYJyF1hxFNZxw0tQ9KSmVznd1RBIlIdMDlOdJEMaAhAgQ1taOXH7QvM61z6EXJtjomKhuYiRXWOaiBKIzzl' );
define( 'NONCE_SALT', 'LKyUAmHuCX3I9CcTfCnWq6pvaKAV8anIQTCp0amLH983esbeLBAPCkF5g2l7BwzUr9qiLndgCjwewjafI5DtyR5yqwoBAGF9VpXF' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-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';
define('FTP_HOST', 'localhost');
define('FTP_USER', 'l9h4pg2mljm6_ftp_wp_autoftp');
define('FTP_PASS', 'nu08k4ujihbXmcuT');