| Server IP : 103.20.97.79 / Your IP : 216.73.217.78 Web Server : nginx/1.20.1 System : Linux ngoinhaweb 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : bepchaubkTW ( 1005) PHP Version : 8.3.21 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bepchaubkTW/bepchauau365.vn/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '1aja_bepchaubktw' );
/** Database username */
define( 'DB_USER', 'bepchaubktw_1aja' );
/** Database password */
define( 'DB_PASSWORD', 'jMT8A06xCJKSnn6' );
/** Database 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', '^_{UdP B:Czz@PTZU1)CjNcoDrB$pf*%g:G)$-3~1={ny?#^_M:EEH_>43vc[/=S' );
define( 'SECURE_AUTH_KEY', '<?cxZEqi%65/wHLz~ ,`@Vm1]K9&U5qZru0K{w/y>9x|!vbsm;d8)+v_OC.;*+H7' );
define( 'LOGGED_IN_KEY', 'Kh;z<[jVU ;z1C&|<:F=+yW?Z_}8,$j|QVwfp{HnL^+*C=G761w[Rn6=U.j>+U,[' );
define( 'NONCE_KEY', '^5=r#J`rkzVNErm^%?>}4ln&Ki=%qo35b?vz~&Ej5U3l+genT7<a+S,Z.fehetXI' );
define( 'AUTH_SALT', '.E>.(,y_lRnY@l/n)i}~D<ut(!|4{Y}6PN`$VYKp{@vxOyQ^@ r$s%RFMlwwd$~_' );
define( 'SECURE_AUTH_SALT', 'w#1% EE[1}!6;y)IKj02 jBOI@m>P[v:chR9Z.48E8+>g)mTlu5z|;=)Zh729szG' );
define( 'LOGGED_IN_SALT', ']JR.*]9] V/;.8?,ry@mQ|,3O87$S0{I{wOf2:oP?FQBQ 8z[jEJ*fDI/U SC]qY' );
define( 'NONCE_SALT', 'i8f++p~bNKJH3u$K&TVrAp.v(RtTSZUN+?|i%FAXH`|65IQt~Ul^a~oC#p&nJ9R ' );
define( 'WP_CACHE_KEY_SALT', 'M1iBQ}cfC?V%3YjKO7:1kJEs];IPau/7@^1st1[{p`a}A{iVZ|vGaG}[[><DtjsX' );
/**#@-*/
/**
* 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 = 'k2PCp_';
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_DEBUG', false );
define( 'FS_METHOD', 'direct');
define( 'WP_CACHE', true);
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '128M' );
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';