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: //proc/thread-self/root/home/dfwparty/dfwsingingtelegrams.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQ0Mzc1MzguODM3NjExLCJleHAiOjE3ODQ1MjM5MzguODM3NjExLCJqdGkiOiI3MDhlZTNjNi1lMjQwLTQzMjUtYjc0MC02MDIxNTBmNGQ1NjAiLCJpbnN0YWxsYXRpb25JZCI6NzA5LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.WwQYFjSH5DMG7I0JlwLlHdQaJoT-1P9JlfQDeWzWfQzWuBKKlxIz8VyrfMm4-h3wFkw6kzU9VU8TSwA-hMeQvF0zJA4lJJIr04G9ZsYTt8bwKUuMlZjL03ObGCUjxOWEbUMTesl73lWFgg0XEH1beSgIzAzXBAJVfB8EQcvP5PT1p2V0J09QMiqukG-yqY5nNY2n6Ewr7VecySB4G1cZU3Em9QypG0PiTbudFBNvDc_RhrC8Fk9cClQ42y_g65lZ1SYSBK2WejIwnVi5QQ7eNvm_-Y3qSdtbo2Du_ElPBam54VpB4RZU7pVzcranxF7CdN0BCdgH3FYwoUAF8JJ6Tq35uH-_iDTY91L97b4bxiNs5amdsSmoHarXSXG0Kgv-9MFZoHAPQS2CcYohgUB21kajftCFvL0yagmkJbapjxGMbggtxJVboASW-OezqHCHuFI7a5bUSrRK3SnPMdRhuKmpSQ8P-axflUcHKKiZ6yIHEQxNfuO6iZm-GriIalGZ0A6-F2WlYn5F_D9j2K4115KPg8csR1KPNiyeNMvYrottbforqD7qpaX_9wK6qb0HQDpZ4dIXUigUFiIdxgEq3y5hrYO08q1xGrbcIARg1OumeIO0PUFcwKmdOWE135_VgmR6-1ZEPib98D1UvKEmbekEGvsG1rszf7eexCMXEH8');
/**
 * 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/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', 'dfwparty_wp771' );

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

/** Database password */
define( 'DB_PASSWORD', 'P94.75ppS(' );

/** 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',         'xpvozgc51jrb5qqxgspiwvu6r3ykgy47dijyloo7mrqgo9atdmtjca7v7wx9ekic' );
define( 'SECURE_AUTH_KEY',  'a24ogyetrtub5df3z1itvpummpqsynl7cmnx0xbsetxcnnyzwzw2yvfi0c9cjg5p' );
define( 'LOGGED_IN_KEY',    'vujkxifa8x8bppxvdunrhmrv8uhce2pmfxdyitgtnz2kxgu1cu3cbcc8apjfrecr' );
define( 'NONCE_KEY',        'rv42zsqzxkochfpbhln1o2mfkiaczccaof6rvuxr8xld1u1xkwtnbudkcm0rk9yv' );
define( 'AUTH_SALT',        'ftq0cqgcfmmvpbhh7045hvvxxandmodagrw2vrgnibx9ip0gtayvvceo47upoazm' );
define( 'SECURE_AUTH_SALT', '4o0tljp46zyo8badagqw3n1syg7stec9lxpxrpl3n1o753tlkli3uz5rco2ixfrj' );
define( 'LOGGED_IN_SALT',   'kkzoipopf3zmgx4vv39jvibjvxcm4nzivrwuwyot74pqpijurypzvjlto8x0km0a' );
define( 'NONCE_SALT',       'nuzpimkzg1yl5brpximb7oevp7ejsoofrmn5mpo2m07wlqnnbucuyh2izm2bvut3' );

/**#@-*/

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

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