HEX
Server: LiteSpeed
System: Linux hippo 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tsacademy (1021)
PHP: 8.1.29
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/tsacademy/domains/tsacademy.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 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', "tsacademy_ir" );
/** Database username */
define( 'DB_USER', "tsacademy_ir" );
/** Database password */
define( 'DB_PASSWORD', "YtKDXbV99mDAQDjxChRf" );
/** 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{S7HV(6I6w%dqpNIT}<tUxH;T{H?@#D%PHV0v?D)=O)2r6>;ktIHirjGuv}mj`' );
define( 'SECURE_AUTH_KEY',  'HH! G3co1T53d?s?JFt#>?IMQ<Rb?^1Ssk#P2Xu)Rk<<y GVoZ:oLaTHB_tg=H9R' );
define( 'LOGGED_IN_KEY',    '7&ZD0fs{}Vsi}rA@LA/s,s6.L_ZoY>XBJL;yj~t.;YSL3Vf7_o:2t#p~-+Hm&F8p' );
define( 'NONCE_KEY',        '(*H1E61@;lx&(UcoCsd[>koJ> +8DsZq+Uq.h!/T{Jv&&0i~Q(~J010:Wmp GBAF' );
define( 'AUTH_SALT',        '#CnYn5%o77ta;2}!-P@!M?B0XNmwZNG};R;_8V2?|MM&SUoZt=ChSo|_fz||.N.w' );
define( 'SECURE_AUTH_SALT', '66SsMLLi7yJU:Srw_(sT4M|efY*e=`m6+4Q@3OM&?]gf5=u1h!76Ot%Fks;a/Ut8' );
define( 'LOGGED_IN_SALT',   '+co_2Usl:y XL]*w]uJwDwl<o&^Y]P[|;29%/RuALtANj50J-ke$e1JTR5Fp`US8' );
define( 'NONCE_SALT',       '[^~Haf,oGb1+D(2 Di+2W~A{ltvXR$c4rs}wQV6-x-pPW6M-9oUy]!vE/3]UUYUD' );
/**#@-*/
/**
 * 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 );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', 'D6i4R7~JMk]}t3&?R.K(~p{68y@O3&4Fi=Li/Nh;^`-{=bKwe`.1y[Y|M~ 5/[=h' );
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
/* That's all, stop editing! Happy publishing. */
/* Multisite */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';