| Server IP : 104.129.129.72 / Your IP : 216.73.216.229 Web Server : LiteSpeed System : Linux 123answers 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : answe8064 ( 1002) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/thread-self/cwd/ |
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', 'o8UGaMSe3dfehc' );
/** Database username */
define( 'DB_USER', 'o8UGaMSe3dfehc' );
/** Database password */
define( 'DB_PASSWORD', 'Z5QgvN96vLoKen' );
/** 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', '5H8U0+R?e*|-i]l%u,G~;)@]TtCmc |PfKq|WH_4)BlOjvB0TOk1xtxTS%/+{ GB' );
define( 'SECURE_AUTH_KEY', '0hW2jwsLda8@Y)F(8PJ[oH{^--m]*j9mWtKK0y_H3W)qDe(8FNj@x$#(~Lnz2 @j' );
define( 'LOGGED_IN_KEY', '!wpDW15id8EqiS{^#EPP ,mK ZqVlh*Js7l:l9lCpKjBGC%+3Y2X-EwY_ekv#AlV' );
define( 'NONCE_KEY', '}If/v8.F]9MiLP)-cs8cfvx(rQ=`Ngt!#rTBTGav8l$~k2d}#pGCq-[>0c}-4gg&' );
define( 'AUTH_SALT', 'J}yODk$+V`T8GPOUUD<hm%`$lVZiCp?o,NN7P}Ykw1s8KZ1$IdP@~ZTx6M4rL`iE' );
define( 'SECURE_AUTH_SALT', 'hj%W]u]5Q 9U!pNJ1. `]zstO )LYi#[ebW1b/8%_1|O4rI+BIg/15g>8GRM^uBj' );
define( 'LOGGED_IN_SALT', 'zV*v:6L@huaQ+F@=^xd)I::TnF/Ku4o#pM}zxykv4!k.%Uq`_S^W]Ty^jGbToarm' );
define( 'NONCE_SALT', 'VeieZW(?v,gQ}H|49aG)5hp,qg,ew>M,vN)n^doaLtSEq#/- NFB>>b~z&t~w}$0' );
define( 'WP_CACHE_KEY_SALT', '}VEhT]F:qA:U|6ZR47y1ggTt,;Q1!vP5DqDyX85dX,j<QCCGg<4n+I/8B>5 IgTS' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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';