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/ivenus-clone/public_html/wp-config.php
<?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:
 *
 * * 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', 'ivenus-clonedb' );

/** MySQL database username */
define( 'DB_USER', 'ivenus-clonedbuser' );

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

/** 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',          'I@87cD!F&G`X,A:]Pg@k3=j!GKaBDj_!1ggr0y6NI|Ok>P~LE6^&-1V]AiI*G++n' );
define( 'SECURE_AUTH_KEY',   'Bq}e`Fqf|`e;$[%Q,;(Qz%|zNx$$IU+I2u^:<xLV/#}K<n^@Iyr/,sP(OAS`e7J1' );
define( 'LOGGED_IN_KEY',     'e|:K);Ia}xc pk^y{PgKOJ[$G(}sa*&<?2p,Sea~>?*Wu9,LUg!C}Y~vFrrG.zDc' );
define( 'NONCE_KEY',         'n8iQuo3+nB(G@{~%BI8<uvh_YLizi>Ln|h7!,nCl?}c*R~`SK~ihuVzS(J=FE2*Z' );
define( 'AUTH_SALT',         'xvxxY4vF:[,f?h>Vcdp~yP$bM}P:fx2cu@J-]Mj9?9*]g)z xfFHwQ_wK:`eILB8' );
define( 'SECURE_AUTH_SALT',  'OyC)YG?o<AHPrX&Pxn8$)$lE]n?P`aMzPUX!PQaY2(0(~dTDLXCBmb)VX4IXf>(#' );
define( 'LOGGED_IN_SALT',    ')FZF]?p/:QAA?5p/fJug1XF%8@<ru>>0&f}A^nhXzo,64}aK/SZ:ud{Gwy{y4[U?' );
define( 'NONCE_SALT',        'gFdK=NV%>6`.-&u,YZz4v5/Hy]dl!d,U1vO~:=`xP}FE6<5`dY/~0KzG))%J[2a,' );
define( 'WP_CACHE_KEY_SALT', 'K`pz|Es>Bs<|r9,{8`A4/,3xfdSKI!oe|E%z)51RDpytHaoWIJ*~mY+$GVzo&BC>' );

/**
 * 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' );
define( 'CDN_SITE_ID', 'xx0KJFnIoZr1jeEZVjP5lY5Mf' );
/* 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';