File Editor
Directories:
.. (Back)
.well-known
Alabamalongtermcare.com
Annuitypal.com
Longtermcareinsur.com
Reevesins
alphasalesteam.com
annuitiesbyken.com
apexfg.com
buy-lifeinsurance.com
buy-longtermcare.com
cgi-bin
financialleveragedepot.com
fitlifedepot.com
juiceforfatloss.com
lifeinsurancebyken.com
lifeinsurancepolicys.com
myhomeseniorcare.com
nursefinder
reevesins.com
wp-admin
wp-content
wp-includes
Files:
default.html
dummyCounter.txt
f3c3dd.php
index.php
license.txt
phpinfo.php
readme.html
wp-activate.php
wp-blog-header.php
wp-comments-post.php
wp-config-sample.php
wp-config.php
wp-content.php
wp-cron.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php
Create New File
Create
Edit File: wp-config.php
<?php //Begin Really Simple Security key define('RSSSL_KEY', 'qYemnnIHzjqUNC3J7vNQat4DLUN8LNQbqW0rEB6WLQh1JKtoW1ZU6Wk9NtGSb4Px'); //END Really Simple Security key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL /** * 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', 'kcreeves_wp377' ); /** MySQL database username */ define( 'DB_USER', 'kcreeves_wp377' ); /** MySQL database password */ define( 'DB_PASSWORD', '1.2!px6Sfz' ); /** 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', 'r5zbv8ypxjksjwdwqutqpfwtyl4cpgv0aauosl0xozu9ljvwn2t5kjy4f5fdsugo' ); define( 'SECURE_AUTH_KEY', 'jiw6raldn9nvk5ccb2svf9arh45lnpquzjnq5zwrgzayggadvadvufvb6vwfaukf' ); define( 'LOGGED_IN_KEY', 'gbagiv157zic0vergeptvadde4hnnaebtzuhrbuzecm1nqxsurwno3k67xdckp2m' ); define( 'NONCE_KEY', 'ap7q5ayaxty6ot5cwkjkoi8yq3rvwmu3wreh0pi0jdhuqv6vj6z4yjkwqqudzyp5' ); define( 'AUTH_SALT', 'ydlplgtaj0pa5vfxafgzrymoprivsnyxntaxtb9lgx2rjnpt39gde2hw8e6kzm4d' ); define( 'SECURE_AUTH_SALT', 'oxlsuzbrkzsuonpyfu84tivdjgrci11aeaq2r5gibf7mkunawdmzkemovizodofm' ); define( 'LOGGED_IN_SALT', 'hxt72ooqofzhqsqnvmw9qyza0o12xampr3j4frzutew19mln5bakf29i2zxbi1z1' ); define( 'NONCE_SALT', '9ueprtwjfu1eczoomwe5207677ds18wr6tlwec7vhtsj4vnh0xes0kzyl9qzcmwj' ); /**#@-*/ /** * 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 = 'wpia_'; /** * 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 ); /* 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';
Save Changes
Rename File
Rename