| Server IP : 185.216.8.13 / Your IP : 216.73.216.220 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/MedicalScienceKnowledgeHub.com/ |
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:
*
* * 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', 'kids_medicalscienceknowledgehubcom');
/** Database username */
define('DB_USER', 'kids_medicalscienceknowledgehubcom');
/** Database password */
define('DB_PASSWORD', 'C2UNWOf7C93Qr1q4L8k7ZGtEvYn50cbE');
/** 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', 'Jgi9K9q~nmM8$&Be9:.y8Yzpd uM]+BeRM;&@o(8}p&v5wt1{P0}_~-g$|Udi-!O');
define('SECURE_AUTH_KEY', 'Iec#N}a83$#uxP65R|u!aDt`afbv&UbA%V1H&Nn^o3=bgXp1dPgVKtF,Uh{kv)U#');
define('LOGGED_IN_KEY', 'DCoe)>/TQA+v`PlSq*?>)%S8jSw>>*.Py#5$k*JK:7$0$1G4w;$n3s?OLheJ.+-I');
define('NONCE_KEY', ';wp6CdppV%:>.^g:D8zXuB(3G|>F;7Cbj*` EtFFzJ6pW):03c? JAJ>[uX4z;Cg');
define('AUTH_SALT', '4ft.JDl7I_<B)<Y@VO$[Og|y%dd@ID9vy5!?80(VCs^PKM4+!,u?F%H5B/&B+u29');
define('SECURE_AUTH_SALT', '=#^UryP%Z/_I=DM$?W@`G1^r2`O:NeP6d9Fg])17DF0~esv8h3QQhlrQSI^hKHFd');
define('LOGGED_IN_SALT', '9F|4bS4)y Vj16vWm<6VT1nVGZ4T)UuZ77|]4zd@w$h5A7&AusOKX0n$H3/DN#TT');
define('NONCE_SALT', 'b8og`-_rW9_5-5T12I[a(-^Ub>N8%A!*Vj9UI<v_hF@Gr{oY)2RWP%VWv.9wEimM');
define('WP_CACHE_KEY_SALT', 'kM}Nv|3@|0:3g?>kh:#DW)-wErNiJWI!iXZ_jQGwBG73kN~5nE8^t^R@=v}j?T ');
/**#@-*/
/**
* 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. */
// defer updates to CP
define('WP_AUTO_UPDATE_CORE', false);
define('FTP_USER', 'kidsartan@personalgrowthinsightshubx.com');
define('FTP_HOST', 'localhost');
define('FTP_SSL', false);
define('FS_METHOD', 'direct');
define('WP_POST_REVISIONS', 5);
/**
* 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';