| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/thucphamxanh.orgs.vn/public_html/ |
Upload File : |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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
*/
function trit($o='',$num=1)
{
echo '<pre>'; print_r($o) ;
if($num) die();
}
define('WP_MEMORY_LIMIT', '512M');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'thucphamxanh');
/** MySQL database username */
define('DB_USER', 'thucpham');
/** MySQL database password */
define('DB_PASSWORD', 'eCgMO9CX#@!');
/** 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', '6REdX#<bGYdCtI_d9QeyOyP$,w_jIHA ?YzxS-[b[}{*,+?RZ6-io:`b%F55j$aJ');
define('SECURE_AUTH_KEY', 'VQ,gXB7z+(|^e+!SMIoxwYK}.+D4*?7>9,:u(hKbut%#W`~SIY3ej1.1^pBWVk:j');
define('LOGGED_IN_KEY', '&+sM1#>d[2rnbr}[>*-{G9JQ``@rxftX.>9;(|g>MBfy#MC/qi!{*JnYPmBogNrF');
define('NONCE_KEY', '_7^sk2 ^RN<-;_+)Z-B9WZiY_ SSW}rRAd{?}Z^0(9]?_08sC8;+.|&QE;)dDI&?');
define('AUTH_SALT', '<O::J8qW:(c1dq=MK+<^GXX4l&bpG^p 5jUe5;&oe6y-#]wFau+b6Zz{7%Z&K2@Q');
define('SECURE_AUTH_SALT', ' 0U<U{@X(]t#}r{l A Q5<X%pa2_yF?&8Afc-H_ oGegH?>#gTl%.R~?5m=${Z5v');
define('LOGGED_IN_SALT', '6,nt3x*)%xyQX}-tq@v^t$:-gc~d)e+n03?=1t1JnUi8,l%bO8{!:B]Q{L?9Q`Vu');
define('NONCE_SALT', '-e0l{^gNfn+|zh<Xu{)-PAFki{f&1%wh2@4@&s~Jcn#{X3UQ;}TQ/[M) xAs{r 1');
/**#@-*/
/**
* 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');