HEX
Server: Apache
System: Linux hc1-wd349-75b66c84f7-9wcnp 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:00:31 UTC 2022 x86_64
User: (376560)
PHP: 8.1.34
Disabled: apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,shell_exec,show_source,symlink,syslog,system
Upload Files
File: /data/web/virtuals/366560/virtual/www/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 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', 'd366560_fx03th' );

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

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

/** Database hostname */
define( 'DB_HOST', 'md415.wedos.net' );

/** 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',         'eLbcl74tquAMNBIayDnRAvu3ghidon75J9AytBLJyVHi3GrhhfrHrN4ICqYvuzeo');
define('SECURE_AUTH_KEY',  'HTuDHwvbKlx5oilB21DpB8S4CaIygIqIOEfRGYpskewQBSQZmHYND5t3wHiv7gpj');
define('LOGGED_IN_KEY',    'v3hWnkiFE7PYsJHgQ2WIrs4hfX2kr10UrsyapaZ7yjkmE96zxAuSIUt9dflQi6Zm');
define('NONCE_KEY',        'dhuaynxw6iamGzdLp3CFAjkH6NTAXU3TzUOjM6bBT8xteVOXRSwdTxEsD8oW8682');
define('AUTH_SALT',        'y2k39gCaTDFQUtCyFAhPeLAOV7LBhcy0Iv3tlYdFTOX8Gwfb8W7GsxXRbwPBSIlw');
define('SECURE_AUTH_SALT', 'wYDSLas7rBGaUpuTQLqEKHiPkmsoRwQ76J0I27KCF1P33DK3Gz7FDNlt2hNit0k4');
define('LOGGED_IN_SALT',   'm92cEgHurbkEs3kZarw6zbrogvXXRs1nabzTHflnX67GKVVgXYw0yb0F7NaV6mhd');
define('NONCE_SALT',       'XcD1gvfEcKHyZbzaGJnPaCBSM1kXcdEYLF4q2xPCneFDdsDFAJBfCiPtyr7bQmgY');

/**
 * Other customizations.
 */
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 = 'urkv_';

/**
 * 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', true );
define( 'WP_DEBUG_DISPLAY', true );


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