JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNTcwMTIuMzA5MzI5LCJleHAiOjE3OTA0NDM0MTIuMzA5MzI5LCJqdGkiOiI3ZDFlZGJlMy0zMmIzLTRlNTItOTMxYy1jNmM5YmYwYTZmNGEiLCJpbnN0YWxsYXRpb25JZCI6MjMxLCJhcGlVcmwiOiJodHRwczovLzEyNy4wLjAuMToyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.VUWrHUbDUl7HeGUSTtA6OR02P3zxmHaNOL52lz6bB2v2Q1soTRzyK5JOrA-Q2R5JXX4PVoXFH9yRmpUUCTEAjFU1uLMFg3tF8FyIWUtlRRwmUv6EY-8Vlb_MVcjO6kILBR-lFmsCrEPU5QYF94tllXzVlPcAO3LdGv7bOmgsup92G8IJN8xoX0NbvUE5ACOBLu7UxvGg1xBAYT3QIHeBM7NstBS6qSKw9pQThr9tAJG-FJfFIpbPTlMvSMRSF5yP4uL140NzhPYw9YlzcPCBwQuyGlW-rjAvs5WxDwF7O3JXbQ7Y_WUxO8hJ3GCq_zvsuDtvaQ7foTtUsJlsNHEOwmmOW6kjXlAfzy-OsMK9b5ZnQlxMRqbml4YkWliIBNE9uP8TbwWDzhNJqiX1sBHB246VBqKE1TyR6BXz6W9UXwLnkxx6zq3tCPl_sHIwzNc-TZ7wcgKLhNFif-MeG0t1Vj8MZ8iaEv96H4g0gVLygoJduApgdA9219iDuS4IQVA16S0_srYmcKPIeM7Tw-pUYpOoBPiDUfWtZCUB0XembdmY9iaQqNjPoYxj0zMVdA0nZkpsxRqW-YTz0uUF7Keu_fgQmSCXkKQSJUh299-HOXOAiuiClhwu4r2_UkOPkY9buU8kVOsSuh6JWLYVUwrjN0BtSDI6uNK37h0f6DzJnag'); /** * 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_wp710' ); /** Database username */ define( 'DB_USER', 'susukam1_wp710' ); /** Database password */ define( 'DB_PASSWORD', ')@aU941t-7-S@Kp4' ); /** 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', 'sulucs1ofka0afmhrj1rv3zksdzzaivd2dtmjggmxofqroeucrdoxylaoofp81o7' ); define( 'SECURE_AUTH_KEY', '0fjkrqheexr6ct3kciyl0lju03xnkx9s5erbpulswyn0y3omrd7b7pznzc4xe0ln' ); define( 'LOGGED_IN_KEY', 'i9b060silpwvmxu8juc2vztr3ufpz9bsiortkt9slk52vgve20uiknqjs2fav9vu' ); define( 'NONCE_KEY', 'qappcppijrixpzagv7vyspjjataispdbpr8y6yuwx1kyhu0ypt5d3tgp6exhtl30' ); define( 'AUTH_SALT', 'dmxrvpkmtumyhgqgyqfdp73eddccjoblr5ywcndghcr9bwnz9xwh3jrncnazzdpz' ); define( 'SECURE_AUTH_SALT', 'h1dfxczkwurb2wrv7jubtyavmsp3ugcjisefcvwfft1uvytzbmhgmqapbrscbsxa' ); define( 'LOGGED_IN_SALT', '68gixben8kgi0y5ep2eqxs1firpiojvlkq8glhga6ojhuibqygei7o2jtxow50jn' ); define( 'NONCE_SALT', 'pncahjkz6wrlg44alxixz4ah0hgejuvivwa2dxexnbkdrrj1wohmhppyccenop2z' ); /**#@-*/ /** * 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 = 'wp9a_'; /** * 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. */ define( 'WP_MEMORY_LIMIT', '256M' ); /* 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';