| Server IP : 188.114.96.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/arabianexpress/public_html/ |
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', 'arabianexpressdb' );
/** MySQL database username */
define( 'DB_USER', 'arabianexpressdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'p7q1YZDH47Co7bZyEw' );
/** 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', 'TS=+xN#;=/.9VBO=yR.hYSlQmYns%;D,#*{57DDLFjRQ+XvOB!)8&3$B]0IQ]W8:' );
define( 'SECURE_AUTH_KEY', 'l*R<K@9DR|.`ZU~{5DfG4CZ6Mf#(M%fuHoq#JZ#FQc@}DcNYlIE&g}KH?el^&uPt' );
define( 'LOGGED_IN_KEY', '(LG*!tAkYm<I<HyH8wRabyW}[_?b<qgxg8bTBm9Wv/NAdD.)k<HHJ9le|1kSxOL`' );
define( 'NONCE_KEY', 'R8$B~3IM:?%RakQG7jdjkDC;5oL{CyWRuSn|/q~[Y%Qgbq4QKmf&-Xy/P?#|Iwf-' );
define( 'AUTH_SALT', 'fZv_~bSW]8<qL?RU_sOivhU~]9|.eo;`iq2vn/~Ms*e?sD=Kj&tS 7#yfLXpTOun' );
define( 'SECURE_AUTH_SALT', 'baoR%iL[L0@m uFRBzQ3tYb$s~3?R`]HsSX$UqM_gHNDSL~R$m=xm8*P.r^=Vi$&' );
define( 'LOGGED_IN_SALT', '^tWQ@X%G?>ngO^%`s4hL-Gm;}t| gt~sRp5shN]L*%@;{;f<u]KuT;}~z%^qa{NJ' );
define( 'NONCE_SALT', '(:n3Vtnrgg:&6^u,=7$~Kz#C [$m9c!wprAs$@ apu/U-$1$Dn)XOJ+B5%@.zP@h' );
define( 'WP_CACHE_KEY_SALT', '/)M1{ZUdOyz7bhgw}h[_@SgG/xULdrXoTBd{UXo]#`M |((*#fEs+#qqi m3vS^-' );
/**
* 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', 'zTXbNlwRonvnOtfzcYCLtHLfd' );
/* 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';