HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/DELETE/wp-config.php
<?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 website, 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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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', 'spooktube_wp' );

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

/** Database password */
define( 'DB_PASSWORD', 'BKSruw7cvGwf1zei' );

/** Database 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',         'BiT&QBU*+rx@=E1b]nvoBlU[&_F-OcHXaH^8$0;PHhzroVJZB:::kls`<I{eshOa' );
define( 'SECURE_AUTH_KEY',  'ev1FcTguTG3~?[gcK$^ v<yk[DKGARd[,_TLV&ZAJBc#vLl}uK*(t0X/?dr=q.ak' );
define( 'LOGGED_IN_KEY',    '1@jvHOl~?:z,r)~U*4O k[+Cg)7[7U)-x T._^,!)_RN033Pbf0h`.#xBnMTm4}I' );
define( 'NONCE_KEY',        '.8[{D3wKJoA4&Tw;FxCc{)bT:~g+DAh2HzYZof/^(}B$/Mt6]?X7n>6>%B6Z7;Fk' );
define( 'AUTH_SALT',        '|{yHJ96`A,vt>5nx dQE2IFnC:KSzr7L7ZYiFgF9@+oDE9`qQPX_qYqc1P_p%_Er' );
define( 'SECURE_AUTH_SALT', '#DY7*w`n]!C0nNbz%9EfjpH+kFP&Qzz2|;{gFoQ3WV#Pny#GGg`n.)K b*VCaAeR' );
define( 'LOGGED_IN_SALT',   'UBHupr:q)AMG$?HuwlRZj7DT^qCI5qtO4vot?.Rw]g*1YjAxp8m#?QYg82P<946l' );
define( 'NONCE_SALT',       '8!4[? qTd1le!]~vMBRlHc*+g~@8#V>laBl4%wK~0c<!BuPaTJLv:wB6.3]Aqxpf' );

/**#@-*/

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

define('FS_METHOD', 'ftpext');
define('FTP_HOST', '127.0.0.1');
define('FTP_USER', 'spooktube_wp_autoftp');
define('FTP_PASS', 'rBYWjpvuOviv5HBc');
define('FTP_SSL', false); // Whether to use SSL connection, true or 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';