HEX
Server: Microsoft-IIS/10.0
System: Windows NT HMW8635 10.0 build 14393 (Windows Server 2016) i586
User: ibratele2 (0)
PHP: 8.0.11
Disabled: escapeshellarg, escapeshellcmd, exec, passthru, proc_close, proc_open, shell_exec, system, dl, popen, php_check_syntax, php_strip_whitespace, symlink, link, openlog, apache_child_terminate
Upload Files
File: E:/Home/ibratele2/Web/wp-config.php
<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'sql01_ibratele' );

/** MySQL database username */
define( 'DB_USER', 'sql01_ibratele' );

/** MySQL database password */
define( 'DB_PASSWORD', 'ci*2801' );

/** MySQL hostname */
define( 'DB_HOST', '186.202.152.102' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** 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',          '~#Zo;lKuH+Y&&ItJz$(UpfjPbVR3-L>+h@}:#Hr-[eryJ%X4%/Hr9.66lK}(iL}`' );
define( 'SECURE_AUTH_KEY',   '?#(U~99l:5q+&w|k2KD<V2SLlxlG@!~cT;G(jTJb/A_1k{<RDuIsT^K<CGcRlu2<' );
define( 'LOGGED_IN_KEY',     'VTLCo0W/N6v6?bgq*IgS&&hR.CD^)W93?`%J F<Xp<^V`oq+Pg[H?!Mn-x8~K%Cv' );
define( 'NONCE_KEY',         ';@W;cSthO~w*=<qV3sPF(6tPENFCMWFBJ]chncq@WRpqMykM QJbSJ9*%b|FKRd@' );
define( 'AUTH_SALT',         'mgn(/]:0Y>biZaJZXJvoynCwYJN{NNQ f<lbzChIla[(&e6V$`yXlGM|*DV#I%u7' );
define( 'SECURE_AUTH_SALT',  '!J-UWVSCWlt*vv2n?lRC/#aS]5!6bz{z&YKw%We;W!lqY6VhVbO:4QdNjw/Z3<d$' );
define( 'LOGGED_IN_SALT',    'j% !)j$P~e 8e~e/e*Iy-n)B(nr{ BCdYW!LA4[P2yiLZ`xJ/D;QD{7:8M4K>+QF' );
define( 'NONCE_SALT',        'Yy~MVb7joszmW;6Kwl%X,w<eXU@Ne^b^_4K%++ w9kinDvd.d2{BOYI%$8[S4o-9' );
define( 'WP_CACHE_KEY_SALT', '`J9N}@AGZO_)]coU2kSVM&#gHVm=#T*f*B_I A?.1>bE]4p+0&!nU[V4M~]/f`f6' );

/**
 * 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 = 'wordpress_';




/* 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';