HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/design-blogs.co.uk/public_html-20250117120545/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', 'design_blogscouk' );

/** Database username */
define( 'DB_USER', 'design_blogscouk' );

/** Database password */
define( 'DB_PASSWORD', 'e9CNreMUdETJNP_I0Q2QQe_G-tpcKDMB' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** 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',          '{|7[;ooaCV}l.duTeEhC8DCDMZU%I6cGF/FFS#|0SR0Th?LzIz^<ay2P[J]yGGb=' );
define( 'SECURE_AUTH_KEY',   'E-NW!TL^?D`p)]-Hy|&26rg3gv+4{3@Suxu8]e}&H<P$UR@mbICg2j~W%T~]4ou1' );
define( 'LOGGED_IN_KEY',     '{eCh5~/9`!{[P/1oGLknzFOB0{gU0Lz<Wj=dd7K7?5mC ~rq96F)x[Grl yV8S-~' );
define( 'NONCE_KEY',         '/O<a)F,??YaJ]F[gb7_?q+1cpu9!VgM?6yIxB_}T~I#o^FY1x66%^eX*QOSv2Rss' );
define( 'AUTH_SALT',         '0!Z>vtqXt[hxXK.I1.^ P[px={-CS#CbcRT>eDk9R40!]!k&Z1!6`NN(M@I5>19=' );
define( 'SECURE_AUTH_SALT',  'oJ$AJ.BuRdDUp|]{TFKS-ZYhxN|BiBth&>(DPh=GWiU,>}~8fMw[]V4S(`[aI!pk' );
define( 'LOGGED_IN_SALT',    '6u`2|XEXj%)T&G,`&fl|uP+mYHZwn/n3RF@SHaD8&;)i~Dvjn;}CglqJAZ`w_&ad' );
define( 'NONCE_SALT',        'EE^<0?*Rws^]K71}G}2fWJo~E.NE]$S$SEZQ(2eTIZ7F= 3.qLrTv0-t<HgOu2$L' );
define( 'WP_CACHE_KEY_SALT', 'zAt%c0C.x+Q.K :aaFBYN6%)_WIxY!_-ClaFUKO+?bs0E}7$%4_rp+Qf(%2cgoG+' );


/**#@-*/

/**
 * 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. */
require_once ABSPATH . 'wp-settings.php';