| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux saman.shetabanhost.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : behrakir ( 1361) PHP Version : 8.1.34 Disable Function : symlink,shell_exec,show_source,exec,popen,system,passthru,proc_open,proc_close,pcntl_exec,mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/behrakir/khanomam.com/ |
Upload File : |
<?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', 'fUnVUjDJv5fAlmgUoID3bxVW3dHpbsSqkFFG4IbtfU2IAuI60gtta4jCTPhXNHM2');
//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
* * 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', "behrakir_khanomam" );
/** Database username */
define( 'DB_USER', "behrakir_khanomam" );
/** Database password */
define( 'DB_PASSWORD', "FPV~d9&6CcOKdf8P" );
/** 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', 'g9 vw^97.{#-4wRnV%.BQ?|N>YfUtc`6u8;JHDA6]M*6kkER)OD~npx+gdIO8:}r' );
define( 'SECURE_AUTH_KEY', '.9M#-4u*qNL} zK]7tr^{]y{pDo,yT)u&b[Ai9w;58YwKMck)J@XtKe{@dBEWt*=' );
define( 'LOGGED_IN_KEY', '+-p[{_`F/9ag19$cW^jE5{kuGe_]# yz/3cdE.qB<~ke+Cbe^{-WC`-q,Gnt$9gz' );
define( 'NONCE_KEY', 'cmn9lIs7is n1q;}4lKBXTk(v6VMchSy/- ;IaHU+jNtq&C4QIdUB0ONvOsc|Wvx' );
define( 'AUTH_SALT', 'Glxh,fYok d]B/E kqWMhz*vI2Zpd>rW?NY2c}smu 9=6@L9{81)L/`T%+c.sClI' );
define( 'SECURE_AUTH_SALT', 'o?d1E8P~C={-7Ob;|~U{e_/Gjqrv-n3/xI54 |R_@T4[~8T`?4#mdM{Z}$iL-qi!' );
define( 'LOGGED_IN_SALT', '~FgzAr8N~KxNr%_VWFas?ZI=v(:Bx&CEB!&j[,D<jH];xQ8M_c9E{:`A<>mhJ}+;' );
define( 'NONCE_SALT', 'ZPlKcDj< .23K&Y3~_.lo~j~*^W=V}WUlOP5yH<u~0(#(^XO.*Cu,v6q8q[q:^=h' );
/**#@-*/
/**
* 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 = 'mskh_';
/**
* 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 );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', ' K5=f),U**Yq%+^!yy(-v)bMypO+wDe5xhg+7z~yW`c]0Oc$]sr~A>#iGK!UxaRo' );
/* 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';