| Server IP : 109.122.246.182 / Your IP : 216.73.216.59 Web Server : Apache/2 System : Linux host3.abrin.cloud 6.1.0-52-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64 User : sinah533 ( 1085) PHP Version : 8.1.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sinah533/domains/sinaherb.com/private_html/ |
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 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/documentation/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', 'sinah533_wp' );
/** Database username */
define( 'DB_USER', 'sinah533_wp' );
/** Database password */
define( 'DB_PASSWORD', '0tX3gS1cB8tJ2f' );
/** 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', '3gl(l4D:v-WJ-B7m2@5:`}@2gtn/l/nO&jZ. }Cu`wiELb]+}s{b;s=j.dpISKa0' );
define( 'SECURE_AUTH_KEY', '<7u9/_bTKD`Ytldovr`a|wKE!5%(DCixLD.{+n(n+,+,Ym+3j[HGR]% #^fE2(P^' );
define( 'LOGGED_IN_KEY', '&$VYbd)E|EzE*+f>oRoV$02QhX[^U +guF$;zPz;Ni{+`:)|7:qN&a-fog!LS-7h' );
define( 'NONCE_KEY', 'S}zxL+0[!3bM~q!uNTB|m8/8|15*1L$xei,t)Jfff)RMl_voa}XKUC}>Ybrk(1g6' );
define( 'AUTH_SALT', 'IC)n=R*<z)sg97dq^>(7UkI(i&6{w{>=]R%hbp.D[3=nL,^T6*n:m|S.?[%FO?Fi' );
define( 'SECURE_AUTH_SALT', 'dmc/.{,eV+=(X?s`. K;q6p4`8PTfl+M#U&4`3|=wV?Qs2UQ |7,a-:Ue1SbSe*x' );
define( 'LOGGED_IN_SALT', 'LCO)u3ah@9bD]C)b~:O$6Y!>i^:ZPpr#v3ENw^{lclmjIi`e{T[nM.UQ1LM06RP2' );
define( 'NONCE_SALT', ';w.[.9oz{~Fd`f)Z.0$Q/<9<,$P<&FJ~T;13p+/.4N&t,@&Z[X`/Sh?D rkAS!hH' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'DISABLE_WP_CRON', true );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'SCRIPT_DEBUG', true );
/* 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';