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/dbligarius.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 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', 'wwmktp_dbligarius' );
/** Database username */
define( 'DB_USER', 'wwmktp_master' );
/** Database password */
define( 'DB_PASSWORD', 'Master.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', '4XZWMeTS^1kX>lLKc^<=,q:aDTi PS)44UtM^n6(7>-CaJj6@.G_]6JeJ#~bXfQ=' );
define( 'SECURE_AUTH_KEY', 'I-5dq~ggrysKrlOf<.%74q~;}y/^Q+k3A$m6s}D;yLu~gymx8PAr} 2CZ##/2$DL' );
define( 'LOGGED_IN_KEY', 'vq2up`&BEQyY#kr+]GUwZ@P?3w8eK;5`S2&REm~+MBNJ_4JT,Eitr qP{2`jX9~T' );
define( 'NONCE_KEY', '#|5-$>4`,&WFQ75,7znYdkY}}sXLh@/YJ|o$D;Aae&k]}rWXp@ifStB18/]$s}D6' );
define( 'AUTH_SALT', 'l;4fmXeyK|5_;L-Vf=u,2c+Y))JksJ$[1k*T?3z$d^4o0]d|*bZ7H-XC? c6E@WQ' );
define( 'SECURE_AUTH_SALT', '[;3NAV4.hSQP-o?fZeH__}?(4V0vuY:m(LB@WR&2?Bw1]y6jXir:v!es@/sle/8I' );
define( 'LOGGED_IN_SALT', '6gyf8>E(dK&hB/L#UJ?IWUdNzG)#RyK$6<d-vXK3p$l}TmGwy dTOE.%bev!Oh:r' );
define( 'NONCE_SALT', 'h9Duo4D?cukPC3X#E]0]]Pz ;ya_5K;5@D8t,)8|/%Q2y9m:bw~1Hf[`2{E1rsF ' );
/**#@-*/
/**
* 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_d';
/**
* 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( 'DUPLICATOR_AUTH_KEY', 'la!hA+vCAnBU?IfH2byNdhP<.eN~i6onKBhIPEPoNJF<`3;_l)N;*Y]5]GrRMF.=' );
/* 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';