HEX
Server: LiteSpeed
System: Linux srv8864159718 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
User: omidrajabi (1004)
PHP: 8.2.18
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/omidrajabi/domains/amin.omidrajabi.ir/public_html/wp-config.php
<?php
define( 'WP_CACHE', false ); // 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', 'omidrajabi_amin' );

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

/** Database password */
define( 'DB_PASSWORD', '8BrZU76D2KG5Mk5NfPN5' );

/** 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',         '&8$pP&SpAUBs5Za:u<^50c=`1}Z.&X%$nY[E+)k zVHcdEU5emCMCn78ILhD|dbx' );
define( 'SECURE_AUTH_KEY',  '*)=<XYnSB|AvRcs2V_g+!S9-_ryC*#2=kWRs6DExWBP))9FTS^JR=C=r-%7tjB1p' );
define( 'LOGGED_IN_KEY',    'G=1<GO;!oH,D&-m`lS}*NGUw[csBe?sMyTWcAYdZ?mTf}ktY]B1Ma?1P34{leM9U' );
define( 'NONCE_KEY',        '_HgXVIHKzc7CZnczIb,3q*}+ ^5Cuxs#D+Z(wpa^P0(XjC0L0_x:)L;E^A=C,<oX' );
define( 'AUTH_SALT',        'JJ]Fw+B_AhR.CT7HL<-KSD3hQfrlcwRd-VT# S-p-$tYY9;r&%BGZe_K9<5dYda{' );
define( 'SECURE_AUTH_SALT', 'YF!k{s*|C8iI?EJI3,JYJXU60SY<ZATjtS|P!E]jk~7t`}J^  Ha2.m`T[l:sSE2' );
define( 'LOGGED_IN_SALT',   'WXQ|_f!XQHwPsv= wgmponI82@Bf[}F]rH<5b5I.Kdjz2a<0YI{vM%[/^[tW-U?v' );
define( 'NONCE_SALT',       'wyUWl}c9?<4Fm95NNT#_cnpuB [sMFu@OvXMb^DKA#^LgsDFh;%4wPb%2^EOF/-n' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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( 'DUPLICATOR_AUTH_KEY', 'flsE^EaGv6<*rKcnap$3,m|$:.C>`b{+lK[5oVVDKb3t3Q:}yOI:)2g%|G5.@ddW' );
/* 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';