| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/jayeshkg.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', 'pbshosting_jayeshkg');
/** MySQL database username */
define('DB_USER', 'pbshosting_jayeshkgdbuser');
/** MySQL database password */
define('DB_PASSWORD', 'aPYTwY89JjayeshkgdbuserEMaPqfPVUD8');
/** 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', '([#?kD]!6a mBdu*i%em~rB~T5ncjtr7rTwl{cKRhRD>?+$oE=y)pFCgE[s#J(,1');
define('SECURE_AUTH_KEY', 'Y][<-M1qx7_yA@`@dFn/YWU4K }CM%i0(`|mcau`rxaco*@:/1q.<rf}Es|b59Fm');
define('LOGGED_IN_KEY', '=[A4RmZk3DR<5)fO|w ufDKEs(hI?Y$}wA;{CXx:~Wk1vFUVY)og0J2U%JgPB+~m');
define('NONCE_KEY', 'ZVSFS&%m#I3QS[dy;)NhcJGH5zl#ld~TJvaP5<,KpCA(rdVJ[o-Bx#OAIjJ3Vlqv');
define('AUTH_SALT', '_-OJB!2sKGKCM0BQLli2L~IocY6i>prmLHc)0:4%)h@lSAg$!cx~&Xag%nm4i%q%');
define('SECURE_AUTH_SALT', 'H{tx)Yf~[yj(|1%jZ,:Xo=<SAy/)S4Go#/;gOifT::Rv,N6}7d.j]CB:&tk:=6$>');
define('LOGGED_IN_SALT', 'NcZS^h`wY_reii+m<str, }Dp(ayO>bf).Zx0v/W8hH-~z^6<q)^ra2O7nWhoexH');
define('NONCE_SALT', 'b{A6f`o0p-y_k?g}@wL/&.jo@Kp?Kgch:DWdP #Fe5;oY{&d84=b.O?}H.N%d[js');
/**#@-*/
/**
* 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');