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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'u504786304_TW4Vj' ); /** MySQL database username */ define( 'DB_USER', 'u504786304_sMpdV4P' ); /** MySQL database password */ define( 'DB_PASSWORD', 'XUgWVgyeZLLvnJs4' ); /** MySQL 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', 'S `$b7|&&f=>ry>L7zy`v.:Egs+YWJEkjOu3s$23hj5`Evkx[za.<vWgb8&yhL@/' ); define( 'SECURE_AUTH_KEY', 'WD[x@U!)=SNA+2G{9s^+CsROWQMtVZ}!cJ~sJl[wpZt9)XA,$`$=4_^!]fXQ!D+=' ); define( 'LOGGED_IN_KEY', 'ZhqS)ss8X@y(sj )E)eLsXKj,Ep3Z^nzpd+RfgnJ+{Kmpa$`8IxPQ*;:g#&o{ZdB' ); define( 'NONCE_KEY', 'lk+C>OM$oTk+:kLd~*tJn0mn.`lB+9X<0FO8qN;]9*z;5s;mTVl{cO{W+`ww|Y5j' ); define( 'AUTH_SALT', '>cLWYu,}Rh08ll.HZ`&j@OJsbahi_!z~HoB!s(D*E_)Z%cX|c^725fy}hi|>Su9G' ); define( 'SECURE_AUTH_SALT', ']~GeE-+Sb~EG(+Z!H9}klut4X4EhKj,rXO|!X6n<Ylu-fjbgPU2 SD>fR7UYe#[#' ); define( 'LOGGED_IN_SALT', 'F*1c+@scqbYuFQq}a+UkxsM3w%~J^63Nt+$}WR3lC*]k?,C]<#}B]i]fO]5p9ir@' ); define( 'NONCE_SALT', '?i+,G&U?%Sj[`h%r_](q2&/*FFxCS5Q8=~Q)Xu$Em >Qr@4Uzbu B K?eS4m(s{=' ); define( 'WP_CACHE_KEY_SALT', '&SN_CfsubFg(vgB-6xcU$b_avC`b=$Z`dUWY$rd!YZeIC#f~`[Z!nIpB?nYKM*;i' ); /** * 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_'; define( 'WP_DEBUG', false ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';