HEX
Server: Apache
System: Linux vpshost11508.publiccloud.com.br 5.15.179-grsec-vpshost-10.lc.el8.x86_64 #1 SMP Mon Apr 7 12:04:45 -03 2025 x86_64
User: wicomm2 (10002)
PHP: 8.3.0
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: /home/storage/5/78/dd/wicomm2/public_html_backup/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
 */

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

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

/** Database password */
define( 'DB_PASSWORD', 'Wicomm@2026' );

/** Database hostname */
define( 'DB_HOST', 'mroculos.vpshost11508.mysql.dbaas.com.br' );

/** 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',          '8BTiQ5uucbIWBqS)SC7s>+hy vcC/Ex+D=s0y`[FZ-_/ATU=2J1kQ[*G|{u%|oK)' );
define( 'SECURE_AUTH_KEY',   'ZEXgj$R$eD=[Q1/%u+E&<P:.8oFmis2CRF>R-;I%Xf20 NJoKZiqkQP!P@aL(kxv' );
define( 'LOGGED_IN_KEY',     'Mml{UhYM.?U Hu>ySoQQBe&I[;;DUAw:eUWnh/9$;)PRbLD}U<@UIKJ{dq]Q/6G,' );
define( 'NONCE_KEY',         '>.&&%3 <&ZW1-y0]cqt 6kY!6P5xs2h:B{FJ~j53W}oIYn$:?eVe-OauesN,.QVV' );
define( 'AUTH_SALT',         'k(=U)+,rEe&q[4~m$S5OuFCt,]!(=sIM>qDY|q[; !Ei<Cg*4QGV!xMJibt7.i+L' );
define( 'SECURE_AUTH_SALT',  '#csBS6MJD9 pn59UQ+)m#z9U!1/F/lg>No8,dnK_NbLP<BYi|lZTZ:Zdf]A;/O:O' );
define( 'LOGGED_IN_SALT',    '/gBIVMq`?!|ireKMtc+4t{+Nz)VU5|)]9%dYWP6zWW@_S]?6!+q,C]9rwQ ,qa#p' );
define( 'NONCE_SALT',        'h4t3dM5CF{`H)I$g$*oV{~tC|1@Fk7hEU%ZgP@tpwE+[2iK)a-wJb^)g%@-=t1.i' );
define( 'WP_CACHE_KEY_SALT', '}t4C1zL9+<m=5^1Ry)!qxKtS$t|GL8PW`W1lC<Ywx.@/}x_6rhFXWF-gMW$e(EWA' );


/**#@-*/

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


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



/**
 * 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( 'WP_ENVIRONMENT_TYPE', 'local' );
/* 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';