| Server IP : 185.185.82.2 / Your IP : 216.73.217.58 Web Server : Apache/2.4.65 (Unix) OpenSSL/1.1.1k System : Linux srv.e-maxmedia.com 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64 User : thegold ( 1094) PHP Version : 8.3.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/thegold/public_html/ |
Upload File : |
<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'thegold_db' );
/** Database username */
define( 'DB_USER', 'thegold_ad' );
/** Database password */
define( 'DB_PASSWORD', 'nZYf8v3hXQOI' );
/** Database 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','lC;&b.#iy11v@&H[0Aju0#%+G=o|R8-IzVjlG!?fPNQ*ZWb|^i#KU+tOtr@Yc!V~');
define('SECURE_AUTH_KEY','Q@;:C!WS*$L-ob:p>K1`Pni~i_E]L>_Qr~}|Aj;e=a]~[a +})w{f,h( _XWbx|Q');
define('LOGGED_IN_KEY','uye<t8<7E+1|w(vUk9~^|NKf+.;yXO^~cB[HM4!PR2_Qe/$MD:$-v&=beP+=ID*u');
define('NONCE_KEY','%ZjPUQ,h4:XtFPujV/-R{9;Q3>@Cm8l|47A{AiU{B+Q9]]`@U6`A-y&wx)YABQLy');
define('AUTH_SALT','SMl}twt2GqN[o0R^^3}0wTr])87S4`F_r@@L*gMHX[;x,xdS&zGh.18-?IU`yGk!');
define('SECURE_AUTH_SALT','*:-0(0X+]Z5`(RLV6t!_*,WFbGC|P>Vd</f#et486Yc=>z)#C&Nk[,/.+A**h?C0');
define('LOGGED_IN_SALT','c[Xz|6=_Y~q6O2*|Dh><FRE_&0OiaC.`3p+{)fj{=D|5{_oqGV-+)bI(xTV= up');
define('NONCE_SALT','>ZG5BtsFhtYrvw{T#P26TT^d|NxGWqm7@ZCBK@E:-wj|V<~qZpbE,<=|;[OsDnlx');
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_AUTO_UPDATE_CORE', false );
/* 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';