| Server IP : 185.22.64.14 / Your IP : 216.73.216.147 Web Server : nginx/1.18.0 System : Linux 21475-restored 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/sitekcaspian/ |
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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'sitek' );
/** Database username */
define( 'DB_USER', 'admin' );
/** Database password */
define( 'DB_PASSWORD', '*F8]gTd#venb4' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'JDVZB=Wh*#2807KA9@$4^^B,ZUzrXam<+N[[g?Pu;X0$@L+=+w9g.]4IE!xKB*X ' );
define( 'SECURE_AUTH_KEY', 'Mf@b^?V(~T<W.akw_1d!w0r)Z;&!=$,Cu,8]-x[}<GY;uqXSxrJ`?,HF`XyU^2KL' );
define( 'LOGGED_IN_KEY', 'fpB)`mY?/VY_?(84eViA9eG$[soF>/e}@+LhY#B,n3>(~r$g0xLjqnz%,k.umDDk' );
define( 'NONCE_KEY', 'ccC=Qqe?ZlZ4ZOXF8kICmkQt]1n%l__ZIust}HNHRYvc+mes2u$%4Z9z5)QU~a+D' );
define( 'AUTH_SALT', 'mF~hIhnsC<)5^FJOEk]^!rp(LR^QDk1gzZ4jjKMnC^]B6=]jF#ZD9RD8y1lQ,);p' );
define( 'SECURE_AUTH_SALT', '5@E,rEc8)sr/:Av_y7q>~/i%%.=]1,64jF;8~De>Zx(/T[&;MPmC=&c nEY#;IV4' );
define( 'LOGGED_IN_SALT', '01p:[u]Z,D7mE~IUx|+p!&AM=/%TnCI^iU(qHvxc%*S=47M.u_@G`JH5yed5gMdg' );
define( 'NONCE_SALT', 'uw );H(X,zS9BGbK3i9+L|R4{M7k>SrGF)7_ymiw}WT]xJI%bt4b@i/wR4&DVAY{' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';