| Server IP : 5.101.180.230 / Your IP : 216.73.217.19 [ Web Server : Apache/2.4.62 (Debian) System : Linux s4261ad19.fastvps-server.com 6.1.0-30-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.124-1 (2025-01-12) x86_64 User : mrnews_ru_usr ( 1030) PHP Version : 8.2.26 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/mrnews_ru_usr/data/www/mrnews.ru/ |
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', 'mrnews_ru' );
/** Database username */
define( 'DB_USER', 'mrnews_ru' );
/** Database password */
define( 'DB_PASSWORD', 'ETBdwdKzp9KnKQgl' );
/** Database 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', 'W*H-@x~EQBU/eI]DuG,^DHNC,Td])7.xdn_Tab@mw,RHCF&uo4_,YDdZPq=HHA[y' );
define( 'SECURE_AUTH_KEY', 'FO1FC7.BCujniLQa4LPwk~S& 2iWsJ 1I?jD=uAS[aIJ+TGQ6zoVqM|)po8}<Zz0' );
define( 'LOGGED_IN_KEY', '[F$FRe[}YMZf]w57}n| u0PvN[qjH{J>%cNat}YH,h%B( M(sKDU]G-/UyP}ggq,' );
define( 'NONCE_KEY', 'MfH<I4uo.b{}K(11xG{,3hzGb.:[S76DO[rkxb&Ql!kZ,gh:pE9FN1Wt:s:@P2=2' );
define( 'AUTH_SALT', '91B<TgpO %P8=az71|]v&>b(6Fn%}B?/.(#/4H0z`F7jx*}JZ!7?B%va}IqBZD&H' );
define( 'SECURE_AUTH_SALT', '?zV6l*eD$V*r>aRRjQ}`M#69rvjv?D Mz#Y^) ?M|3bmPRf7@$9pO0mF?[SP{Ev=' );
define( 'LOGGED_IN_SALT', ',aP+5J{Nz=_v69yk#%1KXRt|gjWv ^4merPkUX15M.4J6QQzlQd9A(Bp-7<{+@F-' );
define( 'NONCE_SALT', 'd|&dNqg%NKLxY_a8YN();kBk6CxCmQ_8no3tfSn45y]pkhe^R9wy:z*BaQ*B3RT{' );
define( 'WP_CACHE_KEY_SALT', '; m:`#?eL]vZxcRa^V$vPWv#hK~c?]Q(pqtYo|X677%fFP Qc1eg(FveSC8!!bnD' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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. */
define('DISABLE_WP_CRON', true);
/** 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';