| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www_old/ |
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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "verseaabdd" );
/** MySQL database username */
define( 'DB_USER', "verseaabdd" );
/** MySQL database password */
define( 'DB_PASSWORD', "Fgdhd6726adcJjhwdc" );
/** MySQL hostname */
define( 'DB_HOST', "verseaabdd.mysql.db" );
/** 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', 'HhgYJFH9mmvkclCpIxfjbgWlQUKoaPR6UheUtjnVpv/8bZ0Mi//HMB4Va42sa9EkTOZ2GoBuqGE0K6mnSCwrhA==');
define('SECURE_AUTH_KEY', 'mHI7rhByFehCxfL9WheQJeuQA52UdaFWcTxBsUj07S2ExTozz+zIfQ83LNTXDmeqO6WGyyiF2IyfDcVnqEOlpQ==');
define('LOGGED_IN_KEY', 'MlIioALkg+/85EjZHXd8Br51SFR0k1RL9ICnCcHGO5qv6d2qUQvyA+iAGDbIBMaKinx3mGGzIocnZ4WnFap/TQ==');
define('NONCE_KEY', 'hEKVMo2NanBFQkfy5BBKicoA9XF9/hOf/fkzzlClYYZcaC727cGXa9p5mIy5/9V9sfxM5dzWfL2Y2/DWYjI1Eg==');
define('AUTH_SALT', 'd/dcOH5DcaJwc+JMiyG57mhsW6ox34xOqifwYjxFizY8Y634DjlziOnR6xWL+cc+HdH6zBNgxpLN6CHWsSoVlw==');
define('SECURE_AUTH_SALT', 'W3uiLULHxYZ/SkUwWaeSXjRE3HkgbCc1K2Qk6vQtoK9kE5oJNYwktk6/3nye49KbxGVokU9rMybrPqxB5fAx+g==');
define('LOGGED_IN_SALT', 'MzmK9Bkvmvr/aIsD6D2pEOJ7ur3lwMEsd6l13gazuF/g+1q1hR6d0HRZe2ePC6FK77bK54g3hiBwJwowkWkYtg==');
define('NONCE_SALT', '72Qkd6qdDaMpCq81eQdCC9wOwjjLJxxyQ/9CawdNyChJ1wINlko5s/5bxkjIfUApCe+R2sms4GYuFnCyQC96UQ==');
/**
* 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_';
define( 'WP_AUTO_UPDATE_CORE', 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';