| Server IP : 188.114.97.1 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/ |
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://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'blueoceantech-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'blueoceantech-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'oDmn2VKnafXoaSFEJV' );
/** MySQL 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', '|xo3LF{I,?7~:5n{^8S|mD6F7]IAOenK2dGX%A7:>HSUg)K]*lX?L(/!fW$=c.8g' );
define( 'SECURE_AUTH_KEY', 'Me2GhNA 7RdI4h@;x8WCc(,dt;*zLFDuD@Gt;z}dEqj|p?oS.:p3E&o$dJV]&CAb' );
define( 'LOGGED_IN_KEY', '$WrL%D|fYJr{X9pIF;X>+}68~-uP68`>3;kgdPiA6RL1]Ir+SUuW<N V>a-e(.XY' );
define( 'NONCE_KEY', 'CTEA_LT!if@={_!G4ZJqrG2(Xx_2M[%h(R{ieAS7ThVcs[W|DW_y:hN4m5|U~0f}' );
define( 'AUTH_SALT', 'x%Mbq/`Hu}!K%.{gqM`O1=O1COU3G0~0W7(NH_*J.BWM:(Je4t;kP{/1re.@ycd(' );
define( 'SECURE_AUTH_SALT', '7!E}``o,bw0.[eP{`Ah#i1+T_ x;)Tz2kRD|aC:bL526_@-q4oxN)pz<2Oc-(F4x' );
define( 'LOGGED_IN_SALT', 'Y rn{/8)ZKkO34N50n]wv,^8/~TDsnb+7,+o*^I 9-E`@4B`D:@e]r/J0;(TS3I5' );
define( 'NONCE_SALT', 'OGPtZ`@7(EA6`:*K9_RUF~A5WZzV(^6E[dp7k;2W+NW:1~W=T>b!2Kt?h-RKb-rs' );
define( 'WP_CACHE_KEY_SALT', '@{A@7k xU]eo8_TWb=zIBN(P42LOnRtWj|Eflp+Q#e;zTNt@k!2;1N5)X]kd)OZn' );
/**
* 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( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', '081lAQZn3ADq7qDONdqdOBPx8' );
/* That's all, stop editing! Happy publishing. */
/** 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';