HEX
Server: Apache
System: Linux cmab.mediario.tv 3.10.0-1160.119.1.el7.tuxcare.els20.x86_64 #1 SMP Tue May 13 05:10:55 UTC 2025 x86_64
User: semanacmab (1003)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/semanacmab/public_html/kk/wp-config.php
<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'aHlhy6drZ!Pq' );

/** MySQL 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',         'dJENb_r~lLv5zCg0dl[uh@)^D-)VT:h!pV-pDz(K4OMlG!U9F%R!y[h+gSZ*|}W(' );
define( 'SECURE_AUTH_KEY',  'DOYx$=mqRH9niF?$TqZu&Hmp(6AOku-4*b0[|rvrISNk-dkG^p8x|O0(.UMMj#D.' );
define( 'LOGGED_IN_KEY',    'ftElm+(H7hz<3V-mWv:8`jDW^J$vMh]p!8V5D/%}*?/<f9]a$rsF gf :F^Z)o9M' );
define( 'NONCE_KEY',        'yQzT2NepwZ6}G;c>fPQCHJfM:t6-+M7Z= q+o]?.jXs8!0Qk/)dy#t68Am<)eXkn' );
define( 'AUTH_SALT',        '<0MYptbOJxGXoT|ggSQ-ZH(+(]X2R]:yijm{p4V 7>{<bn8%<<F;:O4Gr WxeV39' );
define( 'SECURE_AUTH_SALT', 'P}aDa$#EFc4d*iQ:_i% =AY(*-[)).IqN-&K,%{mKRiU~&!>LIy2WL3:}iQdJKuu' );
define( 'LOGGED_IN_SALT',   'l7&w;]zw. ^{hm$U~CZ?O{Fqo_A]@#?_]KhJF>pTPFL7rr|Wnk>M;y=ZD6]j1sp0' );
define( 'NONCE_SALT',       '{K[Bqtn;|Uk{|H?SE!+V}F(#ol3X*w-`R;OPL=D3BI+Z s36B*8h:?zD#*;[77A5' );

/**#@-*/

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

/**
 * 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/
 */
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. */

/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/

require_once ABSPATH . 'wp-settings.php';