| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/darkreachllc.com/public_html/ |
Upload File : |
<?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://wordpress.org/support/article/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', 'wp_darkreachllc' );
/** MySQL database username */
define( 'DB_USER', 'wp_darkreachllc' );
/** MySQL database password */
define( 'DB_PASSWORD', 'SSBHY7AKmq3UThFw' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'mc9=fLN-VLX6uCd3)U<[[%0EPm/L;AC~6jeW{v&+R]a|S+B^{ALY6jXjVVq4!:r`' );
define( 'SECURE_AUTH_KEY', 'vCq_ND..u+5bbS4k@I7Tvj]4($|3d2:WgNwaFAIDl&4,HrBpjiH8b$ce{Q5K=lLX' );
define( 'LOGGED_IN_KEY', 'R[?u.7v3KLyZSm{9ho@f6?Y@2C&G1zF[i/x7.;3=nPPtqqYlv.4HQ~`Q_9~}6wkY' );
define( 'NONCE_KEY', '*.G@6Hyy6W#%EK4&*!{m.YO{3FdhtQ2[Z!bq**:-+);H@g%d49Ee5F8|:E4mAMn?' );
define( 'AUTH_SALT', 'D%-gL$BI%m3A;JdX1]-^rTgAa;NOe_]eY;81J.2fV@y![N3{5 _oPnPkl4uf?<}w' );
define( 'SECURE_AUTH_SALT', '.gI#O+ki6G(CIyTVk6RbEe3-BO0h:.R8$o,l,vP{>e_Hc{4E$_J>o]HSoaiJ:!<L' );
define( 'LOGGED_IN_SALT', ')Sr]YKAewybG*u73|<>ZzvF<}Y+L&1/Kl[l8r@hxz*C!-l|tl5O5I88Z d516O9)' );
define( 'NONCE_SALT', ',@qc0V2s(0U3LA7L%8,n05fE7kB2MPD9SZYHsDg.ueu4]o1e/VE-s*JjLMg]$@5@' );
/**#@-*/
/**
* 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 = 'dr_';
/**
* 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/
*/
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';