HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/negarestandoc.ir/root/wp-config.php
<?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('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/negarestandoc.ir/root/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'negarestandoc' );

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

/** Database password */
define( 'DB_PASSWORD', 'h6qK508cQcvP' );

/** Database hostname */
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',          'G+8Fmemk<Y#;QGIBZnvT#V./Gsrw~eJ0oYW3jQrqA8H;`[Guekt,eGl*MJCzd==F' );
define( 'SECURE_AUTH_KEY',   'FaZ9EUHcQ_T-rB@e6kFAGE4V5aCVwO5!/%87^HnEd8%E)5|tHab^72$zxo)y%O^V' );
define( 'LOGGED_IN_KEY',     '3t*@sfr)3HPnx>L9U$>X~x(`=o<XT).*FQf5LEpo;*q*a<jX:c5Z8eS_ob|z3JRW' );
define( 'NONCE_KEY',         '5y]@fhnq}z/*^2HOlGP0R`kGM6H{EQSVI%M)H!_`j]M1e5*KOO4KfgE^Mv 4M&Y ' );
define( 'AUTH_SALT',         'ycI2e(u0l*%}xO`$?@4&LJm},~,s1wp~DW)e!%3CvFn>!y}OEeXJBUko`ZLW70:U' );
define( 'SECURE_AUTH_SALT',  '@sk}mS4QgmJJsX5#pDwD,fTpSDY,uXT%EGV*(lVha_{WB:AjA5g)%pu0).AJX]T{' );
define( 'LOGGED_IN_SALT',    '^k4RcZzBR3]4|5IIw%oT%-`8H?i/G&l<VK)08YExSk8EU/U^l^v3jA)o~HEkmGd]' );
define( 'NONCE_SALT',        'D>K<qn`O9o5rE-?q>l={Dm7z8zvxaKbeI<(1tRQK{O<nh}fRa+#SI%0TGC-Ptv$s' );
define( 'WP_CACHE_KEY_SALT', 'o0vNa|>qt3a#dh;t9 wGRU%j)]MEk6Ib*E<9i2{s64=%Gj:s<TxKLpt5lEXf!4Q]' );


/**#@-*/

/**
 * 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_';


/* 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 );
}

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