File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/epsgrafi/public_html/configgrab/dmriocom-Wordpress.txt
<?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', 'dmriocom_wp_ec1ad' );

/** Database username */
define( 'DB_USER', 'dmriocom_wp_56gx7' );

/** Database password */
define( 'DB_PASSWORD', 'Z04Rw$o3nPr~xWFp' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', 'uH95HuU3PG093%uZ%+#:Dm&ZD@z(YbE8HU7qAl&BV-59Q03P(+071IYR[N:B|-48');
define('SECURE_AUTH_KEY', '!!(yd4|8SK*Uu9gg+LI&-)/7&7@8bi@@d3qA~!:YR//YV2S_5A863;0|7)p6YZC2');
define('LOGGED_IN_KEY', 'f/A|dguHxf-45klH!bI2x3_tV:ycw-b]%e)u&/p2j9~Iv!PG@SQGR4xQ5Ty0k1)*');
define('NONCE_KEY', 'Al7V|m*k)fDi-lUiQii~k0c_53Bx5sc6O:ot78bld/d5+Lz0YQRGw&]rE11;#Izb');
define('AUTH_SALT', 'gn11Bi&W7ir78b8KlZ6A*rU6]obtQkf]60*8T0f#L2_:97#hNvl)4-hU69+5k#NY');
define('SECURE_AUTH_SALT', 'xb!:*_![9w2qi4td%|j-2hr;51990pR+935d~WD+~8!L/+l]_c6-VNdrzgA2!#[s');
define('LOGGED_IN_SALT', '3I9kLeu/R_S]Sg%4n4;zM3bPLKknl_6MT41V&|&p%2*mdb&3-/P/~+98DR|H-x4e');
define('NONCE_SALT', 'Qa72av9@iKu3gTP[nP69~yvjJ!6!;TKHRIc_I++Y24_jo(7y79%~)BGhb03M%kaL');


/**#@-*/

/**
 * 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 = 'oZYkJ3hB_';


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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. */

/** 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';

@ini_set( 'upload_max_filesize' , '512M' );
@ini_set( 'post_max_size', '512M');
@ini_set( 'memory_limit', '1024M' );
@ini_set( 'max_execution_time', '0' );
@ini_set( 'max_input_time', '300' );