| 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/public_html/ |
Upload File : |
<?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:
*
* * 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', "behrakir_doctoremon-ir" );
/** Database username */
define( 'DB_USER', "behrakir_doctoremon-ir" );
/** Database password */
define( 'DB_PASSWORD', "Gwl#aiJX~*52thw}" );
/** 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', 'utf8mb4_general_ci' );
/**#@+
* 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', '(4CMD40NVF(c9;07f[S89Q1+|3Itof32bj2CC+#_aT!dP+S6_Bw[Po2711p7|_Wk');
define('SECURE_AUTH_KEY', 'x#WiN;232F5G:iW-7i)G8:Lb1M)rxE12%uWTDv~6N61R29m8Z/(SO:Tm0m6%!_4)');
define('LOGGED_IN_KEY', 'eLc9oGa-)ijX~5Xs24(roj33Ju[tN*brH-FvA*%x]]bw64*th_IjYJ65y*+50pQi');
define('NONCE_KEY', 'U-n/y(T2Ym-FVXL+0]lG7UOwYg#b2oYb0OH6v61[_Rf34#fdPD4-!ss]zuUxu84f');
define('AUTH_SALT', '0e3N[A4+e9an81Zn~w:Pb0_157;q0V~9RZ8_6MXk3DC~jc&5Lj_+(rzO(h2sfG2C');
define('SECURE_AUTH_SALT', '92c7/34-&;#N5-92w8S-_gypn7Cx|uU/36Cu7S[;82+Ytn6T:m8~S0h1*y:Xpw0:');
define('LOGGED_IN_SALT', 'Q#59;3Z@Wac1w-_214V2u7K&TC4cqI3F_CQs-1R5Tq!-h8[x@dWwT[*z@G8gKGz5');
define('NONCE_SALT', '%6#c7[H2t)8Tz1n[i_]6%t&BiO(~uFXDQ(9Z4#+0QszPMdyn(S-)D783d:*n]*u[');
/**#@-*/
/**
* 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 = 'Dj3i_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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 );
}
define( 'FS_METHOD', 'direct' );
/* 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';