File manager - Edit - /usr/local/cpanel/base/frontend/jupiter/cpguard/web_security/waf_logs.php
Back
<?php include_once dirname(__DIR__) . '/includes/init.php'; include_once $base_dir . '/classes/license.class.php'; $license = new License(); if (!$license->validateLicense()) { include_once $base_dir . '/license.php'; die(); } include_once $base_dir . "/classes/language.class.php"; $lang = new Language('web_security'); ?> <div class="section-head"> <div class="col-md-5"> <h2><?php $lang->_('waf.page_title'); ?></h2> </div> <div class="col-md-7"> <button class="rounded-button circular light-green ml-3 export-data"> <i class="fa fa-download "></i> </button> <div class="advanced-filter d-none d-lg-block"> <button class="rounded-button light-blue ml-3 adv-filter-button"> <i class="fa fa-sliders-h"></i> <?php $lang->_('filter.button_text'); ?> </button> <div class="adv-filter-modal hide-on-unfocus"> <form class="adv-filter-form"> <h3><?php $lang->_('filter.main_title'); ?>Advanced Filter</h3> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.ipaddress'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_ip" id="filter_ip" class="form-control" placeholder="<?php $lang->_('filter.ipaddress.placeholder'); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.reason'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_reason" id="filter_reason" class="form-control" placeholder="<?php $lang->_('filter.reason.placeholder'); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.domain'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_hostname" id="filter_hostname" class="form-control" placeholder="<?php $lang->_('filter.domain.placeholder'); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.action'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_action" id="filter_action" class="form-control" placeholder="<?php $lang->_('filter.action.placeholder'); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.timefrom'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_time_from" id="filter_time_from" class="form-control" placeholder="<?php $lang->_('filter.timefrom.placeholder'); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-4 col-form-label"><?php $lang->_('filter.timeto'); ?></label> <div class="col-sm-8"> <input type="text" name="filter_time_to" id="filter_time_to" class="form-control" placeholder="<?php $lang->_('filter.timeto.placeholder'); ?>"> </div> </div> <hr> <div class="form-group row"> <div class="col-sm-4"> </div> <div class="col-sm-8"> <button type="button" class="btn btn-secondary adv-filter-close" data-dismiss="modal"><?php $lang->_('filter.button.close'); ?></button> <button type="submit" class="btn btn-primary"><?php $lang->_('filter.button.apply'); ?></button> </div> </div> </form> </div> </div> <span class="adv-filter-status"> <?php $lang->_('filter.statustext'); ?><a><?php $lang->_('filter.clear'); ?></a>. </span> <span class="table-search pull-right"> <i class="fas fa-search"></i> <input type="text" class="table-search-input" placeholder="<?php $lang->_('search.placeholder'); ?>" id="table-search"> </span> </div> </div> <div class="table-responsive"> <input type="hidden" name="table_action" id="table_action" value="" /> <input type="hidden" name="table_action_ids" id="table_action_ids" value="" /> <table id="log-table" class="waf-logs hover table" cellspacing="0" width="100%"> <thead> <tr> <th></th> <th><?php $lang->_('table.ip'); ?></th> <th><?php $lang->_('table.reason'); ?></th> <th><?php $lang->_('table.hostname'); ?></th> <th><?php $lang->_('table.action'); ?></th> <th><?php $lang->_('table.time'); ?></th> </tr> </thead> </table> <p> </p> </div> <div class="table-select-options"> <div class="row d-flex align-items-center"> <div class="col-md-3 multi-select-desc"> 2 rows selected </div> <div class="col-md-7 multi-select-actions "> <button class="btn btn-danger pull-left export-data" data-loading="<?php $lang->_('multiselect.button.export_loading'); ?>"><?php $lang->_('multiselect.button.export_text'); ?></button> <span class="note"><i class="la la-info-circle"></i> <?php $lang->_('multiselect.actions.info_text'); ?></span> </div> <div class="col-md-2 multi-select-close"> <a href="#" class="multi-select-deselectall"> <?php $lang->_('multiselect.button.deselect_text'); ?> <i class="fas fa-times-circle"></i> </a> </div> </div> </div> <script> var multiselectCountText = '<?php $lang->_('multiselect.count_text'); ?>'; var wafTableError = "<?php $lang->_('waf.table.error'); ?>"; var script = "<?php assets_url(); ?>/js/waf_logs.js"; cjQ.getScript(script); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings