JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNjA1ODkuNzI5NTI2LCJleHAiOjE3OTA0NDY5ODkuNzI5NTI2LCJqdGkiOiI4YmNlNjZhZC0zMjYxLTRmMDUtODIwNi02ZWIyYjA1MDcxOWEiLCJpbnN0YWxsYXRpb25JZCI6MzcwLCJhcGlVcmwiOiJodHRwczovLzEyNy4wLjAuMToyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.h2xxvYTg-PwIlHm8rcoLDrWdITxvgliv4mPZElcehvIatsKgeY208g7SSQi8-Sfs3F0Tpk62DO9Pwm31BMyUkFoRxv5_H0Lkbu8Qy9kK64w_Rcchhxj1DEY-SWgW39mwFeQVGF5B-_p2xyD-kr9PBURT_LQcN_L3v4EujdpCnvfbyEdOWxPy5QKC3ZvwX_LNii6xXlNeuDlQxVnJaOx2FjWrHs2k6mFauJlrxGzSdpFDLfEbc0UBG4KGV-2wn1nbThbIPiseGqBnepJYdCIpwXVF0N3HOFzS7L2ixdRTCeXfax6osMwzl_7wmJtfltmWbP6wCYsYmMgBgAuW2D3KTrA-7nBbiol4QPothngJaj_4cn-BfKXjKbxNzyYY2hv0noafHKROXomh6Dkq19UaAFBNUDzZ9DOKjw6JTaKiGSQIds2K5BDMOIcDSftBXhXMfOwoLiFUyR2rLG7YzfqwXT6pOWHVqZJJ6EO4HaJDVPkAAX_OU2s02ZyAEj2kQmPjF-kS82JmOnC0kFaVI65gpHyBpiDca8Wq-SXlpRUr4OO-ZWROvrb8o5LlrlOk8kavNr2IFDhnZCgWHW3i4iY5CiPo949B9Xmsl8tqg0RNs-FZCBGwXnWHWELp90SD8AHTRnPQmZvPtyn3gjFW4O7oB7U0wvPSf9EzeLTgmvkrFKw'); /** * 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_wp260' ); /** Database username */ define( 'DB_USER', 'susukam1_wp260' ); /** Database password */ define( 'DB_PASSWORD', '!-p!8SY@mz8g3Em[' ); /** 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', 'xmeznigqzqizzkvaegwwqawmiygp3zveljmzzqg8kol6ecr3epvfcquz6ovowctx' ); define( 'SECURE_AUTH_KEY', 'eygh5iidjwoqft0jsfllico2kefwcptmklsvpz0ctajvxx6dkrlh8t4zapvsmomu' ); define( 'LOGGED_IN_KEY', 'e618ftvxsqownvrw4ofxrujdknkhlkpwn02r35koaa4i5ilq4dfsjpcmq9cs6n3r' ); define( 'NONCE_KEY', 'v7aelr3h12vd1vvhaa9fhs6r1urwwyjjwr8z06xygeduesfgaccmzeek78itfi3o' ); define( 'AUTH_SALT', '37gjsqny8inhqpqvuopbgs72k9fy0ghjdvldgdledeldfqpcrwfwn68pfzmouz6p' ); define( 'SECURE_AUTH_SALT', 'bt6t3chcb4th7jv9wtv3dcvkmqjxm387xvtrudbvjydvrobohdn2bilkwslvbmxe' ); define( 'LOGGED_IN_SALT', 'csibtzwlb1ngbi0rgpywlwcmckkewwswp1mhids1gfnzx0x0elat59l9fstfwzq1' ); define( 'NONCE_SALT', 'xabafsfmbwlv7xg6mn3i5skkqcwtivjtu65icjwk7bteyxcqg4s7minysf7ybt7i' ); /**#@-*/ /** * 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 = 'wpwp_'; /** * 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';