HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
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/goremar3/public_html/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 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', 'goremar_bd' );

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

/** Database password */
define( 'DB_PASSWORD', 'oS8a!1hToL3' );

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

/** 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',         '0sw$J:Z+5^]E`7`pN;*8Hfnex&461`Mhpp+VToGOod3&HoK%_R`iU:uv(B}:Ez~]' );
define( 'SECURE_AUTH_KEY',  '3NvC[t$?/0~FW_^#grgO9#O~X{i5cN>E[J-#o(gQ~~s1ym|6P0f)_J<@*NK/FazW' );
define( 'LOGGED_IN_KEY',    'uhhw0]-Htt(l],0?~[@T62!EStvqo(|$ee5EJ[, !@CIM-A.Ei@5~7J7;KFU4V <' );
define( 'NONCE_KEY',        'y4&i52{4`I;jjerae!ccf5Abs2mg+EIs9RQMDaUHr>L-K{jqUm61c@*iiN[nv)VR' );
define( 'AUTH_SALT',        '}hylUw?&LHA|Lp5mhz]oO4],o9YOY<;LE^he8~/cg>y =f#Bjexa!y?}=2~q;Z3~' );
define( 'SECURE_AUTH_SALT', 'YJ5 ^C&GG8%jK!~$Q1,lG`?GT.6G&o<{`.+PYd&]2npBfa3Z,;I3B@i)jzvf&vL2' );
define( 'LOGGED_IN_SALT',   '2LoGdOkm[t*RFZE;_9)*V_GQ7/^M4Neq[RiBP(N+Z]Z45hi^aQIuLx^Ckl:R Vwo' );
define( 'NONCE_SALT',       '>LelQnjw6n$lQq-RcL5PZC~0lKzM3mU[%t*:Q,rWwod2OdN#D($$]q9?~m;TZ5fv' );

/**#@-*/

/**
 * 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 = '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 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';
//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }