HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux ns565604.ip-54-39-133.net 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: greer489 (1034)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: /home/greer489/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

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

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

/** Database password */
define( 'DB_PASSWORD', 'u9A6kuvoGd99' );

/** 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',          '#+P^uh j&v2Hw;8` &H|rX.!W}d]vzEa]6|4l_X[w?Fpb13Re@3wx-p2Z@^Vl_$s' );
define( 'SECURE_AUTH_KEY',   'Ez[(+lpmH8;47{_cT_vNNsWiWQV DZzAAFfu&rH$)Pk,YP4P{l[=jkgkc2-j2,An' );
define( 'LOGGED_IN_KEY',     'Es[El5uTQrs/fq+F0INqz1+.3o2|VwG)%[uM.)+&-_x&:Ge:D(h:9gm2c5:msisN' );
define( 'NONCE_KEY',         '4?7YYhq (=d!^v-Z.G*DT]wI|J,P~+uxIivG,8Y;i?/UF<Rck=`=UcnP8cPdL|O ' );
define( 'AUTH_SALT',         'h|?[fs%cg[<Z1NNgXr8 LxX$ *E>2}~q=M>H!]}fyF/Mpz_Y;e08,xdjcaD?EOi^' );
define( 'SECURE_AUTH_SALT',  'Q*m[ryeEF@xOhx`GQn!O{CoL(Ed8b}m?Ku3B,},mD5%F/u5,K,3ObO4.G*lm*KEk' );
define( 'LOGGED_IN_SALT',    '(}e$I$}Q5bYL~=L(pzd0 8}06(5v~W6B|G!$[(CVq(IrYQ>e,o.(Q%d8:)1m_~x<' );
define( 'NONCE_SALT',        '<s)3xRuh+_-V=@6]STj5gM:=od/2l9`&xRJUV*.%=Y:m_j^Ep;Fkz]|xDS80I`Iu' );
define( 'WP_CACHE_KEY_SALT', 'i.Y4]XL)zawUTRbBWEuuK*Qy}?J:XTcQe=Z zSBbyDI/TfV.|~.[9Ri5FN$<v~a#' );


/**#@-*/

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


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