| Server IP : 82.197.65.232 / Your IP : 216.73.216.199 Web Server : Apache System : Linux server.arcabouco.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : gessominas ( 1004) PHP Version : 8.2.33 Disable Function : passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/gessominas/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 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', 'wp_bfyie' );
/** Database username */
define( 'DB_USER', 'wp_b7i8m' );
/** Database password */
define( 'DB_PASSWORD', 'v%58Wb~D65e71%4L' );
/** 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', 'eBx5LqJG|GM7178UCS[NtStgBx(g|O|SI/WP#8)T_;47+[Z%1~220U-377aj1l)C');
define('SECURE_AUTH_KEY', '5/[yH0x5BTg#74Sk7Ru73uF|5gS(i6&L:4q6pE(8%Ek)Nf7HR06Z58eoBT*N+[Z!');
define('LOGGED_IN_KEY', 'R%3~5@X&5Yo;by-@U;~AKU5f7Y1ZL6fi9Hwyw9(*FZ3udFM9QH1r6Qy/ze4rraSE');
define('NONCE_KEY', 'B|4)VTbi2t)!9b%T0d06rsxgrLI!u!h5|A3l|&65Ha0o%rdaiO9V&_NVx2c]3rOa');
define('AUTH_SALT', '6@(9@%Wc7_9pP&)n!454aPJ7;(-C(OoBA3r)e42nc)Oiq5IR_6-I_|p;2@JUl%51');
define('SECURE_AUTH_SALT', 'x)#88Wl6v5ed&9[!9%usGK-P(GP#[8EJ|Kt%1#b5jn15l*2g73#o(3XGJ5@0Q9wB');
define('LOGGED_IN_SALT', '%ZcT:e1Wv:)HYNj1H_fh+0_4+oRVdqOBiZ*m|Ug02539p_!zM;!Y&L87(8JV&Oew');
define('NONCE_SALT', '93!a9CkGj9R:4a-mm@7lMtb(C%Tw(Sa]q@8uiGa[W9I842VNmyX1MQ19WV:ncq1G');
/**#@-*/
/**
* 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 = 'NBspWYKy_';
/* 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', 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';