HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/dfwparty/santabootshop.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODMwMDg0MTMuMDMzODA5LCJleHAiOjE3ODMwOTQ4MTMuMDMzODA5LCJqdGkiOiJmYjE4OWJhNC01ZjIwLTQ1NzgtOTM5Zi0xNDdmNWJjZmEwYTUiLCJpbnN0YWxsYXRpb25JZCI6NzEyLCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.huVJygw6SIp-kZ9roCM0FJZDBRzBgeVXTmxz0RqPB4M6Qwzw1e3KIUiDF-h9YD6ABAmB1h6wT8wGlt-PM_2kyTtqnc1X2XzCNe_TXvTWQr6NRb9zJNIT_baNBEvcIvVghoXjIFZ0a1beua4fB08GMI-OxwzqhVdglhSagW8vo47WDqCNWoJXhV8oo8AmnA8GdoxrF_D_bRc0xf8EdSyh7nsL8n1v5rvsYGkO3BukgCZG6ztUlqYpLFAaSZoQ_CEyZnvbBYUn4lssqWU7SbwYtnLH0eUXiG2h6mcgiZM0sliRmTt9yk6rsYuju_FiKAtdNkjcHwz593jWVyDxqufMHhRWMn22G_sjZsQprcBDOzcvz2UIPKzecvPkiipYzWk0HCNf-hx0gRO_4SWBqotLthTUvYHYZYT5E4AdDyldH_Q4VrdUEyegXzNMEati0Gb70E4WOFfQXTJHwiAJ5AcNVNKNj6gJFVBVrXNOpDfX02kKDkspQVu-DUuRs3nrwVGsz-77oGQjEstO76L-mXOjLQicLyhu8Kr7xqCUoSL2TUzlKYDN_WuPRo1Fc99FHprw04iOKcfbbwrLMOxK-wFY6f0TO87Ovfw4-NMdjIbzWNMEQYqiqbRNy1RYvQxc2hmU_pQY7RioJmwSavsT5URUjT4b_H82MeFCmqozdW60yio');
/**
 * 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
 * * 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', 'dfwparty_wp879' );

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

/** Database password */
define( 'DB_PASSWORD', '9-Ip]5Y9Sa' );

/** Database 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',         'dvflvclnhfay4ei1wj8nbtyob1dkrldap3jtcso7sbu3wezvbpuepa1hxiutpx4m' );
define( 'SECURE_AUTH_KEY',  'xcqa2h5tjlbxo3toar5wkybmqnntesivwd2cmpeffwys5gihh7ti4wnbcskuhv1p' );
define( 'LOGGED_IN_KEY',    'ffubsqgm3h1gvkgzipwon7spijxl2p8mfzvizkesw3glf8ik169zknmiiwjvr2ty' );
define( 'NONCE_KEY',        '7khu7js6vwnyoyqvyn6whluwpxyyb9esp9sxmsjji9rt08xye1v8l4za2n0wrzio' );
define( 'AUTH_SALT',        'kt8rpgquoaukshj9kekqjcgk76hjriamdput7hxfflarmn0g6ngq1qt6dczfijq1' );
define( 'SECURE_AUTH_SALT', 'efxjhxjnert07pn3ydmgmtksvviqp5xxykxjgtwdhajr82i0xoeebqk6pvczfzkz' );
define( 'LOGGED_IN_SALT',   'qmu5up5mwzwrva24fxtvlaqvo1ygmi58ufsxqy9ss90cdwkne79u5m3uvbdyukxt' );
define( 'NONCE_SALT',       'zko55khyec7al2wzxsa7gfyu2hrjvhckf4atdfda0qyztishh0y3lyurzdkd311n' );

/**#@-*/

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

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

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