| Server IP : 104.21.25.182 / Your IP : 216.73.217.68 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/477894/configSUN/ |
Upload File : |
<?php
define( 'WP_CACHE', true /* Modified by NitroPack */ );
//Begin Really Simple Security key
define('RSSSL_KEY', 'uRlaCjwEkdF2VoPN5URvTsGfn2XguhqPMwlsq4fkaIbAYd6z0oA3F30XUUMloZDv');
//END Really Simple Security key
//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:
*
* * 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', 'nobi37te_rehabsharif' );
//define( 'DB_NAME', 'u141411642_FBALX' );
/** Database username */
define( 'DB_USER', 'nobi37te_rehabsharif' );
//define( 'DB_USER', 'u141411642_KYizI' );
/** Database password */
//define( 'DB_PASSWORD', 'BX2OXHYuwl' );
define( 'DB_PASSWORD', 'Rehabsharif@223' );
/** Database hostname */
//define( 'DB_HOST', '127.0.0.1' );
define( 'DB_HOST', 'localhost' );
/** 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', '9`RGItG-B2k+n}S|PWl9fyTMWx%3G`8c5uF@@){TU/x@qceI SSF!m4GDC[Ed.!{' );
define( 'SECURE_AUTH_KEY', 'nCRV0pO79Q69y1SLX5y=F+.az1bs7PyGkl!8wl8~oNnprPU k,L(LS~@AZPs[>:&' );
define( 'LOGGED_IN_KEY', 'G>}X@^Xo+`V9aHJ-x?c/|X..,+v4m@Nge!QTq=$bmU?MpHBVx2P!t6WT-iiGTx+4' );
define( 'NONCE_KEY', 'Qc^~^VFK?7P;j)-Q >0<Y1.-xrF3zh!tQ8(&bo_/5a8wkNac.+icKv*0VoA0rt&M' );
define( 'AUTH_SALT', 'CAw9kjeuEYL9EQ@a. ap=(EgDccN(1-;0PNJG3_uj!o9RHKl|v!-X(pOtYHk=rZ_' );
define( 'SECURE_AUTH_SALT', '2Z!#GdC>i81t+<I)H)P/Rd}k?(-I-iijy;K,>m;Ris9u~.i{C(ac:py/XY>G7:p$' );
define( 'LOGGED_IN_SALT', 'I70Om)J$pAQ?6W5r8_ve=P=1a4,$(JXEy&%7=GwvO+_WESky]/zi>[uM#w|:|f&6' );
define( 'NONCE_SALT', '=X(c2}b;3,!~T:JazS+J:6)U.kcNQ[@}uG$!;a*ouHRZ-m=,Vw~%pB,9pl,SME6&' );
define( 'WP_CACHE_KEY_SALT', 'Lu0M@wED0iq-Xt*hFH KArc$.tp0M@oO^Vu]w4<^$Jt!mo>rX=q7[oQ:mj03*PFk' );
/**#@-*/
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('WP_MEMORY_LIMIT', '512M');
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'FS_METHOD', 'direct' );
define('DISABLE_WP_CRON', true);
/* 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';