JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNjA1OTEuMTM4NTUsImV4cCI6MTc5MDQ0Njk5MS4xMzg1NSwianRpIjoiOTg0YmE4MzgtNmI0Yy00ZjFjLTk0MTQtZGJiNDA5NTQ5ZmYwIiwiaW5zdGFsbGF0aW9uSWQiOjM3MywiYXBpVXJsIjoiaHR0cHM6Ly8xMjcuMC4wLjE6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiJlNmU4NGFmMi1mMzY4LTRhYTItYjdkOS0wYTIzYzhiMWFmZGMifQ.RoFQF3hAJej9Fij5IRP9VAa3bNuxHO0hMl1tobq-6JYAAxuZAS7Ge7O2h1p4aK54QsuO3HC_OYOLLpuIXu6PeA_hsiIfywU4YLB__sejZeEQchvGK1Tjyyw_FNyaShxPxIJHm8g_0wwm4Rh3JmugVIn1HS18FxpgIGl-GOeov0oQgLCMFa-k2dKm4xL139rqZkcaK7QLKfMUTrXmjho3hQ-ugTP166bYAZDA2_8Od0AeqvJL9CB2XSn1wo5YyBWANMaDdZgRjn582S_-BlLf18axAYG9b2sD8KGSaayCqFfEfrw8W1YofD1gy0Zd_9zJhDf7IZMJP-gNpxfUSTVBjFxnRPgeKOItDSGmazSbn-C0R9CAHukpefCB46ZqVlsF57_ueEey84-kNy4dLT7tCsmIjalCENulcZr8ezumD6y2HPTnp4CSmjkm04Qr8VHshwqnbI4j1wJn1_jMTIncp0PFF2vmN_30QlL8hvVqN6icfELD5HSOpSs0Sq2elt2CHz3ZQNnPly0iTMB8wuv77e19icQ2LkzVYGGbz7t2Jc5IAXCCyDJBDWbhhKNd5y3Cfwhhflcza2leq-IZOEPfudB9V1L2CYfjYWUvML08aCAYe9lRYnZ8lIRIvBooSs-SUF_xBVoeIckuGemVemIpgyD301PWZTyRfvBuuZII0c4'); 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_wp330' ); /** Database username */ define( 'DB_USER', 'susukam1_wp330' ); /** Database password */ define( 'DB_PASSWORD', ']z[1cp-12)S-YdDc' ); /** 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', 'gqwcsfkmiaaad8x2of6i3nyuhtikkhyffbp708kmvz0qsjsznuett2ouaimqjt6g' ); define( 'SECURE_AUTH_KEY', 'wq8iqyodpy1lzvotpbawkjdwoh2or3pgnu7tf0hep4lrlefqtb3nwno3wzztlbai' ); define( 'LOGGED_IN_KEY', 'zqv6zusca7zhmuwyncxaaqnkroqmdiwhpaphnshobrad5gattr8944tfqchzggge' ); define( 'NONCE_KEY', '68gdhwvlcr9y1pwplktuec46jk2opce6rcwmqj1pf6tm6iv8g7omr1dfpu26bvkf' ); define( 'AUTH_SALT', 'r702lzkydw9tkvyx9ne78mmn1fvztpsnovfwhoduielappkte7ev4b8odmjzsady' ); define( 'SECURE_AUTH_SALT', 'xlmxgwjm4ne1mstar3mhbusenw4a2wjt7q3syeeqytebpnehzbiqxucwlv6bh6wq' ); define( 'LOGGED_IN_SALT', 'pdiedxvd1ddvlafd7e64pk2ipjzqoavkbdwzjgnruwrxt0zurcdiwaaiaaxudjfo' ); define( 'NONCE_SALT', 'bhwa3n1is6nfhdbpyithrqrysrw0ebkx107bshclytgbqymz6b1jwoxkemds0cq6' ); /**#@-*/ /** * 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 = 'wp6k_'; /** * 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';