HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix fd
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */

//if ($_SERVER['HTTP_HOST'] == 'vcstore.viitorcloud.com') { 

	//define('DB_NAME', 'vcstore');

	/** MySQL database username */
	//define('DB_USER', 'root');

	/** MySQL database password */
	//define('DB_PASSWORD', 'vMgreq3BFmjjBAYNQn');

	/** MySQL hostname */
	//define('DB_HOST', 'localhost');

//} else {
	
	define('DB_NAME', 'vc-marketplace-live');

	/** MySQL database username */
	define('DB_USER', 'root');

	/** MySQL database password */
	define('DB_PASSWORD', 'vMgreq3BFmjjBAYNQn');

	/** MySQL hostname */
	define('DB_HOST', 'localhost');

    define('FS_METHOD', 'direct');


//}

/** 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',         'sMr)Y|X~ {jS5j|/C2n,on,o~8e(7M&ORxNODh}6>~^eTdMWnXRcz K58>BCm-2>');
define('SECURE_AUTH_KEY',  'O(5ye/~.R~>n8I04CSP6~T!tAZfKD<yWr]M4o=}h/3B44j4c0+G=Y@phf +^{oD~');
define('LOGGED_IN_KEY',    ':ToRDgDrB>4+Vzs}q`5@^?e*Pe.fv%4EX<D,rw)TKG0~eeEO_}_x{138BaR6`=jn');
define('NONCE_KEY',        'rvz%fmg>YYeu^<^CWCR^XZW3<$etu<HL#uWTL=zrN[M}T8xD6pC!Ju_B9572jo(a');
define('AUTH_SALT',        'w9I_BF],>r9HP1~u:ryM|?}{O/wl:i@b8XaOi1H]Q)w>^H%g)AEylPk&nF^?DF20');
define('SECURE_AUTH_SALT', '`}Q~[!zw-l^5q4V1*DLfTsgG4P`|;3#8+y`OBONsC33[uR1l{~$)umBDxR=x/p:l');
define('LOGGED_IN_SALT',   'hEN !;>;;`n?z&I~-z>{I-h^,TaoSF`^nN^L9k[mj:V=8toMfMS>Zll{IuiE5a#z');
define('NONCE_SALT',       'iB=X!W^:/VD4>VfHh=U~DrO.J6!a8CN>-B.By/|Y8ZXB!(0<Z3c2{ SzBq0yE8$k');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);

define( 'SMTP_USER', 'AKIAT54DL5XTT7ACIZI6' );
define( 'SMTP_PASS', 'BGcjrsFtd+T/uJJ59AZNL2OgSgIQx7NAJWP7Qj2oVpKm' );
define( 'SMTP_HOST', 'email-smtp.us-east-1.amazonaws.com' );
define( 'SMTP_PORT', 587 );
define( 'SMTP_SECURE', 'tls' );
define( 'SMTP_AUTH', true );
define( 'SMTP_FROM', 'noreply@viitorcloud.com' );
define( 'SMTP_NAME', 'ViitorCloud Marketplace' );

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');