| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/paysitemanagers.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://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', 'paysiteman_wp');
/** MySQL database username */
define('DB_USER', 'paysiteman_wp');
/** MySQL database password */
define('DB_PASSWORD', 'k3fBMK4y2HEHXp8I');
/** MySQL 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', '}b{jM7g3JbalTyJICAn-(D<hMg5u]D$y.>g(/;i,b3d%=`,${k?f_hso:ex$#HFY');
define('SECURE_AUTH_KEY', 'b[G7SdKWgmc~1kI^!#JCz#}dxZUJ.DMSLy`[F$h?!Y5tB_/Ln<.zR+_o)^_c%&pf');
define('LOGGED_IN_KEY', '$u_EwaBh}I.(v+[Q?gjl5J{XS!6iU:m!3h5Z/kfU:(k.v IKT_:iK?,`Gi!IU![Q');
define('NONCE_KEY', 'c?_^>~GaQ_Sh#;wL4CTRSba+icBGHbqa2#^t-A1;!.=SrZ$wN+_ggdZD@t[j_<Ft');
define('AUTH_SALT', ':@1`$|O*rs1g3ZcU,3+LRFf+xAoY($%e2$#(,&H78t:,,+p5}Vn)ze$JVBs2j]^/');
define('SECURE_AUTH_SALT', 'm!mhtd!>K`O`u&j0-l0{lKIj1p? 56K(?UPpleIu>-2&>$|gLS@`p@W%:z5#D^Bg');
define('LOGGED_IN_SALT', 'W8.2ibQJ*=d&tIkTL0Mzv;Vveo#`v,G{>9K:7Ll_rf;n}&J/PunQL1KCyx[Rjx8-');
define('NONCE_SALT', 'x[CaNGcAiz#U[b,O*R%,nOJF(|?}%qx{bFB]>/TqYWt&z1I)[#b&mJXp w{;7=|}');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');