Diff
8 years ago
dashboard
7 years ago
rest-api
7 years ago
.htaccess
7 years ago
Diff.php
14 years ago
GeoLite2-Country.mmdb
7 years ago
IPTraf.php
8 years ago
IPTrafList.php
7 years ago
WFLSPHP52Compatability.php
7 years ago
compat.php
8 years ago
conntest.php
7 years ago
cronview.php
8 years ago
dbview.php
8 years ago
diffResult.php
8 years ago
email_genericAlert.php
7 years ago
email_newIssues.php
7 years ago
email_unlockRequest.php
8 years ago
email_unsubscribeRequest.php
7 years ago
flags.php
7 years ago
live_activity.php
8 years ago
menu_dashboard.php
7 years ago
menu_dashboard_options.php
7 years ago
menu_firewall.php
7 years ago
menu_firewall_blocking.php
7 years ago
menu_firewall_blocking_options.php
8 years ago
menu_firewall_waf.php
7 years ago
menu_firewall_waf_options.php
7 years ago
menu_options.php
7 years ago
menu_scanner.php
7 years ago
menu_scanner_credentials.php
8 years ago
menu_scanner_options.php
8 years ago
menu_support.php
7 years ago
menu_tools.php
7 years ago
menu_tools_diagnostic.php
7 years ago
menu_tools_importExport.php
7 years ago
menu_tools_livetraffic.php
7 years ago
menu_tools_twoFactor.php
7 years ago
menu_tools_whois.php
8 years ago
menu_wordfence_central.php
7 years ago
noc1.key
7 years ago
sysinfo.php
8 years ago
unknownFiles.php
8 years ago
viewFullActivityLog.php
8 years ago
wf503.php
7 years ago
wfAPI.php
7 years ago
wfActivityReport.php
7 years ago
wfAdminNoticeQueue.php
8 years ago
wfArray.php
7 years ago
wfBrowscap.php
8 years ago
wfBrowscapCache.php
7 years ago
wfBulkCountries.php
7 years ago
wfCache.php
9 years ago
wfCentralAPI.php
7 years ago
wfConfig.php
7 years ago
wfCrawl.php
8 years ago
wfCredentialsController.php
7 years ago
wfCrypt.php
7 years ago
wfDB.php
7 years ago
wfDashboard.php
7 years ago
wfDateLocalization.php
8 years ago
wfDiagnostic.php
7 years ago
wfDict.php
8 years ago
wfDirectoryIterator.php
7 years ago
wfHelperBin.php
11 years ago
wfHelperString.php
11 years ago
wfIPWhitelist.php
7 years ago
wfImportExportController.php
7 years ago
wfIssues.php
7 years ago
wfJWT.php
7 years ago
wfLockedOut.php
7 years ago
wfLog.php
7 years ago
wfMD5BloomFilter.php
8 years ago
wfModuleController.php
7 years ago
wfNotification.php
8 years ago
wfOnboardingController.php
7 years ago
wfPersistenceController.php
8 years ago
wfRESTAPI.php
7 years ago
wfScan.php
7 years ago
wfScanEngine.php
7 years ago
wfSchema.php
7 years ago
wfStyle.php
7 years ago
wfSupportController.php
7 years ago
wfUnlockMsg.php
7 years ago
wfUpdateCheck.php
8 years ago
wfUtils.php
7 years ago
wfVersionCheckController.php
8 years ago
wfView.php
10 years ago
wfViewResult.php
8 years ago
wordfenceClass.php
7 years ago
wordfenceConstants.php
7 years ago
wordfenceHash.php
7 years ago
wordfenceScanner.php
7 years ago
wordfenceURLHoover.php
7 years ago
wf503.php
241 lines
| 1 | <?php if (!defined('WORDFENCE_VERSION')) { exit; } ?> |
| 2 | <!DOCTYPE html> |
| 3 | <html> |
| 4 | <head> |
| 5 | <title><?php _e('Your access to this site has been limited', 'wordfence'); ?></title> |
| 6 | <style> |
| 7 | html { |
| 8 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 9 | font-size: 14px; |
| 10 | line-height: 1.42857143; |
| 11 | color: #333; |
| 12 | background-color: #fff; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | padding: 2rem; |
| 17 | } |
| 18 | |
| 19 | a { |
| 20 | color:#00709e; |
| 21 | } |
| 22 | |
| 23 | h1, h2, h3, h4, h45, h6 { |
| 24 | font-weight: 500; |
| 25 | line-height: 1.1; |
| 26 | } |
| 27 | |
| 28 | h1 { font-size: 36px; } |
| 29 | h2 { font-size: 30px; } |
| 30 | h3 { font-size: 24px; } |
| 31 | h4 { font-size: 18px; } |
| 32 | h5 { font-size: 14px; } |
| 33 | h6 { font-size: 12px; } |
| 34 | |
| 35 | h1, h2, h3 { |
| 36 | margin-top: 20px; |
| 37 | margin-bottom: 10px; |
| 38 | } |
| 39 | h4, h5, h6 { |
| 40 | margin-top: 10px; |
| 41 | margin-bottom: 10px; |
| 42 | } |
| 43 | |
| 44 | .wf-btn { |
| 45 | display: inline-block; |
| 46 | margin-bottom: 0; |
| 47 | font-weight: normal; |
| 48 | text-align: center; |
| 49 | vertical-align: middle; |
| 50 | touch-action: manipulation; |
| 51 | cursor: pointer; |
| 52 | background-image: none; |
| 53 | border: 1px solid transparent; |
| 54 | white-space: nowrap; |
| 55 | text-transform: uppercase; |
| 56 | padding: .4rem 1rem; |
| 57 | font-size: .875rem; |
| 58 | line-height: 1.3125rem; |
| 59 | border-radius: 4px; |
| 60 | -webkit-user-select: none; |
| 61 | -moz-user-select: none; |
| 62 | -ms-user-select: none; |
| 63 | user-select: none |
| 64 | } |
| 65 | |
| 66 | @media (min-width: 768px) { |
| 67 | .wf-btn { |
| 68 | padding: .5rem 1.25rem; |
| 69 | font-size: .875rem; |
| 70 | line-height: 1.3125rem; |
| 71 | border-radius: 4px |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | .wf-btn:focus, |
| 76 | .wf-btn.wf-focus, |
| 77 | .wf-btn:active:focus, |
| 78 | .wf-btn:active.wf-focus, |
| 79 | .wf-btn.wf-active:focus, |
| 80 | .wf-btn.wf-active.wf-focus { |
| 81 | outline: 5px auto -webkit-focus-ring-color; |
| 82 | outline-offset: -2px |
| 83 | } |
| 84 | |
| 85 | .wf-btn:hover, |
| 86 | .wf-btn:focus, |
| 87 | .wf-btn.wf-focus { |
| 88 | color: #00709e; |
| 89 | text-decoration: none |
| 90 | } |
| 91 | |
| 92 | .wf-btn:active, |
| 93 | .wf-btn.wf-active { |
| 94 | outline: 0; |
| 95 | background-image: none; |
| 96 | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 97 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) |
| 98 | } |
| 99 | |
| 100 | .wf-btn.wf-disabled, |
| 101 | .wf-btn[disabled], |
| 102 | .wf-btn[readonly], |
| 103 | fieldset[disabled] .wf-btn { |
| 104 | cursor: not-allowed; |
| 105 | -webkit-box-shadow: none; |
| 106 | box-shadow: none |
| 107 | } |
| 108 | |
| 109 | a.wf-btn { |
| 110 | text-decoration: none |
| 111 | } |
| 112 | |
| 113 | a.wf-btn.wf-disabled, |
| 114 | fieldset[disabled] a.wf-btn { |
| 115 | cursor: not-allowed; |
| 116 | pointer-events: none |
| 117 | } |
| 118 | |
| 119 | .wf-btn-default { |
| 120 | color: #00709e; |
| 121 | background-color: #fff; |
| 122 | border-color: #00709e |
| 123 | } |
| 124 | |
| 125 | .wf-btn-default:focus, |
| 126 | .wf-btn-default.focus { |
| 127 | color: #00709e; |
| 128 | background-color: #e6e6e6; |
| 129 | border-color: #00161f |
| 130 | } |
| 131 | |
| 132 | .wf-btn-default:hover { |
| 133 | color: #00709e; |
| 134 | background-color: #e6e6e6; |
| 135 | border-color: #004561 |
| 136 | } |
| 137 | |
| 138 | .wf-btn-default:active, |
| 139 | .wf-btn-default.active { |
| 140 | color: #00709e; |
| 141 | background-color: #e6e6e6; |
| 142 | border-color: #004561 |
| 143 | } |
| 144 | |
| 145 | .wf-btn-default:active:hover, |
| 146 | .wf-btn-default:active:focus, |
| 147 | .wf-btn-default:active.focus, |
| 148 | .wf-btn-default.active:hover, |
| 149 | .wf-btn-default.active:focus, |
| 150 | .wf-btn-default.active.focus { |
| 151 | color: #00709e; |
| 152 | background-color: #d4d4d4; |
| 153 | border-color: #00161f |
| 154 | } |
| 155 | |
| 156 | .wf-btn-default:active, |
| 157 | .wf-btn-default.wf-active { |
| 158 | background-image: none |
| 159 | } |
| 160 | |
| 161 | .wf-btn-default.wf-disabled, |
| 162 | .wf-btn-default[disabled], |
| 163 | .wf-btn-default[readonly], |
| 164 | fieldset[disabled] .wf-btn-default { |
| 165 | color: #777; |
| 166 | background-color: #fff; |
| 167 | border-color: #e2e2e2; |
| 168 | cursor: not-allowed |
| 169 | } |
| 170 | |
| 171 | .wf-btn-default.wf-disabled:hover, |
| 172 | .wf-btn-default.wf-disabled:focus, |
| 173 | .wf-btn-default.wf-disabled.wf-focus, |
| 174 | .wf-btn-default[disabled]:hover, |
| 175 | .wf-btn-default[disabled]:focus, |
| 176 | .wf-btn-default[disabled].wf-focus, |
| 177 | .wf-btn-default[readonly]:hover, |
| 178 | .wf-btn-default[readonly]:focus, |
| 179 | .wf-btn-default[readonly].wf-focus, |
| 180 | fieldset[disabled] .wf-btn-default:hover, |
| 181 | fieldset[disabled] .wf-btn-default:focus, |
| 182 | fieldset[disabled] .wf-btn-default.wf-focus { |
| 183 | background-color: #fff; |
| 184 | border-color: #00709e |
| 185 | } |
| 186 | |
| 187 | input[type="text"], input.wf-input-text { |
| 188 | text-align: left; |
| 189 | max-width: 200px; |
| 190 | height: 34px; |
| 191 | border-radius: 0; |
| 192 | border: 0; |
| 193 | background-color: #ffffff; |
| 194 | box-shadow: 1px 1px 1px 2px rgba(215,215,215,0.65); |
| 195 | padding: 0.25rem; |
| 196 | } |
| 197 | |
| 198 | hr { |
| 199 | margin-top: 20px; |
| 200 | margin-bottom: 20px; |
| 201 | border: 0; |
| 202 | border-top: 1px solid #eee |
| 203 | } |
| 204 | |
| 205 | .wf-header-logo { |
| 206 | max-width: 450px; |
| 207 | max-height: 81px; |
| 208 | margin-bottom: 2rem; |
| 209 | } |
| 210 | |
| 211 | @media (max-width: 600px) { |
| 212 | .wf-header-logo { |
| 213 | max-width: 300px; |
| 214 | max-height: 54px; |
| 215 | } |
| 216 | } |
| 217 | </style> |
| 218 | </head> |
| 219 | <body> |
| 220 | <?php |
| 221 | $contents = file_get_contents(WORDFENCE_PATH . '/images/wf-horizontal.svg'); |
| 222 | $contents = preg_replace('/^<\?xml.+?\?>\s*/i', '', $contents); |
| 223 | $contents = preg_replace('/^<!DOCTYPE.+?>\s*/i', '', $contents); |
| 224 | $contents = preg_replace('/<svg\s+xmlns="[^"]*"/i', '<svg', $contents); |
| 225 | $contents = preg_replace('/(<svg[^>]+)/i', '${1} class="wf-header-logo"', $contents); |
| 226 | echo $contents; |
| 227 | ?> |
| 228 | <h4><?php _e('Your access to this site has been limited', 'wordfence'); ?></h4> |
| 229 | <p><?php _e('Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)', 'wordfence'); ?></p> |
| 230 | <p><?php _e('Reason:', 'wordfence'); ?> <span style="color: #c10000;"><?php echo $reason; ?></span></p> |
| 231 | <?php if (!empty($customText)): ?> |
| 232 | <hr> |
| 233 | <div><?php echo $customText; ?></div> |
| 234 | <?php endif; ?> |
| 235 | <hr> |
| 236 | <?php require(dirname(__FILE__) . '/wfUnlockMsg.php'); ?> |
| 237 | <p><?php printf(__('Click here to learn more: <a href="%s" target="_blank" rel="noopener noreferrer">Documentation</a>', 'wordfence'), wfSupportController::esc_supportURL(wfSupportController::ITEM_LOCKED_OUT)); ?></p> |
| 238 | <p style="color: #999999;margin-top: 2rem;"><em><?php printf(__('Generated by Wordfence at %s', 'wordfence'), gmdate('D, j M Y G:i:s T', wfWAFUtils::normalizedTime())); ?>.<br><?php _e('Your computer\'s time:', 'wordfence'); ?> <script type="application/javascript">document.write(new Date().toUTCString());</script>.</em></p> |
| 239 | </body> |
| 240 | </html> |
| 241 |