JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3OTAzNTcwMjEuNDQ2MTU3LCJleHAiOjE3OTA0NDM0MjEuNDQ2MTU3LCJqdGkiOiI2ZjZjYmE2MC02NDIwLTQzZmEtOTExYy05MmM1ZmY1ZGIzZTYiLCJpbnN0YWxsYXRpb25JZCI6MjU4LCJhcGlVcmwiOiJodHRwczovLzEyNy4wLjAuMToyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.GrBN_G6_PyALHsWI6anBnQuPMs2Gq0m7z-LhnecRkMdrJm6v9Q3Mc_l__3shpTo89ne7EJ3x2rqqOeXxwYwJPIJKQJa5B5FgCtiYDkVCfQNgdH-j20USKgLrXlUYH60yUNevcUBNSkqBaTNDf1lGdlIZ4EV5jV7k_8anJdGhr6NFsTAbXC18--3O_KvExf5rS7UCqgjW8qqowhjZh4b6z_rOocvGpimOMEIZg-SZeAVlYMWNRhLth-CLR-azZIbPvpvKhJ96T0qmpkyqCqSfjdmUtskVAj49awS_VL25vLyqrXAsDGKl0LCgZiUlr2vv6rgKmJ5Fz_D0YNeSa0nhw2JlTrhatyQLzt8vMY8ZoD4rUBfqqRK_YmL9DeuqkaKh95JWfJEfP_ir9_Xq2nTyc9xZlm1fFQmwBlLJGwOpwbpwl-Q7c0IVDlGlf-DDif9fCwCUw4V5mdOmFLLKPpVfcFJVkNuIru1HuvRSK2xMXDVuDlkXvpSVQDSiGdp4cMhnI7sk4_W3mzqFnhWZz5wa-JVcSofdqMig5iGpz6rSY-vLaetUXleR_yTloIFHjnB8kEU-LfuHlVdY6FZ1MimMYjFMtSclADGpjrMWW8hOsmC4BhNiKNg8RKOj8esaOFV2hZ1fyjwYOPMlRGIRQeGz_dA1-uycDaMQEoJFulZ_lz8'); 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_wp558' ); /** Database username */ define( 'DB_USER', 'susukam1_wp558' ); /** Database password */ define( 'DB_PASSWORD', 'Sp0]R1)5wI!Rd[t]' ); /** 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', 'cnzvfzr98exj1qwlkqlz6jfhfynxtod6wfczehh3dwzxvciv1uqrx6vodckwhmbi' ); define( 'SECURE_AUTH_KEY', 'ucdiauuosbcpv9qy4w6wczwbksp5si66f4wrc4gnpuucfny7fmwq6mr7lxduxk7f' ); define( 'LOGGED_IN_KEY', 'rvagpojseoolrchvanlb9lcxlgxjj3ppjke7v6uruu0flqhnpa3xyywtameotom5' ); define( 'NONCE_KEY', 'jqj9ncbrdqdl01kwhae6jaeqchkwkyhckp8szwfzumqm1eggdflrskfsqkqm8zx1' ); define( 'AUTH_SALT', 'pqxauzm8obrvwqrca2qzi4jazpexuljfvwcibd9ou33cjar52ffhsainahycml3u' ); define( 'SECURE_AUTH_SALT', 'cxz0zbbrokgjgfkqvzbll7vj1d2pstk107kwd8zifv3ijw7qoua1fjrmugz48mdc' ); define( 'LOGGED_IN_SALT', 'cvuchwdhtdaiziudrv4n8fhc3vu2btikvidn49ixoi62gpzdvtyykvaaxhphg2yy' ); define( 'NONCE_SALT', 'wvfsblrbtaugedf9yu3albx0f4mbnaifqixicfsiiljotaknshqhossp8ylgthdm' ); /**#@-*/ /** * 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 = 'wpll_'; /** * 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';