Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.144.224.37
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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 /
temmmp /
anonmags.com /
wp-content /
plugins /
litespeed-cache /
tpl /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
admin_footer.php
1.54
KB
-rw-r--r--
api_key.php
294
B
-rw-r--r--
check_cache_disabled.php
1.55
KB
-rw-r--r--
check_if_network_disable_all.p...
623
B
-rw-r--r--
disabled_all.php
259
B
-rw-r--r--
in_upgrading.php
241
B
-rw-r--r--
metabox.php
1.07
KB
-rw-r--r--
modal.footer.php
9
B
-rw-r--r--
modal.header.php
502
B
-rw-r--r--
show_display_installed.php
1.34
KB
-rw-r--r--
show_error_cookie.php
682
B
-rw-r--r--
show_rule_conflict.php
687
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : show_display_installed.php
<?php namespace LiteSpeed; defined('WPINC') || exit(); $buf = '<h3>' . __('LiteSpeed Cache plugin is installed!', 'litespeed-cache') . '</h3>' . ' ' . __('This message indicates that the plugin was installed by the server admin.', 'litespeed-cache') . ' ' . __('The LiteSpeed Cache plugin is used to cache pages - a simple way to improve the performance of the site.', 'litespeed-cache') . ' ' . __('However, there is no way of knowing all the possible customizations that were implemented.', 'litespeed-cache') . ' ' . __('For that reason, please test the site to make sure everything still functions properly.', 'litespeed-cache') . '<br /><br />' . __('Examples of test cases include:', 'litespeed-cache') . '<ul>' . '<li>' . __('Visit the site while logged out.', 'litespeed-cache') . '</li>' . '<li>' . __('Create a post, make sure the front page is accurate.', 'litespeed-cache') . '</li>' . '</ul>' . sprintf( __('If there are any questions, the team is always happy to answer any questions on the <a %s>support forum</a>.', 'litespeed-cache'), 'href="https://wordpress.org/support/plugin/litespeed-cache" rel="noopener noreferrer" target="_blank"' ) . '<br />' . __('If you would rather not move at litespeed, you can deactivate this plugin.', 'litespeed-cache'); self::add_notice(self::NOTICE_BLUE . ' lscwp-whm-notice', $buf);
Close