HEX
Server: Apache
System: Linux dot-k1-067.dothome.co.kr 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: nudchain (530)
PHP: 5.5.38
Disabled: passthru socket_create socket_accept
Upload Files
File: /host/home4/nudchain/html/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', 'nudchain');

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

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

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

/** 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',         'rPN@,w~S7VuOH_~mYH,+K~ysqd$&DsKWs`B-0UYVrV/~Lo~A)|2m~Vg=?+FjKUFV');
define('SECURE_AUTH_KEY',  '_9iC$hyN$i(Jt8KHX|siV8hi-OG4I5-7WE:is=O@5=qm2xT9^#@s >S^B?.%Ampa');
define('LOGGED_IN_KEY',    '~GOHtG{ *~l7-nmt:/*39:^n.rDl-nmvvVG 2D4K4;|*cOmuRcJ/x)!RhcmU|ETo');
define('NONCE_KEY',        '70.{lcM-Tfp95TMIk|^(3A$A];M&,Z|)I`C6,a!H]hW$>N-pbWnx:OkKQ>.PPJ[)');
define('AUTH_SALT',        'mxETZ1#xM[sVB9[@Z4E/gTj-$j.%:*/4;3$+B92&GY<4rJ!)>7HAwWGh-lCwRP<9');
define('SECURE_AUTH_SALT', 'ZE=:HL8lquRCxGhOl o$UZw}F QJS-6FJV~gufYY}9<)_AHf82]iB+p?o$hH&g:o');
define('LOGGED_IN_SALT',   'k=nJcW)Xi5+`>;2p?Jb4`!H+h[#CnD4[.[/8OX/O.F-Jo>((bj1Z%/qo_&Q[h*eN');
define('NONCE_SALT',       'bNyQkUi.i5+=Rajv*.L!;Q-qeiR9Y6M*)|TN]M&1 zxx:$[hd2!S5aC+Jq7I)._o');

/**#@-*/

/**
 * 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('WPLANG','');
$_SERVER['SERVER_SOFTWARE']='Apache';

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');