HEX
Server: Apache
System: Linux server6.e-cure.be 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: web43 (5036)
PHP: 8.2.20
Disabled: exec,passthru,phpinfo,popen,proc_open,show_source,shell,shell_exec,symlink,system
Upload Files
File: /var/www/clients/client3/web43/web/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
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */
define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME']);
define('WP_SITEURL', WP_HOME . '/');

define('RELOCATE',true);
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'joyridestreet' );

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

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

/** 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',          '7MzAFErX=zdM|$)L^.LThk(b{0hEq|ZZ)pV5Ptz9D[5Rx/b>4#U*ARVDj+KKh0}?' );
define( 'SECURE_AUTH_KEY',   ':K5c4oZ;zw5XvSz0W~bPN(Rv@t7<#:$Mky6WKR#HbJfxq5%bsIc 1+(dOT?hx.Bl' );
define( 'LOGGED_IN_KEY',     'n..S6iH|PV0k+2Ye?QGxbLR![+qDNgmF=Hujxcv5-[iGyVSC7rXNX B7BS-%!OS[' );
define( 'NONCE_KEY',         '`T#f#s}Su=ZqK1SfGSAJ?U]f!tIPD>[>Ml319{7Zo?UYJ833 7v@..3m#MJPhZ33' );
define( 'AUTH_SALT',         'kMXcNJ<]/aK1Ei(M>=BkXYE1b>nx[f>,:1~E3U~_W7SB;5>wS{jjP6I}|RrNI]&B' );
define( 'SECURE_AUTH_SALT',  'ji6KoH9o+`fF7$^~2@bqc<$gh2jjN;$OR1[]^M7:RLz+TTHr{TGCBP9n@PdwqQSq' );
define( 'LOGGED_IN_SALT',    ':.;#_jt/2z9Ll#}^tZrN{z{>SiZZeh1{A%7|r,&%Hfn#5aWL?u)NrMQ%T(j9y8gJ' );
define( 'NONCE_SALT',        'QfNsz>W,Whh0uL CPHSbD@xd2^e.xQxM8ywGv0_O;TJ+e:.M8|^5,Gpw[zE,[tD%' );
define( 'WP_CACHE_KEY_SALT', '^&?)7SoqB+H/r2L7NJut44M__w3*qQq+yG@o<aKC[=VG(0[j^4.e)Wgd:e[Y+Sv(' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_SITEURL','https://' . (isset($_SERVER['HTTP_X_WP_TEMPORARY']) ? $_SERVER['HTTP_X_WP_TEMPORARY'] : 'joyridestreet.filafoxit.space'));
define('WP_HOME','https://' . (isset($_SERVER['HTTP_X_WP_TEMPORARY']) ? $_SERVER['HTTP_X_WP_TEMPORARY'] : 'joyridestreet.filafoxit.space'));
define('WP_MEMORY_LIMIT', '256M');
define('WPLANG', 'hu_HU');


/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'DUPLICATOR_AUTH_KEY', '<p04xgK))]&Wn*js0j+5(Mjoc>7n)TJP^Eh4L.G2ck]74L*7WBdCA $DT0GTsLB_' );
/* 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';