| Server IP : 192.250.235.158 / Your IP : 216.73.216.77 Web Server : LiteSpeed System : Linux s4099.sgp1.stableserver.net 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64 User : vmxfzbqj ( 1905) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/vmxfzbqj/public_html/ |
Upload File : |
<?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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'vmxfzbqj_wp892' );
/** Database username */
define( 'DB_USER', 'vmxfzbqj_wp892' );
/** Database password */
define( 'DB_PASSWORD', '3sgS3p4[]Q' );
/** 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', 'gcc4fflhuskxrs2ybqvhrh4x5lm8s0ns8qfombmm10isfvkjymv3h1b7novmcx43' );
define( 'SECURE_AUTH_KEY', 'lsrsr7efitquyq1qsmhxlqbh4bro7u4syxxwo9zajaa1wpi7xjhgqwnpcngllyre' );
define( 'LOGGED_IN_KEY', 'kbnp97ypofrcemolkqmtchfkfeebwjuildknmzrxazroo9fwy1kqkqms67u09mga' );
define( 'NONCE_KEY', 'l4pavxwxpe5vcmh3iipyp7pkatwtkvygnkeg7mrnptxv2afvkkawgarojwlcdiaz' );
define( 'AUTH_SALT', 'orlxcmfh1olffrultlmprfpzqylsvb7pr1c7wu5lc5ultxq9arev2jbvnlau07ey' );
define( 'SECURE_AUTH_SALT', 'nm7w1jn9gyh318luepmwlsvlrdzqxjnajrrdilucz0o42xc2oht3u6n8n0qgftpa' );
define( 'LOGGED_IN_SALT', 'j7uve2xnnzsuxgwrr6cxic4kgyfbi1dmkjkhcqve3svndwbpn1dj0egxuay5cyog' );
define( 'NONCE_SALT', 'qgt32zasna1kdcwtwxaivzgea2wt2dtshsho7d3kroyrffczawl0dvymos5tkwse' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wpoy_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';