Intrusion Exploit
Server: LiteSpeed
System: Linux cisadane.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: lenf4658 (1805)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /home/lenf4658/voteman/public/wp-config.php
<?php

//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'QTrLBTdK0R984OmGwSS5QJ8dyD9l0vq8J5Cn28SneNuzmV0mu3ZOeyJIqG7uRmBa');
//END Really Simple Security key
/**
 * 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', 'lenf4658_lensapedia' );

/** Database username */
define( 'DB_USER', 'lenf4658_lensapedia' );

/** Database password */
define( 'DB_PASSWORD', '@Lensapedia12345' );

/** 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', '1suh7%)Jk7r3kJOO30+44V%5]|hc!BXr1|~lqoLJc+gCS%aAqFQ78@dr*J5N]%L7');
define('SECURE_AUTH_KEY', 'Y-le0krfs27H%|+:9kt9@62#YKwaQ3-:44@++fh!**;U3&wA82X;Dr~70oT|NDgy');
define('LOGGED_IN_KEY', '79P)9E8td5)4Bq-2_~ms;32UC09!W]n4RPYvS6ayeZ5Va@V*1s4Z#Vh3F@tP77lM');
define('NONCE_KEY', 'T%3SM(F(2v@SR0kD]vIZA470_:76c!R9B8MzqL:2-4xMR*4Jr]56bI[e-C07inna');
define('AUTH_SALT', '1bWBAQ]*0MuS)d~Zk4%%gy2YL2Ee:05tA|:7Z%/Kz&RPPTb77OZ2Yf5hVN1]o:i]');
define('SECURE_AUTH_SALT', '/o5;24Aqs)0C&c8:@--_46-m8o6PPMkZHi)8F|Y5bj9@mtoztD~H08[06Kg738VT');
define('LOGGED_IN_SALT', 'Si9L0;gnU2h6EF0Zs;1id9vx3VMcM7]LCJR202tXcu+DDy[U4rNmO19~GU(QU8jU');
define('NONCE_SALT', '4WMgqNo0AdYTTkC9G+|58E!7v|*!2Z0ni486no#g|U|~+QsGD1iAvjv8]I@XUqE8');


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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';