| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : nginx/1.22.1 System : Linux server2065 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/shamemilad/ |
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 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', "abz_shamemilad_db" );
/** Database username */
define( 'DB_USER', "abz_shamemilad_db_admin" );
/** Database password */
define( 'DB_PASSWORD', "aYb88611zbb28kJ" );
/** 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@i)G4jNg~c?XR^sG2F g7YP:z>A6QXy2%IJx{M`UuLGa=A-hty)VmkYho<{hEMu' );
define( 'SECURE_AUTH_KEY', '1l[1^<!TMW9ciW>4]Q+$A)o_<^N?bm9u?_ Bh71)kR2vY:Q]8!Hewk@j#1:kg$L=' );
define( 'LOGGED_IN_KEY', 'icZhj24b>K8c;#@>dp4Cra.EG4&B8MYTI|4b(5x@2UJiEK^i(9xLF|n>VCO?Ft_I' );
define( 'NONCE_KEY', '*Z4IXK;D@o3LPI$/94}(,hHp8L_E:B^H7J _?,{Kq#4$N8t:Ej0Kz35K$V.d 3Gk' );
define( 'AUTH_SALT', 'V|eYD`dsDqlE/^dx jN*z/x=v*]|Pw$A`(#snT>nvIWKhzKtDW8Pv.f^4U/rgVd5' );
define( 'SECURE_AUTH_SALT', '#0Nw:h?j$ZV=8@6>F1gw0d`kNS;nBXPDJ*$kt]!g^[6Qzs+82}ltG6$h~iz*V:mc' );
define( 'LOGGED_IN_SALT', '),UFk@5dK2OB2OSj)$#%LdZbkb:Ll%m&HL|pndBW5]vugD6E}<%%:D3ZV4::#|.`' );
define( 'NONCE_SALT', '~D)Q<RT||A(1u&yY~gFNH}i9ooKt1Ul~OOm:.rH{c}=wy010 dY/Flq#rs3KZKQY' );
/**#@-*/
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
$_SERVER['HTTPS'] = 'on';
}
/* That's all, stop editing! Happy publishing. */
/** 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';