Diff
1 year ago
audit-log
1 year ago
dashboard
1 year ago
rest-api
1 year ago
.htaccess
7 years ago
Diff.php
6 years ago
GeoLite2-Country.mmdb
1 year ago
IPTraf.php
1 year ago
IPTrafList.php
1 year ago
WFLSPHP52Compatability.php
6 years ago
compat.php
8 years ago
diffResult.php
1 year ago
email_genericAlert.php
5 years ago
email_newIssues.php
3 years ago
email_unlockRequest.php
5 years ago
email_unsubscribeRequest.php
4 years ago
flags.php
7 years ago
live_activity.php
4 years ago
menu_dashboard.php
3 years ago
menu_dashboard_options.php
3 years ago
menu_firewall.php
3 years ago
menu_firewall_blocking.php
4 years ago
menu_firewall_blocking_options.php
3 years ago
menu_firewall_waf.php
4 years ago
menu_firewall_waf_options.php
3 years ago
menu_install.php
3 years ago
menu_options.php
1 year ago
menu_scanner.php
2 years ago
menu_scanner_credentials.php
1 year ago
menu_scanner_options.php
3 years ago
menu_support.php
1 year ago
menu_tools.php
1 year ago
menu_tools_auditlog.php
1 year ago
menu_tools_diagnostic.php
1 year ago
menu_tools_importExport.php
4 years ago
menu_tools_livetraffic.php
2 years ago
menu_tools_twoFactor.php
4 years ago
menu_tools_whois.php
3 years ago
menu_wordfence_central.php
3 years ago
noc1.key
7 years ago
sodium_compat_fast.php
2 years ago
sysinfo.php
1 year ago
viewFullActivityLog.php
4 years ago
wf503.php
2 years ago
wfAPI.php
1 year ago
wfActivityReport.php
1 year ago
wfAdminNoticeQueue.php
4 years ago
wfAlerts.php
5 years ago
wfArray.php
3 years ago
wfAuditLog.php
1 year ago
wfBrowscap.php
3 years ago
wfBrowscapCache.php
7 years ago
wfBulkCountries.php
2 years ago
wfCache.php
3 years ago
wfCentralAPI.php
1 year ago
wfConfig.php
1 year ago
wfCrawl.php
1 year ago
wfCredentialsController.php
1 year ago
wfCrypt.php
6 years ago
wfCurlInterceptor.php
3 years ago
wfDB.php
1 year ago
wfDashboard.php
1 year ago
wfDateLocalization.php
2 years ago
wfDeactivationOption.php
3 years ago
wfDiagnostic.php
1 year ago
wfDict.php
8 years ago
wfDirectoryIterator.php
7 years ago
wfFileUtils.php
2 years ago
wfHelperBin.php
11 years ago
wfHelperString.php
1 year ago
wfIPWhitelist.php
5 years ago
wfImportExportController.php
5 years ago
wfInaccessibleDirectoryException.php
2 years ago
wfInvalidPathException.php
3 years ago
wfIpLocation.php
3 years ago
wfIpLocator.php
3 years ago
wfIssues.php
1 year ago
wfJWT.php
7 years ago
wfLicense.php
3 years ago
wfLockedOut.php
2 years ago
wfLog.php
1 year ago
wfMD5BloomFilter.php
8 years ago
wfModuleController.php
7 years ago
wfNotification.php
8 years ago
wfOnboardingController.php
1 year ago
wfPersistenceController.php
1 year ago
wfRESTAPI.php
7 years ago
wfScan.php
2 years ago
wfScanEngine.php
1 year ago
wfScanEntrypoint.php
3 years ago
wfScanFile.php
1 year ago
wfScanFileLink.php
3 years ago
wfScanFileListItem.php
1 year ago
wfScanFileProperties.php
1 year ago
wfScanMonitor.php
2 years ago
wfScanPath.php
3 years ago
wfSchema.php
1 year ago
wfStyle.php
1 year ago
wfSupportController.php
1 year ago
wfUnlockMsg.php
5 years ago
wfUpdateCheck.php
1 year ago
wfUtils.php
1 year ago
wfVersionCheckController.php
3 years ago
wfVersionSupport.php
1 year ago
wfView.php
5 years ago
wfViewResult.php
1 year ago
wfWebsite.php
3 years ago
wordfenceClass.php
1 year ago
wordfenceConstants.php
1 year ago
wordfenceHash.php
1 year ago
wordfenceScanner.php
1 year ago
wordfenceURLHoover.php
2 years ago
wfBulkCountries.php
256 lines
| 1 | <?php |
| 2 | if (!defined('WORDFENCE_VERSION')) { exit; } |
| 3 | |
| 4 | $wfBulkCountries = array( |
| 5 | "AD" => __("Andorra", 'wordfence'), |
| 6 | "AE" => __("United Arab Emirates", 'wordfence'), |
| 7 | "AF" => __("Afghanistan", 'wordfence'), |
| 8 | "AG" => __("Antigua and Barbuda", 'wordfence'), |
| 9 | "AI" => __("Anguilla", 'wordfence'), |
| 10 | "AL" => __("Albania", 'wordfence'), |
| 11 | "AM" => __("Armenia", 'wordfence'), |
| 12 | "AO" => __("Angola", 'wordfence'), |
| 13 | "AQ" => __("Antarctica", 'wordfence'), |
| 14 | "AR" => __("Argentina", 'wordfence'), |
| 15 | "AS" => __("American Samoa", 'wordfence'), |
| 16 | "AT" => __("Austria", 'wordfence'), |
| 17 | "AU" => __("Australia", 'wordfence'), |
| 18 | "AW" => __("Aruba", 'wordfence'), |
| 19 | "AX" => __("Aland Islands", 'wordfence'), |
| 20 | "AZ" => __("Azerbaijan", 'wordfence'), |
| 21 | "BA" => __("Bosnia and Herzegovina", 'wordfence'), |
| 22 | "BB" => __("Barbados", 'wordfence'), |
| 23 | "BD" => __("Bangladesh", 'wordfence'), |
| 24 | "BE" => __("Belgium", 'wordfence'), |
| 25 | "BF" => __("Burkina Faso", 'wordfence'), |
| 26 | "BG" => __("Bulgaria", 'wordfence'), |
| 27 | "BH" => __("Bahrain", 'wordfence'), |
| 28 | "BI" => __("Burundi", 'wordfence'), |
| 29 | "BJ" => __("Benin", 'wordfence'), |
| 30 | "BL" => __("Saint Bartelemey", 'wordfence'), |
| 31 | "BM" => __("Bermuda", 'wordfence'), |
| 32 | "BN" => __("Brunei Darussalam", 'wordfence'), |
| 33 | "BO" => __("Bolivia", 'wordfence'), |
| 34 | "BQ" => __("Bonaire, Saint Eustatius and Saba", 'wordfence'), |
| 35 | "BR" => __("Brazil", 'wordfence'), |
| 36 | "BS" => __("Bahamas", 'wordfence'), |
| 37 | "BT" => __("Bhutan", 'wordfence'), |
| 38 | "BV" => __("Bouvet Island", 'wordfence'), |
| 39 | "BW" => __("Botswana", 'wordfence'), |
| 40 | "BY" => __("Belarus", 'wordfence'), |
| 41 | "BZ" => __("Belize", 'wordfence'), |
| 42 | "CA" => __("Canada", 'wordfence'), |
| 43 | "CC" => __("Cocos (Keeling) Islands", 'wordfence'), |
| 44 | "CD" => __("Congo, The Democratic Republic of the", 'wordfence'), |
| 45 | "CF" => __("Central African Republic", 'wordfence'), |
| 46 | "CG" => __("Congo", 'wordfence'), |
| 47 | "CH" => __("Switzerland", 'wordfence'), |
| 48 | "CI" => __("Cote dIvoire", 'wordfence'), |
| 49 | "CK" => __("Cook Islands", 'wordfence'), |
| 50 | "CL" => __("Chile", 'wordfence'), |
| 51 | "CM" => __("Cameroon", 'wordfence'), |
| 52 | "CN" => __("China", 'wordfence'), |
| 53 | "CO" => __("Colombia", 'wordfence'), |
| 54 | "CR" => __("Costa Rica", 'wordfence'), |
| 55 | "CU" => __("Cuba", 'wordfence'), |
| 56 | "CV" => __("Cape Verde", 'wordfence'), |
| 57 | "CW" => __("Curacao", 'wordfence'), |
| 58 | "CX" => __("Christmas Island", 'wordfence'), |
| 59 | "CY" => __("Cyprus", 'wordfence'), |
| 60 | "CZ" => __("Czech Republic", 'wordfence'), |
| 61 | "DE" => __("Germany", 'wordfence'), |
| 62 | "DJ" => __("Djibouti", 'wordfence'), |
| 63 | "DK" => __("Denmark", 'wordfence'), |
| 64 | "DM" => __("Dominica", 'wordfence'), |
| 65 | "DO" => __("Dominican Republic", 'wordfence'), |
| 66 | "DZ" => __("Algeria", 'wordfence'), |
| 67 | "EC" => __("Ecuador", 'wordfence'), |
| 68 | "EE" => __("Estonia", 'wordfence'), |
| 69 | "EG" => __("Egypt", 'wordfence'), |
| 70 | "EH" => __("Western Sahara", 'wordfence'), |
| 71 | "ER" => __("Eritrea", 'wordfence'), |
| 72 | "ES" => __("Spain", 'wordfence'), |
| 73 | "ET" => __("Ethiopia", 'wordfence'), |
| 74 | "EU" => __("Europe", 'wordfence'), |
| 75 | "FI" => __("Finland", 'wordfence'), |
| 76 | "FJ" => __("Fiji", 'wordfence'), |
| 77 | "FK" => __("Falkland Islands (Malvinas)", 'wordfence'), |
| 78 | "FM" => __("Micronesia, Federated States of", 'wordfence'), |
| 79 | "FO" => __("Faroe Islands", 'wordfence'), |
| 80 | "FR" => __("France", 'wordfence'), |
| 81 | "GA" => __("Gabon", 'wordfence'), |
| 82 | "GB" => __("United Kingdom", 'wordfence'), |
| 83 | "GD" => __("Grenada", 'wordfence'), |
| 84 | "GE" => __("Georgia", 'wordfence'), |
| 85 | "GF" => __("French Guiana", 'wordfence'), |
| 86 | "GG" => __("Guernsey", 'wordfence'), |
| 87 | "GH" => __("Ghana", 'wordfence'), |
| 88 | "GI" => __("Gibraltar", 'wordfence'), |
| 89 | "GL" => __("Greenland", 'wordfence'), |
| 90 | "GM" => __("Gambia", 'wordfence'), |
| 91 | "GN" => __("Guinea", 'wordfence'), |
| 92 | "GP" => __("Guadeloupe", 'wordfence'), |
| 93 | "GQ" => __("Equatorial Guinea", 'wordfence'), |
| 94 | "GR" => __("Greece", 'wordfence'), |
| 95 | "GS" => __("South Georgia and the South Sandwich Islands", 'wordfence'), |
| 96 | "GT" => __("Guatemala", 'wordfence'), |
| 97 | "GU" => __("Guam", 'wordfence'), |
| 98 | "GW" => __("Guinea-Bissau", 'wordfence'), |
| 99 | "GY" => __("Guyana", 'wordfence'), |
| 100 | "HK" => __("Hong Kong", 'wordfence'), |
| 101 | "HM" => __("Heard Island and McDonald Islands", 'wordfence'), |
| 102 | "HN" => __("Honduras", 'wordfence'), |
| 103 | "HR" => __("Croatia", 'wordfence'), |
| 104 | "HT" => __("Haiti", 'wordfence'), |
| 105 | "HU" => __("Hungary", 'wordfence'), |
| 106 | "ID" => __("Indonesia", 'wordfence'), |
| 107 | "IE" => __("Ireland", 'wordfence'), |
| 108 | "IL" => __("Israel", 'wordfence'), |
| 109 | "IM" => __("Isle of Man", 'wordfence'), |
| 110 | "IN" => __("India", 'wordfence'), |
| 111 | "IO" => __("British Indian Ocean Territory", 'wordfence'), |
| 112 | "IQ" => __("Iraq", 'wordfence'), |
| 113 | "IR" => __("Iran, Islamic Republic of", 'wordfence'), |
| 114 | "IS" => __("Iceland", 'wordfence'), |
| 115 | "IT" => __("Italy", 'wordfence'), |
| 116 | "JE" => __("Jersey", 'wordfence'), |
| 117 | "JM" => __("Jamaica", 'wordfence'), |
| 118 | "JO" => __("Jordan", 'wordfence'), |
| 119 | "JP" => __("Japan", 'wordfence'), |
| 120 | "KE" => __("Kenya", 'wordfence'), |
| 121 | "KG" => __("Kyrgyzstan", 'wordfence'), |
| 122 | "KH" => __("Cambodia", 'wordfence'), |
| 123 | "KI" => __("Kiribati", 'wordfence'), |
| 124 | "KM" => __("Comoros", 'wordfence'), |
| 125 | "KN" => __("Saint Kitts and Nevis", 'wordfence'), |
| 126 | "KP" => __("North Korea", 'wordfence'), |
| 127 | "KR" => __("South Korea", 'wordfence'), |
| 128 | "KW" => __("Kuwait", 'wordfence'), |
| 129 | "KY" => __("Cayman Islands", 'wordfence'), |
| 130 | "KZ" => __("Kazakhstan", 'wordfence'), |
| 131 | "LA" => __("Lao Peoples Democratic Republic", 'wordfence'), |
| 132 | "LB" => __("Lebanon", 'wordfence'), |
| 133 | "LC" => __("Saint Lucia", 'wordfence'), |
| 134 | "LI" => __("Liechtenstein", 'wordfence'), |
| 135 | "LK" => __("Sri Lanka", 'wordfence'), |
| 136 | "LR" => __("Liberia", 'wordfence'), |
| 137 | "LS" => __("Lesotho", 'wordfence'), |
| 138 | "LT" => __("Lithuania", 'wordfence'), |
| 139 | "LU" => __("Luxembourg", 'wordfence'), |
| 140 | "LV" => __("Latvia", 'wordfence'), |
| 141 | "LY" => __("Libyan Arab Jamahiriya", 'wordfence'), |
| 142 | "MA" => __("Morocco", 'wordfence'), |
| 143 | "MC" => __("Monaco", 'wordfence'), |
| 144 | "MD" => __("Moldova, Republic of", 'wordfence'), |
| 145 | "ME" => __("Montenegro", 'wordfence'), |
| 146 | "MF" => __("Saint Martin", 'wordfence'), |
| 147 | "MG" => __("Madagascar", 'wordfence'), |
| 148 | "MH" => __("Marshall Islands", 'wordfence'), |
| 149 | "MK" => __("North Macedonia, Republic of", 'wordfence'), |
| 150 | "ML" => __("Mali", 'wordfence'), |
| 151 | "MM" => __("Myanmar", 'wordfence'), |
| 152 | "MN" => __("Mongolia", 'wordfence'), |
| 153 | "MO" => __("Macao", 'wordfence'), |
| 154 | "MP" => __("Northern Mariana Islands", 'wordfence'), |
| 155 | "MQ" => __("Martinique", 'wordfence'), |
| 156 | "MR" => __("Mauritania", 'wordfence'), |
| 157 | "MS" => __("Montserrat", 'wordfence'), |
| 158 | "MT" => __("Malta", 'wordfence'), |
| 159 | "MU" => __("Mauritius", 'wordfence'), |
| 160 | "MV" => __("Maldives", 'wordfence'), |
| 161 | "MW" => __("Malawi", 'wordfence'), |
| 162 | "MX" => __("Mexico", 'wordfence'), |
| 163 | "MY" => __("Malaysia", 'wordfence'), |
| 164 | "MZ" => __("Mozambique", 'wordfence'), |
| 165 | "NA" => __("Namibia", 'wordfence'), |
| 166 | "NC" => __("New Caledonia", 'wordfence'), |
| 167 | "NE" => __("Niger", 'wordfence'), |
| 168 | "NF" => __("Norfolk Island", 'wordfence'), |
| 169 | "NG" => __("Nigeria", 'wordfence'), |
| 170 | "NI" => __("Nicaragua", 'wordfence'), |
| 171 | "NL" => __("Netherlands", 'wordfence'), |
| 172 | "NO" => __("Norway", 'wordfence'), |
| 173 | "NP" => __("Nepal", 'wordfence'), |
| 174 | "NR" => __("Nauru", 'wordfence'), |
| 175 | "NU" => __("Niue", 'wordfence'), |
| 176 | "NZ" => __("New Zealand", 'wordfence'), |
| 177 | "OM" => __("Oman", 'wordfence'), |
| 178 | "PA" => __("Panama", 'wordfence'), |
| 179 | "PE" => __("Peru", 'wordfence'), |
| 180 | "PF" => __("French Polynesia", 'wordfence'), |
| 181 | "PG" => __("Papua New Guinea", 'wordfence'), |
| 182 | "PH" => __("Philippines", 'wordfence'), |
| 183 | "PK" => __("Pakistan", 'wordfence'), |
| 184 | "PL" => __("Poland", 'wordfence'), |
| 185 | "PM" => __("Saint Pierre and Miquelon", 'wordfence'), |
| 186 | "PN" => __("Pitcairn", 'wordfence'), |
| 187 | "PR" => __("Puerto Rico", 'wordfence'), |
| 188 | "PS" => __("Palestinian Territory", 'wordfence'), |
| 189 | "PT" => __("Portugal", 'wordfence'), |
| 190 | "PW" => __("Palau", 'wordfence'), |
| 191 | "PY" => __("Paraguay", 'wordfence'), |
| 192 | "QA" => __("Qatar", 'wordfence'), |
| 193 | "RE" => __("Reunion", 'wordfence'), |
| 194 | "RO" => __("Romania", 'wordfence'), |
| 195 | "RS" => __("Serbia", 'wordfence'), |
| 196 | "RU" => __("Russian Federation", 'wordfence'), |
| 197 | "RW" => __("Rwanda", 'wordfence'), |
| 198 | "SA" => __("Saudi Arabia", 'wordfence'), |
| 199 | "SB" => __("Solomon Islands", 'wordfence'), |
| 200 | "SC" => __("Seychelles", 'wordfence'), |
| 201 | "SD" => __("Sudan", 'wordfence'), |
| 202 | "SE" => __("Sweden", 'wordfence'), |
| 203 | "SG" => __("Singapore", 'wordfence'), |
| 204 | "SH" => __("Saint Helena", 'wordfence'), |
| 205 | "SI" => __("Slovenia", 'wordfence'), |
| 206 | "SJ" => __("Svalbard and Jan Mayen", 'wordfence'), |
| 207 | "SK" => __("Slovakia", 'wordfence'), |
| 208 | "SL" => __("Sierra Leone", 'wordfence'), |
| 209 | "SM" => __("San Marino", 'wordfence'), |
| 210 | "SN" => __("Senegal", 'wordfence'), |
| 211 | "SO" => __("Somalia", 'wordfence'), |
| 212 | "SR" => __("Suriname", 'wordfence'), |
| 213 | "ST" => __("Sao Tome and Principe", 'wordfence'), |
| 214 | "SV" => __("El Salvador", 'wordfence'), |
| 215 | "SX" => __("Sint Maarten", 'wordfence'), |
| 216 | "SY" => __("Syrian Arab Republic", 'wordfence'), |
| 217 | "SZ" => __("Swaziland", 'wordfence'), |
| 218 | "TC" => __("Turks and Caicos Islands", 'wordfence'), |
| 219 | "TD" => __("Chad", 'wordfence'), |
| 220 | "TF" => __("French Southern Territories", 'wordfence'), |
| 221 | "TG" => __("Togo", 'wordfence'), |
| 222 | "TH" => __("Thailand", 'wordfence'), |
| 223 | "TJ" => __("Tajikistan", 'wordfence'), |
| 224 | "TK" => __("Tokelau", 'wordfence'), |
| 225 | "TL" => __("Timor-Leste", 'wordfence'), |
| 226 | "TM" => __("Turkmenistan", 'wordfence'), |
| 227 | "TN" => __("Tunisia", 'wordfence'), |
| 228 | "TO" => __("Tonga", 'wordfence'), |
| 229 | "TR" => __("Turkey", 'wordfence'), |
| 230 | "TT" => __("Trinidad and Tobago", 'wordfence'), |
| 231 | "TV" => __("Tuvalu", 'wordfence'), |
| 232 | "TW" => __("Taiwan", 'wordfence'), |
| 233 | "TZ" => __("Tanzania, United Republic of", 'wordfence'), |
| 234 | "UA" => __("Ukraine", 'wordfence'), |
| 235 | "UG" => __("Uganda", 'wordfence'), |
| 236 | "UM" => __("United States Minor Outlying Islands", 'wordfence'), |
| 237 | "US" => __("United States", 'wordfence'), |
| 238 | "UY" => __("Uruguay", 'wordfence'), |
| 239 | "UZ" => __("Uzbekistan", 'wordfence'), |
| 240 | "VA" => __("Holy See (Vatican City State)", 'wordfence'), |
| 241 | "VC" => __("Saint Vincent and the Grenadines", 'wordfence'), |
| 242 | "VE" => __("Venezuela", 'wordfence'), |
| 243 | "VG" => __("Virgin Islands, British", 'wordfence'), |
| 244 | "VI" => __("Virgin Islands, U.S.", 'wordfence'), |
| 245 | "VN" => __("Vietnam", 'wordfence'), |
| 246 | "VU" => __("Vanuatu", 'wordfence'), |
| 247 | "WF" => __("Wallis and Futuna", 'wordfence'), |
| 248 | "WS" => __("Samoa", 'wordfence'), |
| 249 | "XK" => __("Kosovo", 'wordfence'), |
| 250 | "YE" => __("Yemen", 'wordfence'), |
| 251 | "YT" => __("Mayotte", 'wordfence'), |
| 252 | "ZA" => __("South Africa", 'wordfence'), |
| 253 | "ZM" => __("Zambia", 'wordfence'), |
| 254 | "ZW" => __("Zimbabwe", 'wordfence'), |
| 255 | ); |
| 256 |