HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web-hua2///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:
 *
 * * 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', 'hua2022' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', 'Hosam@454126' );

/** Database hostname */
define( 'DB_HOST', 'localhost:/run/mysqld/mysqld10.sock' );

/** 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',         'i,3o+UW%=^$Pc/YQp:xXIsqC^X*ukFqkA:dIOLTP5d]tPn[T7=d~u$QZ((g4mrIp' );
define( 'SECURE_AUTH_KEY',  'b|Q5q%1tXvSggJc0I,LK0o;+?(|/En-Z@4lz:O3M7]ZUp/$-,Rjge(I%uW~Y.KEF' );
define( 'LOGGED_IN_KEY',    'FOB;M}0XH5=4Ckx[ELs4yt;(,m5ZMqCfebycMfK>P{tJl*o<!{B&uT2gk<E>7CCh' );
define( 'NONCE_KEY',        'T>9y*@+8J!B1!>`*Q~!/.{6hW{7FG9O0L* teO[t2S?g NZirBZ1d[U~r1wHjR@t' );
define( 'AUTH_SALT',        '>m$U`r,sB`b] !Ii[3.GR!$-*aPR$|~U,kP=|9X5hS7Gik@*LA+hzqFW,K:S^4*~' );
define( 'SECURE_AUTH_SALT', '`G8u>{5=ma9&y(6@hU_@<tFL.UhifN1}qzD>NX>DCX]zoUgQ/vuKU}l_,J?-d`DW' );
define( 'LOGGED_IN_SALT',   't}FB5Tur/tM!0~1](o2lzbQ*Y&wDx siD&-Wf2WAZNh5V,!?gQmV_>vCN:%5E>?W' );
define( 'NONCE_SALT',       'X%xILb0:jpm$fyEK/0m;sH8JvYR{|o_L&<I`RLrnH7q.]1md7cfIXyRl~d<w!g$b' );

/**#@-*/

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

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