XYZ File Manager
Current Path:
/var/www/wordpress
var
/
www
/
wordpress
/
📁
..
📁
.quarantine
📁
.tmb
📄
license.txt
(19.44 KB)
📄
ojjkjpzr.php
(4.27 KB)
📄
readme.html
(7.25 KB)
📄
wp-activate.php
(7.18 KB)
📁
wp-admin
📄
wp-blog-header.php
(351 B)
📄
wp-comments-post.php
(2.27 KB)
📄
wp-config-sample.php
(3.26 KB)
📄
wp-config.php
(3.8 KB)
📁
wp-content
📄
wp-cron.php
(5.49 KB)
📁
wp-includes
📄
wp-links-opml.php
(2.43 KB)
📄
wp-load.php
(3.84 KB)
📄
wp-login.php
(50.23 KB)
📄
wp-mail.php
(8.52 KB)
📄
wp-settings.php
(30.33 KB)
📄
wp-signup.php
(33.71 KB)
📄
wp-trackback.php
(5.09 KB)
📄
wqpyxzob.php
(73.28 KB)
📄
xmlrpc.php
(3.13 KB)
📄
ysxkkkuh.php
(4.27 KB)
📄
zkwownbm.php
(4.27 KB)
Editing: 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', 'masa_tours_wp' ); /** Database username */ define( 'DB_USER', 'masa_tours_wp_usr' ); /** Database password */ define( 'DB_PASSWORD', 'f54euFdvLoSoiENaZsrQf4eFwedrvNazZQ' ); /** Database hostname */ define( 'DB_HOST', '10.20.20.40' ); /** 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', 'RO=DWN*aoRaS HNe>0[Q#sZ>X%D/(FRRMjeLZNtX.l8.M&js`CnoF:[,Lvk9@y8z' ); define( 'SECURE_AUTH_KEY', '$iRyt5|{gZWxV&*E5z+-gww?d!07$JL51,2?x`52PivSINf6+IvdOX;qr5(Vy>H+' ); define( 'LOGGED_IN_KEY', '_%KrsOXse.X]C_OX$_o[q1n!MLif]BH p~z?lTZs9nt)Qy F?0xxCw72#P,VW@Mv' ); define( 'NONCE_KEY', '}s~je$CUL}XwLlu^bzAPnubnZ,L_Sp*1s?+t<4^{F4=KYT6W.(o|hA,Q~<ox#U<m' ); define( 'AUTH_SALT', '?5g }_DD9#mQ53ARb+,b_uo(D)OXl[Wgo(DFuAc%d|6C/>3TpHF>?X@B?U@D#LeL' ); define( 'SECURE_AUTH_SALT', 'F!X96-sAs?aR%ic`.k8EAY+,Bf<Wgr4@I3/;5rL$y$g unj.-epnKp[2(o-D+L4i' ); define( 'LOGGED_IN_SALT', '@KL29RS?5W03{:kL$2|0-p BxEBl|!*OLBFB%?ieYy5)/3r_.q_}.hY_}O/Ky[!Z' ); define( 'NONCE_SALT', 'L/Ue%09iCbcT)R-LB7=fLcUXEW_Qkl%tu2L>`h0MJ+7/zW&bn6KM4sKA-1`:Ujnm' ); /**#@-*/ /** * 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. */ /* Handle SSL reverse proxy */ if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; if (isset($_SERVER['HTTP_X_FORWARDED_HOST'])) { $_SERVER['HTTP_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST']; } /* 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';
Upload File
Create Folder