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 Tools"; $options = array(array('t' => 'Password Audit', 'a' => 'passwd'), array('t' => 'Whois Lookup', 'a' => 'whois'), array('t' => 'Cellphone Sign-in', 'a' => 'twofactor'), array('t' => 'Diagnostics', 'a' => 'diagnostics')); $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="passwd" class="wordfenceTopTab" data-title="Audit the Strength of your Passwords"> <?php $helpLink = 'http://docs.wordfence.com/en/Wordfence_Password_Auditing'; $helpLabel = 'Learn more about Password Auditing'; require('menu_tools_passwd.php'); ?> </div> <!-- end passwd block --> <div id="whois" class="wordfenceTopTab" data-title="WHOIS Lookup"> <?php $helpLink = 'http://docs.wordfence.com/en/Whois_Lookup'; $helpLabel = 'Learn more about Whois Lookups'; require('menu_tools_whois.php'); ?> </div> <!-- end whois block --> <div id="twofactor" class="wordfenceTopTab" data-title="Cellphone Sign-in"> <?php $helpLink = "http://docs.wordfence.com/en/Cellphone_sign-in"; $helpLabel = "Learn more about Cellphone Sign-in"; require('menu_tools_twoFactor.php'); ?> </div> <!-- end twofactor block --> <div id="diagnostics" class="wordfenceTopTab" data-title="Diagnostics"> <?php require('menu_tools_diagnostic.php'); ?> </div> <!-- end diagnostics block --> </div> <!-- end content block --> </div> <!-- end row --> </div> <!-- end container --> </div>