Uname:
Linux baohanhelectrolux 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
Software:
nginx/1.24.0
PHP version:
8.4.24 [ PHP INFO ] PHP os:
Linux
Server Ip:
103.90.227.231
Your Ip:
216.73.217.141
User:
www (1000) | Group:
www (1000)
Safe Mode:
OFF
Disable Function:
passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
define( 'DISABLE_WP_CRON', true );
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
// Added by WP Rocket
/**
* 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://wordpress.org/support/article/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( 'DB_NAME', "sql_samsung_warranty_vn" );
/** MySQL database username */
define( 'DB_USER', "sql_samsung_warranty_vn" );
/** MySQL database password */
define( 'DB_PASSWORD', "0abfc85c5be5f" );
/** 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', 'P1!a9QWX{sy#k,sv3Y/*<L9ThGgkqB`Ez/xe/ hgQ(jbt9e^,~#P3Tcf||+.L?jG' );
define( 'SECURE_AUTH_KEY', '!g:X_6Q=7FEeJ,I97WYhVK0Ag{:f!u1I7$J .NLxJ*G{:#q8A}8B5^#-B=%GhTd@' );
define( 'LOGGED_IN_KEY', 'm}C`LTZ}S57r`/%:k(jw]FlwD+YBWpT_Ty#%1Jw!iw#/c&WUfqxu.ZrU0z?9EBjq' );
define( 'NONCE_KEY', '$bLSz7:#_aPV?! `xEE)khaxaw],(8ty;w7L8DMvyHL85T1$yF#^eZhvm0_M< F-' );
define( 'AUTH_SALT', '5e`4@lAzx}HfM4yh$n#Hx46~1%j=ge[AuhS0QH4on~dRe.2]3*=;m6V@*ZZd?7Eh' );
define( 'SECURE_AUTH_SALT', '!=.cx0-K89XveZ6Sg4!8Or5D!n% Rgo4_XdTZGLe`6<B^o$$WMZRr.opUgfMyz#w' );
define( 'LOGGED_IN_SALT', '^{yq`=x;F2;[pZviBDfvJ$G]d1}}Z]t!G{kj$CB.Fp_1f08fmy;=R;UHD9I@SFWr' );
define( 'NONCE_SALT', 'S7JGV!KN#;.]}8+UD3f},^5`b^ALbZdh2obW[4a0}e..m=Ep3c&fne,m^Gb(<zb3' );
define( 'WP_CACHE_KEY_SALT', 'pd?jn+MhWV*Z&[>Bcxjqq(Y0dD]-LLN8EUo/I5~Y4K%cn-mD%}z@<th-?>8r(t7q' );
/**
* 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_afec80f_';
define( 'DUPLICATOR_AUTH_KEY', '!;9o^&}JR:k9c7T)Vs`x?p*g5G|.=,h0S-01w*_ZSt2>d;W&+ml}Wl*,In|{Ezok' );
define( 'WP_SITEURL', 'https://samsung-warranty.vn/' );
/* That's all, stop editing! Happy publishing. */
/** 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';