HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/wp-config.php
<?php




//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
@ini_set('display_errors', 0);
//END Really Simple SSL

//Begin Really Simple SSL Load balancing fix
if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"]))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "1") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "on") !== false))
|| (isset($_SERVER["HTTP_CF_VISITOR"]) && (strpos($_SERVER["HTTP_CF_VISITOR"], "https") !== false))
|| (isset($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_X_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_PROTO"]) && (strpos($_SERVER["HTTP_X_PROTO"], "SSL") !== false))
) {
$_SERVER["HTTPS"] = "on";
}
//END Really Simple SSL
/**
 * As configurações básicas do WordPress
 *
 * O script de criação wp-config.php usa esse arquivo durante a instalação.
 * Você não precisa user o site, você pode copiar este arquivo
 * para "wp-config.php" e preencher os valores.
 *
 * Este arquivo contém as seguintes configurações:
 *
 * * Configurações do MySQL
 * * Chaves secretas
 * * Prefixo do banco de dados
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/pt-br:Editando_wp-config.php
 *
 * @package WordPress
 */
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'newjapabd_p');

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

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

/** MySQL hostname */
define('DB_HOST', 'newjapabd-p.mysql.uhserver.com');

/** 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',         'ZoF+og9`$)lB,hg,!FsSt*?faPBi*dl}nIIuW@?:g*Qc`Y. 92w(%;VsH G#J2Xz');
define('SECURE_AUTH_KEY',  'bN_0=__QSELN@(L?NW6|ib6(Xerd1TO1T)06n.~m>7IlJ!RIV(Cn$_};>[9v4%hC');
define('LOGGED_IN_KEY',    'FE3I1o7nZ.E>0A@=vssH6!sM3{:T&scpywQUf/rH$RyCC)27ChEoac5A.SdA4Am[');
define('NONCE_KEY',        'dsW)b1OdId5c=[T*$~)qPzP[R{&Kji,I}HmX3]dF1E-7J.[)SvmKwhT:|bA+`bgl');
define('AUTH_SALT',        '4hYk0@v|Q/.G.d62J:9(e(9-3jgBqXYQoUW`%4xOUAw?-?JenW#%X&dtnn:Kl1-}');
define('SECURE_AUTH_SALT', 'J8DY)J|:75w]/M#JDDg:#` 7vceBCC`l:8-=+5+k&^pk(],A6.^#[9tGj#x]d2NZ');
define('LOGGED_IN_SALT',   'y m !FP.UJE(p;?O]5$5X^l71X$.087+^l$/QL@@/8q;eOA[_&G>p#A*TSO-kqRI');
define('NONCE_SALT',       'rgJo?(T&k/ZW7+)Iu~HHoOMy/ (WmvPP6s$Ft>Hfk/a{Lh;>u*R6#E7-d,0@{7NE');

/**#@-*/

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

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