| Server IP : 45.94.215.241 / Your IP : 216.73.216.122 Web Server : Apache/2.4.66 (Ubuntu) System : Linux srv2937474766 7.0.0-28-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/hamoon-gym/ |
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', 'hamoon_gym_db' );
/** Database username */
define( 'DB_USER', 'hamoon_gym_app' );
/** Database password */
define( 'DB_PASSWORD', 'ajsdbj13asdasdASDASD!@#_' );
/** 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', 's?xy49JYAVNNDC.5ov{Bsrq0R09%UN<(R|N1t]Xuq][1!~BK9J&FqI1L4.n.L{g8' );
define( 'SECURE_AUTH_KEY', 'drsa3uUL{t=qlbg<YT<F6~6A%S5PX8%[s0C:[_RKpS99aht:)hJd3{ez6Dw9O22I' );
define( 'LOGGED_IN_KEY', 'ZU<.s@[y3@P(t,}!P,`]J*IR!c:/{WO9vEawk32?dgvY]TrI&Jj7ltOnk_k%#Efx' );
define( 'NONCE_KEY', 'BC;^c@6X*%owL$y4L07kP1>%;ML$+@7WAWzCq**|3]syP4<)K>bFrQX9.3G7H[4?' );
define( 'AUTH_SALT', '<jODS!L^L%.;6KK(e~PYR$kX8Q5i>*KaI#x1Lg~Xa3*&9Z+M,kdsnBhIzUuQex#2' );
define( 'SECURE_AUTH_SALT', '~{T2}G#^uUVAOM`W_8,gdS~F^SN!V8HhJsKN7VDw-2lO.0wW<Em8:3lr6<PAh@&w' );
define( 'LOGGED_IN_SALT', 'rsp]+j7[b_;OxhsV9weCgmI8,PHH0|@ke(R95Q2lIXUh1g!q>x4?BDdie8 3$,qi' );
define( 'NONCE_SALT', 'Q#3!}7eO8|mwW_S&J2{;*]y7b/VxQ#>y)}uf(lHNA>t+t8]8yx#;X4_u_peLfIIB' );
/**#@-*/
/**
* 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. */
/* 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';