HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: /home/honghock/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
//Begin Really Simple Security 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 Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'VPJX9zr6q5LuXBYRsVBGDHEeJNt60NvhRfwQppgpckQdFrlZtADjz3Lhwr4GdjzO');
//END Really Simple Security key
//
/**
 * 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', 'honghock_web' );
/** MySQL database username */
define( 'DB_USER', 'honghock_webadmin' );
/** MySQL database password */
define( 'DB_PASSWORD', '!Hock888123!@#' );
/** 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',         ':po[Pn8&C5Sze1 2:N]?/nK>3./1rb)jt&`GkMd?vCeEljx=OPUkM.= 6E:wLDHJ' );
define( 'SECURE_AUTH_KEY',  'B-%{1zF/(WBzaSg:vEB<{)uvfKt7(<){..s_n2w<x+/R7/lUd%@Ie0Mfl^`jY[ht' );
define( 'LOGGED_IN_KEY',    'x;N{!l)Q3>u<rT~l!oxn&[h@0SWpKT2;Gcux>yni(2=v%bhgZ7L!P8 x3~n6o^3h' );
define( 'NONCE_KEY',        'jK@9vq2RJ6}2]1]XlY%.?+AB:Q+(&idWSL`;`EWfot-Fg*6.hkHZyQ$@)+~07OMi' );
define( 'AUTH_SALT',        '2.j;k Oh*u>OWrf+fpA$zd%,%wR~lUCiprTL [-fkvzst4 Fyn7xGu%+_v4l%dME' );
define( 'SECURE_AUTH_SALT', 'bb)B3v&jS*^0+r(xH(%lI9>r [VGOEcE0B8?_d;buLS-]8d`Shzw}TkWXUUV7dcn' );
define( 'LOGGED_IN_SALT',   '|#Y5=%t2K#[H/Tg!Q!pnC<+H*UFp}LfUgXr;@n8fOf~S-2`N<myb,VPuVb- rXd(' );
define( 'NONCE_SALT',       'hadrLAq9,p=rXjk:sX<9YKTvcP$r2,?~Alta2  GzT!&dMugFZV3w8({chNVIxye' );
/**#@-*/
/**
 * 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_63qsis_';
/**
 * 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/
 */
define( 'WP_DEBUG', false );
define('WP_SITEURL', 'https://honghockglobal.com.sg');
define('WP_HOME', 'https://honghockglobal.com.sg');
define('WPLANG', '');
/* Add any custom values between this line and the "stop editing" line. */
/* 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';