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', 'u187083286_r4izv' ); /** Database username */ define( 'DB_USER', 'u187083286_4Sy9P' ); /** Database password */ define( 'DB_PASSWORD', '6LI1HESbXO' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', 'b5 Zo8f5H$r]6l+w8|En%N0@vP[VwuxUOrN(h`5qm^_6W^]tgD!-C@,V]~Y.Ps6@' ); define( 'SECURE_AUTH_KEY', '!UhTyy4|JhO0/q|:KWosG92+!wyMtLs`CcRQv.nke2OMBWN79:GGj2V}9}Kv,,-f' ); define( 'LOGGED_IN_KEY', '[Mzu:7v/wK*T,ilf`S(bXr;,N,Q32iptj1IzuIHW5l3)&Zc^-Pk_-/ELtP)(--dr' ); define( 'NONCE_KEY', '_]o(NnA9$4//2Yaxo9J@hK9|7Awh~:9X8C,fN|0qBPO4^kCjqN8v4Lz]iL|Z(l<_' ); define( 'AUTH_SALT', '^jZ=D;.cpI<@CTCY92Bc=4HDe`UDM S,B[?5e`c39S=K+0)2wd)JAA[Gk;YfF$=9' ); define( 'SECURE_AUTH_SALT', 'Tc42/%cFpOzye<.^8pG5KHuku<etS-4|bS0hQMV9>Kqz[jJtp5KYwgNU|0tY@IId' ); define( 'LOGGED_IN_SALT', 'bkWg7&{Yj&I7+cHY[B!+!Y$3qGUK;+8!l*Gw[x?N<DqeiV*`&Fe#fgxSZ$A+z|tK' ); define( 'NONCE_SALT', 'gm],V0&]SQ%mT;3u)}OvD#7{+`6?~5m5*k-bdZ,jiut&=xSD3O)=O(M7*z-N]X#C' ); define( 'WP_CACHE_KEY_SALT', 'XAuv{QqEwSmY|<P(|QHTx1*45MHI[/$wyS(:_|hmH-M6sCfAe<z0;q2V^@?)>sf|' ); /**#@-*/ /** * 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 = 'wp_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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. */ //define('DISALLOW_FILE_EDIT', true); //define('DISALLOW_FILE_MODS', true); require_once ABSPATH . 'wp-settings.php';