📄 Viewing: wp-config.php
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'matrix_model');
/** MySQL database username */
define('DB_USER', 'matrix_model');
/** MySQL database password */
define('DB_PASSWORD', 'k23itaWzz0rVGwkM');
//define('DB_USER', 'lRsN66BZNgWtNjB7');
/** MySQL 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', '');
define( 'WP_AUTO_UPDATE_CORE', false );
/**#@+
* 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', 'jC~n[?1%v1Gf-vx3YM8 Zh!a~0O}}4bF;Uz)2-9T;VsPr{q~jj$4L_`|96{IfW+i');
define('SECURE_AUTH_KEY', 'pBd&9J,e|rcAq%?^NZ-sH+8p=hh_!zfI ~|p$-$wQOGG+&j+/w.0&XQvbx{Nu8^9');
define('LOGGED_IN_KEY', 'r=0sw9,*7AGE-G,e +G5Ko$W-K)f)kdmWZ0Ib-rGQ+k+e@Xawj|rrqN,hj{VT``!');
define('NONCE_KEY', 'FDn/Wj+1Qm7:k7zCC=W/-]s(7nzscA(YyPOA.uKUN]++QC2sux=J8<u3Epg797G7');
define('AUTH_SALT', '~)5e9a%p.!Sc<111KHfhF?|]+)EL0O-hJK}{^?w1-QRq`D&u?xmOZ/=jrB<p;_-<');
define('SECURE_AUTH_SALT', 'TXB5QX>wi9+IQi;B{j+?mG$M;D#+vG`m&JX|vZ&EM.rySL,v6];Jv^wvTB!&s+yf');
define('LOGGED_IN_SALT', '}7a*^F{yp.$LsW=XtBvS#rM4|6uvdO0k+s*L{itd-yzGA,;)jkSaNs)UB qAkb1[');
define('NONCE_SALT', '>6](1XntVNSr|?cD4~+|1dMs+T;.~aZ?GgTFG c4;R|v1cHn2c{]Lp93d5_xoth,');
/**#@-*/
/**
* 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.
*/
define('WP_DEBUG', false);
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
define('FTP_HOST', 'localhost');
define('FTP_USER', 'BcJWWkcdaskp_ftp');
define('FTP_PASS', '9zAIimxWUFI9T7QV');
/* 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');
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);
🌑 DarkStealth — WP Plugin Edition
Directory: /home/httpd/html/matrixmodels.com/public_html_hacked