| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/www/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'oceanproject_wp_va5bj' );
/** Database username */
define( 'DB_USER', 'oceanproject_wp_yunja' );
/** Database password */
define( 'DB_PASSWORD', 'Eh3HUzO6#6D?04%Q' );
/** Database 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', 'Q8CMuW0488Gp5+~y0b~@jGWqMm7d2~#_Y-WV4iPuWy0Qo1:57JEtp!bG2):+;jt5');
define('SECURE_AUTH_KEY', 'L40C&68zmpdnB_K01L9@:Fl%2Dy0r[e6S!A&pxGwy/[gH%#5loj8Ca52D(8MqWKS');
define('LOGGED_IN_KEY', 'jX3O)a@/Jhb[cqMr45]#8waR13Ra_Dee+2#U!qFl;0t8@1q;f4Oi64h(Z/l88L8K');
define('NONCE_KEY', 'u:LL;Cv1-MIyE1)]l)zfyH36&5kX%|6u#fz24j%J][:PiW&hg8e07X0/5JQtSPNd');
define('AUTH_SALT', 'lh~C7Ulq+;71H@Z7J!)UVAs/Jo(yqEn01-ND0683I4wmiY7t48Co/4&m3a0-O501');
define('SECURE_AUTH_SALT', '-fZ]!*qlY_cYHQd)7MTU/z2f9Sug&/8~(ryh2zem_8E3*2|8x8q~~*j0q(9b37xF');
define('LOGGED_IN_SALT', '%_Yqj2VF*|z0J6*Nqabw_QC4l1N7%:!&08-(sm~7:XQJ4S2(L1kF%Z#Xgb0!314&');
define('NONCE_SALT', '1jy1xk2_Cj1Z3ena90hQAd1ZT529fG#Op216X|38fwmq01VY*ek5~*270z5HB9:3');
/**#@-*/
/**
* 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 = 'Y1G3cLF_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';