HEX
Server: Apache/2
System: Linux 45.77.78.208 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: admin (1001)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/admin/public_html/wp-config.php
<?php
// LF Added //
define('WP_MEMORY_LIMIT', '256M');
///////////

define('WP_CACHE', true); // WP-Optimize Cache
//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', 'i5356481_wp4' ); */
define( 'DB_NAME', 'admin_johncorewp' ); 
/** MySQL database username */
/* define( 'DB_USER', 'i5356481_wp4' ); */
define( 'DB_USER', 'admin_johncorewp' );
/** MySQL database password */
define( 'DB_PASSWORD', 'oXnix)+OX-SG' );
/** 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',         'Ii3MsJnyRC8UmercoVU6SsC9hsdkHBgYrUAh485hUSNt3F9MItGyMLrq5S60gOba');
define('SECURE_AUTH_KEY',  'PA0UJWL4GiLfkdNcSacIYVL9QjbG8EARcJyVm4GAm7dQ4MnLMdw4zu6sSVC5D5hx');
define('LOGGED_IN_KEY',    'N1tyhDpjF4f8gzVacvQGHwHxg9c6IauZscXM35yWmyDrNICUstIeR8JfYUMhgrb4');
define('NONCE_KEY',        'uMbaMOYnNWwgu54ZSKv3g7XiqI4qK2GsRNUpV3bhVEO9iK282HwjgjUSNe41Hse2');
define('AUTH_SALT',        'f6yuApDvYWTmpCmokSYGkiDe3m78DVyPuENXalZghcZZ9llmoSnvel2zqtUFwKqv');
define('SECURE_AUTH_SALT', 'hEQCDDltQsNZZwmpen3bzTu9ORHGRoIxSY88xETEToPgwJwsvKHLv0iAqIlOKvyB');
define('LOGGED_IN_SALT',   '8WqRGRH5baXBA6K5LZyReNTQV4H4xUgXUsJfSJL3OS8DLIrc8pntNXbTjwT7XFi1');
define('NONCE_SALT',       'JfcfqqOWSqSNuQsaCMV28kncahmIVFSiWmvQ7wKRAkNZFN6KNwgWrgpCJu9luG4K');
/**
 * Other customizations.
 */
define('FS_METHOD','direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**#@-*/
/**
 * 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_';
/**
 * 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 );
set_time_limit(300);
@ini_set( 'max_input_vars' , 10000 );

define('WP_MAX_MEMORY_LIMIT', '512M');
/* 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';