HEX
Server: LiteSpeed
System: Linux server25.dn-server.com 4.18.0-477.13.1.lve.el7h.x86_64 #1 SMP Thu Jun 1 16:49:27 UTC 2023 x86_64
User: farzache (3006)
PHP: 7.4.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/farzache/public_html/wp-config.php
<?php
//Begin Really Simple SSL 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 SSL cookie settings

/**
 * 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://codex.wordpress.org/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('WP_CACHE', false);
define('DB_NAME', 'farzache_admin');

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

/** MySQL database password */
define('DB_PASSWORD', '!#Ni#a_#q@8B');

/** 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',         'U}y+Lh!4KX:]|@Rgc+jX+t@%.9mY{D+|&XOG4?t!*V7g(w?ndP&Pcz`#523:/f:-');
define('SECURE_AUTH_KEY',  '=WSj<0HC@#>CBR:U0ofq3F7vc>xgBli~iAQ[> CmG.ldOS1*Q[i5dk1+dtU<vYru');
define('LOGGED_IN_KEY',    'F]CT<){]u|pKts}XoLRfpD<Ph4Emu1ZAn.;sK1O@xSTt$JQCp%#9TwN}-.w?q)S^');
define('NONCE_KEY',        'H[)(vAtW;T!4UA+)A;R;3~?&lursx-,?^SO%qO;-9@,M{>YW3/KD_(|u;p{et{xZ');
define('AUTH_SALT',        'dtiKrRL(fCtQ(s8;mS`/f!#<L/uSI+;:Th,roG0v!r,q~x.Ry-#s/k+kg<$4F%;X');
define('SECURE_AUTH_SALT', '9*|I^1s:B`:kLu)huXw11DNc8tfJfycUAK*J$mVVwkJi8$2rnn=SN;@j+SSa?MH~');
define('LOGGED_IN_SALT',   ' xGc#kfAk--DqVW?GnP#8^WaUy]WD|${Ja$r.ip_5RxB.Q))L.5snlg6~h}I}:}<');
define('NONCE_SALT',       'J=DmQMKd-fV8a=4[!!-D_*%}f$IL]Y%rVI$Z+${W@BI *W4F&0}TZa!x/TL}/K+l');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
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');