| Server IP : 45.139.11.42 / Your IP : 216.73.216.125 Web Server : LiteSpeed System : Linux s422.bitcommand.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64 User : simand ( 1070) PHP Version : 7.4.33 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,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/simand/public_html/ |
Upload File : |
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
// 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'simand_db' );
/** Database username */
define( 'DB_USER', 'simand_root' );
/** Database password */
define( 'DB_PASSWORD', '^k6y+(fhtMru' );
/** Database 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', 'z1cm?rn>SqTL]5&:#&^nsMIVZ*ExlH2/#uED*NGR@f}wgyu7bus3- 7o *V1k!b|' );
define( 'SECURE_AUTH_KEY', 'OCE6lm2Xn:eK[4d`GG<+~igjc]nraa*3UAjP$b;4> t:%ztnYTHT6Bxc$j<l=OK=' );
define( 'LOGGED_IN_KEY', 'XV.tw`c_(aLBt6|e:}+o0oia#kug~Lz)LJSE5SlJHDte-F6=_P(&Un$EkA*ghCS/' );
define( 'NONCE_KEY', 'L4.v+^bn]-+tOi1j5xb_EPzl=*_o5Y{&zy%^/QMvvbbG0`umR&0{MDk:)m;U8Rz&' );
define( 'AUTH_SALT', 'kTkVbXUt]c>t.i}h5<:QT_pS6HY,~o/=J-Qu{`O*1Sv[pHXUNM*jWt(x&ue;!)ci' );
define( 'SECURE_AUTH_SALT', 'q!_?!W`iL7G7D,5mXMpTK.kL4^C>e8`B2GWqag%y=%wQR<(U#vUrfRPweNb2oHD/' );
define( 'LOGGED_IN_SALT', 'hFU8G3q4Oq_]au~dr22[QCQL16}OZJ<PBASw%J]eNsE?!v9S^d`/p|s8,fejo|Ne' );
define( 'NONCE_SALT', 't>.lbnH9-A//H]o)4E!#:x&{E+fV|L(R4(9e$i-/xY|{91}*bC}e vLae7+fM>*k' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* 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';