| Server IP : 103.13.230.2 / Your IP : 216.73.217.120 Web Server : Apache/2 System : Linux web5 5.14.0-570.49.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 30 07:46:13 EDT 2025 x86_64 User : itiauyuf ( 1095) PHP Version : 7.4.33 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/itiauyuf/domains/xn--12cr0bki5cc4c3a8ab2b3b2i8e.com/public_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 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', 'itiauyuf_wp1' );
/** Database username */
define( 'DB_USER', 'itiauyuf_wp1' );
/** Database password */
define( 'DB_PASSWORD', 'Z_pqcWyf0AkT9p@)P][14*^2' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'Mab4tJ7vLYZop03k9yaRHCOuYg2gB47aRqe7egaiweKS6jiGijwqEeuzLs9CCF1N');
define('SECURE_AUTH_KEY', 'RNlW2qvr6PFfUXts54oTavSo70YAuyQaSbEBKiIIC2YSy4wkprT6VbloHf9BNvtS');
define('LOGGED_IN_KEY', 'pXjj3ulU81w6QYPBAv28wAzfwdfjLUzduTiRLjxywVG6zaBUYCS8DSjnIrg5EOOQ');
define('NONCE_KEY', 'gluHTn4NAJJPSbn3Qci7QygpAJt4KX7WKoWnir9rDuwpRuZDqRILW18ZzstxKpqw');
define('AUTH_SALT', 'DYyZ7oXewZkRuQ57BNW00XobUAsdwzHhWw0FVREIaXY43amYa0WCIRyvWHQNvbPA');
define('SECURE_AUTH_SALT', 'dsL1x1j4Kq9ypeIBXYZ2lvPfDLcDQRtmoxUFM910fqByKlzIjPaW8THxW46ngu3g');
define('LOGGED_IN_SALT', 'shXqDLtepl0CxpUhnvUwDQPNkate7os3DviKxJJC1l8kMN6e9t95P6BLYlz7lMKG');
define('NONCE_SALT', 'slPLEFz278u97Ahq2TFGuNlTXld9SIRcoUL4jmmI5uUuLgHgPZryX82UXcl69cQ1');
/**
* Other customizations.
*/
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**#@-*/
/**
* 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. */
define('SUCURI_PLUG_KEY', '43459629c4e378af56f31e45cda805384e3e926533efba2fe945a0204f403d29');
define('SUCURI_PLUG_SALT', '585c0cf6350cfddd4e82f84f1d6e76a199f612516f56caaec7306340f8d8c73a');
/* 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';