| Server IP : 217.160.0.223 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.38-i1-ampere+ #1084 SMP Tue Jul 7 09:18:31 CEST 2026 aarch64 User : sws1073902667 ( 1073902667) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/www/public/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* 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', 'dbs15019014' );
/** Database username */
define( 'DB_USER', 'dbu3102709' );
/** Database password */
define( 'DB_PASSWORD', 'rpqF4e6NabBKgBu7' );
/** Database hostname */
define( 'DB_HOST', 'database-5019103407.webspace-host.com' );
/** 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', 'EpywYeSpeK8TRiR46xsk3z0ioxKAHEOJapcEtw1CwdmO4AHtLwrsVY9l7IMd7sjC');
define('SECURE_AUTH_KEY', 'THP5OStrrKQX72gsV5vMu4wPbgqSwi8CfhOixAeFDeIoR5DBaDIEfwIN1urO43KV');
define('LOGGED_IN_KEY', 'F7iCuFcJE71UB6Uaw81uVrUt4FzwI5glc9xoPTBzNr8kYTUf3PYFLfbRE7kYyvSn');
define('NONCE_KEY', '1SV1U6FtPLksoJ3XmtK1vLko8V5akydYkgtx7Lkte1z9XxaG7d174vVoPHWW5Dk1');
define('AUTH_SALT', 'J9TaTxloZBr28XGqrj6ewtBFoAxNfgdVGmu4L1TyWKogxN9fv1JMommvatthKDmN');
define('SECURE_AUTH_SALT', 'xAm9phIXh3hgNpbMFXGlQOMo73eg8LyGhIpYkdLvODwaWjOVo0cIFA3dWcQZjeFw');
define('LOGGED_IN_SALT', 'OcQ1zuHTL9ALDlQggYhSu34Q31jAUE2L5XlZMuDQaIXdvoMmt2j7gXliINGPizmQ');
define('NONCE_SALT', 'YbXUYkD9qxZwUS7FKZ2NS0rjjjYn8NXDpjimdA9dZufZeyWW9cbY3bxT1JcDejUv');
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'jsbg_';
/**
* 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 );
//define('WP_DEBUG', true);
// define('WP_DEBUG_LOG', true);
// define('WP_DEBUG_DISPLAY', false);
// @ini_set('display_errors', 0);
/* Add any custom values between this line and the "stop editing" line. */
define( 'DISABLE_WP_CRON', true );
define('SUCURI_PLUG_KEY', '87f80c888564fb00cb86a1971ab608e2fb40549703680c3bfe920b813527be10');
define('SUCURI_PLUG_SALT', '8daec8530cc7e9911b4b9a3adb69da8a74062d5ff3196aeab785fa0e16a23641');
/* 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';