HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/ctoivenusin/public_html/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'g931kXaLrfDL3H1PW5jlCZjYszX5MNWE3qtAkT1cZXHYm02wRsZrVYntyckCDCi0');
//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', 'ctoivenusindb' );

/** MySQL database username */
define( 'DB_USER', 'ctoivenusindbuser' );

/** MySQL database password */
define( 'DB_PASSWORD', '3v26ntrHyWJgpAPwER' );

/** 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',          'y]_33zX=,RJzU3-ynATq0&k11~}X#8uA*%oJ@Wt|HuZ@$0>L1.DEwzC]TSmQ~5eK' );
define( 'SECURE_AUTH_KEY',   'fQjiu~BFJI$s0b(-Fp#LU]zBU6OOy(-A6]gGB$U,0:VB=;|TPL@Ob0K<F|5<aI.f' );
define( 'LOGGED_IN_KEY',     'fS{3;mcT;i.diimGX)Hh(S+Q1ET Za3e>vCztsg-MNDXD{`Xu*;F&^xgbW_49s~|' );
define( 'NONCE_KEY',         ' JPm/`,?i6vtnI]u0cVTH}a92^NVap[ci*.wiPjg,31^t`v#:JnJiYYyQ{yo`dx=' );
define( 'AUTH_SALT',         'l>Bc-EX&8PWRC>Z7/1oCr&?gmrX>erjbTj`T*@<w7Haq1+Pb~f`1>;`l{p/(2JoN' );
define( 'SECURE_AUTH_SALT',  'QK>QWvn{wbF;w@TDKkV`AG I.hu@L*b;-%9i6L]o=|KcCKK`2>nA_dw5SX(iXh*}' );
define( 'LOGGED_IN_SALT',    't6Ikn~_T`NPU+tzgVa `7(w0~c$;I--&YK<A[TI2W/!xX-{/c;x.MRBw7K:~V2-^' );
define( 'NONCE_SALT',        'am!?i<y.3</)12fRM1?eS_~!wn&)*5w+TU`(z@{`7!0*!6:tTw&g>[hTFc0!Vwi;' );
define( 'WP_CACHE_KEY_SALT', 'wGz(^a<639NZf K_4.GQb;ARVZidhhhr7@3QD5)-=e|6_MNy}75o~z`fckCg`Aj0' );

/**
 * 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_';




define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
/* 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';