JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNTcwMTAuODkwNjk3LCJleHAiOjE3OTA0NDM0MTAuODkwNjk3LCJqdGkiOiI0OWYzMzY0MS0zOTEyLTRiNDktYmJkNS1lZjU0MGY1YjNlZTQiLCJpbnN0YWxsYXRpb25JZCI6MjI4LCJhcGlVcmwiOiJodHRwczovLzEyNy4wLjAuMToyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.jBp5zCcDam1VHCzJRGiDelaFwIcwX3pu9J-5hdD70zcCX_656yjJHN5wyJtDLkmojUKlxGdjthSppsKD8Sny0SAYpMeQ9_CA1IMHal2kFsKZ6D2ITi4AaClJOeblKdkdyf_wbC9i2dL93hHHaBVtmxmDT_Grc6j0j5-ZZpDg_7ZZ836OR9xY65NUGLpDr_b7f6zx3mAAtN_nuApN-jVGD0t99-Vy1GXIlwi3eWb_hczGs2M1lI53KWgcCtjsqfy-vt0pB0Nj-PfsWZX-iVgHEEqUfoo_dmj9i4cQPC6s3SbVCGjg87f13O3gNjMPDB4NWTJ6532MIE0w_8LBhWn27cs_tR_xpYOIUowy_fxGb0VnP4W2KH0RojqmNavh8YZnIVa4oxd46yZlz5u6GoPm2y4abGXp7KwnjGvebetC6wJfNPDZYVittFVNUfjRGGs5Xpq7BKWUT_Xdobsm6QhEyb7JWe1WIdnkSQFbTezZYOy0eD51DmWah7lsvI_s888mmLV413FUUiVsX56qLU2JPToFKlc7s4-XIDMGA3OdoGcmeRd0tEfgrTQyC4hYsjdJZQOQSudzIbWu8bUdAAd5ZojVvNMtWb7-zvl-TjDy6LbYwv902Me8NNzmBUQIwfBGdQljxTslEGXT3QRBFkzFjCL8iOi2NbAeZZVmrPfCQ2E'); define('WP_CACHE', true); // Added by SpeedyCache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'susukam1_wp490' ); /** Database username */ define( 'DB_USER', 'susukam1_wp490' ); /** Database password */ define( 'DB_PASSWORD', 'Fi37[Dq[.[S)fpm8' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', '7sd7pwaxqz6tj7quo6g1zm3lqrvur9od9cielb1tforf6ie5auerhel7ezuh28lo' ); define( 'SECURE_AUTH_KEY', 'otp2ox4xzayvlfcm3ewe8nipcvc7haprnudrk53gimldo40x7erhxst5mapebu49' ); define( 'LOGGED_IN_KEY', 'py01r6w59wvs1xbavqrsdroiectt71gl6hq6grtnroyxiuy6vlfgzwqroqchkpqr' ); define( 'NONCE_KEY', 'vwqw4kmfk0mg9wbucnmr7whhzwmomxkmqdd2wqcch1ikmlbmkfq5npjpke8hq4es' ); define( 'AUTH_SALT', 'yas7gqpgv4posvxsifgjfy1w8qigswpiglfyyyxezjlzpoelee4z7dzyiw8pz1wv' ); define( 'SECURE_AUTH_SALT', '5vfqkeqnxmfgydqqgtf7pczflgygizvyl3fen2ieorxkmhmcoqgvjfomuaf26oai' ); define( 'LOGGED_IN_SALT', 'xibddvarzqxf44vs5dmdvdaaabrw2retzo1korcdr3jb50v0fff3odhtx34mbgb2' ); define( 'NONCE_SALT', '1zajgbyasbalou4g0ovjej7zrqpawwp6o9cemtuanqnlitx7vn51y9cpiedzkvwh' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wpds_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';