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/cssnet.org.uk/public_html/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', 'cssnetorguk' );

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

/** Database password */
define( 'DB_PASSWORD', 'KHTSqyrWFZO3obd6_RjKjm_84-ha89Nn' );

/** 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',          'Q;aUBI$/?h9H,C0L2}){lU+n0!#.)).F5tW>JQ_slZE,A%UdnJ5<CfO&s}~(Q& N' );
define( 'SECURE_AUTH_KEY',   ')M]SRmb5Bq/vvUG B!&Ii^Dr;L=cv4vwzm@/E!SYDaVQ_a%fElSyleD;=2FG$.I|' );
define( 'LOGGED_IN_KEY',     ';].i}pj2@9I#z16!j4hJBS:Mr>4M:Ul;0xQ3|8b<9f|VXVnR+(*%V3r@va0Lktd.' );
define( 'NONCE_KEY',         'd>9Q15nJYnQURD!O(1SwR@*o-[`O+(;XNNnFU=ZdEOK,_(kvHc^LE3}>B5{Q<n5C' );
define( 'AUTH_SALT',         'C9Z-ODit2YnfWXJ;|<K1[zep3iE>2~-jWqF(LD<wV5Jg<K7EZO?lJBAtz:!Bn6 i' );
define( 'SECURE_AUTH_SALT',  'rN*mV0(udWC%0h@yi7>0%tD6Ccnrz(77pohBwQ:&s_x&Nuc:(t-23Ng6tP)sGqyr' );
define( 'LOGGED_IN_SALT',    'PS0y`r=222zrd*SLT@guH69]y+EIprqUk}[ UBQ]iSN>/Zj#C67T6#,*b}DJJx])' );
define( 'NONCE_SALT',        '/lr^fZ[1[4F#-gTNfavo`194[:,1iA`XNAF.S:DqJ{cwZQuk12;`GW4w<U.rGu:/' );
define( 'WP_CACHE_KEY_SALT', '^(@+z1+pzb.efAJWbX${d<W=xU;3a4VZor`qrvYm=l>^;zis~>{XCqh0;o4u_`.Q' );


/**#@-*/

/**
 * 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';