Current Path: > home > transcarter > public_html > wp-content > > plugins > wordfence > views > > waf
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
debug.php | File | 5837 bytes | July 17 2025 21:05:48. | |
firewall-status.php | File | 5869 bytes | July 17 2025 21:05:48. | |
option-rate-limit.php | File | 4217 bytes | July 17 2025 21:05:48. | |
option-rules.php | File | 2677 bytes | July 17 2025 21:05:48. | |
option-whitelist.php | File | 8179 bytes | July 17 2025 21:05:48. | |
options-group-advanced-firewall.php | File | 10328 bytes | July 17 2025 21:05:48. | |
options-group-basic-firewall.php | File | 27650 bytes | July 17 2025 21:05:48. | |
options-group-brute-force.php | File | 12907 bytes | July 17 2025 21:05:48. | |
options-group-rate-limiting.php | File | 13379 bytes | July 17 2025 21:05:48. | |
options-group-whitelisted.php | File | 12113 bytes | July 17 2025 21:05:48. | |
status-tooltip-learning-mode.php | File | 720 bytes | July 17 2025 21:05:48. | |
waf-install-manual.php | File | 1031 bytes | July 17 2025 21:05:48. | |
waf-install-success.php | File | 847 bytes | July 17 2025 21:05:48. | |
waf-install.php | File | 9088 bytes | July 17 2025 21:05:48. | |
waf-modal-wrapper.php | File | 1785 bytes | July 17 2025 21:05:48. | |
waf-uninstall-success.php | File | 1202 bytes | July 17 2025 21:05:48. | |
waf-uninstall.php | File | 7072 bytes | July 17 2025 21:05:48. |
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the content given in a modal wrapper for the WAF install/uninstall flow. * * Expects $title and $html to be defined. $helpHTML, $footerHTML, and $footerButtonTitle may also be defined. * * @var string $title The title for the panel. * @var string $html The main HTML content for the panel. * @var string $helpHTML HTML content for the help area next to the close button. * @var string $footerHTML HTML content for the footer area next to the footer button. * @var string $footerButtonTitle Title for the footer button, defaults to "Continue". * @var bool $noX Optional, hides the top right x button if truthy. */ if (!isset($footerButtonTitle)) { $footerButtonTitle = __('Continue', 'wordfence'); } $showX = !isset($noX) || !$noX; ?> <div class="wf-modal"> <div class="wf-modal-header"> <div class="wf-modal-header-content"> <div class="wf-modal-title"> <strong><?php echo $title; ?></strong> </div> </div> <div class="wf-modal-header-action"> <div><?php if (isset($helpHTML)) { echo $helpHTML; } ?></div> <?php if ($showX) { ?><div class="wf-padding-add-left-small wf-modal-header-action-close"><a href="#" onclick="WFAD.colorboxClose(); return false" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div><?php } ?> </div> </div> <div class="wf-modal-content"> <?php echo $html; ?> </div> <div class="wf-modal-footer"> <ul class="wf-flex-horizontal wf-flex-full-width"> <li><?php if (isset($footerHTML)) { echo $footerHTML; } ?></li> <li class="wf-right"><a href="#" class="wf-btn wf-btn-primary wf-btn-callout-subtle" id="wf-waf-modal-continue" role="button"><?php echo esc_html($footerButtonTitle); ?></a></li> </ul> </div> </div>
SILENT KILLER Tool