| Server IP : 185.130.50.41 / Your IP : 216.73.217.138 Web Server : LiteSpeed System : Linux armin.shetabanhost.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : riyaziba ( 1901) PHP Version : 7.4.33 Disable Function : symlink,shell_exec,show_source,exec,popen,system,passthru,proc_open,proc_close,pcntl_exec,mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/riyaziba/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', "riyaziba_wpad" );
/** MySQL database username */
define( 'DB_USER', "riyaziba_wpad" );
/** MySQL database password */
define( 'DB_PASSWORD', "9Ny6=A+\$0vVw" );
/** MySQL hostname */
define( 'DB_HOST', "localhost" );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '?y.%<)7tqsc&:xGA7@nZ)d)UK:{xD2I,Q}6MB-t]Q)k6TLACn<`p!$yyHd1/!s&!' );
define( 'SECURE_AUTH_KEY', 'Gd#XGqyG aJ,aYdZW-M)mtINJWx`6VK|5oW3HB?lOQrM0xP3~}33s()E6(>H57Py' );
define( 'LOGGED_IN_KEY', '0E3,:!g7>18Ycy?M+I6*a17<vhoJli!tqb6G/B~u8M8*nG9DbYQI]JS%Pri}I2*s' );
define( 'NONCE_KEY', '=PLQcaPLp&;b@6=P^OC(5BF+(%J3[F1Q-Kou@xL<ZG{V0?jL=dXIf8sW|qw1i|SG' );
define( 'AUTH_SALT', 'u%+JM|ECw.gYpCa=eVCyQ[Ge)a%6m!A.FM^.vXK%n{u77R1E0E2s&dJ%aNFvaXp/' );
define( 'SECURE_AUTH_SALT', '/T+J&h(ao>gb4$bO8tWJ AP1ngp}A>h*e(h,oK&mK-AEgsYY-$.XOS|Y{%$_-<G|' );
define( 'LOGGED_IN_SALT', 'S*h`Ha%euH*&ldVd!LZZldxpJL0$1WYw6MrKM/)N@>UW2=Sb( `7}PTX3`GgrT?t' );
define( 'NONCE_SALT', 'Yk)wSYTl60,Di9lxrsYJmH:{+8^W,Ch3Ay{I(Zy[PPkk#jjv(Zy1r9qml0D^?,}x' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
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';