| Server IP : 103.18.247.38 / Your IP : 216.73.217.101 Web Server : Apache System : Linux server2.aznethosting.net 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64 User : gmbizz ( 1200) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gmbizz/public_html_ORI/ |
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 web site, 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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'gmbizz_wp_j7elo' );
/** Database username */
define( 'DB_USER', 'gmbizz_wp_ow6ge' );
/** Database password */
define( 'DB_PASSWORD', 'DSKXNxw0H*KN09?s' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '|A)R&r:r25817S!6V+p0mC)CncAl9cK:]1VX)GJ|2/B/q]Ej%ctVf#4n3Ci~2c#B');
define('SECURE_AUTH_KEY', ')%kQ97wy7UlF#2ny24B3JXL|R8x1L#BlY2vhBKfkEF9vs)B7w5n!8b4P_)4OnhWl');
define('LOGGED_IN_KEY', 'P!(Vm~V9n0tJ:243dlS|wd6!uUhcwA#FlRhv/4g[Pb3](Q:8&9Ob~5n@c5j#dRi#');
define('NONCE_KEY', '3x&h3jv#(1oC)5TZ&Hg7uVtF[yK#8*I|p#TzwmBmnY;81:3RR_RjCb6ceotPQ');
define('AUTH_SALT', '5[|D+7DS_5g42M&N5M3gE903qF9Fi/&gMF6]zm&R5!7_o*Moj:3@@l&Axx9|g:cp');
define('SECURE_AUTH_SALT', 'o]ddMtHa/C|2vI4J9P1P409C&3c%5[+1TZ~r*r#1R;][VJI@1n0d6[Fb:bd]Cr:x');
define('LOGGED_IN_SALT', 'ThJcSjbY:p7tc&T2sAz*%5f0n*/!p|l5k*12bB54Z7|uGsU0wQoy]3f;G-MMUfss');
define('NONCE_SALT', 's73f/bO4ajhUJa7%qJ4R08n:]RG3x_YVPUfl|FASJKV/GgK8Q556B9a+QfQ5B81a');
/**#@-*/
/**
* 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 = 'x2gBcS_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', true );
}
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';