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/ivenusin/public_html/wp-config.php
<?php
define('WP_CACHE', 'false'); // Speedien cache handler
/**
 * 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://codex.wordpress.org/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', 'ivenusindb' );

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

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

/** 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',          'eG>Jh_SSl:k~>BW14BVT+H}p+H6jS}6n&H.5fDhHO-|NH$!k:wW<R%gn_V&Li+YI' );
define( 'SECURE_AUTH_KEY',   '$H`-X1$tB-8e).;X!%xGX`R*x}M>9El+g$wnXEWcfgh@{8m1|9&tUGM]f1u0c8xx' );
define( 'LOGGED_IN_KEY',     '}`rH {Y]x@l.|AlRl6GBdL$wxJb,6|Mm7Rql6GHvNjb*^j^)0uX*yWDcp+^ m19Q' );
define( 'NONCE_KEY',         '.)S(~JqO%3?IB`IZ|D0#V h9Bg]zYd,;aRlad@U#4kHfH6vtmq5l&E_j<9h4o>D|' );
define( 'AUTH_SALT',         'bU%6R}Jh7R~K!*j(2AKVe;YpdG6#gfBmT&WwajtTpS1Tw#<@lpn3)L&VWW{1nW:9' );
define( 'SECURE_AUTH_SALT',  '0IL.[cIY_9hI-2-GKg8FdvUv x.6pP:8#Jin>b~3{3s b{<_YW_hpbTU@M/$`zK(' );
define( 'LOGGED_IN_SALT',    'pL9]kT-Z]En+*}/@kmy%NNTVYk=D^>r`d=}+|2D:Zl4<{0k/tuCRGz2B-8![CUt-' );
define( 'NONCE_SALT',        '?*AlU&|;%Ewa=, uo`>`X%].+4~+I$_w3)U<iAp6ss=CtOD!%E+^|$|t@]?_CDE;' );
define( 'WP_CACHE_KEY_SALT', '.R+bus-NneZU25sc_PkQ|9j1XwR)mo ,M7h`Xj0t%vwVFXZ I*Uz6R7l7|qc=TI?' );

/**
 * 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( 'WP_REDIS_CONFIG', [
   'token' => "81534e7d387e06861e26138f9b15981768cbdab52d70c608346f72c57dbb",
   'host' => '127.0.0.1',
   'port' => 6379,
   'database' => 0,
   'maxttl' => 86400,
   'timeout' => 2.5,
   'read_timeout' => 2.5,
   'split_alloptions' => true,
   'async_flush' => true,
   'prefetch' => true,
   'debug' => false,
   'save_commands' => false,
   'prefix' => DB_NAME,  
   ] );


define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'SPEEDIEN_API_KEY', 'eb3acd8e6b6a8ffc81f9a377a4c81153' );
define( 'SPEEDIEN_SITE_ID', '6f7385d58310f6c132cd06890b4a046a' );
define( 'CDN_SITE_ID', 'wMbT1se9OmxJlt4jphMEVBgHW' );
/* 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';