| Server IP : 172.173.179.141 / Your IP : 216.73.216.196 Web Server : Apache System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/bamagocr/ |
Upload File : |
<?php
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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
*/
// define( 'WP_DEBUG_DISPLAY', true );
// define( 'WP_DEBUG', true );
// ** MySQL settings - You can get this info from your web host ** //
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
// define( 'WP_DEBUG_LOG', true );
// define( 'WP_DEBUG', true );
// define( 'SCRIPT_DEBUG', true );
// define( 'CONCATENATE_SCRIPTS', false );
/** The name of the database for WordPress */
define('WP_CACHE', true);
define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/' );
define('WP_MEMORY_LIMIT', '256M');
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
define('WP_USE_EXT_MYSQL', false);
define('DB_NAME', 'i5069163_wp4');
define('SECRET_KEY_JWT', 'mischarules');
/** MySQL database username */
define('DB_USER', 'bamagocr');
/** MySQL database password */
define('DB_PASSWORD', 'bamagocr082022');
/** MySQL hostname */
define('DB_HOST', 'localhost:3306');
/** 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', 'BSSSDJ5bTAV*qxPT1mKGYSQLakTgVluymv@7OG88s%LaC7Dz3Ut0SfiEW*zTM6ih');
define('SECURE_AUTH_KEY', '3AJO@PS0z7AQNFNt^1OfP2)3*^Z8xqYFt6LDuYFgDhzzxE84uJbRjW3hIw8L9uOi');
define('LOGGED_IN_KEY', 'tW7poNL2B7Pt&Xqp20R6m!L4ti#8Ve6rZ7h38azUy*Ja!vPCUCo060PNow7nwwXf');
define('NONCE_KEY', '2E#DeDo!9K*u)8sd4TTQNsiQtUKqqfiBPWolK8w02MMi0yjSS6%zY89!%M)7GNR&');
define('AUTH_SALT', 'WQINHseze5(3Pi&%4W3yG47a&%HUxu7bYNhInOYMvgBbpbB1E&lDSNwvWELDETy6');
define('SECURE_AUTH_SALT', 'tcRr@C9gFREaYTbqTb4%(^kQqPi!a*Ml859SIraGc^4f@&FHVuU#8MBbdt%2W2i^');
define('LOGGED_IN_SALT', 'zZPJSb9BeqjtFhgoe2zFTnM#X09CfSQ6Bs2ZlyIB^JqYMUnIeJxA4eaK1pUnimda');
define('NONCE_SALT', 'nuSavk0UHJSsS42hutP1eQfzpSXJINfkT4#AxSAikp9(cVSzZJgjcPOXE^UHD25o');
/**#@-*/
/**
* 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
*/
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
define( 'WP_ALLOW_MULTISITE', true );
define ('FS_METHOD', 'direct');
define( 'WP_AUTO_UPDATE_CORE', true );