JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNjA1NjQuOTI2MDAzLCJleHAiOjE3OTA0NDY5NjQuOTI2MDAzLCJqdGkiOiIzYTYyZGNlYi01NzZmLTRhNjgtOTIyOS04ODRhMWZmYTg4MzAiLCJpbnN0YWxsYXRpb25JZCI6MjkwLCJhcGlVcmwiOiJodHRwczovLzEyNy4wLjAuMToyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.U6ne4ctqv7b6ovPL7az6hJBEK4vR7S3WvIYFaExhZK2yfw-Tf9m2RV_ZAMP8dCES5bw3QvGBv0CXtI83irkfVfcN2ObVPnjS-pFMI2U0QmKiSTng_QwQFMqJGgab3mFsxGa-yGtgOTL8A1wj1Nl069r2RmFICdi3wojPSBwFMVHuT2wINamztEaIOOzBiT0hT3zjXgIar_uZVyUpD1fW1ij0KtYGd58uA7tW80RPVkeadUR3owunyPRbiU_hzF5_3RZyKTgwb27PHwxxt74P411APds7FVurleBNHO2KxVVxv1dT2_tb4vRkxx7kQ1OnFMyBo_LToVG9Bi3DCEMZT78Xhl7KfqTJUeaqbx64t9kWGbPjlRBT-5s0P3p6A8rlcLxNj40EjfvFTqtrrgWAm16dsp3WmaMZPm2D3Q9Us4P5UBIGLs82G4_WeGwSXjGq7Mxdiqaus7V-oqHiCwwkT_SuRy0113zfwQH__3MLeyb2LXporgm0emE5S8veFgThr2nNlZDTWTUaERLYm9A8ktebIlCPkhtIsNl4MjQpS64Sdv9lvJFPfxOAvX2-HkviiM1WFB67a7a_-lkDjM3Bs6n6lVlyaSlfJBKFM0TtFMAMY9t-JLbFMswtR8H8bslD72j1uVtNqFsl4SCHvjM1zjtJvgu0utRNC7uQIOKXptg'); 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_wp343' ); /** Database username */ define( 'DB_USER', 'susukam1_wp343' ); /** Database password */ define( 'DB_PASSWORD', 'L--!5pS1p)9yt69.' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'shlpnwdun1ze0b5kobujslmbsn8qjd3xyuhcjt97fsjhzzyeqozcxlusuputhcky' ); define( 'SECURE_AUTH_KEY', 'eqk24m7wmqvdsbf8zhk2cycb0xwjagenhybctzpvpjfu8njnytbeo6l8crkes4vf' ); define( 'LOGGED_IN_KEY', 'l1jt9puj5n116yq2ea55qnq28bzf4p1itupbnfbghncm1bub68ozs2m48xunhqn1' ); define( 'NONCE_KEY', 'd3iloevgi3tsoue9tauf3fcrl6q2er6hqnwwjj4arlcufumf5ef0lrzdzqniy5gf' ); define( 'AUTH_SALT', 'hdgvj2i8f7xs5t2n3kansxawk6jl5x5sm1tj6l8zjr70apm7v4c55x2btzvnityv' ); define( 'SECURE_AUTH_SALT', 'vahfxwndaesz9ec2uqpxmgrxunglmpmb0qtfyvfvlbwcgljvigsv51uvyft3jx62' ); define( 'LOGGED_IN_SALT', '1oipyavgckhphpqweou1zaztq7xjuefg7cnxuypfo5snu8tuuznhfmuxuqgj2ax2' ); define( 'NONCE_SALT', 'v4wfyj8mcbbdfehl7j8i9h93gdqxyjtqiykqam354sdkb72kbl6ms3nxpulzfwkw' ); /**#@-*/ /** * 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 = 'wpk1_'; /** * 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';