| Server IP : 103.82.32.14 / Your IP : 216.73.217.55 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/camcarqq/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 );
define( 'WPCACHEHOME', '/home/camcarqq/public_html/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'camcarqq_m');
/** MySQL database username */
define('DB_USER', 'camcarqq_m');
/** MySQL database password */
define('DB_PASSWORD', 'trinhlam');
/** 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', 'Fc$0?mn$nkz~|{|!/f+$Q5Md&)s-qU;j+vaaC[Q:[zGN(5XfqajSg|f*|[]kKm/+');
define('SECURE_AUTH_KEY', '1}S9-;XlC$kRyC]%aV]2!eFBMNf3YqSCWXXzH*+q2r+jhiZf,SC?!`9{{w#S}s>R');
define('LOGGED_IN_KEY', ':FKXDp$dD0Q4SJiv@G!<Gb9DOnK+phSYsCWIAFXI?:6@XYrcz7Dx$q?Ji7@lH|Oq');
define('NONCE_KEY', 'RoER)w-*h76S_[a.a`lOFm8>Z,m [Do4)TA[GLaKe>Cn$+J1]E|lQ~E4Vyl:$tvD');
define('AUTH_SALT', 'Q;B6PP|?Z=ko!OE)%G2;J~<?NPE4IWP?9z|ty|4BQmgYpF77vrej^TW*N9bo7Tuc');
define('SECURE_AUTH_SALT', 'Wqan-xR91[Uk%1Z2K`u6Gila+.]tFNuSB-q^~eqXh>(Rk_@N7lp(WH?pD:h10UMq');
define('LOGGED_IN_SALT', 'OaE~,%pVmJ& b?0Eh@IJ8vdE&Ny8nczT(PC<iLoaMvL|~.QOd,!tGm~)(M+}W0VT');
define('NONCE_SALT', 'c=wxLtEo4oY+%d$+|h(?9wNb~.ol]aqa>8hTK>TFN=mj,rf-no%~]{fn?rCe ],,');
/**#@-*/
/**
* 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 = 'dangnhap';
/**
* 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');