JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3ODEyOTAxMTIuNTI5NjEzLCJleHAiOjE3ODEzNzY1MTIuNTI5NjEzLCJqdGkiOiI4MzhkODExMy04YWRhLTQzZGYtYTc1Mi0zMmRkOTE2Y2JiMzUiLCJpbnN0YWxsYXRpb25JZCI6Mzc2LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.iBbHMvoVx7DnkS_1fQ5LOXjLwccYvBk63ZvDT-Hl-JvoQ9YF6BHYQvQqFjM4QHGU6G8DM0ajd3_pEydCDf9f804xJ-6_9otsgT0-Yk1NADj_XtuqAfv_Z_45cZ-gEsE81FVJY8DcGueYxLXGohJCdMxt3ORPAYwoNslgQBPFOjCZf1NrNt_n121jEuTdCRz4zrLZOy5VtMF0IJnYXp50k7XQLRAzMuR3uCcgosDSNaVVx7rD-PDlsbf5XFW8BuaA4GOYiJV3RqypZxuIUbWKDUb0UNgGoT5KiKZiGw3md-4B_KoTu60eFcOsXX3KTChB-E0QYso3DCu1cfl-Y3LTtibrveWX00VRsY5xdF3b186UCEnN_DfAWV726Mjbm7oqJ--mU-n9G8CLmaclAEjlV_BiO5LFKVdj-INGaN1JsCNbRp9-tMC6x3lO2Ac6hD5M2FCv8bndv3vJ0rWauslJ8fgaeCYcRJWlx7ir1eAyOv6yhWrJMhuPa0e8CWiRU5YR7JRVv_4EdReFDeCbZr-adZQRyJOx9yHWnPZCqmU_uZPbVa0F2YhBdGyqsWtObPvyURyCAnbENWgdi_QqgvlU5iETdj4UYS9oEAPgF6cLvCOpb78CpE_KP4qicpSKzE2tNsEB66HGyhJXMnriSvl87m0Ns4fxLh6qIeNYo9gQVJE'); /** * 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_wp185' ); /** Database username */ define( 'DB_USER', 'susukam1_wp185' ); /** Database password */ define( 'DB_PASSWORD', 'p3@6.biz1z5S(..R' ); /** 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', 'o1e6qhzy15flreridjgduih4dwl6v4xib92phhmofxqwxg3tpwijyr2nedl6vp8q' ); define( 'SECURE_AUTH_KEY', 'runbtvrltkpwelwi1gvlbixdtijih7m68akbimuz3dw46wjvfaxnd37hfxpw4jt3' ); define( 'LOGGED_IN_KEY', 'hbl1pr7zedp3cpudfqtpoemsijenrq6pk1lfugf8lr7v1ypmsjp4nvdiy7r9gfmp' ); define( 'NONCE_KEY', 'zncuj34f5uilp8jsvdke5fmptz1otxdsjt7rr4kue0t2etcvtcc2q6c6aospkjhb' ); define( 'AUTH_SALT', 'cqrw7uoiuwfn8xm6d2zg0d9fxdcccdyfigvup6gbli9kwasimmfcwsfzlbxsnbfq' ); define( 'SECURE_AUTH_SALT', '5frck6linyonp9uaikjlrza6s4okrmezngx4kgztnjhoapjpkgbjespnxkgaf85i' ); define( 'LOGGED_IN_SALT', 'w4g7cd3ayvhub6yu2rjgpcprf7xm6a8qhxv2xqgumymxwayzahlur2sxtmpjlvrz' ); define( 'NONCE_SALT', 'pdvkxpfcpmn5q60gsowu7yhydcvwnvd2ktyz3bz03dn7h3nzsdrirwe3a4zkhn70' ); /**#@-*/ /** * 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 = 'wpma_'; /** * 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';