Server IP : 15.235.198.142 / Your IP : 216.73.216.71 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/2of3/wp-content/plugins/wordfence/lib/ |
Upload File : |
<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?> <p><?php esc_html_e('If you are a WordPress user with administrative privileges on this site please enter your email in the box below and click "Send". You will then receive an email that helps you regain access.', 'wordfence'); ?></p> <form method="POST" id="unlock-form" action="#"> <?php require_once(ABSPATH . 'wp-includes/pluggable.php'); ?> <input type="hidden" name="nonce" value="<?php echo wp_create_nonce('wf-form'); ?>"> <input type="text" size="50" name="email" id="unlock-email" value="" maxlength="255" placeholder="email@example.com"> <input type="submit" class="wf-btn wf-btn-default" id="unlock-submit" name="s" value="<?php esc_attr_e('Send Unlock Email', 'wordfence'); ?>" disabled> </form> <script type="application/javascript"> (function() { var textfield = document.getElementById('unlock-email'); textfield.addEventListener('focus', function() { document.getElementById('unlock-form').action = "<?php echo esc_js(wfUtils::getSiteBaseURL()); ?>" + "?_wfsf=unlockEmail"; document.getElementById('unlock-submit').disabled = false; }); })(); </script>