HEX
Server: Apache
System: Linux lsh1008 5.15.125-hw+ #21 SMP Wed Aug 9 22:21:30 UTC 2023 x86_64
User: nloint-o (3015004)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/04/50/3015004/web/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'nlointwpress');

/** MySQL database username */
define('DB_USER', 'nloint01');

/** MySQL database password */
define('DB_PASSWORD', 'canal@2100');

/** MySQL hostname */
define('DB_HOST', 'ldb1019-vip.siteprotect.com');

/** 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',         '7VK T-zZ/6:>R9#m:z-|8t[+H]8OxTa$Ltxh0UCN#l4Z2|;FwF8<#Z}_&/qU!&CW');
define('SECURE_AUTH_KEY',  'Qyb>HIx {2b{h#lY|R(<(A.cn*HSXKQ,z#u@pO0-&P|j=59(exK@]{d3Olu_fOuT');
define('LOGGED_IN_KEY',    'JGd[v$hq/J3K>Mm~{x/a)y/|!p|;!2Ed-h0AC=Rf0am>-^mfw`S)RKK2KKKBz5{`');
define('NONCE_KEY',        'JQ[-XNs<~X3|;Na^% #h-]|.:cZK+EE`j>TQAbCe+CuX2NW@oSCD.Poh12[IJaXj');
define('AUTH_SALT',        '$CSkW!uVLQExP4V2E&/21L^7ap*kg+/6>eE:JIy~atwSGr=Rk!FS}y</aXj$X2g}');
define('SECURE_AUTH_SALT', 'hC}/ZB(PlHe@wQq|L#W^*A6o5-[2,~h$QG!i*=;Mt+9Y3jVww^0rUvdt7IbS7v4v');
define('LOGGED_IN_SALT',   'Ht|/n9$o+[C?_@BR;ti<#Dg:JI&?8Tigc`=qTY5(-O(xril-{NW0E6,|3#xA[=p`');
define('NONCE_SALT',       '+4n1m~[C=RcFKf~3KFj@WY5-:ML626%A<@+FU~r7B.[J&<q|l,4+B]JMK7xvuhbX');

/**#@-*/

/**
 * 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_';

/**
 * WordPress Localized Language, defaults to English.
 *
 * Change this to localize WordPress. A corresponding MO file for the chosen
 * language must be installed to wp-content/languages. For example, install
 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
 * language support.
 */
define('WPLANG', '');

/**
 * 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.
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');