HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/xzy-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', 'xzydb' );

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

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

/** 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',          'DhdpB5a%Yl9jLQ>Us:LoIn?(Q/ Iiipe1{.zfOU+r>Mg== TkYP2V7Ox)ImHj`>R' );
define( 'SECURE_AUTH_KEY',   'Ro-E5W~u>35mB<IF;,?XZS~^V7_<x5iY(W?ayqdC,jfEXh8|qkthx|=Ba|z<~3Yd' );
define( 'LOGGED_IN_KEY',     'BUdfI8&/qrPQc=m%Zaoycz6%}slz(d(a>(P9bF-{q;883!Id0lB_|FW.+>Wr*(jP' );
define( 'NONCE_KEY',         '4Df103Q+EQ7WUI3PT;ms2|)r(w$+dTM~P&!{:,Z#n^% ,>H,r I[;`u>Gy5==xF#' );
define( 'AUTH_SALT',         '~t|$k=3Xf+j%X~52c*ckwfE0l69/iwVt[(YHR?r2KIrD`T:]X1wj]0t,R_uaZ0K=' );
define( 'SECURE_AUTH_SALT',  'g baU2G>^:Mk8ZG6(-Zb@C66h8<%):q&n$76,91~*QDY<@5).GP$wdt1/4tvy~kG' );
define( 'LOGGED_IN_SALT',    'pdh*M#SP~DQ#`LsDqH(4occS>#;X8htw_1]oHQ^pO}ZoE:^@6ZwS&Y8&5K7#-x.Q' );
define( 'NONCE_SALT',        'H:!_HKwa s=1oI.T+{B2o*Bl%+=3dE2UdP.sOt^T.o|O{t9=::IDqJE[Ku#lm_PF' );
define( 'WP_CACHE_KEY_SALT', '0g6uF?T1:VeA]C9+3-}!oK-_$/TR:sR#mpH!|g+gQVhC~Ap|~bAlp1Mu##mwgjJB' );

/**
 * 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', '3vKXAQIYVWZWenBG9PBnEvsWr' );
/* 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';