JezK
Edit File: wp-config.php
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, 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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'afghan_wp_xfqni' ); /** Database username */ define( 'DB_USER', 'afghan_wp_q1few' ); /** Database password */ define( 'DB_PASSWORD', 'v^FY4J7m?2Uj!K50' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'WBvgK0E7*4&T|d]3V658V|#h2k/_80!B*46x84Qzd50L|Xh1b/R]b61s:1+q9:A%'); define('SECURE_AUTH_KEY', 'g2NwugRpTLB|)/4a)/swt||/EE#h6fWXFKc4|D98585d_3[CdUo+2~un+@cP;/vG'); define('LOGGED_IN_KEY', 'Yt#T+26q74y)SYxN#0Z&i&p[:A#wS/!U(|@]Y*06j!9un*8ha41ZPpb2h/3r;[z]'); define('NONCE_KEY', 'u~lmq7+S/1|P7]h;u-b223~R&L-0E2F88VS~QY*a!S8L~[48;8d~7iYjx]KL6R]Y'); define('AUTH_SALT', 'I*07d_N@x@;2Kd7c9vKyj04Hm4k7Yd2MJ]6Nl4al~O7qd0/bz;:3&9b38G#*7)iu'); define('SECURE_AUTH_SALT', '_8OPYO0l!:s|Q94T3pBE)]*338t2-Zj~0z1-E1Z*wY~Q6e9-;r0A2FJ1aqoi4ZmN'); define('LOGGED_IN_SALT', ';9S92wW2T*;1TX[14oqT/9t]qE&elT8re2&N1!GzJeJ;O3~KdBLtBb3H6@a;VRxj'); define('NONCE_SALT', 'u&+e7-WZQAp[Z(+l#Qn13UQ97ZQ@K1fthoaSj)50/7[;;sESM;Eu(2N4zvxmx/AT'); /**#@-*/ /** * 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! */ $table_prefix = '0n9xsy0j_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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://wordpress.org/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } /* 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';