| Server IP : 103.82.32.14 / Your IP : 216.73.217.177 Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : lonmakmf ( 524) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/fun24kzt/public_html/ |
Upload File : |
<?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('WP_CACHE', true); //Added by WP-Cache Manager
define( 'WPCACHEHOME', '/home/fun24kzt/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'fun24kzt_db');
/** MySQL database username */
define('DB_USER', 'fun24kzt_db');
/** MySQL database password */
define('DB_PASSWORD', 'Rc)dknVFvv_4');
/** 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', ',[M+I$^Fmhf`zJupDc&+Sc}3PFv8!X@ZIEse+L%v&=!~6cDA{[?G?,P@-XCMkLYR');
define('SECURE_AUTH_KEY', 'wZ])|!q%8ZxU4&YIt0x/9b9&q,[{z55F[h2hJi_t(X:*O!3SS2|z`~Ajm{z3iJrA');
define('LOGGED_IN_KEY', 'yIp/;QVJ-})z`29&Ziu])S?]b5wX,b7=AK<D>!mhccA#xfm`p_O. ywV{b7yPO#y');
define('NONCE_KEY', 'e8wGQVOa3-p*.+0H}M,A7;4!100vMG.n(%bUE_?U^Xy4~A)~9wb*a5S,QioZp-#S');
define('AUTH_SALT', '24%/U^`az2;DB;:L!:Fv+hOCw+uXaW}B:-JiC|0+aC]Xa &JiXl>yuSg:<7Zu{cZ');
define('SECURE_AUTH_SALT', '/@js&|,W3+-N@|GMENRswJ]jYs@!%qDd]/n^a[A8^yg=a_is|RQeJC4*V.=5N|Xj');
define('LOGGED_IN_SALT', 'G/<W{hY{#/#*5[0xJIembW@6)5W]!8Og96RX!If.)~D:|_2qnZrHFW:=tyoh`A9f');
define('NONCE_SALT', '*L?: +us8h7--0GZ])uS$ncqK:N,k!9akpl5C$47%l;iIM6a8SipQ-xFpr_QAgy2');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
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');