| Server IP : 103.82.32.14 / Your IP : 216.73.217.121 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/lonmakmf/public_html/ |
Upload File : |
<?php
define('WP_MEMORY_LIMIT', '64M');
/**
* 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/lonmakmf/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'lonmakmf_db');
/** MySQL database username */
define('DB_USER', 'lonmakmf_db');
/** MySQL database password */
define('DB_PASSWORD', 'lonmajri_');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'H(&8Eu+e`]-K2:WCk=b&BEjL:mC4T=Oc*8S+%-)+swWO|*;B<b<yT*7?M2m:{,`l');
define('SECURE_AUTH_KEY', '*QuWbDq[86WtjFb@V1SjA =2/--VF;|DY?u;3PH@Nr)E,3nrUr&dHH|bS1SqTi|4');
define('LOGGED_IN_KEY', '%@m[YxL+JI.cxNfJecg<C+l@1y5Hy,$.&<{p:re.VsuY6zmG(]BMkHH<GCEfQ|%c');
define('NONCE_KEY', ',fK+W4vA_un+81!<^X6@yBm(7VK[BU-wyG8NzFEZsLHTIyiuO-,EA8d)]5I)e/-Q');
define('AUTH_SALT', 'c7Z!B~n/75D-tzhnlXc*jpo$CXetF8K->[azN63l:sgtl<N}w--3f&=FH~|B`u0w');
define('SECURE_AUTH_SALT', 'W2QJ s18eQyqrJj-@WH3>3XG8j3e1,XO%_I2=pUjeOfS:]wKv)+Z**q>Yhvd3:x=');
define('LOGGED_IN_SALT', '2!(bn&<VgwpgJ-rPo0k4Rao>1K*zL$lm0$z~7+-8VP}>&9|%!p:(cLQXkRTzB{$>');
define('NONCE_SALT', 'jISW)=Ux[_H*`h@pMm+o+},) t{4|s1oYdNrmfd)`/{3+xRDLi%?1t:;~Q]1Wa.c');
/**#@-*/
/**
* 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');