File: /home/lsqdoer4f1j9/public_html/batterygamesonline.com/wp-config.php
<?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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'i9817645_dsks1' );
/** Database username */
define( 'DB_USER', 'i9817645_dsks1' );
/** Database password */
define( 'DB_PASSWORD', 'R.RKOiydoJThc3WrC8g32' );
/** 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', 'ecS25UrKFddTcoZpChsOKC68TK3F3Y913qZhWkDuvZGVy0HA7LEHUUJQJzA0PzFO');
define('SECURE_AUTH_KEY', 'LgR67Hhkmn6JAVHJcX9Yz6p05vQNqRvlpoCvqEBQHSttLmqz184E4OxmdMfW62Me');
define('LOGGED_IN_KEY', '88ppSa8IHV1Iu4nepmBtMGrbOhlf6CfTPXGW2DQv7ie9xLgPKi61G2a5w6IurjO2');
define('NONCE_KEY', '37DhAzMtOIeegYd6FZiXkG08da5UAj4TQo5EyjJiEISZuGMx5Tcqq1yMRKswfIok');
define('AUTH_SALT', 'AGJyuY9SaDc9eTfkvmy6MeoMJkZTvExGJpfdh1aqZJALE67xPytRFIdd4dJrDxKv');
define('SECURE_AUTH_SALT', '4whpJVa0wgqQDJTvGPgrNf1dgQlpERUMzZztuT2apbk7KxIsVdMzhj9p3cnBKcas');
define('LOGGED_IN_SALT', 'LhNlJZIKLWxWvJnkliCbyctXpaZZISAnZltzLehT326GOstDgLULk4ItjH1IT8jv');
define('NONCE_SALT', '1LHlODDv6YU0wSfbVQS3y7YZsSknv0lmxZ0AOsd9fzpxxKmysOD2qGv0QELm3GKt');
/**
* Other customizations.
*/
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**#@-*/
/**
* 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 = 'hnlj_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';