Server IP : 192.64.118.117 / Your IP : 3.16.157.168 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/wordfence/lib/ |
Upload File : |
<div class="wrap wordfence"> <div class="wf-container-fluid"> <?php $pageTitle = "Wordfence Firewall"; $options = array(array('t' => 'Web Application Firewall', 'a' => 'waf'), array('t' => 'Brute Force Protection', 'a' => 'bruteforce'), array('t' => 'Rate Limiting', 'a' => 'ratelimiting')); $wantsLiveActivity = true; include('pageTitle.php'); ?> <div class="wf-row"> <?php $rightRail = new wfView('marketing/rightrail'); echo $rightRail; ?> <div class="<?php echo wfStyle::contentClasses(); ?>"> <div id="waf" class="wordfenceTopTab" data-title="Wordfence Web Application Firewall"> <?php $helpLink = "http://docs.wordfence.com/en/WAF"; $helpLabel = "Learn more about the Wordfence Web Application Firewall"; require('menu_firewall_waf.php'); ?> </div> <!-- end waf block --> <div id="bruteforce" class="wordfenceTopTab" data-title="Brute Force Login Security Options"> <?php $helpLink = "http://docs.wordfence.com/en/Wordfence_options#Login_Security_Options"; $helpLabel = "Learn more about Brute Force Login Security Options"; require('menu_firewall_bruteForce.php'); ?> </div> <!-- end bruteforce block --> <div id="ratelimiting" class="wordfenceTopTab" data-title="Rate Limiting Options"> <?php $helpLink = "http://docs.wordfence.com/en/Wordfence_options#Rate_Limiting_Rules"; $helpLabel = "Learn more about Rate Limiting Options"; require('menu_firewall_rateLimiting.php'); ?> </div> <!-- end ratelimiting block --> </div> <!-- end content block --> </div> <!-- end row --> </div> <!-- end container --> </div>