WPBruiser {no- Captcha anti-Spam} - Version 3.0.10

Version Description

  • Refreshed Country IPs
  • Refreshed WebAttackers IPs
  • Refreshed Proxy IPs

Additions

  • Ability to register trusted proxy headers
  • Email Notification when an user with Admin Capabilities has signed in

New Premium Extensions

  • Country Blocking Extension
  • Easy Forms for MailChimp Extension
  • Easy Digital Downloads Extension
  • AffiliateWP
Download this release

Release Info

Developer mihche
Plugin Icon 128x128 WPBruiser {no- Captcha anti-Spam}
Version 3.0.10
Comparing to
See all releases

Code changes from version 3.0.9 to 3.0.10

Files changed (65) hide show
  1. assets/admin/images/affiliatewp-logo-128x128.png +0 -0
  2. assets/admin/images/country-blocking-128x128.png +0 -0
  3. assets/admin/images/quform-logo-128x128.png +0 -0
  4. engine/GdbcAjaxController.php +3 -0
  5. engine/GdbcIPUtils.php +2 -2
  6. engine/GdbcModulesController.php +55 -7
  7. engine/GdbcNotificationsController.php +2 -0
  8. engine/GdbcUpdatesController.php +7 -0
  9. engine/GoodByeCaptchaAdmin.php +32 -1
  10. engine/GoodByeCaptchaUtils.php +28 -0
  11. engine/admin/GdbcAdminNotice.php +2 -0
  12. engine/admin/pages/GdbcBaseAdminPage.php +120 -58
  13. engine/admin/pages/GdbcContactFormsAdminPage.php +3 -0
  14. engine/admin/pages/GdbcECommerceAdminPage.php +42 -0
  15. engine/admin/pages/GdbcOthersAdminPage.php +0 -10
  16. engine/admin/pages/GdbcSecurityAdminPage.php +2 -2
  17. engine/admin/pages/GdbcSettingsAdminPage.php +43 -0
  18. engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php +8 -0
  19. engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php +40 -5
  20. engine/modules/email-notifications/templates/notification-admin-logged-in.php +29 -0
  21. engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php +116 -0
  22. engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php +27 -0
  23. engine/modules/proxy-headers/partials/admin-settings.php +234 -0
  24. engine/modules/reports/partials/reports-stats.php +10 -3
  25. engine/modules/settings/GdbcSettingsAdminModule.php +3 -0
  26. engine/modules/white-listed-ips/partials/admin-settings.php +8 -2
  27. engine/modules/wordpress/GdbcWordPressPublicModule.php +5 -1
  28. goodbye-captcha.php +18 -17
  29. includes/utils/MchGdbcUtils.php +29 -1
  30. includes/utils/MchGdbcWpUtils.php +6 -0
  31. includes/vendor/MchHttp/MchGdbcHttpRequest.php +155 -71
  32. includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php +9 -0
  33. includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php +415 -457
  34. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php +1 -1
  35. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php +1 -1
  36. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php +1 -1
  37. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php +1 -1
  38. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php +1 -1
  39. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php +1 -1
  40. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php +1 -1
  41. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php +1 -1
  42. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php +1 -1
  43. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php +1 -1
  44. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php +1 -1
  45. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php +1 -1
  46. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php +1 -1
  47. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php +1 -1
  48. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php +1 -1
  49. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php +1 -1
  50. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php +1 -1
  51. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php +1 -1
  52. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php +1 -1
  53. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php +1 -1
  54. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php +1 -1
  55. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php +1 -1
  56. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php +1 -1
  57. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php +1 -1
  58. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php +1 -1
  59. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php +1 -1
  60. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php +1 -1
  61. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php +1 -1
  62. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php +1 -1
  63. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php +1 -1
  64. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php +1 -1
  65. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php +1 -1
assets/admin/images/affiliatewp-logo-128x128.png ADDED
Binary file
assets/admin/images/country-blocking-128x128.png ADDED
Binary file
assets/admin/images/quform-logo-128x128.png ADDED
Binary file
engine/GdbcAjaxController.php CHANGED
@@ -55,6 +55,9 @@ final class GdbcAjaxController
55
  GdbcModulesController::MODULE_EASY_FORMS_FOR_MAILCHIMP,
56
  GdbcModulesController::MODULE_ULTIMATE_MEMBER,
57
  GdbcModulesController::MODULE_WOOCOMMERCE,
 
 
 
58
  ) as $moduleName){
59
 
60
  if(null === ($publicModuleInstance = GdbcModulesController::getPublicModuleInstance($moduleName)))
55
  GdbcModulesController::MODULE_EASY_FORMS_FOR_MAILCHIMP,
56
  GdbcModulesController::MODULE_ULTIMATE_MEMBER,
57
  GdbcModulesController::MODULE_WOOCOMMERCE,
58
+ GdbcModulesController::MODULE_AFFILIATE_WP,
59
+ GdbcModulesController::MODULE_EASY_DIGITAL_DOWNLOADS,
60
+ GdbcModulesController::MODULE_QUFORM,
61
  ) as $moduleName){
62
 
63
  if(null === ($publicModuleInstance = GdbcModulesController::getPublicModuleInstance($moduleName)))
engine/GdbcIPUtils.php CHANGED
@@ -27,7 +27,7 @@ final class GdbcIPUtils
27
 
28
  public static function getClientIpAddress()
29
  {
30
- return MchGdbcHttpRequest::getClientIp(array());
31
  }
32
 
33
  public static function isClientIpBlackListed()
@@ -67,7 +67,7 @@ final class GdbcIPUtils
67
 
68
  public static function isIpBlockedByCountry($ipAddress)
69
  {
70
- if(!GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_GEO_IP_COUNTRY))
71
  return false;
72
 
73
  return GdbcGeoIpCountryPublicModule::getInstance()->isCountryIdBlocked(self::getCountryIdByIpAddress($ipAddress));
27
 
28
  public static function getClientIpAddress()
29
  {
30
+ return MchGdbcHttpRequest::getClientIp(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_PROXY_HEADERS) ? (array)GdbcProxyHeadersPublicModule::getInstance()->getOption(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP) : array());
31
  }
32
 
33
  public static function isClientIpBlackListed()
67
 
68
  public static function isIpBlockedByCountry($ipAddress)
69
  {
70
+ if(!GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_COUNTRY_BLOCKING))
71
  return false;
72
 
73
  return GdbcGeoIpCountryPublicModule::getInstance()->isCountryIdBlocked(self::getCountryIdByIpAddress($ipAddress));
engine/GdbcModulesController.php CHANGED
@@ -53,6 +53,7 @@ final class GdbcModulesController
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
54
 
55
  CONST MODULE_ZM_ALR = 'ZM-ALR';
 
56
 
57
  CONST MODULE_SEAMLESS_DONATIONS = 'SeamlessDonations';
58
  CONST MODULE_WORDPRESS_TWEAKS = 'WordPressTweaks';
@@ -62,7 +63,10 @@ final class GdbcModulesController
62
  CONST MODULE_LICENSES = 'Licenses';
63
  CONST MODULE_MEMBER_PRESS = 'MemberPress';
64
 
65
- CONST MODULE_GEO_IP_COUNTRY = 'GeoIpCountry';
 
 
 
66
 
67
  CONST MODULE_EASY_FORMS_FOR_MAILCHIMP = 'EasyFormsForMailChimp';
68
 
@@ -378,7 +382,7 @@ final class GdbcModulesController
378
  )
379
  ),
380
 
381
- self::MODULE_GEO_IP_COUNTRY => array(
382
  'info' => array(
383
  'ModuleId' => 29,
384
  'IsLicensed' => true,
@@ -389,6 +393,50 @@ final class GdbcModulesController
389
  )
390
  ),
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  );
393
 
394
 
@@ -413,6 +461,9 @@ final class GdbcModulesController
413
  case self::MODULE_EASY_FORMS_FOR_MAILCHIMP : return 'Easy Forms for MailChimp';
414
  case self::MODULE_MEMBER_PRESS : return 'MemberPress';
415
  case self::MODULE_UPME : return !$isForLicensing ? 'UPME' : 'User Profiles Made Easy';
 
 
 
416
  }
417
 
418
  return $moduleName;
@@ -496,8 +547,6 @@ final class GdbcModulesController
496
 
497
  }
498
 
499
-
500
-
501
  public static function getModuleStandAloneDirectoryName($moduleName)
502
  {
503
  return strtolower(GoodByeCaptcha::PLUGIN_SLUG . '-' . MchGdbcUtils::stripNonAlphaNumericCharacters($moduleName));
@@ -574,10 +623,10 @@ final class GdbcModulesController
574
  if(!self::isLicensedModule($moduleName))
575
  return true;
576
 
577
- if( GoodByeCaptcha::isProVersion() && !class_exists(self::getModuleStandAloneClassName($moduleName)) ) {
578
  return 0 === strpos(self::getModuleDirectoryPath($moduleName), dirname(__FILE__));
579
  }
580
-
581
  return false;
582
  }
583
 
@@ -671,7 +720,6 @@ final class GdbcModulesController
671
  return self::getModuleInstance($moduleName, 2);
672
  }
673
 
674
-
675
  /**
676
  * @param $moduleName string Module name
677
  *
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
54
 
55
  CONST MODULE_ZM_ALR = 'ZM-ALR';
56
+ CONST MODULE_QUFORM = 'Quform';
57
 
58
  CONST MODULE_SEAMLESS_DONATIONS = 'SeamlessDonations';
59
  CONST MODULE_WORDPRESS_TWEAKS = 'WordPressTweaks';
63
  CONST MODULE_LICENSES = 'Licenses';
64
  CONST MODULE_MEMBER_PRESS = 'MemberPress';
65
 
66
+ CONST MODULE_PROXY_HEADERS = 'ProxyHeaders';
67
+ CONST MODULE_COUNTRY_BLOCKING = 'CountryBlocking';
68
+ CONST MODULE_EASY_DIGITAL_DOWNLOADS = 'EDD';
69
+ CONST MODULE_AFFILIATE_WP = 'AffiliateWP';
70
 
71
  CONST MODULE_EASY_FORMS_FOR_MAILCHIMP = 'EasyFormsForMailChimp';
72
 
382
  )
383
  ),
384
 
385
+ self::MODULE_COUNTRY_BLOCKING => array(
386
  'info' => array(
387
  'ModuleId' => 29,
388
  'IsLicensed' => true,
393
  )
394
  ),
395
 
396
+ self::MODULE_EASY_DIGITAL_DOWNLOADS => array(
397
+ 'info' => array(
398
+ 'ModuleId' => 30,
399
+ 'IsLicensed' => true,
400
+ ),
401
+ 'classes' => array(
402
+ 'GdbcEDDAdminModule' => '/modules/easy-digital-downloads/GdbcEDDAdminModule.php',
403
+ 'GdbcEDDPublicModule' => '/modules/easy-digital-downloads/GdbcEDDPublicModule.php',
404
+ )
405
+ ),
406
+
407
+ self::MODULE_AFFILIATE_WP => array(
408
+ 'info' => array(
409
+ 'ModuleId' => 31,
410
+ 'IsLicensed' => true,
411
+ ),
412
+ 'classes' => array(
413
+ 'GdbcAffiliateWPAdminModule' => '/modules/affiliate-wp/GdbcAffiliateWPAdminModule.php',
414
+ 'GdbcAffiliateWPPublicModule' => '/modules/affiliate-wp/GdbcAffiliateWPPublicModule.php',
415
+ )
416
+ ),
417
+
418
+ self::MODULE_QUFORM => array(
419
+ 'info' => array(
420
+ 'ModuleId' => 32,
421
+ 'IsLicensed' => true,
422
+ ),
423
+ 'classes' => array(
424
+ 'GdbcQuformAdminModule' => '/modules/quform/GdbcQuformAdminModule.php',
425
+ 'GdbcQuformPublicModule' => '/modules/quform/GdbcQuformPublicModule.php',
426
+ )
427
+ ),
428
+
429
+ self::MODULE_PROXY_HEADERS => array(
430
+ 'info' => array(
431
+ 'ModuleId' => 33,
432
+ 'IsLicensed' => false,
433
+ ),
434
+ 'classes' => array(
435
+ 'GdbcProxyHeadersAdminModule' => '/modules/proxy-headers/GdbcProxyHeadersAdminModule.php',
436
+ 'GdbcProxyHeadersPublicModule' => '/modules/proxy-headers/GdbcProxyHeadersPublicModule.php',
437
+ )
438
+ ),
439
+
440
  );
441
 
442
 
461
  case self::MODULE_EASY_FORMS_FOR_MAILCHIMP : return 'Easy Forms for MailChimp';
462
  case self::MODULE_MEMBER_PRESS : return 'MemberPress';
463
  case self::MODULE_UPME : return !$isForLicensing ? 'UPME' : 'User Profiles Made Easy';
464
+ case self::MODULE_EASY_DIGITAL_DOWNLOADS : return 'Easy Digital Downloads';
465
+ case self::MODULE_COUNTRY_BLOCKING : return 'Country Blocking';
466
+
467
  }
468
 
469
  return $moduleName;
547
 
548
  }
549
 
 
 
550
  public static function getModuleStandAloneDirectoryName($moduleName)
551
  {
552
  return strtolower(GoodByeCaptcha::PLUGIN_SLUG . '-' . MchGdbcUtils::stripNonAlphaNumericCharacters($moduleName));
623
  if(!self::isLicensedModule($moduleName))
624
  return true;
625
 
626
+ if( GoodByeCaptcha::isProVersion() ) {
627
  return 0 === strpos(self::getModuleDirectoryPath($moduleName), dirname(__FILE__));
628
  }
629
+
630
  return false;
631
  }
632
 
720
  return self::getModuleInstance($moduleName, 2);
721
  }
722
 
 
723
  /**
724
  * @param $moduleName string Module name
725
  *
engine/GdbcNotificationsController.php CHANGED
@@ -19,6 +19,8 @@
19
 
20
  final class GdbcNotificationsController
21
  {
 
 
22
  public static function sendTestModeEmailNotification(GdbcAttemptEntity $gdbcAttemptEntity)
23
  {
24
  GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('WPBruiser - Test Mode Notification', GoodByeCaptcha::PLUGIN_SLUG);
19
 
20
  final class GdbcNotificationsController
21
  {
22
+
23
+
24
  public static function sendTestModeEmailNotification(GdbcAttemptEntity $gdbcAttemptEntity)
25
  {
26
  GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('WPBruiser - Test Mode Notification', GoodByeCaptcha::PLUGIN_SLUG);
engine/GdbcUpdatesController.php CHANGED
@@ -111,6 +111,13 @@ final class GdbcUpdatesController
111
  $settingsModuleInstance->deleteOption(GdbcSettingsAdminModule::OPTION_CACHE_DIR_PATH, GoodByeCaptcha::isNetworkActivated());
112
  }
113
 
 
 
 
 
 
 
 
114
  $settingsModuleInstance->saveOption(GdbcSettingsAdminModule::OPTION_PLUGIN_VERSION, GoodByeCaptcha::PLUGIN_VERSION);
115
 
116
  GoodByeCaptchaUtils::flushSiteCache();
111
  $settingsModuleInstance->deleteOption(GdbcSettingsAdminModule::OPTION_CACHE_DIR_PATH, GoodByeCaptcha::isNetworkActivated());
112
  }
113
 
114
+ if( -1 === version_compare($savedPluginVersion, '3.0.10') )
115
+ {
116
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_EMAIL_NOTIFICATIONS)){
117
+ GdbcEmailNotificationsAdminModule::getInstance()->saveOption(GdbcEmailNotificationsAdminModule::OPTION_ADMIN_LOGGED_IN_DETECTED, true);
118
+ }
119
+ }
120
+
121
  $settingsModuleInstance->saveOption(GdbcSettingsAdminModule::OPTION_PLUGIN_VERSION, GoodByeCaptcha::PLUGIN_VERSION);
122
 
123
  GoodByeCaptchaUtils::flushSiteCache();
engine/GoodByeCaptchaAdmin.php CHANGED
@@ -35,6 +35,7 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
35
  new GdbcWordpressAdminPage(__('WordPress', self::$PLUGIN_SLUG), __('WordPress Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
36
  new GdbcContactFormsAdminPage(__('Contact Forms', self::$PLUGIN_SLUG), __('Contact Forms Plugins', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
37
  new GdbcMembershipAdminPage(__('Membership', self::$PLUGIN_SLUG), __('Membership Page Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
 
38
  new GdbcOthersAdminPage(__('Others', self::$PLUGIN_SLUG), __('All other popular plugins settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
39
  new GdbcNotificationsAdminPage(__('Notifications', self::$PLUGIN_SLUG), __('Notifications Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
40
  new GdbcExtensionsAdminPage(__('Extensions', self::$PLUGIN_SLUG), __('WPBruiser Extensions', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
@@ -101,6 +102,31 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
101
 
102
  }
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  }
105
 
106
  public function renderPluginActiveAdminPage()
@@ -179,10 +205,15 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
179
  continue;
180
  }
181
 
 
 
 
 
 
182
  $pageAdminScreenId = add_submenu_page(
183
  $adminFirstPage->getPageMenuSlug(),
184
  $this->adminPagesList[$i]->getPageBrowserTitle(),
185
- $this->adminPagesList[$i]->getPageMenuTitle(),
186
  'manage_options',
187
  $this->adminPagesList[$i]->getPageMenuSlug(),
188
  array($this, 'renderPluginActiveAdminPage')
35
  new GdbcWordpressAdminPage(__('WordPress', self::$PLUGIN_SLUG), __('WordPress Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
36
  new GdbcContactFormsAdminPage(__('Contact Forms', self::$PLUGIN_SLUG), __('Contact Forms Plugins', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
37
  new GdbcMembershipAdminPage(__('Membership', self::$PLUGIN_SLUG), __('Membership Page Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
38
+ new GdbcECommerceAdminPage(__('eCommerce', self::$PLUGIN_SLUG), __('eCommerce Page Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
39
  new GdbcOthersAdminPage(__('Others', self::$PLUGIN_SLUG), __('All other popular plugins settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
40
  new GdbcNotificationsAdminPage(__('Notifications', self::$PLUGIN_SLUG), __('Notifications Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
41
  new GdbcExtensionsAdminPage(__('Extensions', self::$PLUGIN_SLUG), __('WPBruiser Extensions', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
102
 
103
  }
104
 
105
+
106
+ if(MchGdbcHttpRequest::isThroughProxy() && !MchGdbcHttpRequest::getDetectedProxyServiceId())
107
+ {
108
+ $trustedProxyHeaders = GdbcProxyHeadersAdminModule::getInstance()->getOption(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP);
109
+ if(empty($trustedProxyHeaders))
110
+ {
111
+ $settingsPageUrl = GdbcBaseAdminPage::getPageUrlByName('Settings');
112
+ if(null === $settingsPageUrl)
113
+ $settingsPageUrl = 'Settings';
114
+ else
115
+ $settingsPageUrl = MchGdbcHtmlUtils::createAnchorElement(__('Settings Page', GoodByeCaptcha::PLUGIN_SLUG), array('href' => $settingsPageUrl));
116
+
117
+ $adminNotice = new GdbcAdminNotice(GdbcAdminNotice::UNTRUSTED_PROXY_HEADER_DETECTED, GdbcAdminNotice::NOTICE_TYPE_DANGER);
118
+ $noticeMessage = '<p><b>';
119
+ $noticeMessage .= __("WPBruiser has detected that your web site is behind a web proxy server! Please go to $settingsPageUrl and register detected proxy header!", GoodByeCaptcha::PLUGIN_SLUG);
120
+ $noticeMessage .= '</b></p>';
121
+
122
+ $adminNotice->setMessage($noticeMessage);
123
+ $adminNotice->setIsDismissible(true);
124
+
125
+ self::$adminNoticesList[] = $adminNotice;
126
+
127
+ }
128
+ }
129
+
130
  }
131
 
132
  public function renderPluginActiveAdminPage()
205
  continue;
206
  }
207
 
208
+ $pageMenuTitle = $this->adminPagesList[$i]->getPageMenuTitle();
209
+ if(strpos($pageMenuTitle, 'Extensions') !== false) {
210
+ $pageMenuTitle = '<span style="color:#f16600">' . $pageMenuTitle . '</span>';
211
+ }
212
+
213
  $pageAdminScreenId = add_submenu_page(
214
  $adminFirstPage->getPageMenuSlug(),
215
  $this->adminPagesList[$i]->getPageBrowserTitle(),
216
+ $pageMenuTitle,
217
  'manage_options',
218
  $this->adminPagesList[$i]->getPageMenuSlug(),
219
  array($this, 'renderPluginActiveAdminPage')
engine/GoodByeCaptchaUtils.php CHANGED
@@ -19,6 +19,15 @@
19
 
20
  final class GoodByeCaptchaUtils
21
  {
 
 
 
 
 
 
 
 
 
22
 
23
  public static function isZmAlrActivated()
24
  {
@@ -45,6 +54,11 @@ final class GoodByeCaptchaUtils
45
  return class_exists('Uji_Countdown');
46
  }
47
 
 
 
 
 
 
48
  public static function isMailPoetActivated()
49
  {
50
  return defined( 'WYSIJA' );
@@ -499,6 +513,12 @@ final class GoodByeCaptchaUtils
499
  );
500
  }
501
 
 
 
 
 
 
 
502
  public static function isLoginAttemptEntity(GdbcAttemptEntity $attemptEntity)
503
  {
504
  foreach(self::getAllPossibleLoginAttemptEntities() as $loginAttemptEntity)
@@ -555,6 +575,14 @@ final class GoodByeCaptchaUtils
555
  $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcMemberPressAdminModule::OPTION_MEMBER_PRESS_LOGIN_FORM);
556
  break;
557
 
 
 
 
 
 
 
 
 
558
  }
559
  }
560
 
19
 
20
  final class GoodByeCaptchaUtils
21
  {
22
+ public static function isAffiliateWPActivated()
23
+ {
24
+ return class_exists('Affiliate_WP');
25
+ }
26
+
27
+ public static function isEasyDigitalDownloadsActivated()
28
+ {
29
+ return class_exists('Easy_Digital_Downloads');
30
+ }
31
 
32
  public static function isZmAlrActivated()
33
  {
54
  return class_exists('Uji_Countdown');
55
  }
56
 
57
+ public static function isQuFormActivated()
58
+ {
59
+ return class_exists('iPhorm');
60
+ }
61
+
62
  public static function isMailPoetActivated()
63
  {
64
  return defined( 'WYSIJA' );
513
  );
514
  }
515
 
516
+
517
+ public static function isPostRequestForWPStandardLogin()
518
+ {
519
+ return !empty($_POST) && function_exists('login_header') && !MchGdbcWpUtils::isAjaxRequest();
520
+ }
521
+
522
  public static function isLoginAttemptEntity(GdbcAttemptEntity $attemptEntity)
523
  {
524
  foreach(self::getAllPossibleLoginAttemptEntities() as $loginAttemptEntity)
575
  $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcMemberPressAdminModule::OPTION_MEMBER_PRESS_LOGIN_FORM);
576
  break;
577
 
578
+ case GdbcModulesController::MODULE_EASY_DIGITAL_DOWNLOADS :
579
+ $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcEDDAdminModule::EDD_LOGIN_FORM);
580
+ break;
581
+
582
+ case GdbcModulesController::MODULE_AFFILIATE_WP :
583
+ $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcAffiliateWPAdminModule::AFFILIATE_WP_LOGIN_FORM);
584
+ break;
585
+
586
  }
587
  }
588
 
engine/admin/GdbcAdminNotice.php CHANGED
@@ -22,6 +22,8 @@ final class GdbcAdminNotice extends MchGdbcAdminNotice
22
  {
23
  CONST USER_IP_WEB_ATTACKER_NOTICE_KEY = 'UserIpWebAttacker';
24
  CONST USER_IP_PROXY_ANONYM_NOTICE_KEY = 'UserIpProxyAnonym';
 
 
25
 
26
  public function __construct($noticeKey, $noticeType, $noticeMessage = null)
27
  {
22
  {
23
  CONST USER_IP_WEB_ATTACKER_NOTICE_KEY = 'UserIpWebAttacker';
24
  CONST USER_IP_PROXY_ANONYM_NOTICE_KEY = 'UserIpProxyAnonym';
25
+ CONST UNTRUSTED_PROXY_HEADER_DETECTED = 'UntrustedProxyHeader';
26
+
27
 
28
  public function __construct($noticeKey, $noticeType, $noticeMessage = null)
29
  {
engine/admin/pages/GdbcBaseAdminPage.php CHANGED
@@ -19,7 +19,7 @@
19
 
20
  abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
21
  {
22
- private static $arrPageInstances = array();
23
 
24
  public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
25
  {
@@ -100,13 +100,8 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
100
 
101
  $moduleName = GdbcModulesController::getModuleDisplayName($availableExtension['module']);
102
 
103
- // $outputHtml = "<h3 style=\"text-align:center\"><a href=\"{$availableExtension['url']}\">$moduleName Extension</a></h3>";
104
- // $outputHtml .= '<div><img class="logo-help" src="' . $availableExtension['img-src'] . '" /></div>';
105
- // $outputHtml .= '<p style="text-align: justify">' . $availableExtension['descr'] . '</p>';
106
- // $outputHtml .= '<p class="contact-help"> <a class = "button-primary" href="' . $availableExtension['url'] . '" target="_blank">'. __('Get this Extension', GoodByeCaptcha::PLUGIN_SLUG) .'</a></p>';
107
-
108
  $outputHtml = "<h3 style=\"text-align:center\">There is a WPBruiser Extension for</h3>";
109
- $outputHtml .= "<h3 style=\"text-align:center\"><a href=\"{$availableExtension['url']}\">$moduleName Plugin</a></h3>";
110
  $outputHtml .= '<div><img class="logo-help" src="' . $availableExtension['img-src'] . '" /></div>';
111
  $outputHtml .= '<p class="contact-help"> <a class = "button-primary" href="' . $availableExtension['url'] . '" target="_blank">'. __('Get this Extension', GoodByeCaptcha::PLUGIN_SLUG) .'</a></p>';
112
 
@@ -175,8 +170,6 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
175
  }
176
 
177
 
178
-
179
-
180
  public static function getPremiumExtensions($forRightSide = false)
181
  {
182
 
@@ -193,16 +186,27 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
193
  'detected' => GoodByeCaptchaUtils::isContactForm7Activated(),
194
  ),
195
 
196
- // array(
197
- // 'name' => 'WooCommerce',
198
- // 'url' => 'http://www.wpbruiser.com/downloads/woocommerce/',
199
- // 'img-src' => '//ps.w.org/woocommerce/assets/icon-128x128.png',
200
- // 'descr' => 'Let WPBruiser protect your WooCommerce forms without any hard to read captcha images or any other user interaction',
201
- // 'category-name' => __('eCommerce', GoodByeCaptcha::PLUGIN_SLUG),
202
- // 'category-url' => 'http://www.wpbruiser.com/downloads/category/ecommerce/',
203
- // 'module' => GdbcModulesController::MODULE_WOOCOMMERCE,
204
- // 'detected' => GoodByeCaptchaUtils::isWooCommerceActivated(),
205
- // ),
 
 
 
 
 
 
 
 
 
 
 
206
 
207
  array(
208
  'name' => 'Gravity Forms',
@@ -240,18 +244,6 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
240
 
241
  ),
242
 
243
-
244
- // array(
245
- // 'name' => 'MailPoet',
246
- // 'url' => 'http://www.wpbruiser.com/downloads/mailpoet/',
247
- // 'img-src' => '//ps.w.org/wysija-newsletters/assets/icon.svg',
248
- // 'descr' => 'Let WPBruiser protect your MailPoet subscriptions forms. All fake subscriptions will be rejected before adding them to your MailPoet lists',
249
- // 'category-name' => __('Subscriptions', GoodByeCaptcha::PLUGIN_SLUG),
250
- // 'category-url' => 'http://www.wpbruiser.com/downloads/category/subscriptions/',
251
- // 'module' => GdbcModulesController::MODULE_MAIL_POET,
252
- // 'detected' => GoodByeCaptchaUtils::isMailPoetActivated(),
253
- // ),
254
-
255
  array(
256
  'name' => 'Fast Secure Contact Form',
257
  'url' => 'http://www.wpbruiser.com/downloads/fast-secure-contact-form/',
@@ -264,17 +256,29 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
264
 
265
  ),
266
 
267
- // array(
268
- // 'name' => 'User Profiles Made Easy',
269
- // 'url' => 'http://www.wpbruiser.com/downloads/upme/',
270
- // 'img-src' => esc_attr(plugins_url('/assets/admin/images/upme-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
271
- // 'descr' => 'WPBruiser will protect the Login and Registration forms without any hard to read captcha images or any other user interaction',
272
- // 'category-name' => __('Membership', GoodByeCaptcha::PLUGIN_SLUG),
273
- // 'category-url' => 'http://www.wpbruiser.com/downloads/category/membership/',
274
- // 'module' => GdbcModulesController::MODULE_UPME,
275
- // 'detected' => GoodByeCaptchaUtils::isUserProfileMadeEasyActivated(),
276
- //
277
- // ),
 
 
 
 
 
 
 
 
 
 
 
 
278
 
279
  array(
280
  'name' => 'MemberPress',
@@ -300,25 +304,69 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
300
 
301
  ),
302
 
303
- // array(
304
- // 'name' => 'User Pro',
305
- // 'url' => 'http://www.wpbruiser.com/downloads/userpro/',
306
- // 'img-src' => esc_attr(plugins_url('/assets/admin/images/userpro-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
307
- // 'descr' => 'WPBruiser will protect the Login, Registration and Lost Password forms without any hard to read captcha images or any other user interaction',
308
- // 'category-name' => __('Membership', GoodByeCaptcha::PLUGIN_SLUG),
309
- // 'category-url' => 'http://www.wpbruiser.com/downloads/category/membership/',
310
- // 'module' => GdbcModulesController::MODULE_USER_PRO,
311
- // 'detected' => GoodByeCaptchaUtils::isUserProPluginActivated(),
312
- //
313
- // ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
 
315
  );
316
 
317
- foreach($arrPremiumExtensions as $index => $arrExtensionInfo)
318
- {
319
- if(GdbcModulesController::isModuleIncludedInProBundle($arrExtensionInfo['module']))
320
- unset($arrPremiumExtensions[$index]);
321
- }
322
 
323
  if( !$forRightSide ) {
324
  return $arrPremiumExtensions;
@@ -334,5 +382,19 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
334
 
335
  }
336
 
 
 
 
 
 
 
 
 
 
337
 
 
 
 
 
 
338
  }
19
 
20
  abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
21
  {
22
+ protected static $arrPageInstances = array();
23
 
24
  public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
25
  {
100
 
101
  $moduleName = GdbcModulesController::getModuleDisplayName($availableExtension['module']);
102
 
 
 
 
 
 
103
  $outputHtml = "<h3 style=\"text-align:center\">There is a WPBruiser Extension for</h3>";
104
+ $outputHtml .= "<h3 style=\"text-align:center\"><a href=\"{$availableExtension['url']}\">$moduleName</a></h3>";
105
  $outputHtml .= '<div><img class="logo-help" src="' . $availableExtension['img-src'] . '" /></div>';
106
  $outputHtml .= '<p class="contact-help"> <a class = "button-primary" href="' . $availableExtension['url'] . '" target="_blank">'. __('Get this Extension', GoodByeCaptcha::PLUGIN_SLUG) .'</a></p>';
107
 
170
  }
171
 
172
 
 
 
173
  public static function getPremiumExtensions($forRightSide = false)
174
  {
175
 
186
  'detected' => GoodByeCaptchaUtils::isContactForm7Activated(),
187
  ),
188
 
189
+ array(
190
+ 'name' => 'WooCommerce',
191
+ 'url' => 'http://www.wpbruiser.com/downloads/woocommerce/',
192
+ 'img-src' => '//ps.w.org/woocommerce/assets/icon-128x128.png',
193
+ 'descr' => 'Let WPBruiser protect your WooCommerce forms without any hard to read captcha images or any other user interaction',
194
+ 'category-name' => __('eCommerce', GoodByeCaptcha::PLUGIN_SLUG),
195
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/ecommerce/',
196
+ 'module' => GdbcModulesController::MODULE_WOOCOMMERCE,
197
+ 'detected' => GoodByeCaptchaUtils::isWooCommerceActivated(),
198
+ ),
199
+
200
+ array(
201
+ 'name' => 'Country Blocking',
202
+ 'url' => 'http://www.wpbruiser.com/downloads/country-blocking/',
203
+ 'img-src' => esc_attr(plugins_url('/assets/admin/images/country-blocking-128x128.png', GoodByeCaptcha::getMainFilePath())),
204
+ 'descr' => 'Add an additional layer of security to your WordPress site by blocking users/spambots from specific countries.',
205
+ 'category-name' => __('Utilities', GoodByeCaptcha::PLUGIN_SLUG),
206
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/utilities/',
207
+ 'module' => GdbcModulesController::MODULE_COUNTRY_BLOCKING,
208
+ 'detected' => !GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_COUNTRY_BLOCKING)
209
+ ),
210
 
211
  array(
212
  'name' => 'Gravity Forms',
244
 
245
  ),
246
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  array(
248
  'name' => 'Fast Secure Contact Form',
249
  'url' => 'http://www.wpbruiser.com/downloads/fast-secure-contact-form/',
256
 
257
  ),
258
 
259
+ array(
260
+ 'name' => 'Quform',
261
+ 'url' => 'http://www.wpbruiser.com/downloads/quform/',
262
+ 'img-src' => esc_attr(plugins_url('/assets/admin/images/quform-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
263
+ 'descr' => 'Let WPBruiser protect your forms created with Quform plugin without any hard to read captcha images or any other user interaction',
264
+ 'category-name' => __('Contact Forms', GoodByeCaptcha::PLUGIN_SLUG),
265
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/contact-forms/',
266
+ 'module' => GdbcModulesController::MODULE_QUFORM,
267
+ 'detected' => GoodByeCaptchaUtils::isQuFormActivated(),
268
+
269
+ ),
270
+
271
+ array(
272
+ 'name' => 'User Profiles Made Easy',
273
+ 'url' => 'http://www.wpbruiser.com/downloads/upme/',
274
+ 'img-src' => esc_attr(plugins_url('/assets/admin/images/upme-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
275
+ 'descr' => 'WPBruiser will protect the Login and Registration forms without any hard to read captcha images or any other user interaction',
276
+ 'category-name' => __('Membership', GoodByeCaptcha::PLUGIN_SLUG),
277
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/membership/',
278
+ 'module' => GdbcModulesController::MODULE_UPME,
279
+ 'detected' => GoodByeCaptchaUtils::isUserProfileMadeEasyActivated(),
280
+
281
+ ),
282
 
283
  array(
284
  'name' => 'MemberPress',
304
 
305
  ),
306
 
307
+ array(
308
+ 'name' => 'User Pro',
309
+ 'url' => 'http://www.wpbruiser.com/downloads/userpro/',
310
+ 'img-src' => esc_attr(plugins_url('/assets/admin/images/userpro-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
311
+ 'descr' => 'WPBruiser will protect the Login, Registration and Lost Password forms without any hard to read captcha images or any other user interaction',
312
+ 'category-name' => __('Membership', GoodByeCaptcha::PLUGIN_SLUG),
313
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/membership/',
314
+ 'module' => GdbcModulesController::MODULE_USER_PRO,
315
+ 'detected' => GoodByeCaptchaUtils::isUserProPluginActivated(),
316
+
317
+ ),
318
+
319
+ array(
320
+ 'name' => 'MailPoet',
321
+ 'url' => 'http://www.wpbruiser.com/downloads/mailpoet/',
322
+ 'img-src' => '//ps.w.org/wysija-newsletters/assets/icon.svg',
323
+ 'descr' => 'Let WPBruiser protect your MailPoet subscriptions forms. All fake subscriptions will be rejected before adding them to your MailPoet lists',
324
+ 'category-name' => __('Subscriptions', GoodByeCaptcha::PLUGIN_SLUG),
325
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/subscriptions/',
326
+ 'module' => GdbcModulesController::MODULE_MAIL_POET,
327
+ 'detected' => GoodByeCaptchaUtils::isMailPoetActivated(),
328
+ ),
329
+
330
+ array(
331
+ 'name' => 'Easy Forms for MailChimp',
332
+ 'url' => 'http://www.wpbruiser.com/downloads/easy-forms-for-mailchimp/',
333
+ 'img-src' => '//ps.w.org/yikes-inc-easy-mailchimp-extender/assets/icon-128x128.png',
334
+ 'descr' => 'Let WPBruiser protect your Easy Forms for MailChimp subscriptions forms. All fake subscriptions will be rejected before adding them to your MailChimp lists',
335
+ 'category-name' => __('Subscriptions', GoodByeCaptcha::PLUGIN_SLUG),
336
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/subscriptions/',
337
+ 'module' => GdbcModulesController::MODULE_EASY_FORMS_FOR_MAILCHIMP,
338
+ 'detected' => GoodByeCaptchaUtils::isEasyFormsForMailChimpPluginActivated(),
339
+ ),
340
+
341
+ array(
342
+ 'name' => 'Easy Digital Downloads',
343
+ 'url' => 'http://www.wpbruiser.com/downloads/easy-digital-downloads/',
344
+ 'img-src' => '//ps.w.org/easy-digital-downloads/assets/icon-128x128.png',
345
+ 'descr' => 'WPBruiser will protect the Login and Registration forms without any hard to read captcha images or any other user interaction',
346
+ 'category-name' => __('eCommerce', GoodByeCaptcha::PLUGIN_SLUG),
347
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/ecommerce/',
348
+ 'module' => GdbcModulesController::MODULE_EASY_DIGITAL_DOWNLOADS,
349
+ 'detected' => GoodByeCaptchaUtils::isEasyDigitalDownloadsActivated()
350
+ ),
351
+
352
+ array(
353
+ 'name' => 'AffiliateWP',
354
+ 'url' => 'http://www.wpbruiser.com/downloads/affiliatewp/',
355
+ 'img-src' => esc_attr(plugins_url('/assets/admin/images/affiliatewp-logo-128x128.png', GoodByeCaptcha::getMainFilePath())),
356
+ 'descr' => 'WPBruiser will protect the Login and Registration forms without any hard to read captcha images or any other user interaction',
357
+ 'category-name' => __('eCommerce', GoodByeCaptcha::PLUGIN_SLUG),
358
+ 'category-url' => 'http://www.wpbruiser.com/downloads/category/ecommerce/',
359
+ 'module' => GdbcModulesController::MODULE_AFFILIATE_WP,
360
+ 'detected' => GoodByeCaptchaUtils::isAffiliateWPActivated()
361
+ ),
362
 
363
  );
364
 
365
+ // foreach($arrPremiumExtensions as $index => $arrExtensionInfo)
366
+ // {
367
+ // if(GdbcModulesController::isModuleIncludedInProBundle($arrExtensionInfo['module']))
368
+ // unset($arrPremiumExtensions[$index]);
369
+ // }
370
 
371
  if( !$forRightSide ) {
372
  return $arrPremiumExtensions;
382
 
383
  }
384
 
385
+ public static function getPageUrlByName($pageName)
386
+ {
387
+ if(empty($pageName))
388
+ return null;
389
+
390
+ foreach (array_keys(self::$arrPageInstances) as $pageClassName)
391
+ {
392
+ if(strcasecmp($pageName, str_replace(array('Gdbc', 'AdminPage'), '', $pageClassName)) !== 0)
393
+ continue;
394
 
395
+ return self::$arrPageInstances[$pageClassName]->getAdminUrl();
396
+ }
397
+
398
+ return null;
399
+ }
400
  }
engine/admin/pages/GdbcContactFormsAdminPage.php CHANGED
@@ -43,6 +43,9 @@ class GdbcContactFormsAdminPage extends GdbcBaseAdminPage
43
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_NINJA_FORMS))
44
  $modulesList[] = GdbcNinjaFormsAdminModule::getInstance();
45
 
 
 
 
46
  $this->registerGroupedModules(array(
47
  new MchGdbcGroupedModules(__('WPBruiser - Popular Contact Forms Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
48
  )
43
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_NINJA_FORMS))
44
  $modulesList[] = GdbcNinjaFormsAdminModule::getInstance();
45
 
46
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_QUFORM))
47
+ $modulesList[] = GdbcQuformAdminModule::getInstance();
48
+
49
  $this->registerGroupedModules(array(
50
  new MchGdbcGroupedModules(__('WPBruiser - Popular Contact Forms Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
51
  )
engine/admin/pages/GdbcECommerceAdminPage.php ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Copyright (C) 2016 Mihai Chelaru
4
+ *
5
+ * This program is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU General Public License
7
+ * as published by the Free Software Foundation; either version 2
8
+ * of the License, or (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program; if not, write to the Free Software
17
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
+ */
19
+ class GdbcECommerceAdminPage extends GdbcBaseAdminPage
20
+ {
21
+ public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
22
+ {
23
+ parent::__construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug);
24
+
25
+ $modulesList = array();
26
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_WOOCOMMERCE))
27
+ $modulesList[] = GdbcWooCommerceAdminModule::getInstance();
28
+
29
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_EASY_DIGITAL_DOWNLOADS))
30
+ $modulesList[] = GdbcEDDAdminModule::getInstance();
31
+
32
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_AFFILIATE_WP))
33
+ $modulesList[] = GdbcAffiliateWPAdminModule::getInstance();
34
+
35
+ $this->registerGroupedModules(array(
36
+ new MchGdbcGroupedModules(__('WPBruiser - eCommerce Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
37
+ )
38
+ );
39
+
40
+ }
41
+
42
+ }
engine/admin/pages/GdbcOthersAdminPage.php CHANGED
@@ -42,16 +42,6 @@ class GdbcOthersAdminPage extends GdbcBaseAdminPage
42
  )
43
  );
44
 
45
- $modulesList = array();
46
- if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_WOOCOMMERCE))
47
- $modulesList[] = GdbcWooCommerceAdminModule::getInstance();
48
-
49
- $this->registerGroupedModules(array(
50
- new MchGdbcGroupedModules(__('WPBruiser - eCommerce Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
51
- )
52
- );
53
-
54
-
55
  $modulesList = array();
56
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_ZM_ALR))
57
  $modulesList[] = GdbcZmAlrAdminModule::getInstance();
42
  )
43
  );
44
 
 
 
 
 
 
 
 
 
 
 
45
  $modulesList = array();
46
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_ZM_ALR))
47
  $modulesList[] = GdbcZmAlrAdminModule::getInstance();
engine/admin/pages/GdbcSecurityAdminPage.php CHANGED
@@ -54,7 +54,7 @@ class GdbcSecurityAdminPage extends GdbcBaseAdminPage
54
  ));
55
  }
56
 
57
- if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_GEO_IP_COUNTRY))
58
  {
59
  $this->geoIpCountryGroupIndex = $this->registerGroupedModules(array(
60
  new MchGdbcGroupedModules(__('Geo IP Country Blocking', GoodByeCaptcha::PLUGIN_SLUG), array(
@@ -113,7 +113,7 @@ class GdbcSecurityAdminPage extends GdbcBaseAdminPage
113
  return;
114
  }
115
 
116
- if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_GEO_IP_COUNTRY) && $this->geoIpCountryGroupIndex == $groupIndex)
117
  {
118
  if(null !== GdbcGeoIpCountryAdminModule::getInstance()->getPartialAdminSettingsFilePath())
119
  {
54
  ));
55
  }
56
 
57
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_COUNTRY_BLOCKING))
58
  {
59
  $this->geoIpCountryGroupIndex = $this->registerGroupedModules(array(
60
  new MchGdbcGroupedModules(__('Geo IP Country Blocking', GoodByeCaptcha::PLUGIN_SLUG), array(
113
  return;
114
  }
115
 
116
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_COUNTRY_BLOCKING) && $this->geoIpCountryGroupIndex == $groupIndex)
117
  {
118
  if(null !== GdbcGeoIpCountryAdminModule::getInstance()->getPartialAdminSettingsFilePath())
119
  {
engine/admin/pages/GdbcSettingsAdminPage.php CHANGED
@@ -19,6 +19,8 @@
19
 
20
  class GdbcSettingsAdminPage extends GdbcBaseAdminPage
21
  {
 
 
22
  public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
23
  {
24
  parent::__construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug);
@@ -32,6 +34,47 @@ class GdbcSettingsAdminPage extends GdbcBaseAdminPage
32
  ));
33
  }
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
36
 
 
37
  }
19
 
20
  class GdbcSettingsAdminPage extends GdbcBaseAdminPage
21
  {
22
+ private $proxyHeadersGroupIndex = null;
23
+
24
  public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
25
  {
26
  parent::__construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug);
34
  ));
35
  }
36
 
37
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_PROXY_HEADERS))
38
+ {
39
+ $this->proxyHeadersGroupIndex = $this->registerGroupedModules(array(
40
+ new MchGdbcGroupedModules(__('Trusted Proxy Headers', GoodByeCaptcha::PLUGIN_SLUG), array(
41
+ GdbcProxyHeadersAdminModule::getInstance())
42
+ )
43
+ ));
44
+ }
45
+
46
+ }
47
+
48
+
49
+ public function renderGroupModulesSettings($groupIndex = null)
50
+ {
51
+
52
+ if(!is_numeric($groupIndex))
53
+ {
54
+ foreach ( func_get_args() as $receivedArgument )
55
+ {
56
+ if ( ! isset( $receivedArgument['args'] ) || !is_numeric($receivedArgument['args']))
57
+ continue;
58
+
59
+ $groupIndex = $receivedArgument['args'];
60
+ break;
61
+ }
62
+ }
63
+
64
+ $this->displayGroupModulesMessages($groupIndex);
65
+
66
+ if($this->proxyHeadersGroupIndex == $groupIndex && GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_PROXY_HEADERS))
67
+ {
68
+ //$securityPageUrl = isset(self::$arrPageInstances['GdbcSecurityAdminPage']) ? self::$arrPageInstances['GdbcSecurityAdminPage']->getAdminUrl() : null;
69
+
70
+ include_once GdbcProxyHeadersAdminModule::getInstance()->getPartialAdminSettingsFilePath();
71
+ return;
72
+ }
73
+
74
+
75
+ return parent::renderGroupModulesSettings($groupIndex);
76
+
77
  }
78
 
79
+
80
  }
engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php CHANGED
@@ -22,6 +22,7 @@ class GdbcEmailNotificationsAdminModule extends GdbcBaseAdminModule
22
  CONST OPTION_EMAIL_ADDRESS = 'Email';
23
  CONST OPTION_TEST_MODE_NOTIFICATION = 'TestModeNotification';
24
  CONST OPTION_BRUTE_FORCE_ATTACK_DETECTED = 'IsUnderAttack';
 
25
 
26
  protected function __construct()
27
  {
@@ -43,6 +44,13 @@ class GdbcEmailNotificationsAdminModule extends GdbcBaseAdminModule
43
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_CHECKBOX
44
  ),
45
 
 
 
 
 
 
 
 
46
  self::OPTION_EMAIL_ADDRESS => array(
47
  'Value' => MchGdbcWpUtils::getAdminEmailAddress(),
48
  'LabelText' => __('Administrator Email Address', GoodByeCaptcha::PLUGIN_SLUG),
22
  CONST OPTION_EMAIL_ADDRESS = 'Email';
23
  CONST OPTION_TEST_MODE_NOTIFICATION = 'TestModeNotification';
24
  CONST OPTION_BRUTE_FORCE_ATTACK_DETECTED = 'IsUnderAttack';
25
+ CONST OPTION_ADMIN_LOGGED_IN_DETECTED = 'AdminLoggedIn';
26
 
27
  protected function __construct()
28
  {
44
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_CHECKBOX
45
  ),
46
 
47
+ self::OPTION_ADMIN_LOGGED_IN_DETECTED => array(
48
+ 'Value' => true,
49
+ 'LabelText' => __('An Administrator Signs In', GoodByeCaptcha::PLUGIN_SLUG),
50
+ 'Description' => __('A notification email will be sent when an user with administrator capabilities signs in', GoodByeCaptcha::PLUGIN_SLUG),
51
+ 'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_CHECKBOX
52
+ ),
53
+
54
  self::OPTION_EMAIL_ADDRESS => array(
55
  'Value' => MchGdbcWpUtils::getAdminEmailAddress(),
56
  'LabelText' => __('Administrator Email Address', GoodByeCaptcha::PLUGIN_SLUG),
engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php CHANGED
@@ -19,11 +19,6 @@
19
 
20
  class GdbcEmailNotificationsPublicModule extends GdbcBasePublicModule
21
  {
22
-
23
- //private $layoutTemplateFilePath = null;
24
- //private $isHtmlFormattedEmail = false;
25
-
26
- //public $AddressToSend = null;
27
  public $EmailSubject = null;
28
  public $EmailBodyContent = null;
29
 
@@ -35,6 +30,46 @@ class GdbcEmailNotificationsPublicModule extends GdbcBasePublicModule
35
  require_once( ABSPATH . 'wp-includes/pluggable.php' );
36
  }
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  }
39
 
40
  protected function getModuleId()
19
 
20
  class GdbcEmailNotificationsPublicModule extends GdbcBasePublicModule
21
  {
 
 
 
 
 
22
  public $EmailSubject = null;
23
  public $EmailBodyContent = null;
24
 
30
  require_once( ABSPATH . 'wp-includes/pluggable.php' );
31
  }
32
 
33
+ if(!empty($_POST) && $this->getOption(GdbcEmailNotificationsAdminModule::OPTION_ADMIN_LOGGED_IN_DETECTED)) {
34
+ $this->addActionHook( 'wp_login', array( $this, 'userSuccessfullyLoggedIn' ), 0, 1 );
35
+ }
36
+
37
+ }
38
+
39
+ public function userSuccessfullyLoggedIn($userName)
40
+ {
41
+ if(empty($_POST) || empty($userName))
42
+ return;
43
+
44
+ $loggedInUser = get_user_by('login', $userName);
45
+ if(empty($loggedInUser) || !user_can($loggedInUser, 'update_core'))
46
+ return;
47
+
48
+ $templateFilePath = dirname(__FILE__) . '/templates/notification-admin-logged-in.php';
49
+ if(!MchGdbcWpUtils::fileExists($templateFilePath))
50
+ return;
51
+
52
+ //$this->EmailSubject = __('WPBruiser - Notification', GoodByeCaptcha::PLUGIN_SLUG);
53
+
54
+ $detectedDate = get_date_from_gmt ( date( 'Y-m-d H:i:s', MchGdbcHttpRequest::getServerRequestTime() ), 'l, F d, Y');
55
+ $detectedTime = get_date_from_gmt ( date( 'Y-m-d H:i:s', MchGdbcHttpRequest::getServerRequestTime() ), 'H:i:s');
56
+
57
+ $arrReplaceableContent = array(
58
+ '{current-site-link}' => MchGdbcWpUtils::getCurrentBlogLink(),
59
+ '{admin-full-name}' => MchGdbcWpUtils::getAdminFullName(),
60
+ '{date-time}' => $detectedDate . ' at ' . $detectedTime,
61
+ // '{date}' => $detectedDate,
62
+ // '{time}' => $detectedTime,
63
+ '{client-ip}' => GdbcIPUtils::getClientIpAddress(),
64
+ '{username}' => $userName
65
+ );
66
+
67
+ ob_start();
68
+
69
+ require $templateFilePath;
70
+
71
+ $this->EmailBodyContent = str_replace(array_keys($arrReplaceableContent), array_values($arrReplaceableContent), ob_get_clean());
72
+ $this->send();
73
  }
74
 
75
  protected function getModuleId()
engine/modules/email-notifications/templates/notification-admin-logged-in.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p>Hi {admin-full-name},</p>
2
+ <p>On {date-time}, an user with Administrator Capabilities signed in on your {current-site-link} website.</p>
3
+
4
+
5
+ <table width="100%" cellpadding = "0" cellspacing="0" style="border:1px solid #ddd; background-color: transparent; border-spacing:0; border-collapse: collapse">
6
+ <caption style = "text-align: left">User information</caption>
7
+ <thead>
8
+ <tr>
9
+
10
+ <th style = "padding:5px; text-align: center; border: 1px solid #ddd; border-bottom-width: 2px; border-top: 0 none; ">Username</th>
11
+ <th style = "padding:5px; text-align: center; border: 1px solid #ddd; border-bottom-width: 2px;">Ip Address</th>
12
+ </tr>
13
+ </thead>
14
+
15
+ <tbody>
16
+ <?php
17
+ echo '<tr>';
18
+
19
+ echo '<td style = "text-align: center; border: 1px solid #ddd; border-top: 0 none;">{username}</td>';
20
+ echo '<td style = "text-align: center; border: 1px solid #ddd;">{client-ip}</td>';
21
+
22
+ echo '</tr>';
23
+ ?>
24
+
25
+ </tbody>
26
+
27
+ </table>
28
+
29
+
engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * Copyright (C) 2016 Mihai Chelaru
5
+ *
6
+ */
7
+
8
+ final class GdbcProxyHeadersAdminModule extends GdbcBaseAdminModule
9
+ {
10
+
11
+ CONST PROXY_HEADERS_IP = 'IpProxyHeaders';
12
+
13
+ protected function __construct()
14
+ {
15
+ parent::__construct();
16
+ }
17
+
18
+ public function getDefaultOptions()
19
+ {
20
+ static $arrDefaultSettingOptions = null;
21
+ if(null !== $arrDefaultSettingOptions)
22
+ return $arrDefaultSettingOptions;
23
+
24
+ $arrDefaultSettingOptions = array(
25
+
26
+ self::PROXY_HEADERS_IP => array(
27
+ 'Value' => array(),
28
+ 'LabelText' => null,
29
+ 'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_SELECT
30
+ ),
31
+
32
+ );
33
+
34
+ return $arrDefaultSettingOptions;
35
+
36
+ }
37
+
38
+ public function validateModuleSettingsFields($arrSettingOptions)
39
+ {
40
+ $arrAlreadySavedHeaders = (array)$this->getOption(self::PROXY_HEADERS_IP);
41
+
42
+ if(empty($arrSettingOptions[self::PROXY_HEADERS_IP])){
43
+ $this->registerErrorMessage(__('Invalid Proxy Header Received!', GoodByeCaptcha::PLUGIN_SLUG));
44
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = $arrAlreadySavedHeaders;
45
+ return $arrSettingOptions;
46
+ }
47
+
48
+
49
+ if(MchGdbcUtils::stringStartsWith($arrSettingOptions[self::PROXY_HEADERS_IP], 'remove-'))
50
+ {
51
+ $proxyHeader = str_replace('remove-', '', $arrSettingOptions[self::PROXY_HEADERS_IP]);
52
+
53
+ if(($key = array_search($proxyHeader, $arrAlreadySavedHeaders)) !== false) {
54
+ unset($arrAlreadySavedHeaders[$key]);
55
+ }
56
+
57
+ $this->registerSuccessMessage(__('Your changes were successfully saved!', GoodByeCaptcha::PLUGIN_SLUG));
58
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = array_values($arrAlreadySavedHeaders);
59
+ return $arrSettingOptions;
60
+
61
+ }
62
+
63
+
64
+ if(!in_array($arrSettingOptions[self::PROXY_HEADERS_IP], MchGdbcHttpRequest::getDetectedProxyHeaders())) {
65
+ $this->registerErrorMessage(__('Invalid Proxy Header Received!', GoodByeCaptcha::PLUGIN_SLUG));
66
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = $arrAlreadySavedHeaders;
67
+ return $arrSettingOptions;
68
+ }
69
+
70
+
71
+ if(empty($arrAlreadySavedHeaders) || !is_array($arrAlreadySavedHeaders))
72
+ $arrAlreadySavedHeaders = array();
73
+
74
+
75
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = sanitize_text_field($arrSettingOptions[self::PROXY_HEADERS_IP]);
76
+
77
+ if (in_array($arrSettingOptions[self::PROXY_HEADERS_IP], $arrAlreadySavedHeaders))
78
+ {
79
+ $this->registerErrorMessage(__("The {$arrSettingOptions[self::PROXY_HEADERS_IP]} proxy header is already registered!" , GoodByeCaptcha::PLUGIN_SLUG));
80
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = $arrAlreadySavedHeaders;
81
+ return $arrSettingOptions;
82
+ }
83
+
84
+
85
+ $arrAlreadySavedHeaders = $arrSettingOptions[self::PROXY_HEADERS_IP];
86
+
87
+
88
+ $this->registerSuccessMessage(__('Your changes were successfully saved!', GoodByeCaptcha::PLUGIN_SLUG));
89
+
90
+ $arrSettingOptions[self::PROXY_HEADERS_IP] = $arrAlreadySavedHeaders;
91
+ return $arrSettingOptions;
92
+
93
+ }
94
+
95
+ public function renderModuleSettingsSectionHeader(array $arrSectionInfo)
96
+ {
97
+ //echo '<h3>' . __('Geo IP - Block Country General Settings', GoodByeCaptcha::PLUGIN_SLUG) . '</h3>';
98
+ }
99
+
100
+ public function getPartialAdminSettingsFilePath()
101
+ {
102
+ $filePath = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'partials' . DIRECTORY_SEPARATOR . 'admin-settings.php';
103
+ return is_file($filePath) ? $filePath : null;
104
+ }
105
+
106
+ public static function getInstance()
107
+ {
108
+ static $adminInstance = null;
109
+ return null !== $adminInstance ? $adminInstance : $adminInstance = new self();
110
+ }
111
+
112
+ public function getFormattedBlockedContent(GdbcAttemptEntity $attemptEntity)
113
+ {
114
+ return null;
115
+ }
116
+ }
engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * Copyright (C) 2016 Mihai Chelaru
5
+ */
6
+
7
+ final class GdbcProxyHeadersPublicModule extends GdbcBasePublicModule
8
+ {
9
+
10
+ protected function __construct()
11
+ {
12
+ parent::__construct();
13
+ }
14
+
15
+
16
+ protected function getModuleId()
17
+ {
18
+ return GdbcModulesController::getModuleIdByName(GdbcModulesController::MODULE_PROXY_HEADERS);
19
+ }
20
+
21
+ public static function getInstance()
22
+ {
23
+ static $adminInstance = null;
24
+ return null !== $adminInstance ? $adminInstance : $adminInstance = new self();
25
+ }
26
+
27
+ }
engine/modules/proxy-headers/partials/admin-settings.php ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Copyright (C) 2016 Mihai Chelaru
4
+ *
5
+ */
6
+ ?>
7
+ <style type="text/css">
8
+
9
+ table.gdbc-proxy-headers-holder
10
+ {
11
+ width: 70% !important;
12
+ /*margin-left:20%;*/
13
+ /*margin-right:20%;*/
14
+ }
15
+ .gdbc-settings tr.even
16
+ {
17
+ background-color:#f5f5f5;
18
+ }
19
+
20
+ .gdbc-proxy-headers-holder input[type="text"]
21
+ {
22
+ width: 99%;
23
+ padding:3px 5px;
24
+ }
25
+ .gdbc-proxy-headers-holder thead tbody > tr form > td:first-child
26
+ {
27
+ padding: 0 30px !important;
28
+ }
29
+
30
+ .gdbc-proxy-headers-holder td
31
+ {
32
+ vertical-align: middle !important;
33
+ word-wrap: normal !important;
34
+ border-bottom: 1px solid #e1e1e1;
35
+ }
36
+ .gdbc-proxy-headers-holder th
37
+ {
38
+ font-weight: 700;
39
+ }
40
+
41
+ .gdbc-settings .tablenav-pages span.current {
42
+ font-size: 18px;
43
+ font-weight: bold;
44
+ line-height: 30px;
45
+ padding: 4px 6px;
46
+ text-decoration: none;
47
+ }
48
+
49
+ </style>
50
+
51
+ <?php
52
+
53
+ $detectedProxyService = MchGdbcHttpRequest::getDetectedProxyServiceName();
54
+ $formAction = GoodByeCaptcha::isNetworkActivated() ? '' : 'options.php';
55
+
56
+ $securityPageUrl = isset(self::$arrPageInstances['GdbcSecurityAdminPage']) ? self::$arrPageInstances['GdbcSecurityAdminPage']->getAdminUrl() : null;
57
+
58
+ $detectedIpProxyHeaders = (array)MchGdbcHttpRequest::getDetectedProxyHeaders();
59
+ foreach($detectedIpProxyHeaders as $index => $header)
60
+ {
61
+ if(MchGdbcHttpRequest::getClientIpAddressFromProxyHeader($header))
62
+ continue;
63
+
64
+ unset($detectedIpProxyHeaders[$index]);
65
+ }
66
+
67
+ ?>
68
+
69
+
70
+ <table class="wp-list-table widefat fixed gdbc-proxy-headers-holder">
71
+ <thead>
72
+
73
+ <tr>
74
+ <th style="text-align: center">Detected Proxy Header</th>
75
+ <th style="text-align: center">Action</th>
76
+ </tr>
77
+
78
+ </thead>
79
+
80
+ <tbody>
81
+ <tr class = "even">
82
+
83
+ <td colspan="2">
84
+ <form method="post" action="<?php echo $formAction ?>">
85
+ <div class="clearfix" style="margin:0 auto; width: 99%">
86
+ <table style="width: 100%">
87
+
88
+ <tr>
89
+ <td width="47%" style="text-align: center; ">
90
+ <select name = "<?php echo esc_attr(GdbcProxyHeadersAdminModule::getInstance()->getFormElementName(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP)); ?>">
91
+
92
+ <?php
93
+ if(null !== $detectedProxyService)
94
+ {
95
+ $detectedServiceId = MchGdbcHttpRequest::getDetectedProxyServiceId();
96
+ foreach ((array) MchGdbcHttpRequest::getTrustedServiceProxyHeaders($detectedServiceId) as $proxyHeader ) {
97
+ echo '<option value="' . esc_attr( $proxyHeader ) . '">' . esc_html( $proxyHeader ) . '</option>';
98
+ }
99
+
100
+ }
101
+ else if(!empty($detectedIpProxyHeaders))
102
+ {
103
+ foreach ( $detectedIpProxyHeaders as $proxyHeader ) {
104
+ echo '<option value="' . esc_attr( $proxyHeader ) . '">' . esc_html( $proxyHeader ) . '</option>';
105
+ }
106
+ }
107
+ else
108
+ {
109
+ echo '<option value="' . esc_attr( '' ) . '">' . 'No Proxy Header Detected' . '</option>';
110
+ }
111
+ ?>
112
+
113
+
114
+ </select>
115
+
116
+ </td>
117
+
118
+ <td style="text-align: center">
119
+ <input style = "margin-left: 50px" type="submit" value="<?php _e('Register Header', GoodByeCaptcha::PLUGIN_SLUG); ?>" class="button button-primary" />
120
+ </td>
121
+ </tr>
122
+
123
+ </table>
124
+
125
+ </div>
126
+
127
+ <?php settings_fields( $this->getSettingGroupId($this->proxyHeadersGroupIndex) );?>
128
+
129
+ </form>
130
+ </td>
131
+ </tr>
132
+
133
+
134
+ <?php
135
+
136
+ $fieldName = esc_attr(GdbcProxyHeadersAdminModule::getInstance()->getFormElementName(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP));
137
+ foreach((array)GdbcProxyHeadersAdminModule::getInstance()->getOption(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP) as $index => $registeredHeader)
138
+ {
139
+
140
+ echo '<tr class = "'. ( ($index % 2 !== 0) ? 'even' : '' ) .'" >';
141
+ echo '<td style="text-align: center">' . esc_html($registeredHeader) . '</td>';
142
+ echo '<td style="text-align: center">';
143
+ echo '<form method="post" action="' . esc_html($formAction) . '">';
144
+
145
+ echo '<input type="hidden" name="'.$fieldName.'" value="remove-'.esc_attr($registeredHeader).'" />';
146
+ echo '<input type="submit" value="Remove" class="button" />';
147
+
148
+ settings_fields( $this->getSettingGroupId($this->proxyHeadersGroupIndex) );
149
+
150
+ echo '</form>';
151
+ echo '</td>';
152
+ echo '</tr>';
153
+ }
154
+
155
+
156
+ ?>
157
+
158
+
159
+
160
+ <?php
161
+
162
+ $proxyDetectionMessage = null;
163
+ $proxyHeaderIp = null;
164
+ $clientIp = GdbcIPUtils::getClientIpAddress();
165
+
166
+ if(!MchGdbcHttpRequest::isThroughProxy())
167
+ {
168
+ $proxyDetectionMessage = "WPBruiser has not detected any web proxy in front of your web site!";
169
+ }
170
+ elseif(null !== $detectedProxyService)
171
+ {
172
+ $proxyDetectionMessage = 'WPBruiser has detected you are using <b style = "color:#d54e21">' . $detectedProxyService . '</b> as a Proxy Service!';
173
+ }
174
+ else
175
+ {
176
+ $proxyDetectionMessage = "WPBruiser has detected that your web site is behind a web proxy server!";
177
+ }
178
+
179
+ ?>
180
+
181
+ <tr>
182
+ <td colspan="2">
183
+
184
+
185
+ <div class="mch-meta-notice-warning" style="padding-top: 5px; padding-bottom: 5px; text-align: left">
186
+ <h3 style="margin: 0; padding: 0; font-size: 1.12em; line-height: 1.6;"><?php echo $proxyDetectionMessage; ?></h3>
187
+ </div>
188
+
189
+ <p style="margin-top: 15px; padding: 0; font-size: 1.05em;">
190
+ If <b style = "color:#d54e21"> <?php echo GdbcIPUtils::getClientIpAddress(); ?> </b> is your current IP Address - check by clicking here: <a target="_blank" href = "http://www.whatsmyip.org/">What'sMyIP</a> - no additional action is required!
191
+ </p>
192
+
193
+
194
+ <?php
195
+
196
+ foreach($detectedIpProxyHeaders as $index => $proxyHeader)
197
+ {
198
+
199
+ if(in_array($proxyHeader, (array)GdbcProxyHeadersAdminModule::getInstance()->getOption(GdbcProxyHeadersAdminModule::PROXY_HEADERS_IP)))
200
+ continue;
201
+
202
+
203
+ if(MchGdbcHttpRequest::getClientIpAddressFromProxyHeader($proxyHeader) == GdbcIPUtils::getClientIpAddress())
204
+ continue;
205
+
206
+ echo '<p style="margin-top: 8px; padding-top:8px; border-top:1px solid #e1e1e1; font-size: 1.05em;">';
207
+
208
+ echo 'If <b style = "color:#d54e21">' . MchGdbcHttpRequest::getClientIpAddressFromProxyHeader($proxyHeader) . '</b> is your current IP Address - check by clicking here: <a target="_blank" href = "http://www.whatsmyip.org/">What\'sMyIP</a> - ';
209
+ echo 'Register <b style = "color:#d54e21">' . $proxyHeader . '</b> Proxy Header';
210
+
211
+ echo '</p>';
212
+ }
213
+
214
+ ?>
215
+
216
+ </td>
217
+ </tr>
218
+
219
+
220
+ <tr>
221
+ <td colspan="2"></td>
222
+ </tr>
223
+ <tr>
224
+ <td colspan="2">Wrong IP Address detected? Please feel free to <a href="http://www.wpbruiser.com/contact/">contact us</a> ! </td>
225
+ </tr>
226
+
227
+
228
+
229
+
230
+
231
+ </tbody>
232
+ </table>
233
+
234
+
engine/modules/reports/partials/reports-stats.php CHANGED
@@ -40,11 +40,18 @@
40
 
41
  <div class="col-xs-6 col-sm-6 col-md-12 col-lg-12 text-justify">
42
  <p class="text-center pull-right" style="margin: 0">
43
- <a class="btn btn-rate-gdbc btn-labeled btn-primary" target = "_blank" href = "https://wordpress.org/support/view/plugin-reviews/goodbye-captcha?filter=5#postform">
 
 
 
 
 
44
  <span class="btn-label">
45
- <i class="glyphicon glyphicon-star"></i>
46
  </span>
47
- Rate WPBruiser
 
 
48
  </a>
49
  </p>
50
  </div>
40
 
41
  <div class="col-xs-6 col-sm-6 col-md-12 col-lg-12 text-justify">
42
  <p class="text-center pull-right" style="margin: 0">
43
+
44
+ <?php
45
+ $buttonLink = GoodByeCaptcha::isProVersion() ? 'http://codecanyon.net/item/wpbruiserpro-nocaptcha-antispam-/reviews/16150044' : 'http://goo.gl/serCTI';
46
+ ?>
47
+
48
+ <a class="btn btn-rate-gdbc btn-labeled btn-primary" target = "_blank" href = "<?php echo $buttonLink;?>">
49
  <span class="btn-label">
50
+ <i class="glyphicon glyphicon-star" style = "color:#ffff00"></i>
51
  </span>
52
+ <?php
53
+ echo GoodByeCaptcha::isProVersion() ? 'Rate WPBruiser' : 'Get WPBruiser PRO';
54
+ ?>
55
  </a>
56
  </p>
57
  </div>
engine/modules/settings/GdbcSettingsAdminModule.php CHANGED
@@ -244,4 +244,7 @@ class GdbcSettingsAdminModule extends GdbcBaseAdminModule
244
  return null;
245
  }
246
 
 
 
 
247
  }
244
  return null;
245
  }
246
 
247
+
248
+
249
+
250
  }
engine/modules/white-listed-ips/partials/admin-settings.php CHANGED
@@ -58,8 +58,14 @@ $formAction = GoodByeCaptcha::isNetworkActivated() ? '' : 'options.php';
58
  <tr>
59
  <th></th>
60
  <th></th>
61
- <th></th>
62
- <th></th>
 
 
 
 
 
 
63
  </tr>
64
 
65
 
58
  <tr>
59
  <th></th>
60
  <th></th>
61
+ <th style="text-align: right;" colspan="2">
62
+ <?php
63
+ if(!GdbcIPUtils::isClientIpWhiteListed())
64
+ {
65
+ echo 'Your IP Address is : <b style = "color:#d54e21">' . GdbcIPUtils::getClientIpAddress() . '</b> - check by clicking here: <a target="_blank" href = "http://www.whatismyip.com/">WhatIsMyIP</a>';
66
+ }
67
+ ?>
68
+ </th>
69
  </tr>
70
 
71
 
engine/modules/wordpress/GdbcWordPressPublicModule.php CHANGED
@@ -112,6 +112,7 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
112
 
113
  private function activateLoginHooks()
114
  {
 
115
  $this->loginFormHookIndex = $this->addActionHook('login_form', array($this, 'renderTokenFieldIntoLoginForm'));
116
  $this->loginFormBottomHookIndex = $this->addActionHook('login_form_bottom', array($this, 'getTokenFieldForLoginForm'));
117
 
@@ -179,6 +180,9 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
179
  return $wpUser;
180
  }
181
 
 
 
 
182
  $arrSubmittedData = array(
183
  'username' => sanitize_user($userName),
184
  //'password' => $password
@@ -307,7 +311,7 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
307
  unset($this->attemptEntity->Notes['user_ID'], $this->attemptEntity->Notes['comment_author_IP'], $this->attemptEntity->Notes['comment_date'], $this->attemptEntity->Notes['comment_date_gmt']);
308
  unset($this->attemptEntity->Notes['comment_as_submitted'], $this->attemptEntity->Notes['akismet_result']);
309
 
310
- //unset($this->attemptEntity->Notes['comment_agent']);
311
 
312
  if(!$this->wasCommentFieldsLengthFilterApplied && is_wp_error($commentFieldsLengthError = $this->validateCommentFieldsLength($arrComment)))
313
  {
112
 
113
  private function activateLoginHooks()
114
  {
115
+
116
  $this->loginFormHookIndex = $this->addActionHook('login_form', array($this, 'renderTokenFieldIntoLoginForm'));
117
  $this->loginFormBottomHookIndex = $this->addActionHook('login_form_bottom', array($this, 'getTokenFieldForLoginForm'));
118
 
180
  return $wpUser;
181
  }
182
 
183
+ if(!GoodByeCaptchaUtils::isPostRequestForWPStandardLogin())
184
+ return $wpUser;
185
+
186
  $arrSubmittedData = array(
187
  'username' => sanitize_user($userName),
188
  //'password' => $password
311
  unset($this->attemptEntity->Notes['user_ID'], $this->attemptEntity->Notes['comment_author_IP'], $this->attemptEntity->Notes['comment_date'], $this->attemptEntity->Notes['comment_date_gmt']);
312
  unset($this->attemptEntity->Notes['comment_as_submitted'], $this->attemptEntity->Notes['akismet_result']);
313
 
314
+ unset($this->attemptEntity->Notes['comment_agent']);
315
 
316
  if(!$this->wasCommentFieldsLengthFilterApplied && is_wp_error($commentFieldsLengthError = $this->validateCommentFieldsLength($arrComment)))
317
  {
goodbye-captcha.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WPBruiser
11
  * Plugin URI: http://www.wpbruiser.com
12
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
13
- * Version: 3.0.9
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
@@ -22,11 +22,11 @@ if(!class_exists('GoodByeCaptcha', false))
22
  {
23
  class GoodByeCaptcha
24
  {
25
- CONST PLUGIN_VERSION = '3.0.9';
 
 
 
26
  CONST PLUGIN_SHORT_CODE = 'wpbr';
27
- CONST PLUGIN_SLUG = 'wp-bruiser';
28
- CONST PLUGIN_NAME = 'WPBruiser';
29
- CONST PLUGIN_SITE_URL = 'http://www.wpbruiser.com';
30
 
31
  private static $arrClassMap = array(
32
 
@@ -45,6 +45,7 @@ if(!class_exists('GoodByeCaptcha', false))
45
  'GdbcSettingsAdminPage' => '/engine/admin/pages/GdbcSettingsAdminPage.php',
46
  'GdbcWordpressAdminPage' => '/engine/admin/pages/GdbcWordpressAdminPage.php',
47
  'GdbcExtensionsAdminPage' => '/engine/admin/pages/GdbcExtensionsAdminPage.php',
 
48
  'GdbcNotificationsAdminPage' => '/engine/admin/pages/GdbcNotificationsAdminPage.php',
49
  'GdbcMembershipAdminPage' => '/engine/admin/pages/GdbcMembershipAdminPage.php',
50
  'GdbcSecurityAdminPage' => '/engine/admin/pages/GdbcSecurityAdminPage.php',
@@ -63,8 +64,7 @@ if(!class_exists('GoodByeCaptcha', false))
63
  );
64
 
65
  private function __construct()
66
- {
67
- }
68
 
69
  public static function startRunning()
70
  {
@@ -123,8 +123,7 @@ if(!class_exists('GoodByeCaptcha', false))
123
  }
124
 
125
  public static function deactivate($isForNetwork)
126
- {
127
- }
128
 
129
  }
130
 
@@ -132,17 +131,19 @@ if(!class_exists('GoodByeCaptcha', false))
132
 
133
  spl_autoload_register(array('GoodByeCaptcha', 'classAutoLoad'), false);
134
 
135
- GdbcIPUtils::getClientIpAddress();
136
 
137
- if (defined('ABSPATH') && !empty($_GET['gdbc-client']) && file_exists($filePath = dirname(__FILE__) . '/assets/public/scripts/gdbc-client-new.js.php')) {
138
- require_once(ABSPATH . 'wp-includes/pluggable.php');
139
- (!defined('LOGGED_IN_COOKIE') && function_exists('wp_cookie_constants')) ? wp_cookie_constants() : null;
140
- require $filePath;
141
- exit;
142
- }
143
 
 
 
 
 
 
 
 
 
144
 
145
- if (defined('ABSPATH')) {
146
  if (MchGdbcWpUtils::isAjaxRequest()) {
147
  GdbcAjaxController::processRequest();
148
  }
10
  * Plugin Name: WPBruiser
11
  * Plugin URI: http://www.wpbruiser.com
12
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
13
+ * Version: 3.0.10
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
22
  {
23
  class GoodByeCaptcha
24
  {
25
+ CONST PLUGIN_VERSION = '3.0.10';
26
+ CONST PLUGIN_SLUG = 'wp-bruiser';
27
+ CONST PLUGIN_NAME = 'WPBruiser';
28
+ CONST PLUGIN_SITE_URL = 'http://www.wpbruiser.com';
29
  CONST PLUGIN_SHORT_CODE = 'wpbr';
 
 
 
30
 
31
  private static $arrClassMap = array(
32
 
45
  'GdbcSettingsAdminPage' => '/engine/admin/pages/GdbcSettingsAdminPage.php',
46
  'GdbcWordpressAdminPage' => '/engine/admin/pages/GdbcWordpressAdminPage.php',
47
  'GdbcExtensionsAdminPage' => '/engine/admin/pages/GdbcExtensionsAdminPage.php',
48
+ 'GdbcECommerceAdminPage' => '/engine/admin/pages/GdbcECommerceAdminPage.php',
49
  'GdbcNotificationsAdminPage' => '/engine/admin/pages/GdbcNotificationsAdminPage.php',
50
  'GdbcMembershipAdminPage' => '/engine/admin/pages/GdbcMembershipAdminPage.php',
51
  'GdbcSecurityAdminPage' => '/engine/admin/pages/GdbcSecurityAdminPage.php',
64
  );
65
 
66
  private function __construct()
67
+ {}
 
68
 
69
  public static function startRunning()
70
  {
123
  }
124
 
125
  public static function deactivate($isForNetwork)
126
+ {}
 
127
 
128
  }
129
 
131
 
132
  spl_autoload_register(array('GoodByeCaptcha', 'classAutoLoad'), false);
133
 
 
134
 
135
+ if (defined('ABSPATH'))
136
+ {
 
 
 
 
137
 
138
+ GdbcIPUtils::getClientIpAddress();
139
+
140
+ if (!empty($_GET['gdbc-client']) && file_exists($filePath = dirname(__FILE__) . '/assets/public/scripts/gdbc-client-new.js.php')) {
141
+ require_once(ABSPATH . 'wp-includes/pluggable.php');
142
+ (!defined('LOGGED_IN_COOKIE') && function_exists('wp_cookie_constants')) ? wp_cookie_constants() : null;
143
+ require $filePath;
144
+ exit;
145
+ }
146
 
 
147
  if (MchGdbcWpUtils::isAjaxRequest()) {
148
  GdbcAjaxController::processRequest();
149
  }
includes/utils/MchGdbcUtils.php CHANGED
@@ -195,6 +195,34 @@ final class MchGdbcUtils
195
  }
196
 
197
 
198
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
 
200
  }
195
  }
196
 
197
 
198
+ public static function getAllWebProxyHeaders()
199
+ {
200
+ return array(
201
+ 'HTTP_CLIENT_IP',
202
+ 'HTTP_X_CLIENT_IP',
203
+ 'HTTP_REAL_IP',
204
+ 'HTTP_X_REAL_IP',
205
+ 'HTTP_X_FORWARDED_FOR',
206
+ 'HTTP_X_FORWARDED',
207
+ 'HTTP_X_FORWARDED_HOST',
208
+ 'HTTP_X_FORWARDED_SERVER',
209
+ 'HTTP_FORWARDED_FOR',
210
+ 'HTTP_VIA',
211
+ 'HTTP_FORWARDED',
212
+ 'HTTP_FORWARDED_FOR_IP',
213
+ 'HTTP_X_CLUSTER_CLIENT_IP',
214
+ 'HTTP_INCAP_CLIENT_IP',
215
+ 'HTTP_CF_CONNECTING_IP',
216
+ 'HTTP_X_SUCURI_CLIENTIP',
217
+ 'VIA',
218
+ 'X_FORWARDED_FOR',
219
+ 'FORWARDED_FOR',
220
+ 'X_FORWARDED',
221
+ 'FORWARDED',
222
+ 'CLIENT_IP',
223
+ 'FORWARDED_FOR_IP',
224
+ 'HTTP_PROXY_CONNECTION',
225
+ );
226
+ }
227
 
228
  }
includes/utils/MchGdbcWpUtils.php CHANGED
@@ -64,11 +64,17 @@ final class MchGdbcWpUtils
64
  {
65
  return ( defined( 'DOING_AJAX' ) && DOING_AJAX && is_admin());
66
  }
 
67
  public static function isXmlRpcRequest()
68
  {
69
  return defined('XMLRPC_REQUEST') && XMLRPC_REQUEST;
70
  }
71
 
 
 
 
 
 
72
  public static function isMultiSite()
73
  {
74
  return is_multisite();
64
  {
65
  return ( defined( 'DOING_AJAX' ) && DOING_AJAX && is_admin());
66
  }
67
+
68
  public static function isXmlRpcRequest()
69
  {
70
  return defined('XMLRPC_REQUEST') && XMLRPC_REQUEST;
71
  }
72
 
73
+ // public static function isStandardWordPressLoginRequest()
74
+ // {
75
+ // return function
76
+ // }
77
+
78
  public static function isMultiSite()
79
  {
80
  return is_multisite();
includes/vendor/MchHttp/MchGdbcHttpRequest.php CHANGED
@@ -19,9 +19,14 @@
19
 
20
  class MchGdbcHttpRequest
21
  {
22
- CONST HEADER_SUCURI_WAF = 'HTTP_X_SUCURI_CLIENTIP';
 
 
 
 
 
23
 
24
- private static $sucuriCloudProxyIp = null;
25
 
26
  public static function getServerRequestTime($withMicroSecondPrecision = false)
27
  {
@@ -36,7 +41,71 @@ class MchGdbcHttpRequest
36
  return $requestTime = empty($_SERVER['REQUEST_TIME']) ? time() : $_SERVER['REQUEST_TIME'];
37
  }
38
 
39
- public static function getClientIp(array $arrTrustedProxyIps = array())
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  {
41
  static $clientIp = 0;
42
  if(0 !== $clientIp )
@@ -48,40 +117,73 @@ class MchGdbcHttpRequest
48
  if(empty($_SERVER['REMOTE_ADDR']) || -1 === ($ipVersion = MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR'])))
49
  return null;
50
 
51
- empty($clientIp) ? $clientIp = self::getIpAddressFromCloudFlare() : null;
52
- empty($clientIp) ? $clientIp = self::getIpAddressFromRackSpace() : null;
53
- empty($clientIp) ? $clientIp = self::getIpAddressFromIncapsula() : null;
54
- empty($clientIp) ? $clientIp = self::getIpAddressFromAmazonCloudFront() : null;
55
- empty($clientIp) ? $clientIp = self::getIpAddressFromSucuriCloudProxy() : null;
56
- empty($clientIp) ? $clientIp = self::getIpAddressFromAmazonEC2() : null;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
 
59
- if( ! empty($clientIp) ){
 
60
  return $clientIp;
61
  }
62
 
63
- $arrProxyHeaders = array(
64
- 'HTTP_X_FORWARDED_FOR',
65
- 'HTTP_CLIENT_IP',
66
- 'HTTP_X_REAL_IP',
67
- 'HTTP_X_FORWARDED',
68
- 'HTTP_FORWARDED'
69
- );
70
 
71
- if(!empty($arrTrustedProxyIps) && in_array($_SERVER['REMOTE_ADDR'], $arrTrustedProxyIps, true))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  {
73
- foreach ($arrProxyHeaders as $proxyHeader)
74
- {
75
- if(null !== ($clientIp = self::getClientIpAddressFromProxyHeader($proxyHeader)))
76
- return $clientIp;
77
- }
78
  }
79
 
80
- return $clientIp = $_SERVER['REMOTE_ADDR'];
 
 
81
 
 
82
  }
83
 
84
- private static function getClientIpAddressFromProxyHeader($proxyHeader)
 
85
  {
86
  if(empty($_SERVER[$proxyHeader]))
87
  return null;
@@ -100,45 +202,6 @@ class MchGdbcHttpRequest
100
 
101
  }
102
 
103
- public static function isFromSucuriCloudProxy()
104
- {
105
- if(!empty(self::$sucuriCloudProxyIp))
106
- return true;
107
-
108
- self::getClientIp(array());
109
-
110
- return !empty(self::$sucuriCloudProxyIp);
111
- }
112
-
113
- private static function getIpAddressFromSucuriCloudProxy()
114
- {
115
- if(empty($_SERVER['HTTP_X_SUCURI_CLIENTIP']))
116
- return null;
117
-
118
- $arrKnownSucuriIps = array('104.154.32.210'=>1,'104.154.45.156'=>1,'104.154.87.56'=>1,'104.155.10.238'=>1,'104.155.14.104'=>1,'104.155.192.51'=>1,'104.155.193.50'=>1,'104.155.196.241'=>1,'104.155.196.61'=>1,'104.155.201.239'=>1,'104.155.203.164'=>1,'104.155.21.66'=>1,'104.155.216.248'=>1,'104.155.219.236'=>1,'104.155.224.68'=>1,'104.155.232.138'=>1,'104.155.25.207'=>1,'104.155.5.0'=>1,'104.155.8.180'=>1,'106.186.124.83'=>1,'106.186.124.89'=>1,'106.186.124.93'=>1,'106.186.24.25'=>1,'106.186.30.76'=>1,'106.187.37.42'=>1,'107.167.181.64'=>1,'107.167.186.147'=>1,'107.167.188.230'=>1,'108.59.87.219'=>1,'109.74.195.21'=>1,'109.74.195.221'=>1,'130.211.110.78'=>1,'130.211.115.186'=>1,'130.211.124.3'=>1,'130.211.132.147'=>1,'130.211.146.206'=>1,'130.211.153.64'=>1,'130.211.155.136'=>1,'130.211.161.17'=>1,'130.211.168.22'=>1,'130.211.168.244'=>1,'130.211.173.11'=>1,'130.211.175.145'=>1,'130.211.187.207'=>1,'130.211.246.150'=>1,'130.211.251.190'=>1,'130.211.255.48'=>1,'130.211.49.162'=>1,'130.211.59.253'=>1,'130.211.91.237'=>1,'130.211.93.99'=>1,'130.211.98.63'=>1,'142.4.200.62'=>1,'142.4.214.85'=>1,'146.148.112.120'=>1,'146.148.117.213'=>1,'146.148.121.78'=>1,'146.148.52.221'=>1,'146.148.6.82'=>1,'146.148.67.128'=>1,'146.148.70.132'=>1,'146.148.74.167'=>1,'146.148.76.232'=>1,'146.148.88.173'=>1,'146.148.88.90'=>1,'146.148.9.252'=>1,'162.216.16.217'=>1,'162.216.19.28'=>1,'173.230.128.205'=>1,'173.230.129.138'=>1,'173.230.130.238'=>1,'173.230.135.26'=>1,'173.230.136.38'=>1,'173.230.138.214'=>1,'173.230.139.234'=>1,'173.255.193.216'=>1,'173.255.193.238'=>1,'173.255.195.55'=>1,'173.255.197.109'=>1,'173.255.228.169'=>1,'173.255.229.143'=>1,'173.255.234.105'=>1,'176.58.101.133'=>1,'176.58.101.27'=>1,'176.58.109.155'=>1,'176.58.111.141'=>1,'176.58.115.105'=>1,'176.58.127.128'=>1,'176.58.98.225'=>1,'178.79.157.63'=>1,'178.79.171.54'=>1,'178.79.174.239'=>1,'192.155.85.137'=>1,'192.155.88.106'=>1,'192.155.90.132'=>1,'192.155.94.137'=>1,'192.155.94.163'=>1,'192.155.95.252'=>1,'192.155.95.9'=>1,'192.95.62.65'=>1,'192.95.62.66'=>1,'192.95.62.67'=>1,'192.95.62.68'=>1,'192.95.62.69'=>1,'192.95.62.70'=>1,'192.95.62.71'=>1,'192.95.62.72'=>1,'192.95.62.73'=>1,'192.95.62.74'=>1,'192.95.62.75'=>1,'192.95.62.76'=>1,'192.95.62.77'=>1,'192.95.62.78'=>1,'192.99.11.177'=>1,'192.99.12.218'=>1,'192.99.14.168'=>1,'192.99.14.169'=>1,'192.99.14.40'=>1,'192.99.170.120'=>1,'192.99.20.153'=>1,'192.99.32.74'=>1,'192.99.32.75'=>1,'192.99.34.32'=>1,'192.99.34.33'=>1,'192.99.35.158'=>1,'192.99.35.164'=>1,'198.50.174.33'=>1,'198.50.174.34'=>1,'198.50.174.35'=>1,'198.50.174.36'=>1,'198.50.174.37'=>1,'198.50.174.38'=>1,'198.50.174.39'=>1,'198.50.174.40'=>1,'198.50.174.41'=>1,'198.50.174.42'=>1,'198.50.174.43'=>1,'198.50.174.44'=>1,'198.50.176.209'=>1,'198.50.176.210'=>1,'198.50.176.211'=>1,'198.50.192.128'=>1,'198.50.203.225'=>1,'198.50.203.226'=>1,'198.50.203.227'=>1,'198.50.203.228'=>1,'198.50.203.229'=>1,'198.50.203.230'=>1,'198.50.203.231'=>1,'198.50.203.232'=>1,'198.50.203.233'=>1,'198.50.203.234'=>1,'198.50.203.235'=>1,'198.50.203.236'=>1,'198.50.203.237'=>1,'198.50.203.238'=>1,'198.50.250.160'=>1,'198.58.100.4'=>1,'198.58.106.207'=>1,'198.58.107.96'=>1,'198.58.112.219'=>1,'198.58.113.167'=>1,'198.58.115.22'=>1,'198.58.116.166'=>1,'198.58.118.221'=>1,'198.58.119.164'=>1,'198.58.120.106'=>1,'198.58.122.154'=>1,'198.58.122.183'=>1,'198.58.123.76'=>1,'198.58.123.90'=>1,'198.58.123.91'=>1,'198.58.124.178'=>1,'198.58.124.59'=>1,'198.58.125.130'=>1,'198.58.125.150'=>1,'198.58.126.105'=>1,'198.58.126.231'=>1,'198.58.126.237'=>1,'198.58.127.14'=>1,'198.58.127.212'=>1,'198.58.127.232'=>1,'198.58.127.239'=>1,'198.58.127.47'=>1,'198.58.127.55'=>1,'198.58.127.56'=>1,'198.58.97.207'=>1,'198.74.50.203'=>1,'198.74.52.127'=>1,'198.74.55.221'=>1,'198.74.57.34'=>1,'198.74.60.190'=>1,'198.74.62.16'=>1,'212.71.237.244'=>1,'212.71.239.9'=>1,'212.71.250.43'=>1,'23.236.57.154'=>1,'23.236.62.44'=>1,'23.239.12.204'=>1,'23.239.13.100'=>1,'23.239.13.30'=>1,'23.239.16.158'=>1,'23.239.16.217'=>1,'23.239.16.40'=>1,'23.239.17.162'=>1,'23.239.8.183'=>1,'23.251.134.134'=>1,'23.251.141.173'=>1,'23.251.142.128'=>1,'23.251.151.227'=>1,'23.251.152.127'=>1,'23.92.18.116'=>1,'23.92.18.145'=>1,'23.92.20.215'=>1,'23.92.21.111'=>1,'23.92.22.151'=>1,'23.92.27.114'=>1,'23.92.28.9'=>1,'23.92.29.160'=>1,'23.92.29.174'=>1,'23.92.29.247'=>1,'23.92.31.179'=>1,'23.92.31.35'=>1,'23.92.31.52'=>1,'5.196.120.33'=>1,'5.196.120.34'=>1,'5.196.120.35'=>1,'5.196.120.36'=>1,'5.196.120.37'=>1,'5.196.120.38'=>1,'5.196.120.39'=>1,'5.196.120.40'=>1,'5.196.120.41'=>1,'5.196.120.42'=>1,'5.196.120.43'=>1,'5.196.120.44'=>1,'5.196.120.45'=>1,'5.196.120.46'=>1,'5.196.237.1'=>1,'5.196.237.2'=>1,'5.39.61.17'=>1,'5.39.61.18'=>1,'50.112.93.111'=>1,'50.116.21.217'=>1,'50.116.27.16'=>1,'50.116.28.203'=>1,'50.116.28.73'=>1,'50.116.31.82'=>1,'50.116.33.60'=>1,'50.116.34.228'=>1,'50.116.37.141'=>1,'50.116.4.10'=>1,'50.116.41.212'=>1,'50.116.44.172'=>1,'50.116.49.32'=>1,'50.116.50.65'=>1,'50.116.52.193'=>1,'50.116.53.73'=>1,'50.116.58.224'=>1,'50.116.9.139'=>1,'52.64.20.248'=>1,'52.64.87.93'=>1,'54.203.246.220'=>1,'54.203.246.96'=>1,'54.203.249.141'=>1,'54.206.22.37'=>1,'54.206.39.9'=>1,'54.206.81.164'=>1,'54.207.101.199'=>1,'54.207.103.31'=>1,'54.207.104.59'=>1,'54.207.7.122'=>1,'54.212.248.178'=>1,'54.244.225.118'=>1,'54.244.252.17'=>1,'54.244.254.79'=>1,'54.244.255.155'=>1,'54.244.88.211'=>1,'54.245.101.36'=>1,'54.245.113.142'=>1,'54.252.143.188'=>1,'54.66.141.167'=>1,'54.66.198.151'=>1,'54.66.202.19'=>1,'54.66.218.196'=>1,'54.66.236.138'=>1,'54.79.71.74'=>1,'54.94.131.55'=>1,'54.94.158.235'=>1,'54.94.235.73'=>1,'66.135.32.125'=>1,'66.135.32.126'=>1,'66.135.36.233'=>1,'66.135.36.243'=>1,'66.228.39.6'=>1,'66.228.50.149'=>1,'66.228.50.72'=>1,'66.228.56.74'=>1,'66.228.59.100'=>1,'66.228.59.46'=>1,'66.228.59.55'=>1,'66.228.60.40'=>1,'66.228.62.123'=>1,'69.164.212.216'=>1,'69.164.212.249'=>1,'69.164.222.186'=>1,'72.14.176.225'=>1,'72.14.176.234'=>1,'72.14.179.118'=>1,'72.14.181.33'=>1,'72.14.189.243'=>1,'74.207.225.231'=>1,'74.207.225.24'=>1,'74.207.226.15'=>1,'74.207.227.97'=>1,'74.207.233.230'=>1,'74.207.237.189'=>1,'76.74.249.198'=>1,'76.74.251.68'=>1,'76.74.251.69'=>1,'76.74.251.70'=>1,'76.74.251.71'=>1,'85.159.209.79'=>1,'88.80.184.186'=>1,'88.80.184.202'=>1,'88.80.189.62'=>1,'96.126.105.50'=>1,'96.126.114.200'=>1,'96.126.116.198'=>1,'96.126.116.39'=>1,'96.126.122.26'=>1,'96.126.123.61'=>1,'97.107.142.93'=>1);
119
-
120
- if(isset($arrKnownSucuriIps[$_SERVER['REMOTE_ADDR']]))
121
- return self::$sucuriCloudProxyIp = $_SERVER['HTTP_X_SUCURI_CLIENTIP'];
122
-
123
- $arrKnownSucuriIps = null;
124
-
125
- $hostAddress = null;
126
- if(!empty($_SERVER['SERVER_ADDR']))
127
- $hostAddress = $_SERVER['SERVER_ADDR'];
128
- elseif(!empty($_SERVER['LOCAL_ADDR']))
129
- $hostAddress = $_SERVER['LOCAL_ADDR'];
130
- elseif(!empty($_SERVER['SERVER_NAME']))
131
- $hostAddress = @gethostbyname($_SERVER['SERVER_NAME'] . '.');
132
-
133
- if(!MchGdbcIPUtils::isPublicIpAddress($hostAddress))
134
- return null;
135
-
136
- $hostName = @gethostbyaddr($hostAddress);
137
-
138
- return @preg_match('/^cloudproxy[0-9]+\.sucuri\.net$/', $hostName) ? self::$sucuriCloudProxyIp = $_SERVER['HTTP_X_SUCURI_CLIENTIP'] : null;
139
-
140
- }
141
-
142
  private static function getIpAddressFromRackSpace()
143
  {
144
  if(0 !== strpos($_SERVER['REMOTE_ADDR'], '10.'))
@@ -174,25 +237,46 @@ class MchGdbcHttpRequest
174
 
175
  private static function getIpAddressFromCloudFlare()
176
  {
177
- static $ipAddress = 0;
178
-
179
- if(0 !== $ipAddress)
180
- return $ipAddress;
181
 
182
  if(empty($_SERVER['HTTP_CF_CONNECTING_IP']) || -1 === ($ipVersion = MchGdbcIPUtils::getIpAddressVersion($_SERVER['HTTP_CF_CONNECTING_IP'])))
183
- return $ipAddress = null;
184
 
185
- return $ipAddress = MchGdbcTrustedIPRanges::isIPInCloudFlareRanges( $_SERVER['REMOTE_ADDR'], MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR']) ) ? $_SERVER['HTTP_CF_CONNECTING_IP'] : null;
186
 
187
  }
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
 
190
  private static function getIpAddressFromAmazonEC2()
191
  {
192
  if(null === ($proxyIpAddress = self::getClientIpAddressFromProxyHeader('HTTP_X_FORWARDED_FOR')))
193
  return null;
194
 
195
-
196
  if( ! MchGdbcIPUtils::isPublicIpAddress($_SERVER['REMOTE_ADDR']) && MchGdbcIPUtils::isPublicIpAddress($proxyIpAddress) )
197
  {
198
  $isAmazon = ( !empty($_SERVER['SERVER_SOFTWARE']) && (false !== stripos($_SERVER['SERVER_SOFTWARE'], 'Amazon')) ) ? true : ( !empty($_SERVER['SERVER_SIGNATURE']) && (false !== stripos($_SERVER['SERVER_SIGNATURE'], 'Amazon')) );
19
 
20
  class MchGdbcHttpRequest
21
  {
22
+ CONST PROXY_CLOUD_FLARE = 1;
23
+ CONST PROXY_INCAPSULA = 2;
24
+ CONST PROXY_RACK_SPACE = 3;
25
+ CONST PROXY_AMAZON_EC2 = 4;
26
+ CONST PROXY_SUCURI_CLOUD_PROXY = 5;
27
+ CONST PROXY_AMAZON_CLOUD_FRONT = 6;
28
 
29
+ private static $proxyServerId = -1;
30
 
31
  public static function getServerRequestTime($withMicroSecondPrecision = false)
32
  {
41
  return $requestTime = empty($_SERVER['REQUEST_TIME']) ? time() : $_SERVER['REQUEST_TIME'];
42
  }
43
 
44
+ public static function isThroughProxy()
45
+ {
46
+ return count(self::getDetectedProxyHeaders()) > 0;
47
+ }
48
+
49
+ public static function getDetectedProxyServiceId()
50
+ {
51
+ (-1 === self::$proxyServerId) ? self::getClientIp() : null;
52
+
53
+ return self::$proxyServerId;
54
+ }
55
+
56
+ public static function getDetectedProxyServiceName()
57
+ {
58
+ switch (self::getDetectedProxyServiceId())
59
+ {
60
+ case self::PROXY_CLOUD_FLARE :
61
+ return 'CloudFlare';
62
+ case self::PROXY_INCAPSULA :
63
+ return 'Incapsula';
64
+ case self::PROXY_RACK_SPACE :
65
+ return 'RackSpace';
66
+ case self::PROXY_SUCURI_CLOUD_PROXY :
67
+ return 'Sucuri CloudProxy';
68
+ case self::PROXY_AMAZON_CLOUD_FRONT :
69
+ return 'Amazon CloudFront';
70
+ case self::PROXY_AMAZON_EC2 :
71
+ return 'Amazon EC2';
72
+ }
73
+
74
+ return null;
75
+ }
76
+
77
+ public static function getTrustedServiceProxyHeaders($serviceProxyId)
78
+ {
79
+ switch($serviceProxyId)
80
+ {
81
+ case self::PROXY_CLOUD_FLARE :
82
+ return array('HTTP_CF_CONNECTING_IP');
83
+ case self::PROXY_INCAPSULA :
84
+ return array('HTTP_INCAP_CLIENT_IP');
85
+ case self::PROXY_RACK_SPACE :
86
+ return array('HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_X_FORWARDED_FOR');
87
+ case self::PROXY_SUCURI_CLOUD_PROXY :
88
+ return array('HTTP_X_SUCURI_CLIENTIP');
89
+ case self::PROXY_AMAZON_CLOUD_FRONT :
90
+ return array('HTTP_X_FORWARDED_FOR');
91
+ case self::PROXY_AMAZON_EC2 :
92
+ return array('HTTP_X_FORWARDED_FOR');
93
+
94
+ }
95
+
96
+ return array();
97
+ }
98
+
99
+ public static function getDetectedProxyHeaders(){
100
+ $arrProxyHeaders = array();
101
+ foreach ((array)MchGdbcUtils::getAllWebProxyHeaders() as $proxyHeader) {
102
+ isset($_SERVER[$proxyHeader]) ? $arrProxyHeaders[] = $proxyHeader : null;
103
+ }
104
+
105
+ return $arrProxyHeaders;
106
+ }
107
+
108
+ public static function getClientIp(array $arrTrustedProxyHeaders = array())
109
  {
110
  static $clientIp = 0;
111
  if(0 !== $clientIp )
117
  if(empty($_SERVER['REMOTE_ADDR']) || -1 === ($ipVersion = MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR'])))
118
  return null;
119
 
120
+ if( $clientIp = self::getIpAddressFromCloudFlare() ){
121
+ self::$proxyServerId = self::PROXY_CLOUD_FLARE;
122
+ return $clientIp;
123
+ }
124
+
125
+ if( $clientIp = self::getIpAddressFromSucuriCloudProxy() ){
126
+ self::$proxyServerId = self::PROXY_SUCURI_CLOUD_PROXY;
127
+ return $clientIp;
128
+ }
129
+
130
+ if( $clientIp = self::getIpAddressFromIncapsula() ){
131
+ self::$proxyServerId = self::PROXY_INCAPSULA;
132
+ return $clientIp;
133
+ }
134
+
135
+ if( $clientIp = self::getIpAddressFromRackSpace() ){
136
+ self::$proxyServerId = self::PROXY_RACK_SPACE;
137
+ return $clientIp;
138
+ }
139
+
140
+ if( $clientIp = self::getIpAddressFromAmazonCloudFront() ){
141
+ self::$proxyServerId = self::PROXY_AMAZON_CLOUD_FRONT;
142
+ return $clientIp;
143
+ }
144
 
145
 
146
+ if( $clientIp = self::getIpAddressFromAmazonEC2() ){
147
+ self::$proxyServerId = self::PROXY_AMAZON_EC2;
148
  return $clientIp;
149
  }
150
 
 
 
 
 
 
 
 
151
 
152
+ // $arrProxyHeaders = array(
153
+ // 'HTTP_X_FORWARDED_FOR',
154
+ // 'HTTP_CLIENT_IP',
155
+ // 'HTTP_X_REAL_IP',
156
+ // 'HTTP_X_FORWARDED',
157
+ // 'HTTP_FORWARDED'
158
+ // );
159
+ //
160
+ // if(!empty($arrTrustedProxyIps) && in_array($_SERVER['REMOTE_ADDR'], $arrTrustedProxyIps, true))
161
+ // {
162
+ // foreach ($arrProxyHeaders as $proxyHeader)
163
+ // {
164
+ // if(null !== ($clientIp = self::getClientIpAddressFromProxyHeader($proxyHeader)))
165
+ // return $clientIp;
166
+ // }
167
+ // }
168
+
169
+
170
+ foreach($arrTrustedProxyHeaders as $trustedProxyHeader)
171
  {
172
+ $clientIp = self::getClientIpAddressFromProxyHeader($trustedProxyHeader);
173
+
174
+ if(isset($clientIp))
175
+ break;
 
176
  }
177
 
178
+ self::$proxyServerId = 0;
179
+
180
+ empty($clientIp) ? $clientIp = $_SERVER['REMOTE_ADDR'] : null;
181
 
182
+ return $clientIp;
183
  }
184
 
185
+
186
+ public static function getClientIpAddressFromProxyHeader($proxyHeader)
187
  {
188
  if(empty($_SERVER[$proxyHeader]))
189
  return null;
202
 
203
  }
204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  private static function getIpAddressFromRackSpace()
206
  {
207
  if(0 !== strpos($_SERVER['REMOTE_ADDR'], '10.'))
237
 
238
  private static function getIpAddressFromCloudFlare()
239
  {
 
 
 
 
240
 
241
  if(empty($_SERVER['HTTP_CF_CONNECTING_IP']) || -1 === ($ipVersion = MchGdbcIPUtils::getIpAddressVersion($_SERVER['HTTP_CF_CONNECTING_IP'])))
242
+ return null;
243
 
244
+ return MchGdbcTrustedIPRanges::isIPInCloudFlareRanges( $_SERVER['REMOTE_ADDR'], MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR']) ) ? $_SERVER['HTTP_CF_CONNECTING_IP'] : null;
245
 
246
  }
247
 
248
+ private static function getIpAddressFromSucuriCloudProxy()
249
+ {
250
+ if(empty($_SERVER['HTTP_X_SUCURI_CLIENTIP']) || -1 === ($ipVersion = MchGdbcIPUtils::getIpAddressVersion($_SERVER['HTTP_X_SUCURI_CLIENTIP'])))
251
+ return null;
252
+
253
+ $ipAddress = MchGdbcTrustedIPRanges::isIPInSucuriCloudProxyRanges($_SERVER['REMOTE_ADDR'], MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR']) ) ? $_SERVER['HTTP_X_SUCURI_CLIENTIP'] : null;
254
+
255
+ if(null !== $ipAddress)
256
+ return $ipAddress;
257
+
258
+ $hostAddress = null;
259
+ if(!empty($_SERVER['SERVER_ADDR']))
260
+ $hostAddress = $_SERVER['SERVER_ADDR'];
261
+ elseif(!empty($_SERVER['LOCAL_ADDR']))
262
+ $hostAddress = $_SERVER['LOCAL_ADDR'];
263
+ elseif(!empty($_SERVER['SERVER_NAME']))
264
+ $hostAddress = @gethostbyname($_SERVER['SERVER_NAME'] . '.');
265
+
266
+ if(!MchGdbcIPUtils::isPublicIpAddress($hostAddress))
267
+ return null;
268
+
269
+ $hostName = @gethostbyaddr($hostAddress);
270
+
271
+ return @preg_match('/^cloudproxy[0-9]+\.sucuri\.net$/', $hostName) ? $_SERVER['HTTP_X_SUCURI_CLIENTIP'] : null;
272
+
273
+ }
274
 
275
  private static function getIpAddressFromAmazonEC2()
276
  {
277
  if(null === ($proxyIpAddress = self::getClientIpAddressFromProxyHeader('HTTP_X_FORWARDED_FOR')))
278
  return null;
279
 
 
280
  if( ! MchGdbcIPUtils::isPublicIpAddress($_SERVER['REMOTE_ADDR']) && MchGdbcIPUtils::isPublicIpAddress($proxyIpAddress) )
281
  {
282
  $isAmazon = ( !empty($_SERVER['SERVER_SOFTWARE']) && (false !== stripos($_SERVER['SERVER_SOFTWARE'], 'Amazon')) ) ? true : ( !empty($_SERVER['SERVER_SIGNATURE']) && (false !== stripos($_SERVER['SERVER_SIGNATURE'], 'Amazon')) );
includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php CHANGED
@@ -67,6 +67,15 @@ final class MchGdbcTrustedIPRanges
67
 
68
  }
69
 
 
 
 
 
 
 
 
 
 
70
 
71
  private static function isIPInRanges($ipAddress, $ipVersion, $arrIPs)
72
  {
67
 
68
  }
69
 
70
+ public static function isIPInSucuriCloudProxyRanges($ipAddress, $ipVersion)
71
+ {
72
+ return ( $ipVersion === MchGdbcIPUtils::IP_VERSION_4 )
73
+ ?
74
+ self::isIPInRanges($ipAddress, $ipVersion, array(1123600384=>1123601407,3109938176=>3109939199,3227026944=>3227027455,3229415680=>3229415935,))
75
+ :
76
+ self::isIPInRanges($ipAddress, $ipVersion, array('2a02:fe80::/29'=>1,));
77
+
78
+ }
79
 
80
  private static function isIPInRanges($ipAddress, $ipVersion, $arrIPs)
81
  {
includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php CHANGED
@@ -12,7 +12,7 @@ class MchGdbcUnTrustedIPRanges
12
  if( $ipNumber < 16815956 )
13
  return false;
14
 
15
- if( (16815956 <= $ipNumber) && ($ipNumber <= 84539677) ){
16
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-0.php';
17
  if( isset($a[$ipNumber]) ) return true;
18
  foreach($a as $minIpValue => $maxIpValue){
@@ -23,10 +23,10 @@ class MchGdbcUnTrustedIPRanges
23
  return false;
24
  }
25
 
26
- if( $ipNumber < 84559096 )
27
  return false;
28
 
29
- if( (84559096 <= $ipNumber) && ($ipNumber <= 96319698) ){
30
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-1.php';
31
  if( isset($a[$ipNumber]) ) return true;
32
  foreach($a as $minIpValue => $maxIpValue){
@@ -37,10 +37,10 @@ class MchGdbcUnTrustedIPRanges
37
  return false;
38
  }
39
 
40
- if( $ipNumber < 96321304 )
41
  return false;
42
 
43
- if( (96321304 <= $ipNumber) && ($ipNumber <= 238003890) ){
44
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-2.php';
45
  if( isset($a[$ipNumber]) ) return true;
46
  foreach($a as $minIpValue => $maxIpValue){
@@ -51,10 +51,10 @@ class MchGdbcUnTrustedIPRanges
51
  return false;
52
  }
53
 
54
- if( $ipNumber < 238004579 )
55
  return false;
56
 
57
- if( (238004579 <= $ipNumber) && ($ipNumber <= 387706290) ){
58
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-3.php';
59
  if( isset($a[$ipNumber]) ) return true;
60
  foreach($a as $minIpValue => $maxIpValue){
@@ -65,10 +65,10 @@ class MchGdbcUnTrustedIPRanges
65
  return false;
66
  }
67
 
68
- if( $ipNumber < 387706607 )
69
  return false;
70
 
71
- if( (387706607 <= $ipNumber) && ($ipNumber <= 405220202) ){
72
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-4.php';
73
  if( isset($a[$ipNumber]) ) return true;
74
  foreach($a as $minIpValue => $maxIpValue){
@@ -79,10 +79,10 @@ class MchGdbcUnTrustedIPRanges
79
  return false;
80
  }
81
 
82
- if( $ipNumber < 405220868 )
83
  return false;
84
 
85
- if( (405220868 <= $ipNumber) && ($ipNumber <= 523200254) ){
86
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-5.php';
87
  if( isset($a[$ipNumber]) ) return true;
88
  foreach($a as $minIpValue => $maxIpValue){
@@ -93,10 +93,10 @@ class MchGdbcUnTrustedIPRanges
93
  return false;
94
  }
95
 
96
- if( $ipNumber < 523206444 )
97
  return false;
98
 
99
- if( (523206444 <= $ipNumber) && ($ipNumber <= 624170408) ){
100
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-6.php';
101
  if( isset($a[$ipNumber]) ) return true;
102
  foreach($a as $minIpValue => $maxIpValue){
@@ -107,10 +107,10 @@ class MchGdbcUnTrustedIPRanges
107
  return false;
108
  }
109
 
110
- if( $ipNumber < 624170703 )
111
  return false;
112
 
113
- if( (624170703 <= $ipNumber) && ($ipNumber <= 676151934) ){
114
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-7.php';
115
  if( isset($a[$ipNumber]) ) return true;
116
  foreach($a as $minIpValue => $maxIpValue){
@@ -121,10 +121,10 @@ class MchGdbcUnTrustedIPRanges
121
  return false;
122
  }
123
 
124
- if( $ipNumber < 676159638 )
125
  return false;
126
 
127
- if( (676159638 <= $ipNumber) && ($ipNumber <= 704251332) ){
128
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-8.php';
129
  if( isset($a[$ipNumber]) ) return true;
130
  foreach($a as $minIpValue => $maxIpValue){
@@ -135,10 +135,10 @@ class MchGdbcUnTrustedIPRanges
135
  return false;
136
  }
137
 
138
- if( $ipNumber < 704257027 )
139
  return false;
140
 
141
- if( (704257027 <= $ipNumber) && ($ipNumber <= 759107224) ){
142
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-9.php';
143
  if( isset($a[$ipNumber]) ) return true;
144
  foreach($a as $minIpValue => $maxIpValue){
@@ -149,10 +149,10 @@ class MchGdbcUnTrustedIPRanges
149
  return false;
150
  }
151
 
152
- if( $ipNumber < 759107883 )
153
  return false;
154
 
155
- if( (759107883 <= $ipNumber) && ($ipNumber <= 779581002) ){
156
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-10.php';
157
  if( isset($a[$ipNumber]) ) return true;
158
  foreach($a as $minIpValue => $maxIpValue){
@@ -163,10 +163,10 @@ class MchGdbcUnTrustedIPRanges
163
  return false;
164
  }
165
 
166
- if( $ipNumber < 779581158 )
167
  return false;
168
 
169
- if( (779581158 <= $ipNumber) && ($ipNumber <= 787823471) ){
170
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-11.php';
171
  if( isset($a[$ipNumber]) ) return true;
172
  foreach($a as $minIpValue => $maxIpValue){
@@ -177,10 +177,10 @@ class MchGdbcUnTrustedIPRanges
177
  return false;
178
  }
179
 
180
- if( $ipNumber < 787864761 )
181
  return false;
182
 
183
- if( (787864761 <= $ipNumber) && ($ipNumber <= 842645234) ){
184
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-12.php';
185
  if( isset($a[$ipNumber]) ) return true;
186
  foreach($a as $minIpValue => $maxIpValue){
@@ -191,17 +191,17 @@ class MchGdbcUnTrustedIPRanges
191
  return false;
192
  }
193
 
194
- if( $ipNumber < 842645369 )
195
  return false;
196
 
197
- if( (842645369 <= $ipNumber) && ($ipNumber <= 918015246) ){
198
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-13.php'; return isset($a[$ipNumber]);
199
  }
200
 
201
- if( $ipNumber < 918024365 )
202
  return false;
203
 
204
- if( (918024365 <= $ipNumber) && ($ipNumber <= 984683168) ){
205
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-14.php';
206
  if( isset($a[$ipNumber]) ) return true;
207
  foreach($a as $minIpValue => $maxIpValue){
@@ -212,24 +212,24 @@ class MchGdbcUnTrustedIPRanges
212
  return false;
213
  }
214
 
215
- if( $ipNumber < 984685443 )
216
  return false;
217
 
218
- if( (984685443 <= $ipNumber) && ($ipNumber <= 990542096) ){
219
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-15.php'; return isset($a[$ipNumber]);
220
  }
221
 
222
- if( $ipNumber < 990550836 )
223
  return false;
224
 
225
- if( (990550836 <= $ipNumber) && ($ipNumber <= 998025350) ){
226
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-16.php'; return isset($a[$ipNumber]);
227
  }
228
 
229
- if( $ipNumber < 998025419 )
230
  return false;
231
 
232
- if( (998025419 <= $ipNumber) && ($ipNumber <= 1018621229) ){
233
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-17.php';
234
  if( isset($a[$ipNumber]) ) return true;
235
  foreach($a as $minIpValue => $maxIpValue){
@@ -240,10 +240,10 @@ class MchGdbcUnTrustedIPRanges
240
  return false;
241
  }
242
 
243
- if( $ipNumber < 1018622908 )
244
  return false;
245
 
246
- if( (1018622908 <= $ipNumber) && ($ipNumber <= 1027000896) ){
247
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-18.php';
248
  if( isset($a[$ipNumber]) ) return true;
249
  foreach($a as $minIpValue => $maxIpValue){
@@ -254,24 +254,31 @@ class MchGdbcUnTrustedIPRanges
254
  return false;
255
  }
256
 
257
- if( $ipNumber < 1027005219 )
258
  return false;
259
 
260
- if( (1027005219 <= $ipNumber) && ($ipNumber <= 1033263427) ){
261
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-19.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
262
  }
263
 
264
- if( $ipNumber < 1033263958 )
265
  return false;
266
 
267
- if( (1033263958 <= $ipNumber) && ($ipNumber <= 1035779339) ){
268
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-20.php'; return isset($a[$ipNumber]);
269
  }
270
 
271
- if( $ipNumber < 1035779500 )
272
  return false;
273
 
274
- if( (1035779500 <= $ipNumber) && ($ipNumber <= 1049961647) ){
275
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-21.php';
276
  if( isset($a[$ipNumber]) ) return true;
277
  foreach($a as $minIpValue => $maxIpValue){
@@ -282,10 +289,10 @@ class MchGdbcUnTrustedIPRanges
282
  return false;
283
  }
284
 
285
- if( $ipNumber < 1049962537 )
286
  return false;
287
 
288
- if( (1049962537 <= $ipNumber) && ($ipNumber <= 1074760260) ){
289
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-22.php';
290
  if( isset($a[$ipNumber]) ) return true;
291
  foreach($a as $minIpValue => $maxIpValue){
@@ -296,10 +303,10 @@ class MchGdbcUnTrustedIPRanges
296
  return false;
297
  }
298
 
299
- if( $ipNumber < 1074760357 )
300
  return false;
301
 
302
- if( (1074760357 <= $ipNumber) && ($ipNumber <= 1090136628) ){
303
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-23.php';
304
  if( isset($a[$ipNumber]) ) return true;
305
  foreach($a as $minIpValue => $maxIpValue){
@@ -310,24 +317,17 @@ class MchGdbcUnTrustedIPRanges
310
  return false;
311
  }
312
 
313
- if( $ipNumber < 1090140689 )
314
  return false;
315
 
316
- if( (1090140689 <= $ipNumber) && ($ipNumber <= 1123600643) ){
317
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-24.php';
318
- if( isset($a[$ipNumber]) ) return true;
319
- foreach($a as $minIpValue => $maxIpValue){
320
- if( 1 === $maxIpValue ) break;
321
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
322
- return true;
323
- }
324
- return false;
325
  }
326
 
327
- if( $ipNumber < 1123601419 )
328
  return false;
329
 
330
- if( (1123601419 <= $ipNumber) && ($ipNumber <= 1159645218) ){
331
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-25.php';
332
  if( isset($a[$ipNumber]) ) return true;
333
  foreach($a as $minIpValue => $maxIpValue){
@@ -338,10 +338,10 @@ class MchGdbcUnTrustedIPRanges
338
  return false;
339
  }
340
 
341
- if( $ipNumber < 1159645219 )
342
  return false;
343
 
344
- if( (1159645219 <= $ipNumber) && ($ipNumber <= 1186371180) ){
345
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-26.php';
346
  if( isset($a[$ipNumber]) ) return true;
347
  foreach($a as $minIpValue => $maxIpValue){
@@ -352,10 +352,10 @@ class MchGdbcUnTrustedIPRanges
352
  return false;
353
  }
354
 
355
- if( $ipNumber < 1186377805 )
356
  return false;
357
 
358
- if( (1186377805 <= $ipNumber) && ($ipNumber <= 1245704625) ){
359
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-27.php';
360
  if( isset($a[$ipNumber]) ) return true;
361
  foreach($a as $minIpValue => $maxIpValue){
@@ -366,31 +366,31 @@ class MchGdbcUnTrustedIPRanges
366
  return false;
367
  }
368
 
369
- if( $ipNumber < 1245704653 )
370
  return false;
371
 
372
- if( (1245704653 <= $ipNumber) && ($ipNumber <= 1279978774) ){
373
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-28.php'; return isset($a[$ipNumber]);
374
  }
375
 
376
- if( $ipNumber < 1279979203 )
377
  return false;
378
 
379
- if( (1279979203 <= $ipNumber) && ($ipNumber <= 1311157638) ){
380
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-29.php'; return isset($a[$ipNumber]);
381
  }
382
 
383
- if( $ipNumber < 1311167778 )
384
  return false;
385
 
386
- if( (1311167778 <= $ipNumber) && ($ipNumber <= 1327668229) ){
387
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-30.php'; return isset($a[$ipNumber]);
388
  }
389
 
390
- if( $ipNumber < 1327723567 )
391
  return false;
392
 
393
- if( (1327723567 <= $ipNumber) && ($ipNumber <= 1347567637) ){
394
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-31.php';
395
  if( isset($a[$ipNumber]) ) return true;
396
  foreach($a as $minIpValue => $maxIpValue){
@@ -401,10 +401,10 @@ class MchGdbcUnTrustedIPRanges
401
  return false;
402
  }
403
 
404
- if( $ipNumber < 1347567643 )
405
  return false;
406
 
407
- if( (1347567643 <= $ipNumber) && ($ipNumber <= 1368148663) ){
408
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-32.php';
409
  if( isset($a[$ipNumber]) ) return true;
410
  foreach($a as $minIpValue => $maxIpValue){
@@ -415,17 +415,17 @@ class MchGdbcUnTrustedIPRanges
415
  return false;
416
  }
417
 
418
- if( $ipNumber < 1368283385 )
419
  return false;
420
 
421
- if( (1368283385 <= $ipNumber) && ($ipNumber <= 1386584729) ){
422
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-33.php'; return isset($a[$ipNumber]);
423
  }
424
 
425
- if( $ipNumber < 1386584740 )
426
  return false;
427
 
428
- if( (1386584740 <= $ipNumber) && ($ipNumber <= 1407608900) ){
429
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-34.php';
430
  if( isset($a[$ipNumber]) ) return true;
431
  foreach($a as $minIpValue => $maxIpValue){
@@ -436,17 +436,17 @@ class MchGdbcUnTrustedIPRanges
436
  return false;
437
  }
438
 
439
- if( $ipNumber < 1407613256 )
440
  return false;
441
 
442
- if( (1407613256 <= $ipNumber) && ($ipNumber <= 1428142338) ){
443
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-35.php'; return isset($a[$ipNumber]);
444
  }
445
 
446
- if( $ipNumber < 1428142714 )
447
  return false;
448
 
449
- if( (1428142714 <= $ipNumber) && ($ipNumber <= 1440126527) ){
450
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-36.php';
451
  if( isset($a[$ipNumber]) ) return true;
452
  foreach($a as $minIpValue => $maxIpValue){
@@ -457,10 +457,10 @@ class MchGdbcUnTrustedIPRanges
457
  return false;
458
  }
459
 
460
- if( $ipNumber < 1440126810 )
461
  return false;
462
 
463
- if( (1440126810 <= $ipNumber) && ($ipNumber <= 1466619402) ){
464
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-37.php';
465
  if( isset($a[$ipNumber]) ) return true;
466
  foreach($a as $minIpValue => $maxIpValue){
@@ -471,31 +471,31 @@ class MchGdbcUnTrustedIPRanges
471
  return false;
472
  }
473
 
474
- if( $ipNumber < 1466619456 )
475
  return false;
476
 
477
- if( (1466619456 <= $ipNumber) && ($ipNumber <= 1488564398) ){
478
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-38.php'; return isset($a[$ipNumber]);
479
  }
480
 
481
- if( $ipNumber < 1488634090 )
482
  return false;
483
 
484
- if( (1488634090 <= $ipNumber) && ($ipNumber <= 1495364690) ){
485
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-39.php'; return isset($a[$ipNumber]);
486
  }
487
 
488
- if( $ipNumber < 1495365922 )
489
  return false;
490
 
491
- if( (1495365922 <= $ipNumber) && ($ipNumber <= 1509666277) ){
492
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-40.php'; return isset($a[$ipNumber]);
493
  }
494
 
495
- if( $ipNumber < 1509666280 )
496
  return false;
497
 
498
- if( (1509666280 <= $ipNumber) && ($ipNumber <= 1539837183) ){
499
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-41.php';
500
  if( isset($a[$ipNumber]) ) return true;
501
  foreach($a as $minIpValue => $maxIpValue){
@@ -506,10 +506,10 @@ class MchGdbcUnTrustedIPRanges
506
  return false;
507
  }
508
 
509
- if( $ipNumber < 1539836946 )
510
  return false;
511
 
512
- if( (1539836946 <= $ipNumber) && ($ipNumber <= 1547513564) ){
513
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-42.php';
514
  if( isset($a[$ipNumber]) ) return true;
515
  foreach($a as $minIpValue => $maxIpValue){
@@ -520,10 +520,10 @@ class MchGdbcUnTrustedIPRanges
520
  return false;
521
  }
522
 
523
- if( $ipNumber < 1547516941 )
524
  return false;
525
 
526
- if( (1547516941 <= $ipNumber) && ($ipNumber <= 1571708383) ){
527
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-43.php';
528
  if( isset($a[$ipNumber]) ) return true;
529
  foreach($a as $minIpValue => $maxIpValue){
@@ -534,10 +534,10 @@ class MchGdbcUnTrustedIPRanges
534
  return false;
535
  }
536
 
537
- if( $ipNumber < 1571708399 )
538
  return false;
539
 
540
- if( (1571708399 <= $ipNumber) && ($ipNumber <= 1583783634) ){
541
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-44.php';
542
  if( isset($a[$ipNumber]) ) return true;
543
  foreach($a as $minIpValue => $maxIpValue){
@@ -548,24 +548,17 @@ class MchGdbcUnTrustedIPRanges
548
  return false;
549
  }
550
 
551
- if( $ipNumber < 1583783650 )
552
  return false;
553
 
554
- if( (1583783650 <= $ipNumber) && ($ipNumber <= 1598975128) ){
555
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-45.php';
556
- if( isset($a[$ipNumber]) ) return true;
557
- foreach($a as $minIpValue => $maxIpValue){
558
- if( 1 === $maxIpValue ) break;
559
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
560
- return true;
561
- }
562
- return false;
563
  }
564
 
565
- if( $ipNumber < 1598979088 )
566
  return false;
567
 
568
- if( (1598979088 <= $ipNumber) && ($ipNumber <= 1609745970) ){
569
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-46.php';
570
  if( isset($a[$ipNumber]) ) return true;
571
  foreach($a as $minIpValue => $maxIpValue){
@@ -576,10 +569,10 @@ class MchGdbcUnTrustedIPRanges
576
  return false;
577
  }
578
 
579
- if( $ipNumber < 1609748886 )
580
  return false;
581
 
582
- if( (1609748886 <= $ipNumber) && ($ipNumber <= 1709665127) ){
583
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-47.php';
584
  if( isset($a[$ipNumber]) ) return true;
585
  foreach($a as $minIpValue => $maxIpValue){
@@ -590,10 +583,10 @@ class MchGdbcUnTrustedIPRanges
590
  return false;
591
  }
592
 
593
- if( $ipNumber < 1709671363 )
594
  return false;
595
 
596
- if( (1709671363 <= $ipNumber) && ($ipNumber <= 1744512786) ){
597
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-48.php';
598
  if( isset($a[$ipNumber]) ) return true;
599
  foreach($a as $minIpValue => $maxIpValue){
@@ -604,10 +597,10 @@ class MchGdbcUnTrustedIPRanges
604
  return false;
605
  }
606
 
607
- if( $ipNumber < 1744513845 )
608
  return false;
609
 
610
- if( (1744513845 <= $ipNumber) && ($ipNumber <= 1761069842) ){
611
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-49.php';
612
  if( isset($a[$ipNumber]) ) return true;
613
  foreach($a as $minIpValue => $maxIpValue){
@@ -618,24 +611,17 @@ class MchGdbcUnTrustedIPRanges
618
  return false;
619
  }
620
 
621
- if( $ipNumber < 1761272330 )
622
  return false;
623
 
624
- if( (1761272330 <= $ipNumber) && ($ipNumber <= 1807655709) ){
625
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-50.php';
626
- if( isset($a[$ipNumber]) ) return true;
627
- foreach($a as $minIpValue => $maxIpValue){
628
- if( 1 === $maxIpValue ) break;
629
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
630
- return true;
631
- }
632
- return false;
633
  }
634
 
635
- if( $ipNumber < 1807655754 )
636
  return false;
637
 
638
- if( (1807655754 <= $ipNumber) && ($ipNumber <= 1832876297) ){
639
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-51.php';
640
  if( isset($a[$ipNumber]) ) return true;
641
  foreach($a as $minIpValue => $maxIpValue){
@@ -646,24 +632,24 @@ class MchGdbcUnTrustedIPRanges
646
  return false;
647
  }
648
 
649
- if( $ipNumber < 1832876305 )
650
  return false;
651
 
652
- if( (1832876305 <= $ipNumber) && ($ipNumber <= 1839325746) ){
653
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-52.php'; return isset($a[$ipNumber]);
654
  }
655
 
656
- if( $ipNumber < 1839325750 )
657
  return false;
658
 
659
- if( (1839325750 <= $ipNumber) && ($ipNumber <= 1850591313) ){
660
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-53.php'; return isset($a[$ipNumber]);
661
  }
662
 
663
- if( $ipNumber < 1850591905 )
664
  return false;
665
 
666
- if( (1850591905 <= $ipNumber) && ($ipNumber <= 1875773190) ){
667
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-54.php';
668
  if( isset($a[$ipNumber]) ) return true;
669
  foreach($a as $minIpValue => $maxIpValue){
@@ -674,24 +660,24 @@ class MchGdbcUnTrustedIPRanges
674
  return false;
675
  }
676
 
677
- if( $ipNumber < 1875784269 )
678
  return false;
679
 
680
- if( (1875784269 <= $ipNumber) && ($ipNumber <= 1891244016) ){
681
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-55.php'; return isset($a[$ipNumber]);
682
  }
683
 
684
- if( $ipNumber < 1891245408 )
685
  return false;
686
 
687
- if( (1891245408 <= $ipNumber) && ($ipNumber <= 1904513587) ){
688
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-56.php'; return isset($a[$ipNumber]);
689
  }
690
 
691
- if( $ipNumber < 1904513861 )
692
  return false;
693
 
694
- if( (1904513861 <= $ipNumber) && ($ipNumber <= 1917908634) ){
695
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-57.php';
696
  if( isset($a[$ipNumber]) ) return true;
697
  foreach($a as $minIpValue => $maxIpValue){
@@ -702,17 +688,24 @@ class MchGdbcUnTrustedIPRanges
702
  return false;
703
  }
704
 
705
- if( $ipNumber < 1917908635 )
706
  return false;
707
 
708
- if( (1917908635 <= $ipNumber) && ($ipNumber <= 1936935837) ){
709
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-58.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
710
  }
711
 
712
- if( $ipNumber < 1936936524 )
713
  return false;
714
 
715
- if( (1936936524 <= $ipNumber) && ($ipNumber <= 1946861490) ){
716
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-59.php';
717
  if( isset($a[$ipNumber]) ) return true;
718
  foreach($a as $minIpValue => $maxIpValue){
@@ -723,10 +716,10 @@ class MchGdbcUnTrustedIPRanges
723
  return false;
724
  }
725
 
726
- if( $ipNumber < 1946861491 )
727
  return false;
728
 
729
- if( (1946861491 <= $ipNumber) && ($ipNumber <= 1964367912) ){
730
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-60.php';
731
  if( isset($a[$ipNumber]) ) return true;
732
  foreach($a as $minIpValue => $maxIpValue){
@@ -737,10 +730,10 @@ class MchGdbcUnTrustedIPRanges
737
  return false;
738
  }
739
 
740
- if( $ipNumber < 1964367923 )
741
  return false;
742
 
743
- if( (1964367923 <= $ipNumber) && ($ipNumber <= 1978993356) ){
744
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-61.php';
745
  if( isset($a[$ipNumber]) ) return true;
746
  foreach($a as $minIpValue => $maxIpValue){
@@ -751,17 +744,17 @@ class MchGdbcUnTrustedIPRanges
751
  return false;
752
  }
753
 
754
- if( $ipNumber < 1978993558 )
755
  return false;
756
 
757
- if( (1978993558 <= $ipNumber) && ($ipNumber <= 1986019291) ){
758
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-62.php'; return isset($a[$ipNumber]);
759
  }
760
 
761
- if( $ipNumber < 1986022077 )
762
  return false;
763
 
764
- if( (1986022077 <= $ipNumber) && ($ipNumber <= 1998415116) ){
765
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-63.php';
766
  if( isset($a[$ipNumber]) ) return true;
767
  foreach($a as $minIpValue => $maxIpValue){
@@ -772,10 +765,10 @@ class MchGdbcUnTrustedIPRanges
772
  return false;
773
  }
774
 
775
- if( $ipNumber < 1998416699 )
776
  return false;
777
 
778
- if( (1998416699 <= $ipNumber) && ($ipNumber <= 2009831186) ){
779
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-64.php';
780
  if( isset($a[$ipNumber]) ) return true;
781
  foreach($a as $minIpValue => $maxIpValue){
@@ -786,10 +779,10 @@ class MchGdbcUnTrustedIPRanges
786
  return false;
787
  }
788
 
789
- if( $ipNumber < 2009841846 )
790
  return false;
791
 
792
- if( (2009841846 <= $ipNumber) && ($ipNumber <= 2030629264) ){
793
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-65.php';
794
  if( isset($a[$ipNumber]) ) return true;
795
  foreach($a as $minIpValue => $maxIpValue){
@@ -800,10 +793,10 @@ class MchGdbcUnTrustedIPRanges
800
  return false;
801
  }
802
 
803
- if( $ipNumber < 2030629282 )
804
  return false;
805
 
806
- if( (2030629282 <= $ipNumber) && ($ipNumber <= 2039587211) ){
807
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-66.php';
808
  if( isset($a[$ipNumber]) ) return true;
809
  foreach($a as $minIpValue => $maxIpValue){
@@ -814,17 +807,17 @@ class MchGdbcUnTrustedIPRanges
814
  return false;
815
  }
816
 
817
- if( $ipNumber < 2039588715 )
818
  return false;
819
 
820
- if( (2039588715 <= $ipNumber) && ($ipNumber <= 2043094494) ){
821
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-67.php'; return isset($a[$ipNumber]);
822
  }
823
 
824
- if( $ipNumber < 2043094907 )
825
  return false;
826
 
827
- if( (2043094907 <= $ipNumber) && ($ipNumber <= 2058241355) ){
828
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-68.php';
829
  if( isset($a[$ipNumber]) ) return true;
830
  foreach($a as $minIpValue => $maxIpValue){
@@ -835,17 +828,17 @@ class MchGdbcUnTrustedIPRanges
835
  return false;
836
  }
837
 
838
- if( $ipNumber < 2058241584 )
839
  return false;
840
 
841
- if( (2058241584 <= $ipNumber) && ($ipNumber <= 2067351032) ){
842
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-69.php'; return isset($a[$ipNumber]);
843
  }
844
 
845
- if( $ipNumber < 2067352022 )
846
  return false;
847
 
848
- if( (2067352022 <= $ipNumber) && ($ipNumber <= 2087663384) ){
849
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-70.php';
850
  if( isset($a[$ipNumber]) ) return true;
851
  foreach($a as $minIpValue => $maxIpValue){
@@ -856,10 +849,10 @@ class MchGdbcUnTrustedIPRanges
856
  return false;
857
  }
858
 
859
- if( $ipNumber < 2087664205 )
860
  return false;
861
 
862
- if( (2087664205 <= $ipNumber) && ($ipNumber <= 2099278292) ){
863
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-71.php';
864
  if( isset($a[$ipNumber]) ) return true;
865
  foreach($a as $minIpValue => $maxIpValue){
@@ -870,10 +863,10 @@ class MchGdbcUnTrustedIPRanges
870
  return false;
871
  }
872
 
873
- if( $ipNumber < 2099278371 )
874
  return false;
875
 
876
- if( (2099278371 <= $ipNumber) && ($ipNumber <= 2112056563) ){
877
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-72.php';
878
  if( isset($a[$ipNumber]) ) return true;
879
  foreach($a as $minIpValue => $maxIpValue){
@@ -884,10 +877,10 @@ class MchGdbcUnTrustedIPRanges
884
  return false;
885
  }
886
 
887
- if( $ipNumber < 2112057737 )
888
  return false;
889
 
890
- if( (2112057737 <= $ipNumber) && ($ipNumber <= 2300476528) ){
891
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-73.php';
892
  if( isset($a[$ipNumber]) ) return true;
893
  foreach($a as $minIpValue => $maxIpValue){
@@ -898,10 +891,10 @@ class MchGdbcUnTrustedIPRanges
898
  return false;
899
  }
900
 
901
- if( $ipNumber < 2301320397 )
902
  return false;
903
 
904
- if( (2301320397 <= $ipNumber) && ($ipNumber <= 2385949722) ){
905
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-74.php';
906
  if( isset($a[$ipNumber]) ) return true;
907
  foreach($a as $minIpValue => $maxIpValue){
@@ -912,10 +905,10 @@ class MchGdbcUnTrustedIPRanges
912
  return false;
913
  }
914
 
915
- if( $ipNumber < 2385949834 )
916
  return false;
917
 
918
- if( (2385949834 <= $ipNumber) && ($ipNumber <= 2534251346) ){
919
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-75.php';
920
  if( isset($a[$ipNumber]) ) return true;
921
  foreach($a as $minIpValue => $maxIpValue){
@@ -926,10 +919,10 @@ class MchGdbcUnTrustedIPRanges
926
  return false;
927
  }
928
 
929
- if( $ipNumber < 2534262094 )
930
  return false;
931
 
932
- if( (2534262094 <= $ipNumber) && ($ipNumber <= 2668927103) ){
933
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-76.php';
934
  if( isset($a[$ipNumber]) ) return true;
935
  foreach($a as $minIpValue => $maxIpValue){
@@ -940,10 +933,10 @@ class MchGdbcUnTrustedIPRanges
940
  return false;
941
  }
942
 
943
- if( $ipNumber < 2668928613 )
944
  return false;
945
 
946
- if( (2668928613 <= $ipNumber) && ($ipNumber <= 2746008818) ){
947
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-77.php';
948
  if( isset($a[$ipNumber]) ) return true;
949
  foreach($a as $minIpValue => $maxIpValue){
@@ -954,10 +947,10 @@ class MchGdbcUnTrustedIPRanges
954
  return false;
955
  }
956
 
957
- if( $ipNumber < 2746008826 )
958
  return false;
959
 
960
- if( (2746008826 <= $ipNumber) && ($ipNumber <= 2875281892) ){
961
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-78.php';
962
  if( isset($a[$ipNumber]) ) return true;
963
  foreach($a as $minIpValue => $maxIpValue){
@@ -968,10 +961,10 @@ class MchGdbcUnTrustedIPRanges
968
  return false;
969
  }
970
 
971
- if( $ipNumber < 2875282178 )
972
  return false;
973
 
974
- if( (2875282178 <= $ipNumber) && ($ipNumber <= 2916140003) ){
975
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-79.php';
976
  if( isset($a[$ipNumber]) ) return true;
977
  foreach($a as $minIpValue => $maxIpValue){
@@ -982,10 +975,10 @@ class MchGdbcUnTrustedIPRanges
982
  return false;
983
  }
984
 
985
- if( $ipNumber < 2916140283 )
986
  return false;
987
 
988
- if( (2916140283 <= $ipNumber) && ($ipNumber <= 2942597203) ){
989
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-80.php';
990
  if( isset($a[$ipNumber]) ) return true;
991
  foreach($a as $minIpValue => $maxIpValue){
@@ -996,10 +989,10 @@ class MchGdbcUnTrustedIPRanges
996
  return false;
997
  }
998
 
999
- if( $ipNumber < 2942608791 )
1000
  return false;
1001
 
1002
- if( (2942608791 <= $ipNumber) && ($ipNumber <= 2956270473) ){
1003
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-81.php';
1004
  if( isset($a[$ipNumber]) ) return true;
1005
  foreach($a as $minIpValue => $maxIpValue){
@@ -1010,10 +1003,10 @@ class MchGdbcUnTrustedIPRanges
1010
  return false;
1011
  }
1012
 
1013
- if( $ipNumber < 2956270532 )
1014
  return false;
1015
 
1016
- if( (2956270532 <= $ipNumber) && ($ipNumber <= 2975198157) ){
1017
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-82.php';
1018
  if( isset($a[$ipNumber]) ) return true;
1019
  foreach($a as $minIpValue => $maxIpValue){
@@ -1024,10 +1017,10 @@ class MchGdbcUnTrustedIPRanges
1024
  return false;
1025
  }
1026
 
1027
- if( $ipNumber < 2975209666 )
1028
  return false;
1029
 
1030
- if( (2975209666 <= $ipNumber) && ($ipNumber <= 2988565460) ){
1031
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-83.php';
1032
  if( isset($a[$ipNumber]) ) return true;
1033
  foreach($a as $minIpValue => $maxIpValue){
@@ -1038,10 +1031,10 @@ class MchGdbcUnTrustedIPRanges
1038
  return false;
1039
  }
1040
 
1041
- if( $ipNumber < 2988565565 )
1042
  return false;
1043
 
1044
- if( (2988565565 <= $ipNumber) && ($ipNumber <= 3000657434) ){
1045
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-84.php';
1046
  if( isset($a[$ipNumber]) ) return true;
1047
  foreach($a as $minIpValue => $maxIpValue){
@@ -1052,10 +1045,10 @@ class MchGdbcUnTrustedIPRanges
1052
  return false;
1053
  }
1054
 
1055
- if( $ipNumber < 3000660610 )
1056
  return false;
1057
 
1058
- if( (3000660610 <= $ipNumber) && ($ipNumber <= 3029821307) ){
1059
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-85.php';
1060
  if( isset($a[$ipNumber]) ) return true;
1061
  foreach($a as $minIpValue => $maxIpValue){
@@ -1066,10 +1059,10 @@ class MchGdbcUnTrustedIPRanges
1066
  return false;
1067
  }
1068
 
1069
- if( $ipNumber < 3029844338 )
1070
  return false;
1071
 
1072
- if( (3029844338 <= $ipNumber) && ($ipNumber <= 3051551471) ){
1073
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-86.php';
1074
  if( isset($a[$ipNumber]) ) return true;
1075
  foreach($a as $minIpValue => $maxIpValue){
@@ -1080,24 +1073,24 @@ class MchGdbcUnTrustedIPRanges
1080
  return false;
1081
  }
1082
 
1083
- if( $ipNumber < 3051555739 )
1084
  return false;
1085
 
1086
- if( (3051555739 <= $ipNumber) && ($ipNumber <= 3070479047) ){
1087
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-87.php'; return isset($a[$ipNumber]);
1088
  }
1089
 
1090
- if( $ipNumber < 3070479048 )
1091
  return false;
1092
 
1093
- if( (3070479048 <= $ipNumber) && ($ipNumber <= 3079816428) ){
1094
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-88.php'; return isset($a[$ipNumber]);
1095
  }
1096
 
1097
- if( $ipNumber < 3079831492 )
1098
  return false;
1099
 
1100
- if( (3079831492 <= $ipNumber) && ($ipNumber <= 3104016383) ){
1101
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-89.php';
1102
  if( isset($a[$ipNumber]) ) return true;
1103
  foreach($a as $minIpValue => $maxIpValue){
@@ -1108,10 +1101,10 @@ class MchGdbcUnTrustedIPRanges
1108
  return false;
1109
  }
1110
 
1111
- if( $ipNumber < 3104016007 )
1112
  return false;
1113
 
1114
- if( (3104016007 <= $ipNumber) && ($ipNumber <= 3121235773) ){
1115
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-90.php';
1116
  if( isset($a[$ipNumber]) ) return true;
1117
  foreach($a as $minIpValue => $maxIpValue){
@@ -1122,10 +1115,10 @@ class MchGdbcUnTrustedIPRanges
1122
  return false;
1123
  }
1124
 
1125
- if( $ipNumber < 3121236258 )
1126
  return false;
1127
 
1128
- if( (3121236258 <= $ipNumber) && ($ipNumber <= 3128066163) ){
1129
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-91.php';
1130
  if( isset($a[$ipNumber]) ) return true;
1131
  foreach($a as $minIpValue => $maxIpValue){
@@ -1136,10 +1129,10 @@ class MchGdbcUnTrustedIPRanges
1136
  return false;
1137
  }
1138
 
1139
- if( $ipNumber < 3128066684 )
1140
  return false;
1141
 
1142
- if( (3128066684 <= $ipNumber) && ($ipNumber <= 3139451281) ){
1143
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-92.php';
1144
  if( isset($a[$ipNumber]) ) return true;
1145
  foreach($a as $minIpValue => $maxIpValue){
@@ -1150,17 +1143,17 @@ class MchGdbcUnTrustedIPRanges
1150
  return false;
1151
  }
1152
 
1153
- if( $ipNumber < 3139453137 )
1154
  return false;
1155
 
1156
- if( (3139453137 <= $ipNumber) && ($ipNumber <= 3149463784) ){
1157
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-93.php'; return isset($a[$ipNumber]);
1158
  }
1159
 
1160
- if( $ipNumber < 3149467479 )
1161
  return false;
1162
 
1163
- if( (3149467479 <= $ipNumber) && ($ipNumber <= 3162825732) ){
1164
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-94.php';
1165
  if( isset($a[$ipNumber]) ) return true;
1166
  foreach($a as $minIpValue => $maxIpValue){
@@ -1171,10 +1164,10 @@ class MchGdbcUnTrustedIPRanges
1171
  return false;
1172
  }
1173
 
1174
- if( $ipNumber < 3162825923 )
1175
  return false;
1176
 
1177
- if( (3162825923 <= $ipNumber) && ($ipNumber <= 3171938957) ){
1178
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-95.php';
1179
  if( isset($a[$ipNumber]) ) return true;
1180
  foreach($a as $minIpValue => $maxIpValue){
@@ -1185,17 +1178,17 @@ class MchGdbcUnTrustedIPRanges
1185
  return false;
1186
  }
1187
 
1188
- if( $ipNumber < 3171941109 )
1189
  return false;
1190
 
1191
- if( (3171941109 <= $ipNumber) && ($ipNumber <= 3183279425) ){
1192
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-96.php'; return isset($a[$ipNumber]);
1193
  }
1194
 
1195
- if( $ipNumber < 3183287265 )
1196
  return false;
1197
 
1198
- if( (3183287265 <= $ipNumber) && ($ipNumber <= 3191291659) ){
1199
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-97.php';
1200
  if( isset($a[$ipNumber]) ) return true;
1201
  foreach($a as $minIpValue => $maxIpValue){
@@ -1206,24 +1199,24 @@ class MchGdbcUnTrustedIPRanges
1206
  return false;
1207
  }
1208
 
1209
- if( $ipNumber < 3191300140 )
1210
  return false;
1211
 
1212
- if( (3191300140 <= $ipNumber) && ($ipNumber <= 3197241135) ){
1213
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-98.php'; return isset($a[$ipNumber]);
1214
  }
1215
 
1216
- if( $ipNumber < 3197241278 )
1217
  return false;
1218
 
1219
- if( (3197241278 <= $ipNumber) && ($ipNumber <= 3202955183) ){
1220
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-99.php'; return isset($a[$ipNumber]);
1221
  }
1222
 
1223
- if( $ipNumber < 3202958340 )
1224
  return false;
1225
 
1226
- if( (3202958340 <= $ipNumber) && ($ipNumber <= 3227464168) ){
1227
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-100.php';
1228
  if( isset($a[$ipNumber]) ) return true;
1229
  foreach($a as $minIpValue => $maxIpValue){
@@ -1234,10 +1227,10 @@ class MchGdbcUnTrustedIPRanges
1234
  return false;
1235
  }
1236
 
1237
- if( $ipNumber < 3227465183 )
1238
  return false;
1239
 
1240
- if( (3227465183 <= $ipNumber) && ($ipNumber <= 3239302661) ){
1241
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-101.php';
1242
  if( isset($a[$ipNumber]) ) return true;
1243
  foreach($a as $minIpValue => $maxIpValue){
@@ -1248,10 +1241,10 @@ class MchGdbcUnTrustedIPRanges
1248
  return false;
1249
  }
1250
 
1251
- if( $ipNumber < 3239306691 )
1252
  return false;
1253
 
1254
- if( (3239306691 <= $ipNumber) && ($ipNumber <= 3262400869) ){
1255
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-102.php';
1256
  if( isset($a[$ipNumber]) ) return true;
1257
  foreach($a as $minIpValue => $maxIpValue){
@@ -1262,10 +1255,10 @@ class MchGdbcUnTrustedIPRanges
1262
  return false;
1263
  }
1264
 
1265
- if( $ipNumber < 3262403202 )
1266
  return false;
1267
 
1268
- if( (3262403202 <= $ipNumber) && ($ipNumber <= 3283206638) ){
1269
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-103.php';
1270
  if( isset($a[$ipNumber]) ) return true;
1271
  foreach($a as $minIpValue => $maxIpValue){
@@ -1276,10 +1269,10 @@ class MchGdbcUnTrustedIPRanges
1276
  return false;
1277
  }
1278
 
1279
- if( $ipNumber < 3283231482 )
1280
  return false;
1281
 
1282
- if( (3283231482 <= $ipNumber) && ($ipNumber <= 3322705578) ){
1283
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-104.php';
1284
  if( isset($a[$ipNumber]) ) return true;
1285
  foreach($a as $minIpValue => $maxIpValue){
@@ -1290,10 +1283,10 @@ class MchGdbcUnTrustedIPRanges
1290
  return false;
1291
  }
1292
 
1293
- if( $ipNumber < 3322705585 )
1294
  return false;
1295
 
1296
- if( (3322705585 <= $ipNumber) && ($ipNumber <= 3339965727) ){
1297
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-105.php';
1298
  if( isset($a[$ipNumber]) ) return true;
1299
  foreach($a as $minIpValue => $maxIpValue){
@@ -1304,10 +1297,10 @@ class MchGdbcUnTrustedIPRanges
1304
  return false;
1305
  }
1306
 
1307
- if( $ipNumber < 3339965875 )
1308
  return false;
1309
 
1310
- if( (3339965875 <= $ipNumber) && ($ipNumber <= 3358696303) ){
1311
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-106.php';
1312
  if( isset($a[$ipNumber]) ) return true;
1313
  foreach($a as $minIpValue => $maxIpValue){
@@ -1318,10 +1311,10 @@ class MchGdbcUnTrustedIPRanges
1318
  return false;
1319
  }
1320
 
1321
- if( $ipNumber < 3358702202 )
1322
  return false;
1323
 
1324
- if( (3358702202 <= $ipNumber) && ($ipNumber <= 3368300661) ){
1325
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-107.php';
1326
  if( isset($a[$ipNumber]) ) return true;
1327
  foreach($a as $minIpValue => $maxIpValue){
@@ -1332,17 +1325,24 @@ class MchGdbcUnTrustedIPRanges
1332
  return false;
1333
  }
1334
 
1335
- if( $ipNumber < 3368301165 )
1336
  return false;
1337
 
1338
- if( (3368301165 <= $ipNumber) && ($ipNumber <= 3382516782) ){
1339
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-108.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1340
  }
1341
 
1342
- if( $ipNumber < 3382519252 )
1343
  return false;
1344
 
1345
- if( (3382519252 <= $ipNumber) && ($ipNumber <= 3391892985) ){
1346
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-109.php';
1347
  if( isset($a[$ipNumber]) ) return true;
1348
  foreach($a as $minIpValue => $maxIpValue){
@@ -1353,10 +1353,10 @@ class MchGdbcUnTrustedIPRanges
1353
  return false;
1354
  }
1355
 
1356
- if( $ipNumber < 3391893017 )
1357
  return false;
1358
 
1359
- if( (3391893017 <= $ipNumber) && ($ipNumber <= 3397326371) ){
1360
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-110.php';
1361
  if( isset($a[$ipNumber]) ) return true;
1362
  foreach($a as $minIpValue => $maxIpValue){
@@ -1367,10 +1367,10 @@ class MchGdbcUnTrustedIPRanges
1367
  return false;
1368
  }
1369
 
1370
- if( $ipNumber < 3397326597 )
1371
  return false;
1372
 
1373
- if( (3397326597 <= $ipNumber) && ($ipNumber <= 3412349728) ){
1374
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-111.php';
1375
  if( isset($a[$ipNumber]) ) return true;
1376
  foreach($a as $minIpValue => $maxIpValue){
@@ -1381,10 +1381,10 @@ class MchGdbcUnTrustedIPRanges
1381
  return false;
1382
  }
1383
 
1384
- if( $ipNumber < 3412352920 )
1385
  return false;
1386
 
1387
- if( (3412352920 <= $ipNumber) && ($ipNumber <= 3419636047) ){
1388
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-112.php';
1389
  if( isset($a[$ipNumber]) ) return true;
1390
  foreach($a as $minIpValue => $maxIpValue){
@@ -1395,10 +1395,10 @@ class MchGdbcUnTrustedIPRanges
1395
  return false;
1396
  }
1397
 
1398
- if( $ipNumber < 3419636173 )
1399
  return false;
1400
 
1401
- if( (3419636173 <= $ipNumber) && ($ipNumber <= 3484803791) ){
1402
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-113.php';
1403
  if( isset($a[$ipNumber]) ) return true;
1404
  foreach($a as $minIpValue => $maxIpValue){
@@ -1409,10 +1409,10 @@ class MchGdbcUnTrustedIPRanges
1409
  return false;
1410
  }
1411
 
1412
- if( $ipNumber < 3484844410 )
1413
  return false;
1414
 
1415
- if( (3484844410 <= $ipNumber) && ($ipNumber <= 3515687721) ){
1416
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-114.php';
1417
  if( isset($a[$ipNumber]) ) return true;
1418
  foreach($a as $minIpValue => $maxIpValue){
@@ -1423,10 +1423,10 @@ class MchGdbcUnTrustedIPRanges
1423
  return false;
1424
  }
1425
 
1426
- if( $ipNumber < 3515687993 )
1427
  return false;
1428
 
1429
- if( (3515687993 <= $ipNumber) && ($ipNumber <= 3535219990) ){
1430
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-115.php';
1431
  if( isset($a[$ipNumber]) ) return true;
1432
  foreach($a as $minIpValue => $maxIpValue){
@@ -1437,24 +1437,24 @@ class MchGdbcUnTrustedIPRanges
1437
  return false;
1438
  }
1439
 
1440
- if( $ipNumber < 3535234743 )
1441
  return false;
1442
 
1443
- if( (3535234743 <= $ipNumber) && ($ipNumber <= 3549363910) ){
1444
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-116.php'; return isset($a[$ipNumber]);
1445
  }
1446
 
1447
- if( $ipNumber < 3549366870 )
1448
  return false;
1449
 
1450
- if( (3549366870 <= $ipNumber) && ($ipNumber <= 3561235032) ){
1451
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-117.php'; return isset($a[$ipNumber]);
1452
  }
1453
 
1454
- if( $ipNumber < 3561235082 )
1455
  return false;
1456
 
1457
- if( (3561235082 <= $ipNumber) && ($ipNumber <= 3571687210) ){
1458
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-118.php';
1459
  if( isset($a[$ipNumber]) ) return true;
1460
  foreach($a as $minIpValue => $maxIpValue){
@@ -1465,24 +1465,17 @@ class MchGdbcUnTrustedIPRanges
1465
  return false;
1466
  }
1467
 
1468
- if( $ipNumber < 3571687293 )
1469
  return false;
1470
 
1471
- if( (3571687293 <= $ipNumber) && ($ipNumber <= 3589745448) ){
1472
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-119.php';
1473
- if( isset($a[$ipNumber]) ) return true;
1474
- foreach($a as $minIpValue => $maxIpValue){
1475
- if( 1 === $maxIpValue ) break;
1476
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1477
- return true;
1478
- }
1479
- return false;
1480
  }
1481
 
1482
- if( $ipNumber < 3589763249 )
1483
  return false;
1484
 
1485
- if( (3589763249 <= $ipNumber) && ($ipNumber <= 3645211913) ){
1486
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-120.php';
1487
  if( isset($a[$ipNumber]) ) return true;
1488
  foreach($a as $minIpValue => $maxIpValue){
@@ -1493,31 +1486,31 @@ class MchGdbcUnTrustedIPRanges
1493
  return false;
1494
  }
1495
 
1496
- if( $ipNumber < 3645211914 )
1497
  return false;
1498
 
1499
- if( (3645211914 <= $ipNumber) && ($ipNumber <= 3658919261) ){
1500
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-121.php'; return isset($a[$ipNumber]);
1501
  }
1502
 
1503
- if( $ipNumber < 3658919522 )
1504
  return false;
1505
 
1506
- if( (3658919522 <= $ipNumber) && ($ipNumber <= 3667557458) ){
1507
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-122.php'; return isset($a[$ipNumber]);
1508
  }
1509
 
1510
- if( $ipNumber < 3667605698 )
1511
  return false;
1512
 
1513
- if( (3667605698 <= $ipNumber) && ($ipNumber <= 3684323998) ){
1514
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-123.php'; return isset($a[$ipNumber]);
1515
  }
1516
 
1517
- if( $ipNumber < 3684353969 )
1518
  return false;
1519
 
1520
- if( (3684353969 <= $ipNumber) && ($ipNumber <= 3703330865) ){
1521
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-124.php';
1522
  if( isset($a[$ipNumber]) ) return true;
1523
  foreach($a as $minIpValue => $maxIpValue){
@@ -1528,10 +1521,10 @@ class MchGdbcUnTrustedIPRanges
1528
  return false;
1529
  }
1530
 
1531
- if( $ipNumber < 3703333066 )
1532
  return false;
1533
 
1534
- if( (3703333066 <= $ipNumber) && ($ipNumber <= 3719545329) ){
1535
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-125.php';
1536
  if( isset($a[$ipNumber]) ) return true;
1537
  foreach($a as $minIpValue => $maxIpValue){
@@ -1542,31 +1535,38 @@ class MchGdbcUnTrustedIPRanges
1542
  return false;
1543
  }
1544
 
1545
- if( $ipNumber < 3719545678 )
1546
  return false;
1547
 
1548
- if( (3719545678 <= $ipNumber) && ($ipNumber <= 3730917234) ){
1549
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-126.php'; return isset($a[$ipNumber]);
1550
  }
1551
 
1552
- if( $ipNumber < 3730920269 )
1553
  return false;
1554
 
1555
- if( (3730920269 <= $ipNumber) && ($ipNumber <= 3736739518) ){
1556
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-127.php'; return isset($a[$ipNumber]);
1557
  }
1558
 
1559
- if( $ipNumber < 3736739525 )
1560
  return false;
1561
 
1562
- if( (3736739525 <= $ipNumber) && ($ipNumber <= 3740744923) ){
1563
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-128.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1564
  }
1565
 
1566
- if( $ipNumber < 3740786711 )
1567
  return false;
1568
 
1569
- if( (3740786711 <= $ipNumber) && ($ipNumber <= 3758089772) ){
1570
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-129.php';
1571
  if( isset($a[$ipNumber]) ) return true;
1572
  foreach($a as $minIpValue => $maxIpValue){
@@ -1590,7 +1590,7 @@ class MchGdbcUnTrustedIPRanges
1590
  if( $ipNumber < 16820335 )
1591
  return false;
1592
 
1593
- if( (16820335 <= $ipNumber) && ($ipNumber <= 387491418) ){
1594
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-0.php';
1595
  if( isset($a[$ipNumber]) ) return true;
1596
  foreach($a as $minIpValue => $maxIpValue){
@@ -1601,10 +1601,10 @@ class MchGdbcUnTrustedIPRanges
1601
  return false;
1602
  }
1603
 
1604
- if( $ipNumber < 387516981 )
1605
  return false;
1606
 
1607
- if( (387516981 <= $ipNumber) && ($ipNumber <= 609003652) ){
1608
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-1.php';
1609
  if( isset($a[$ipNumber]) ) return true;
1610
  foreach($a as $minIpValue => $maxIpValue){
@@ -1615,10 +1615,10 @@ class MchGdbcUnTrustedIPRanges
1615
  return false;
1616
  }
1617
 
1618
- if( $ipNumber < 609026696 )
1619
  return false;
1620
 
1621
- if( (609026696 <= $ipNumber) && ($ipNumber <= 690659571) ){
1622
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-2.php';
1623
  if( isset($a[$ipNumber]) ) return true;
1624
  foreach($a as $minIpValue => $maxIpValue){
@@ -1629,24 +1629,17 @@ class MchGdbcUnTrustedIPRanges
1629
  return false;
1630
  }
1631
 
1632
- if( $ipNumber < 690662971 )
1633
  return false;
1634
 
1635
- if( (690662971 <= $ipNumber) && ($ipNumber <= 774162943) ){
1636
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-3.php';
1637
- if( isset($a[$ipNumber]) ) return true;
1638
- foreach($a as $minIpValue => $maxIpValue){
1639
- if( 1 === $maxIpValue ) break;
1640
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1641
- return true;
1642
- }
1643
- return false;
1644
  }
1645
 
1646
- if( $ipNumber < 774162944 )
1647
  return false;
1648
 
1649
- if( (774162944 <= $ipNumber) && ($ipNumber <= 873993612) ){
1650
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-4.php';
1651
  if( isset($a[$ipNumber]) ) return true;
1652
  foreach($a as $minIpValue => $maxIpValue){
@@ -1657,52 +1650,45 @@ class MchGdbcUnTrustedIPRanges
1657
  return false;
1658
  }
1659
 
1660
- if( $ipNumber < 874000910 )
1661
  return false;
1662
 
1663
- if( (874000910 <= $ipNumber) && ($ipNumber <= 973651127) ){
1664
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-5.php'; return isset($a[$ipNumber]);
1665
  }
1666
 
1667
- if( $ipNumber < 973651141 )
1668
  return false;
1669
 
1670
- if( (973651141 <= $ipNumber) && ($ipNumber <= 973808678) ){
1671
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-6.php'; return isset($a[$ipNumber]);
1672
  }
1673
 
1674
- if( $ipNumber < 973808682 )
1675
  return false;
1676
 
1677
- if( (973808682 <= $ipNumber) && ($ipNumber <= 974527622) ){
1678
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-7.php'; return isset($a[$ipNumber]);
1679
  }
1680
 
1681
- if( $ipNumber < 974527623 )
1682
  return false;
1683
 
1684
- if( (974527623 <= $ipNumber) && ($ipNumber <= 1029319184) ){
1685
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-8.php'; return isset($a[$ipNumber]);
1686
  }
1687
 
1688
- if( $ipNumber < 1029319188 )
1689
  return false;
1690
 
1691
- if( (1029319188 <= $ipNumber) && ($ipNumber <= 1052945575) ){
1692
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-9.php';
1693
- if( isset($a[$ipNumber]) ) return true;
1694
- foreach($a as $minIpValue => $maxIpValue){
1695
- if( 1 === $maxIpValue ) break;
1696
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1697
- return true;
1698
- }
1699
- return false;
1700
  }
1701
 
1702
- if( $ipNumber < 1052949583 )
1703
  return false;
1704
 
1705
- if( (1052949583 <= $ipNumber) && ($ipNumber <= 1145445767) ){
1706
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-10.php';
1707
  if( isset($a[$ipNumber]) ) return true;
1708
  foreach($a as $minIpValue => $maxIpValue){
@@ -1713,10 +1699,10 @@ class MchGdbcUnTrustedIPRanges
1713
  return false;
1714
  }
1715
 
1716
- if( $ipNumber < 1145461930 )
1717
  return false;
1718
 
1719
- if( (1145461930 <= $ipNumber) && ($ipNumber <= 1236736585) ){
1720
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-11.php';
1721
  if( isset($a[$ipNumber]) ) return true;
1722
  foreach($a as $minIpValue => $maxIpValue){
@@ -1727,10 +1713,10 @@ class MchGdbcUnTrustedIPRanges
1727
  return false;
1728
  }
1729
 
1730
- if( $ipNumber < 1236752219 )
1731
  return false;
1732
 
1733
- if( (1236752219 <= $ipNumber) && ($ipNumber <= 1303351867) ){
1734
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-12.php';
1735
  if( isset($a[$ipNumber]) ) return true;
1736
  foreach($a as $minIpValue => $maxIpValue){
@@ -1741,10 +1727,10 @@ class MchGdbcUnTrustedIPRanges
1741
  return false;
1742
  }
1743
 
1744
- if( $ipNumber < 1303356863 )
1745
  return false;
1746
 
1747
- if( (1303356863 <= $ipNumber) && ($ipNumber <= 1359243178) ){
1748
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-13.php';
1749
  if( isset($a[$ipNumber]) ) return true;
1750
  foreach($a as $minIpValue => $maxIpValue){
@@ -1755,10 +1741,10 @@ class MchGdbcUnTrustedIPRanges
1755
  return false;
1756
  }
1757
 
1758
- if( $ipNumber < 1359243222 )
1759
  return false;
1760
 
1761
- if( (1359243222 <= $ipNumber) && ($ipNumber <= 1412860158) ){
1762
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-14.php';
1763
  if( isset($a[$ipNumber]) ) return true;
1764
  foreach($a as $minIpValue => $maxIpValue){
@@ -1769,10 +1755,10 @@ class MchGdbcUnTrustedIPRanges
1769
  return false;
1770
  }
1771
 
1772
- if( $ipNumber < 1412965856 )
1773
  return false;
1774
 
1775
- if( (1412965856 <= $ipNumber) && ($ipNumber <= 1476007025) ){
1776
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-15.php';
1777
  if( isset($a[$ipNumber]) ) return true;
1778
  foreach($a as $minIpValue => $maxIpValue){
@@ -1783,18 +1769,11 @@ class MchGdbcUnTrustedIPRanges
1783
  return false;
1784
  }
1785
 
1786
- if( $ipNumber < 1476096145 )
1787
  return false;
1788
 
1789
- if( (1476096145 <= $ipNumber) && ($ipNumber <= 1540515931) ){
1790
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-16.php'; return isset($a[$ipNumber]);
1791
- }
1792
-
1793
- if( $ipNumber < 1540566347 )
1794
- return false;
1795
-
1796
- if( (1540566347 <= $ipNumber) && ($ipNumber <= 1586427342) ){
1797
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-17.php';
1798
  if( isset($a[$ipNumber]) ) return true;
1799
  foreach($a as $minIpValue => $maxIpValue){
1800
  if( 1 === $maxIpValue ) break;
@@ -1804,18 +1783,18 @@ class MchGdbcUnTrustedIPRanges
1804
  return false;
1805
  }
1806
 
1807
- if( $ipNumber < 1587130338 )
1808
  return false;
1809
 
1810
- if( (1587130338 <= $ipNumber) && ($ipNumber <= 1673817027) ){
1811
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-18.php'; return isset($a[$ipNumber]);
1812
  }
1813
 
1814
- if( $ipNumber < 1673817665 )
1815
  return false;
1816
 
1817
- if( (1673817665 <= $ipNumber) && ($ipNumber <= 1755061961) ){
1818
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-19.php';
1819
  if( isset($a[$ipNumber]) ) return true;
1820
  foreach($a as $minIpValue => $maxIpValue){
1821
  if( 1 === $maxIpValue ) break;
@@ -1825,11 +1804,11 @@ class MchGdbcUnTrustedIPRanges
1825
  return false;
1826
  }
1827
 
1828
- if( $ipNumber < 1755061990 )
1829
  return false;
1830
 
1831
- if( (1755061990 <= $ipNumber) && ($ipNumber <= 1834487149) ){
1832
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-20.php';
1833
  if( isset($a[$ipNumber]) ) return true;
1834
  foreach($a as $minIpValue => $maxIpValue){
1835
  if( 1 === $maxIpValue ) break;
@@ -1839,25 +1818,18 @@ class MchGdbcUnTrustedIPRanges
1839
  return false;
1840
  }
1841
 
1842
- if( $ipNumber < 1834501754 )
1843
- return false;
1844
-
1845
- if( (1834501754 <= $ipNumber) && ($ipNumber <= 1919971752) ){
1846
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-21.php'; return isset($a[$ipNumber]);
1847
- }
1848
-
1849
- if( $ipNumber < 1919971769 )
1850
  return false;
1851
 
1852
- if( (1919971769 <= $ipNumber) && ($ipNumber <= 1986072060) ){
1853
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-22.php'; return isset($a[$ipNumber]);
1854
  }
1855
 
1856
- if( $ipNumber < 1986072538 )
1857
  return false;
1858
 
1859
- if( (1986072538 <= $ipNumber) && ($ipNumber <= 2067024302) ){
1860
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-23.php';
1861
  if( isset($a[$ipNumber]) ) return true;
1862
  foreach($a as $minIpValue => $maxIpValue){
1863
  if( 1 === $maxIpValue ) break;
@@ -1867,38 +1839,52 @@ class MchGdbcUnTrustedIPRanges
1867
  return false;
1868
  }
1869
 
1870
- if( $ipNumber < 2067024324 )
1871
  return false;
1872
 
1873
- if( (2067024324 <= $ipNumber) && ($ipNumber <= 2088259085) ){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1874
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-24.php'; return isset($a[$ipNumber]);
1875
  }
1876
 
1877
- if( $ipNumber < 2088259119 )
1878
  return false;
1879
 
1880
- if( (2088259119 <= $ipNumber) && ($ipNumber <= 2088294725) ){
1881
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-25.php'; return isset($a[$ipNumber]);
1882
  }
1883
 
1884
- if( $ipNumber < 2088294763 )
1885
  return false;
1886
 
1887
- if( (2088294763 <= $ipNumber) && ($ipNumber <= 2088398977) ){
1888
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-26.php'; return isset($a[$ipNumber]);
1889
  }
1890
 
1891
- if( $ipNumber < 2088398978 )
1892
  return false;
1893
 
1894
- if( (2088398978 <= $ipNumber) && ($ipNumber <= 2090107039) ){
1895
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-27.php'; return isset($a[$ipNumber]);
1896
  }
1897
 
1898
- if( $ipNumber < 2090107494 )
1899
  return false;
1900
 
1901
- if( (2090107494 <= $ipNumber) && ($ipNumber <= 2317658420) ){
1902
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-28.php';
1903
  if( isset($a[$ipNumber]) ) return true;
1904
  foreach($a as $minIpValue => $maxIpValue){
@@ -1909,10 +1895,10 @@ class MchGdbcUnTrustedIPRanges
1909
  return false;
1910
  }
1911
 
1912
- if( $ipNumber < 2317658430 )
1913
  return false;
1914
 
1915
- if( (2317658430 <= $ipNumber) && ($ipNumber <= 2566537958) ){
1916
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-29.php';
1917
  if( isset($a[$ipNumber]) ) return true;
1918
  foreach($a as $minIpValue => $maxIpValue){
@@ -1923,24 +1909,31 @@ class MchGdbcUnTrustedIPRanges
1923
  return false;
1924
  }
1925
 
1926
- if( $ipNumber < 2566584960 )
1927
  return false;
1928
 
1929
- if( (2566584960 <= $ipNumber) && ($ipNumber <= 2812290161) ){
1930
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-30.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1931
  }
1932
 
1933
- if( $ipNumber < 2812322243 )
1934
  return false;
1935
 
1936
- if( (2812322243 <= $ipNumber) && ($ipNumber <= 2875304900) ){
1937
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-31.php'; return isset($a[$ipNumber]);
1938
  }
1939
 
1940
- if( $ipNumber < 2875304930 )
1941
  return false;
1942
 
1943
- if( (2875304930 <= $ipNumber) && ($ipNumber <= 2918141906) ){
1944
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-32.php';
1945
  if( isset($a[$ipNumber]) ) return true;
1946
  foreach($a as $minIpValue => $maxIpValue){
@@ -1951,10 +1944,10 @@ class MchGdbcUnTrustedIPRanges
1951
  return false;
1952
  }
1953
 
1954
- if( $ipNumber < 2918191782 )
1955
  return false;
1956
 
1957
- if( (2918191782 <= $ipNumber) && ($ipNumber <= 2974542188) ){
1958
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-33.php';
1959
  if( isset($a[$ipNumber]) ) return true;
1960
  foreach($a as $minIpValue => $maxIpValue){
@@ -1965,11 +1958,18 @@ class MchGdbcUnTrustedIPRanges
1965
  return false;
1966
  }
1967
 
1968
- if( $ipNumber < 2974542261 )
1969
  return false;
1970
 
1971
- if( (2974542261 <= $ipNumber) && ($ipNumber <= 2990411035) ){
1972
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-34.php';
 
 
 
 
 
 
 
1973
  if( isset($a[$ipNumber]) ) return true;
1974
  foreach($a as $minIpValue => $maxIpValue){
1975
  if( 1 === $maxIpValue ) break;
@@ -1979,24 +1979,17 @@ class MchGdbcUnTrustedIPRanges
1979
  return false;
1980
  }
1981
 
1982
- if( $ipNumber < 2990411105 )
1983
- return false;
1984
-
1985
- if( (2990411105 <= $ipNumber) && ($ipNumber <= 3037658666) ){
1986
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-35.php'; return isset($a[$ipNumber]);
1987
- }
1988
-
1989
- if( $ipNumber < 3037682603 )
1990
  return false;
1991
 
1992
- if( (3037682603 <= $ipNumber) && ($ipNumber <= 3104521250) ){
1993
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-36.php'; return isset($a[$ipNumber]);
1994
  }
1995
 
1996
- if( $ipNumber < 3104552003 )
1997
  return false;
1998
 
1999
- if( (3104552003 <= $ipNumber) && ($ipNumber <= 3126801567) ){
2000
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-37.php';
2001
  if( isset($a[$ipNumber]) ) return true;
2002
  foreach($a as $minIpValue => $maxIpValue){
@@ -2007,10 +2000,10 @@ class MchGdbcUnTrustedIPRanges
2007
  return false;
2008
  }
2009
 
2010
- if( $ipNumber < 3126801718 )
2011
  return false;
2012
 
2013
- if( (3126801718 <= $ipNumber) && ($ipNumber <= 3145306563) ){
2014
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-38.php';
2015
  if( isset($a[$ipNumber]) ) return true;
2016
  foreach($a as $minIpValue => $maxIpValue){
@@ -2021,10 +2014,10 @@ class MchGdbcUnTrustedIPRanges
2021
  return false;
2022
  }
2023
 
2024
- if( $ipNumber < 3145306785 )
2025
  return false;
2026
 
2027
- if( (3145306785 <= $ipNumber) && ($ipNumber <= 3179274358) ){
2028
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-39.php';
2029
  if( isset($a[$ipNumber]) ) return true;
2030
  foreach($a as $minIpValue => $maxIpValue){
@@ -2035,17 +2028,17 @@ class MchGdbcUnTrustedIPRanges
2035
  return false;
2036
  }
2037
 
2038
- if( $ipNumber < 3179274770 )
2039
  return false;
2040
 
2041
- if( (3179274770 <= $ipNumber) && ($ipNumber <= 3201019677) ){
2042
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-40.php'; return isset($a[$ipNumber]);
2043
  }
2044
 
2045
- if( $ipNumber < 3201024281 )
2046
  return false;
2047
 
2048
- if( (3201024281 <= $ipNumber) && ($ipNumber <= 3258944486) ){
2049
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-41.php';
2050
  if( isset($a[$ipNumber]) ) return true;
2051
  foreach($a as $minIpValue => $maxIpValue){
@@ -2056,10 +2049,10 @@ class MchGdbcUnTrustedIPRanges
2056
  return false;
2057
  }
2058
 
2059
- if( $ipNumber < 3258944872 )
2060
  return false;
2061
 
2062
- if( (3258944872 <= $ipNumber) && ($ipNumber <= 3358638147) ){
2063
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-42.php';
2064
  if( isset($a[$ipNumber]) ) return true;
2065
  foreach($a as $minIpValue => $maxIpValue){
@@ -2070,46 +2063,11 @@ class MchGdbcUnTrustedIPRanges
2070
  return false;
2071
  }
2072
 
2073
- if( $ipNumber < 3358765712 )
2074
- return false;
2075
-
2076
- if( (3358765712 <= $ipNumber) && ($ipNumber <= 3396679286) ){
2077
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-43.php'; return isset($a[$ipNumber]);
2078
- }
2079
-
2080
- if( $ipNumber < 3396679415 )
2081
- return false;
2082
-
2083
- if( (3396679415 <= $ipNumber) && ($ipNumber <= 3557430862) ){
2084
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-44.php';
2085
- if( isset($a[$ipNumber]) ) return true;
2086
- foreach($a as $minIpValue => $maxIpValue){
2087
- if( 1 === $maxIpValue ) break;
2088
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
2089
- return true;
2090
- }
2091
- return false;
2092
- }
2093
-
2094
- if( $ipNumber < 3557452633 )
2095
- return false;
2096
-
2097
- if( (3557452633 <= $ipNumber) && ($ipNumber <= 3651187210) ){
2098
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-45.php';
2099
- if( isset($a[$ipNumber]) ) return true;
2100
- foreach($a as $minIpValue => $maxIpValue){
2101
- if( 1 === $maxIpValue ) break;
2102
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
2103
- return true;
2104
- }
2105
- return false;
2106
- }
2107
-
2108
- if( $ipNumber < 3651187689 )
2109
  return false;
2110
 
2111
- if( (3651187689 <= $ipNumber) && ($ipNumber <= 3758083541) ){
2112
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-46.php';
2113
  if( isset($a[$ipNumber]) ) return true;
2114
  foreach($a as $minIpValue => $maxIpValue){
2115
  if( 1 === $maxIpValue ) break;
12
  if( $ipNumber < 16815956 )
13
  return false;
14
 
15
+ if( (16815956 <= $ipNumber) && ($ipNumber <= 84519908) ){
16
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-0.php';
17
  if( isset($a[$ipNumber]) ) return true;
18
  foreach($a as $minIpValue => $maxIpValue){
23
  return false;
24
  }
25
 
26
+ if( $ipNumber < 84520213 )
27
  return false;
28
 
29
+ if( (84520213 <= $ipNumber) && ($ipNumber <= 96748572) ){
30
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-1.php';
31
  if( isset($a[$ipNumber]) ) return true;
32
  foreach($a as $minIpValue => $maxIpValue){
37
  return false;
38
  }
39
 
40
+ if( $ipNumber < 96749186 )
41
  return false;
42
 
43
+ if( (96749186 <= $ipNumber) && ($ipNumber <= 237869658) ){
44
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-2.php';
45
  if( isset($a[$ipNumber]) ) return true;
46
  foreach($a as $minIpValue => $maxIpValue){
51
  return false;
52
  }
53
 
54
+ if( $ipNumber < 237871127 )
55
  return false;
56
 
57
+ if( (237871127 <= $ipNumber) && ($ipNumber <= 259968819) ){
58
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-3.php';
59
  if( isset($a[$ipNumber]) ) return true;
60
  foreach($a as $minIpValue => $maxIpValue){
65
  return false;
66
  }
67
 
68
+ if( $ipNumber < 259971422 )
69
  return false;
70
 
71
+ if( (259971422 <= $ipNumber) && ($ipNumber <= 406275062) ){
72
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-4.php';
73
  if( isset($a[$ipNumber]) ) return true;
74
  foreach($a as $minIpValue => $maxIpValue){
79
  return false;
80
  }
81
 
82
+ if( $ipNumber < 406282032 )
83
  return false;
84
 
85
+ if( (406282032 <= $ipNumber) && ($ipNumber <= 523648771) ){
86
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-5.php';
87
  if( isset($a[$ipNumber]) ) return true;
88
  foreach($a as $minIpValue => $maxIpValue){
93
  return false;
94
  }
95
 
96
+ if( $ipNumber < 523768085 )
97
  return false;
98
 
99
+ if( (523768085 <= $ipNumber) && ($ipNumber <= 623821333) ){
100
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-6.php';
101
  if( isset($a[$ipNumber]) ) return true;
102
  foreach($a as $minIpValue => $maxIpValue){
107
  return false;
108
  }
109
 
110
+ if( $ipNumber < 623821873 )
111
  return false;
112
 
113
+ if( (623821873 <= $ipNumber) && ($ipNumber <= 666124882) ){
114
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-7.php';
115
  if( isset($a[$ipNumber]) ) return true;
116
  foreach($a as $minIpValue => $maxIpValue){
121
  return false;
122
  }
123
 
124
+ if( $ipNumber < 666124885 )
125
  return false;
126
 
127
+ if( (666124885 <= $ipNumber) && ($ipNumber <= 703153173) ){
128
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-8.php';
129
  if( isset($a[$ipNumber]) ) return true;
130
  foreach($a as $minIpValue => $maxIpValue){
135
  return false;
136
  }
137
 
138
+ if( $ipNumber < 703164773 )
139
  return false;
140
 
141
+ if( (703164773 <= $ipNumber) && ($ipNumber <= 757271490) ){
142
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-9.php';
143
  if( isset($a[$ipNumber]) ) return true;
144
  foreach($a as $minIpValue => $maxIpValue){
149
  return false;
150
  }
151
 
152
+ if( $ipNumber < 757271793 )
153
  return false;
154
 
155
+ if( (757271793 <= $ipNumber) && ($ipNumber <= 778696627) ){
156
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-10.php';
157
  if( isset($a[$ipNumber]) ) return true;
158
  foreach($a as $minIpValue => $maxIpValue){
163
  return false;
164
  }
165
 
166
+ if( $ipNumber < 778697334 )
167
  return false;
168
 
169
+ if( (778697334 <= $ipNumber) && ($ipNumber <= 786744522) ){
170
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-11.php';
171
  if( isset($a[$ipNumber]) ) return true;
172
  foreach($a as $minIpValue => $maxIpValue){
177
  return false;
178
  }
179
 
180
+ if( $ipNumber < 786744716 )
181
  return false;
182
 
183
+ if( (786744716 <= $ipNumber) && ($ipNumber <= 842609105) ){
184
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-12.php';
185
  if( isset($a[$ipNumber]) ) return true;
186
  foreach($a as $minIpValue => $maxIpValue){
191
  return false;
192
  }
193
 
194
+ if( $ipNumber < 842610231 )
195
  return false;
196
 
197
+ if( (842610231 <= $ipNumber) && ($ipNumber <= 916007046) ){
198
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-13.php'; return isset($a[$ipNumber]);
199
  }
200
 
201
+ if( $ipNumber < 916011294 )
202
  return false;
203
 
204
+ if( (916011294 <= $ipNumber) && ($ipNumber <= 982993659) ){
205
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-14.php';
206
  if( isset($a[$ipNumber]) ) return true;
207
  foreach($a as $minIpValue => $maxIpValue){
212
  return false;
213
  }
214
 
215
+ if( $ipNumber < 983023269 )
216
  return false;
217
 
218
+ if( (983023269 <= $ipNumber) && ($ipNumber <= 990351849) ){
219
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-15.php'; return isset($a[$ipNumber]);
220
  }
221
 
222
+ if( $ipNumber < 990352548 )
223
  return false;
224
 
225
+ if( (990352548 <= $ipNumber) && ($ipNumber <= 997442696) ){
226
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-16.php'; return isset($a[$ipNumber]);
227
  }
228
 
229
+ if( $ipNumber < 997443399 )
230
  return false;
231
 
232
+ if( (997443399 <= $ipNumber) && ($ipNumber <= 1017977509) ){
233
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-17.php';
234
  if( isset($a[$ipNumber]) ) return true;
235
  foreach($a as $minIpValue => $maxIpValue){
240
  return false;
241
  }
242
 
243
+ if( $ipNumber < 1017977517 )
244
  return false;
245
 
246
+ if( (1017977517 <= $ipNumber) && ($ipNumber <= 1025984682) ){
247
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-18.php';
248
  if( isset($a[$ipNumber]) ) return true;
249
  foreach($a as $minIpValue => $maxIpValue){
254
  return false;
255
  }
256
 
257
+ if( $ipNumber < 1025988256 )
258
  return false;
259
 
260
+ if( (1025988256 <= $ipNumber) && ($ipNumber <= 1033072147) ){
261
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-19.php';
262
+ if( isset($a[$ipNumber]) ) return true;
263
+ foreach($a as $minIpValue => $maxIpValue){
264
+ if( 1 === $maxIpValue ) break;
265
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
266
+ return true;
267
+ }
268
+ return false;
269
  }
270
 
271
+ if( $ipNumber < 1033072149 )
272
  return false;
273
 
274
+ if( (1033072149 <= $ipNumber) && ($ipNumber <= 1035452420) ){
275
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-20.php'; return isset($a[$ipNumber]);
276
  }
277
 
278
+ if( $ipNumber < 1035456266 )
279
  return false;
280
 
281
+ if( (1035456266 <= $ipNumber) && ($ipNumber <= 1049436605) ){
282
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-21.php';
283
  if( isset($a[$ipNumber]) ) return true;
284
  foreach($a as $minIpValue => $maxIpValue){
289
  return false;
290
  }
291
 
292
+ if( $ipNumber < 1049436641 )
293
  return false;
294
 
295
+ if( (1049436641 <= $ipNumber) && ($ipNumber <= 1069582388) ){
296
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-22.php';
297
  if( isset($a[$ipNumber]) ) return true;
298
  foreach($a as $minIpValue => $maxIpValue){
303
  return false;
304
  }
305
 
306
+ if( $ipNumber < 1069650365 )
307
  return false;
308
 
309
+ if( (1069650365 <= $ipNumber) && ($ipNumber <= 1086521363) ){
310
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-23.php';
311
  if( isset($a[$ipNumber]) ) return true;
312
  foreach($a as $minIpValue => $maxIpValue){
317
  return false;
318
  }
319
 
320
+ if( $ipNumber < 1086589674 )
321
  return false;
322
 
323
+ if( (1086589674 <= $ipNumber) && ($ipNumber <= 1121674340) ){
324
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-24.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
325
  }
326
 
327
+ if( $ipNumber < 1121674418 )
328
  return false;
329
 
330
+ if( (1121674418 <= $ipNumber) && ($ipNumber <= 1158434228) ){
331
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-25.php';
332
  if( isset($a[$ipNumber]) ) return true;
333
  foreach($a as $minIpValue => $maxIpValue){
338
  return false;
339
  }
340
 
341
+ if( $ipNumber < 1158434247 )
342
  return false;
343
 
344
+ if( (1158434247 <= $ipNumber) && ($ipNumber <= 1180214022) ){
345
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-26.php';
346
  if( isset($a[$ipNumber]) ) return true;
347
  foreach($a as $minIpValue => $maxIpValue){
352
  return false;
353
  }
354
 
355
+ if( $ipNumber < 1180219717 )
356
  return false;
357
 
358
+ if( (1180219717 <= $ipNumber) && ($ipNumber <= 1245157938) ){
359
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-27.php';
360
  if( isset($a[$ipNumber]) ) return true;
361
  foreach($a as $minIpValue => $maxIpValue){
366
  return false;
367
  }
368
 
369
+ if( $ipNumber < 1245163266 )
370
  return false;
371
 
372
+ if( (1245163266 <= $ipNumber) && ($ipNumber <= 1276428407) ){
373
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-28.php'; return isset($a[$ipNumber]);
374
  }
375
 
376
+ if( $ipNumber < 1276438937 )
377
  return false;
378
 
379
+ if( (1276438937 <= $ipNumber) && ($ipNumber <= 1310791669) ){
380
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-29.php'; return isset($a[$ipNumber]);
381
  }
382
 
383
+ if( $ipNumber < 1310798964 )
384
  return false;
385
 
386
+ if( (1310798964 <= $ipNumber) && ($ipNumber <= 1327041665) ){
387
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-30.php'; return isset($a[$ipNumber]);
388
  }
389
 
390
+ if( $ipNumber < 1327065976 )
391
  return false;
392
 
393
+ if( (1327065976 <= $ipNumber) && ($ipNumber <= 1347567746) ){
394
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-31.php';
395
  if( isset($a[$ipNumber]) ) return true;
396
  foreach($a as $minIpValue => $maxIpValue){
401
  return false;
402
  }
403
 
404
+ if( $ipNumber < 1347567748 )
405
  return false;
406
 
407
+ if( (1347567748 <= $ipNumber) && ($ipNumber <= 1368678712) ){
408
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-32.php';
409
  if( isset($a[$ipNumber]) ) return true;
410
  foreach($a as $minIpValue => $maxIpValue){
415
  return false;
416
  }
417
 
418
+ if( $ipNumber < 1368720336 )
419
  return false;
420
 
421
+ if( (1368720336 <= $ipNumber) && ($ipNumber <= 1386596262) ){
422
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-33.php'; return isset($a[$ipNumber]);
423
  }
424
 
425
+ if( $ipNumber < 1386596321 )
426
  return false;
427
 
428
+ if( (1386596321 <= $ipNumber) && ($ipNumber <= 1408173222) ){
429
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-34.php';
430
  if( isset($a[$ipNumber]) ) return true;
431
  foreach($a as $minIpValue => $maxIpValue){
436
  return false;
437
  }
438
 
439
+ if( $ipNumber < 1408174898 )
440
  return false;
441
 
442
+ if( (1408174898 <= $ipNumber) && ($ipNumber <= 1430126043) ){
443
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-35.php'; return isset($a[$ipNumber]);
444
  }
445
 
446
+ if( $ipNumber < 1430128653 )
447
  return false;
448
 
449
+ if( (1430128653 <= $ipNumber) && ($ipNumber <= 1440147496) ){
450
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-36.php';
451
  if( isset($a[$ipNumber]) ) return true;
452
  foreach($a as $minIpValue => $maxIpValue){
457
  return false;
458
  }
459
 
460
+ if( $ipNumber < 1440147686 )
461
  return false;
462
 
463
+ if( (1440147686 <= $ipNumber) && ($ipNumber <= 1466629033) ){
464
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-37.php';
465
  if( isset($a[$ipNumber]) ) return true;
466
  foreach($a as $minIpValue => $maxIpValue){
471
  return false;
472
  }
473
 
474
+ if( $ipNumber < 1466629148 )
475
  return false;
476
 
477
+ if( (1466629148 <= $ipNumber) && ($ipNumber <= 1488859022) ){
478
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-38.php'; return isset($a[$ipNumber]);
479
  }
480
 
481
+ if( $ipNumber < 1488859026 )
482
  return false;
483
 
484
+ if( (1488859026 <= $ipNumber) && ($ipNumber <= 1495874650) ){
485
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-39.php'; return isset($a[$ipNumber]);
486
  }
487
 
488
+ if( $ipNumber < 1495874798 )
489
  return false;
490
 
491
+ if( (1495874798 <= $ipNumber) && ($ipNumber <= 1521522375) ){
492
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-40.php'; return isset($a[$ipNumber]);
493
  }
494
 
495
+ if( $ipNumber < 1521522941 )
496
  return false;
497
 
498
+ if( (1521522941 <= $ipNumber) && ($ipNumber <= 1540379716) ){
499
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-41.php';
500
  if( isset($a[$ipNumber]) ) return true;
501
  foreach($a as $minIpValue => $maxIpValue){
506
  return false;
507
  }
508
 
509
+ if( $ipNumber < 1540390194 )
510
  return false;
511
 
512
+ if( (1540390194 <= $ipNumber) && ($ipNumber <= 1551023887) ){
513
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-42.php';
514
  if( isset($a[$ipNumber]) ) return true;
515
  foreach($a as $minIpValue => $maxIpValue){
520
  return false;
521
  }
522
 
523
+ if( $ipNumber < 1551050248 )
524
  return false;
525
 
526
+ if( (1551050248 <= $ipNumber) && ($ipNumber <= 1572343171) ){
527
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-43.php';
528
  if( isset($a[$ipNumber]) ) return true;
529
  foreach($a as $minIpValue => $maxIpValue){
534
  return false;
535
  }
536
 
537
+ if( $ipNumber < 1572348039 )
538
  return false;
539
 
540
+ if( (1572348039 <= $ipNumber) && ($ipNumber <= 1587301824) ){
541
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-44.php';
542
  if( isset($a[$ipNumber]) ) return true;
543
  foreach($a as $minIpValue => $maxIpValue){
548
  return false;
549
  }
550
 
551
+ if( $ipNumber < 1587312297 )
552
  return false;
553
 
554
+ if( (1587312297 <= $ipNumber) && ($ipNumber <= 1602358187) ){
555
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-45.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
556
  }
557
 
558
+ if( $ipNumber < 1602358233 )
559
  return false;
560
 
561
+ if( (1602358233 <= $ipNumber) && ($ipNumber <= 1618970493) ){
562
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-46.php';
563
  if( isset($a[$ipNumber]) ) return true;
564
  foreach($a as $minIpValue => $maxIpValue){
569
  return false;
570
  }
571
 
572
+ if( $ipNumber < 1618992934 )
573
  return false;
574
 
575
+ if( (1618992934 <= $ipNumber) && ($ipNumber <= 1729091949) ){
576
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-47.php';
577
  if( isset($a[$ipNumber]) ) return true;
578
  foreach($a as $minIpValue => $maxIpValue){
583
  return false;
584
  }
585
 
586
+ if( $ipNumber < 1729092670 )
587
  return false;
588
 
589
+ if( (1729092670 <= $ipNumber) && ($ipNumber <= 1753287051) ){
590
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-48.php';
591
  if( isset($a[$ipNumber]) ) return true;
592
  foreach($a as $minIpValue => $maxIpValue){
597
  return false;
598
  }
599
 
600
+ if( $ipNumber < 1753287055 )
601
  return false;
602
 
603
+ if( (1753287055 <= $ipNumber) && ($ipNumber <= 1778559131) ){
604
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-49.php';
605
  if( isset($a[$ipNumber]) ) return true;
606
  foreach($a as $minIpValue => $maxIpValue){
611
  return false;
612
  }
613
 
614
+ if( $ipNumber < 1778559133 )
615
  return false;
616
 
617
+ if( (1778559133 <= $ipNumber) && ($ipNumber <= 1815993284) ){
618
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-50.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
619
  }
620
 
621
+ if( $ipNumber < 1815993340 )
622
  return false;
623
 
624
+ if( (1815993340 <= $ipNumber) && ($ipNumber <= 1833615444) ){
625
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-51.php';
626
  if( isset($a[$ipNumber]) ) return true;
627
  foreach($a as $minIpValue => $maxIpValue){
632
  return false;
633
  }
634
 
635
+ if( $ipNumber < 1833615739 )
636
  return false;
637
 
638
+ if( (1833615739 <= $ipNumber) && ($ipNumber <= 1839332186) ){
639
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-52.php'; return isset($a[$ipNumber]);
640
  }
641
 
642
+ if( $ipNumber < 1839332210 )
643
  return false;
644
 
645
+ if( (1839332210 <= $ipNumber) && ($ipNumber <= 1851085341) ){
646
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-53.php'; return isset($a[$ipNumber]);
647
  }
648
 
649
+ if( $ipNumber < 1851092934 )
650
  return false;
651
 
652
+ if( (1851092934 <= $ipNumber) && ($ipNumber <= 1880648008) ){
653
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-54.php';
654
  if( isset($a[$ipNumber]) ) return true;
655
  foreach($a as $minIpValue => $maxIpValue){
660
  return false;
661
  }
662
 
663
+ if( $ipNumber < 1880648017 )
664
  return false;
665
 
666
+ if( (1880648017 <= $ipNumber) && ($ipNumber <= 1893225090) ){
667
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-55.php'; return isset($a[$ipNumber]);
668
  }
669
 
670
+ if( $ipNumber < 1893225986 )
671
  return false;
672
 
673
+ if( (1893225986 <= $ipNumber) && ($ipNumber <= 1906482256) ){
674
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-56.php'; return isset($a[$ipNumber]);
675
  }
676
 
677
+ if( $ipNumber < 1906482262 )
678
  return false;
679
 
680
+ if( (1906482262 <= $ipNumber) && ($ipNumber <= 1919761736) ){
681
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-57.php';
682
  if( isset($a[$ipNumber]) ) return true;
683
  foreach($a as $minIpValue => $maxIpValue){
688
  return false;
689
  }
690
 
691
+ if( $ipNumber < 1919767941 )
692
  return false;
693
 
694
+ if( (1919767941 <= $ipNumber) && ($ipNumber <= 1937537639) ){
695
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-58.php';
696
+ if( isset($a[$ipNumber]) ) return true;
697
+ foreach($a as $minIpValue => $maxIpValue){
698
+ if( 1 === $maxIpValue ) break;
699
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
700
+ return true;
701
+ }
702
+ return false;
703
  }
704
 
705
+ if( $ipNumber < 1937537821 )
706
  return false;
707
 
708
+ if( (1937537821 <= $ipNumber) && ($ipNumber <= 1946861544) ){
709
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-59.php';
710
  if( isset($a[$ipNumber]) ) return true;
711
  foreach($a as $minIpValue => $maxIpValue){
716
  return false;
717
  }
718
 
719
+ if( $ipNumber < 1946861545 )
720
  return false;
721
 
722
+ if( (1946861545 <= $ipNumber) && ($ipNumber <= 1964359450) ){
723
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-60.php';
724
  if( isset($a[$ipNumber]) ) return true;
725
  foreach($a as $minIpValue => $maxIpValue){
730
  return false;
731
  }
732
 
733
+ if( $ipNumber < 1964359454 )
734
  return false;
735
 
736
+ if( (1964359454 <= $ipNumber) && ($ipNumber <= 1978931399) ){
737
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-61.php';
738
  if( isset($a[$ipNumber]) ) return true;
739
  foreach($a as $minIpValue => $maxIpValue){
744
  return false;
745
  }
746
 
747
+ if( $ipNumber < 1978931409 )
748
  return false;
749
 
750
+ if( (1978931409 <= $ipNumber) && ($ipNumber <= 1984284354) ){
751
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-62.php'; return isset($a[$ipNumber]);
752
  }
753
 
754
+ if( $ipNumber < 1984284388 )
755
  return false;
756
 
757
+ if( (1984284388 <= $ipNumber) && ($ipNumber <= 1997144875) ){
758
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-63.php';
759
  if( isset($a[$ipNumber]) ) return true;
760
  foreach($a as $minIpValue => $maxIpValue){
765
  return false;
766
  }
767
 
768
+ if( $ipNumber < 1997145110 )
769
  return false;
770
 
771
+ if( (1997145110 <= $ipNumber) && ($ipNumber <= 2009617040) ){
772
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-64.php';
773
  if( isset($a[$ipNumber]) ) return true;
774
  foreach($a as $minIpValue => $maxIpValue){
779
  return false;
780
  }
781
 
782
+ if( $ipNumber < 2009621961 )
783
  return false;
784
 
785
+ if( (2009621961 <= $ipNumber) && ($ipNumber <= 2027062968) ){
786
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-65.php';
787
  if( isset($a[$ipNumber]) ) return true;
788
  foreach($a as $minIpValue => $maxIpValue){
793
  return false;
794
  }
795
 
796
+ if( $ipNumber < 2027070146 )
797
  return false;
798
 
799
+ if( (2027070146 <= $ipNumber) && ($ipNumber <= 2039362682) ){
800
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-66.php';
801
  if( isset($a[$ipNumber]) ) return true;
802
  foreach($a as $minIpValue => $maxIpValue){
807
  return false;
808
  }
809
 
810
+ if( $ipNumber < 2039364973 )
811
  return false;
812
 
813
+ if( (2039364973 <= $ipNumber) && ($ipNumber <= 2042458515) ){
814
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-67.php'; return isset($a[$ipNumber]);
815
  }
816
 
817
+ if( $ipNumber < 2042458917 )
818
  return false;
819
 
820
+ if( (2042458917 <= $ipNumber) && ($ipNumber <= 2057349273) ){
821
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-68.php';
822
  if( isset($a[$ipNumber]) ) return true;
823
  foreach($a as $minIpValue => $maxIpValue){
828
  return false;
829
  }
830
 
831
+ if( $ipNumber < 2057351654 )
832
  return false;
833
 
834
+ if( (2057351654 <= $ipNumber) && ($ipNumber <= 2065633481) ){
835
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-69.php'; return isset($a[$ipNumber]);
836
  }
837
 
838
+ if( $ipNumber < 2065635892 )
839
  return false;
840
 
841
+ if( (2065635892 <= $ipNumber) && ($ipNumber <= 2085251330) ){
842
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-70.php';
843
  if( isset($a[$ipNumber]) ) return true;
844
  foreach($a as $minIpValue => $maxIpValue){
849
  return false;
850
  }
851
 
852
+ if( $ipNumber < 2085279002 )
853
  return false;
854
 
855
+ if( (2085279002 <= $ipNumber) && ($ipNumber <= 2098483294) ){
856
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-71.php';
857
  if( isset($a[$ipNumber]) ) return true;
858
  foreach($a as $minIpValue => $maxIpValue){
863
  return false;
864
  }
865
 
866
+ if( $ipNumber < 2098529284 )
867
  return false;
868
 
869
+ if( (2098529284 <= $ipNumber) && ($ipNumber <= 2111105073) ){
870
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-72.php';
871
  if( isset($a[$ipNumber]) ) return true;
872
  foreach($a as $minIpValue => $maxIpValue){
877
  return false;
878
  }
879
 
880
+ if( $ipNumber < 2111105076 )
881
  return false;
882
 
883
+ if( (2111105076 <= $ipNumber) && ($ipNumber <= 2264900792) ){
884
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-73.php';
885
  if( isset($a[$ipNumber]) ) return true;
886
  foreach($a as $minIpValue => $maxIpValue){
891
  return false;
892
  }
893
 
894
+ if( $ipNumber < 2264900821 )
895
  return false;
896
 
897
+ if( (2264900821 <= $ipNumber) && ($ipNumber <= 2382233599) ){
898
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-74.php';
899
  if( isset($a[$ipNumber]) ) return true;
900
  foreach($a as $minIpValue => $maxIpValue){
905
  return false;
906
  }
907
 
908
+ if( $ipNumber < 2382340343 )
909
  return false;
910
 
911
+ if( (2382340343 <= $ipNumber) && ($ipNumber <= 2513604115) ){
912
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-75.php';
913
  if( isset($a[$ipNumber]) ) return true;
914
  foreach($a as $minIpValue => $maxIpValue){
919
  return false;
920
  }
921
 
922
+ if( $ipNumber < 2513604229 )
923
  return false;
924
 
925
+ if( (2513604229 <= $ipNumber) && ($ipNumber <= 2655375905) ){
926
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-76.php';
927
  if( isset($a[$ipNumber]) ) return true;
928
  foreach($a as $minIpValue => $maxIpValue){
933
  return false;
934
  }
935
 
936
+ if( $ipNumber < 2655376135 )
937
  return false;
938
 
939
+ if( (2655376135 <= $ipNumber) && ($ipNumber <= 2735622178) ){
940
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-77.php';
941
  if( isset($a[$ipNumber]) ) return true;
942
  foreach($a as $minIpValue => $maxIpValue){
947
  return false;
948
  }
949
 
950
+ if( $ipNumber < 2735638861 )
951
  return false;
952
 
953
+ if( (2735638861 <= $ipNumber) && ($ipNumber <= 2869220216) ){
954
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-78.php';
955
  if( isset($a[$ipNumber]) ) return true;
956
  foreach($a as $minIpValue => $maxIpValue){
961
  return false;
962
  }
963
 
964
+ if( $ipNumber < 2869224702 )
965
  return false;
966
 
967
+ if( (2869224702 <= $ipNumber) && ($ipNumber <= 2915794644) ){
968
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-79.php';
969
  if( isset($a[$ipNumber]) ) return true;
970
  foreach($a as $minIpValue => $maxIpValue){
975
  return false;
976
  }
977
 
978
+ if( $ipNumber < 2915805512 )
979
  return false;
980
 
981
+ if( (2915805512 <= $ipNumber) && ($ipNumber <= 2938786925) ){
982
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-80.php';
983
  if( isset($a[$ipNumber]) ) return true;
984
  foreach($a as $minIpValue => $maxIpValue){
989
  return false;
990
  }
991
 
992
+ if( $ipNumber < 2938789005 )
993
  return false;
994
 
995
+ if( (2938789005 <= $ipNumber) && ($ipNumber <= 2955200345) ){
996
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-81.php';
997
  if( isset($a[$ipNumber]) ) return true;
998
  foreach($a as $minIpValue => $maxIpValue){
1003
  return false;
1004
  }
1005
 
1006
+ if( $ipNumber < 2955221305 )
1007
  return false;
1008
 
1009
+ if( (2955221305 <= $ipNumber) && ($ipNumber <= 2974244813) ){
1010
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-82.php';
1011
  if( isset($a[$ipNumber]) ) return true;
1012
  foreach($a as $minIpValue => $maxIpValue){
1017
  return false;
1018
  }
1019
 
1020
+ if( $ipNumber < 2974268377 )
1021
  return false;
1022
 
1023
+ if( (2974268377 <= $ipNumber) && ($ipNumber <= 2988526751) ){
1024
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-83.php';
1025
  if( isset($a[$ipNumber]) ) return true;
1026
  foreach($a as $minIpValue => $maxIpValue){
1031
  return false;
1032
  }
1033
 
1034
+ if( $ipNumber < 2988527466 )
1035
  return false;
1036
 
1037
+ if( (2988527466 <= $ipNumber) && ($ipNumber <= 3000539766) ){
1038
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-84.php';
1039
  if( isset($a[$ipNumber]) ) return true;
1040
  foreach($a as $minIpValue => $maxIpValue){
1045
  return false;
1046
  }
1047
 
1048
+ if( $ipNumber < 3000545427 )
1049
  return false;
1050
 
1051
+ if( (3000545427 <= $ipNumber) && ($ipNumber <= 3029775341) ){
1052
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-85.php';
1053
  if( isset($a[$ipNumber]) ) return true;
1054
  foreach($a as $minIpValue => $maxIpValue){
1059
  return false;
1060
  }
1061
 
1062
+ if( $ipNumber < 3029777053 )
1063
  return false;
1064
 
1065
+ if( (3029777053 <= $ipNumber) && ($ipNumber <= 3051512027) ){
1066
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-86.php';
1067
  if( isset($a[$ipNumber]) ) return true;
1068
  foreach($a as $minIpValue => $maxIpValue){
1073
  return false;
1074
  }
1075
 
1076
+ if( $ipNumber < 3051512602 )
1077
  return false;
1078
 
1079
+ if( (3051512602 <= $ipNumber) && ($ipNumber <= 3070479049) ){
1080
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-87.php'; return isset($a[$ipNumber]);
1081
  }
1082
 
1083
+ if( $ipNumber < 3070480977 )
1084
  return false;
1085
 
1086
+ if( (3070480977 <= $ipNumber) && ($ipNumber <= 3079867312) ){
1087
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-88.php'; return isset($a[$ipNumber]);
1088
  }
1089
 
1090
+ if( $ipNumber < 3079867408 )
1091
  return false;
1092
 
1093
+ if( (3079867408 <= $ipNumber) && ($ipNumber <= 3104129094) ){
1094
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-89.php';
1095
  if( isset($a[$ipNumber]) ) return true;
1096
  foreach($a as $minIpValue => $maxIpValue){
1101
  return false;
1102
  }
1103
 
1104
+ if( $ipNumber < 3104137389 )
1105
  return false;
1106
 
1107
+ if( (3104137389 <= $ipNumber) && ($ipNumber <= 3121188940) ){
1108
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-90.php';
1109
  if( isset($a[$ipNumber]) ) return true;
1110
  foreach($a as $minIpValue => $maxIpValue){
1115
  return false;
1116
  }
1117
 
1118
+ if( $ipNumber < 3121194019 )
1119
  return false;
1120
 
1121
+ if( (3121194019 <= $ipNumber) && ($ipNumber <= 3127944078) ){
1122
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-91.php';
1123
  if( isset($a[$ipNumber]) ) return true;
1124
  foreach($a as $minIpValue => $maxIpValue){
1129
  return false;
1130
  }
1131
 
1132
+ if( $ipNumber < 3127944211 )
1133
  return false;
1134
 
1135
+ if( (3127944211 <= $ipNumber) && ($ipNumber <= 3139185762) ){
1136
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-92.php';
1137
  if( isset($a[$ipNumber]) ) return true;
1138
  foreach($a as $minIpValue => $maxIpValue){
1143
  return false;
1144
  }
1145
 
1146
+ if( $ipNumber < 3139200245 )
1147
  return false;
1148
 
1149
+ if( (3139200245 <= $ipNumber) && ($ipNumber <= 3149421444) ){
1150
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-93.php'; return isset($a[$ipNumber]);
1151
  }
1152
 
1153
+ if( $ipNumber < 3149424475 )
1154
  return false;
1155
 
1156
+ if( (3149424475 <= $ipNumber) && ($ipNumber <= 3162827876) ){
1157
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-94.php';
1158
  if( isset($a[$ipNumber]) ) return true;
1159
  foreach($a as $minIpValue => $maxIpValue){
1164
  return false;
1165
  }
1166
 
1167
+ if( $ipNumber < 3162827877 )
1168
  return false;
1169
 
1170
+ if( (3162827877 <= $ipNumber) && ($ipNumber <= 3172141072) ){
1171
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-95.php';
1172
  if( isset($a[$ipNumber]) ) return true;
1173
  foreach($a as $minIpValue => $maxIpValue){
1178
  return false;
1179
  }
1180
 
1181
+ if( $ipNumber < 3172142006 )
1182
  return false;
1183
 
1184
+ if( (3172142006 <= $ipNumber) && ($ipNumber <= 3183530436) ){
1185
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-96.php'; return isset($a[$ipNumber]);
1186
  }
1187
 
1188
+ if( $ipNumber < 3183536055 )
1189
  return false;
1190
 
1191
+ if( (3183536055 <= $ipNumber) && ($ipNumber <= 3191326874) ){
1192
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-97.php';
1193
  if( isset($a[$ipNumber]) ) return true;
1194
  foreach($a as $minIpValue => $maxIpValue){
1199
  return false;
1200
  }
1201
 
1202
+ if( $ipNumber < 3191328358 )
1203
  return false;
1204
 
1205
+ if( (3191328358 <= $ipNumber) && ($ipNumber <= 3197300733) ){
1206
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-98.php'; return isset($a[$ipNumber]);
1207
  }
1208
 
1209
+ if( $ipNumber < 3197301816 )
1210
  return false;
1211
 
1212
+ if( (3197301816 <= $ipNumber) && ($ipNumber <= 3203199938) ){
1213
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-99.php'; return isset($a[$ipNumber]);
1214
  }
1215
 
1216
+ if( $ipNumber < 3203234599 )
1217
  return false;
1218
 
1219
+ if( (3203234599 <= $ipNumber) && ($ipNumber <= 3227752661) ){
1220
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-100.php';
1221
  if( isset($a[$ipNumber]) ) return true;
1222
  foreach($a as $minIpValue => $maxIpValue){
1227
  return false;
1228
  }
1229
 
1230
+ if( $ipNumber < 3227754541 )
1231
  return false;
1232
 
1233
+ if( (3227754541 <= $ipNumber) && ($ipNumber <= 3244829183) ){
1234
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-101.php';
1235
  if( isset($a[$ipNumber]) ) return true;
1236
  foreach($a as $minIpValue => $maxIpValue){
1241
  return false;
1242
  }
1243
 
1244
+ if( $ipNumber < 3244829065 )
1245
  return false;
1246
 
1247
+ if( (3244829065 <= $ipNumber) && ($ipNumber <= 3268744872) ){
1248
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-102.php';
1249
  if( isset($a[$ipNumber]) ) return true;
1250
  foreach($a as $minIpValue => $maxIpValue){
1255
  return false;
1256
  }
1257
 
1258
+ if( $ipNumber < 3268745621 )
1259
  return false;
1260
 
1261
+ if( (3268745621 <= $ipNumber) && ($ipNumber <= 3286333038) ){
1262
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-103.php';
1263
  if( isset($a[$ipNumber]) ) return true;
1264
  foreach($a as $minIpValue => $maxIpValue){
1269
  return false;
1270
  }
1271
 
1272
+ if( $ipNumber < 3286333249 )
1273
  return false;
1274
 
1275
+ if( (3286333249 <= $ipNumber) && ($ipNumber <= 3323681460) ){
1276
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-104.php';
1277
  if( isset($a[$ipNumber]) ) return true;
1278
  foreach($a as $minIpValue => $maxIpValue){
1283
  return false;
1284
  }
1285
 
1286
+ if( $ipNumber < 3323682728 )
1287
  return false;
1288
 
1289
+ if( (3323682728 <= $ipNumber) && ($ipNumber <= 3346517204) ){
1290
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-105.php';
1291
  if( isset($a[$ipNumber]) ) return true;
1292
  foreach($a as $minIpValue => $maxIpValue){
1297
  return false;
1298
  }
1299
 
1300
+ if( $ipNumber < 3346517356 )
1301
  return false;
1302
 
1303
+ if( (3346517356 <= $ipNumber) && ($ipNumber <= 3360385146) ){
1304
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-106.php';
1305
  if( isset($a[$ipNumber]) ) return true;
1306
  foreach($a as $minIpValue => $maxIpValue){
1311
  return false;
1312
  }
1313
 
1314
+ if( $ipNumber < 3360385241 )
1315
  return false;
1316
 
1317
+ if( (3360385241 <= $ipNumber) && ($ipNumber <= 3371969923) ){
1318
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-107.php';
1319
  if( isset($a[$ipNumber]) ) return true;
1320
  foreach($a as $minIpValue => $maxIpValue){
1325
  return false;
1326
  }
1327
 
1328
+ if( $ipNumber < 3371984815 )
1329
  return false;
1330
 
1331
+ if( (3371984815 <= $ipNumber) && ($ipNumber <= 3384475630) ){
1332
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-108.php';
1333
+ if( isset($a[$ipNumber]) ) return true;
1334
+ foreach($a as $minIpValue => $maxIpValue){
1335
+ if( 1 === $maxIpValue ) break;
1336
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1337
+ return true;
1338
+ }
1339
+ return false;
1340
  }
1341
 
1342
+ if( $ipNumber < 3384483171 )
1343
  return false;
1344
 
1345
+ if( (3384483171 <= $ipNumber) && ($ipNumber <= 3393601702) ){
1346
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-109.php';
1347
  if( isset($a[$ipNumber]) ) return true;
1348
  foreach($a as $minIpValue => $maxIpValue){
1353
  return false;
1354
  }
1355
 
1356
+ if( $ipNumber < 3393604525 )
1357
  return false;
1358
 
1359
+ if( (3393604525 <= $ipNumber) && ($ipNumber <= 3398698482) ){
1360
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-110.php';
1361
  if( isset($a[$ipNumber]) ) return true;
1362
  foreach($a as $minIpValue => $maxIpValue){
1367
  return false;
1368
  }
1369
 
1370
+ if( $ipNumber < 3398699875 )
1371
  return false;
1372
 
1373
+ if( (3398699875 <= $ipNumber) && ($ipNumber <= 3413907117) ){
1374
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-111.php';
1375
  if( isset($a[$ipNumber]) ) return true;
1376
  foreach($a as $minIpValue => $maxIpValue){
1381
  return false;
1382
  }
1383
 
1384
+ if( $ipNumber < 3413907370 )
1385
  return false;
1386
 
1387
+ if( (3413907370 <= $ipNumber) && ($ipNumber <= 3423523477) ){
1388
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-112.php';
1389
  if( isset($a[$ipNumber]) ) return true;
1390
  foreach($a as $minIpValue => $maxIpValue){
1395
  return false;
1396
  }
1397
 
1398
+ if( $ipNumber < 3423553554 )
1399
  return false;
1400
 
1401
+ if( (3423553554 <= $ipNumber) && ($ipNumber <= 3494052108) ){
1402
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-113.php';
1403
  if( isset($a[$ipNumber]) ) return true;
1404
  foreach($a as $minIpValue => $maxIpValue){
1409
  return false;
1410
  }
1411
 
1412
+ if( $ipNumber < 3494052109 )
1413
  return false;
1414
 
1415
+ if( (3494052109 <= $ipNumber) && ($ipNumber <= 3522130458) ){
1416
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-114.php';
1417
  if( isset($a[$ipNumber]) ) return true;
1418
  foreach($a as $minIpValue => $maxIpValue){
1423
  return false;
1424
  }
1425
 
1426
+ if( $ipNumber < 3522130511 )
1427
  return false;
1428
 
1429
+ if( (3522130511 <= $ipNumber) && ($ipNumber <= 3537131266) ){
1430
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-115.php';
1431
  if( isset($a[$ipNumber]) ) return true;
1432
  foreach($a as $minIpValue => $maxIpValue){
1437
  return false;
1438
  }
1439
 
1440
+ if( $ipNumber < 3537132212 )
1441
  return false;
1442
 
1443
+ if( (3537132212 <= $ipNumber) && ($ipNumber <= 3549966444) ){
1444
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-116.php'; return isset($a[$ipNumber]);
1445
  }
1446
 
1447
+ if( $ipNumber < 3549967410 )
1448
  return false;
1449
 
1450
+ if( (3549967410 <= $ipNumber) && ($ipNumber <= 3562247817) ){
1451
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-117.php'; return isset($a[$ipNumber]);
1452
  }
1453
 
1454
+ if( $ipNumber < 3562247875 )
1455
  return false;
1456
 
1457
+ if( (3562247875 <= $ipNumber) && ($ipNumber <= 3577179046) ){
1458
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-118.php';
1459
  if( isset($a[$ipNumber]) ) return true;
1460
  foreach($a as $minIpValue => $maxIpValue){
1465
  return false;
1466
  }
1467
 
1468
+ if( $ipNumber < 3577179049 )
1469
  return false;
1470
 
1471
+ if( (3577179049 <= $ipNumber) && ($ipNumber <= 3628446014) ){
1472
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-119.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1473
  }
1474
 
1475
+ if( $ipNumber < 3628447176 )
1476
  return false;
1477
 
1478
+ if( (3628447176 <= $ipNumber) && ($ipNumber <= 3648418218) ){
1479
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-120.php';
1480
  if( isset($a[$ipNumber]) ) return true;
1481
  foreach($a as $minIpValue => $maxIpValue){
1486
  return false;
1487
  }
1488
 
1489
+ if( $ipNumber < 3648445643 )
1490
  return false;
1491
 
1492
+ if( (3648445643 <= $ipNumber) && ($ipNumber <= 3660351642) ){
1493
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-121.php'; return isset($a[$ipNumber]);
1494
  }
1495
 
1496
+ if( $ipNumber < 3660351646 )
1497
  return false;
1498
 
1499
+ if( (3660351646 <= $ipNumber) && ($ipNumber <= 3670982468) ){
1500
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-122.php'; return isset($a[$ipNumber]);
1501
  }
1502
 
1503
+ if( $ipNumber < 3670983134 )
1504
  return false;
1505
 
1506
+ if( (3670983134 <= $ipNumber) && ($ipNumber <= 3690648177) ){
1507
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-123.php'; return isset($a[$ipNumber]);
1508
  }
1509
 
1510
+ if( $ipNumber < 3690660956 )
1511
  return false;
1512
 
1513
+ if( (3690660956 <= $ipNumber) && ($ipNumber <= 3707048085) ){
1514
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-124.php';
1515
  if( isset($a[$ipNumber]) ) return true;
1516
  foreach($a as $minIpValue => $maxIpValue){
1521
  return false;
1522
  }
1523
 
1524
+ if( $ipNumber < 3707072476 )
1525
  return false;
1526
 
1527
+ if( (3707072476 <= $ipNumber) && ($ipNumber <= 3722288626) ){
1528
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-125.php';
1529
  if( isset($a[$ipNumber]) ) return true;
1530
  foreach($a as $minIpValue => $maxIpValue){
1535
  return false;
1536
  }
1537
 
1538
+ if( $ipNumber < 3722319983 )
1539
  return false;
1540
 
1541
+ if( (3722319983 <= $ipNumber) && ($ipNumber <= 3732252930) ){
1542
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-126.php'; return isset($a[$ipNumber]);
1543
  }
1544
 
1545
+ if( $ipNumber < 3732253072 )
1546
  return false;
1547
 
1548
+ if( (3732253072 <= $ipNumber) && ($ipNumber <= 3736742415) ){
1549
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-127.php'; return isset($a[$ipNumber]);
1550
  }
1551
 
1552
+ if( $ipNumber < 3736742416 )
1553
  return false;
1554
 
1555
+ if( (3736742416 <= $ipNumber) && ($ipNumber <= 3741628357) ){
1556
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-128.php';
1557
+ if( isset($a[$ipNumber]) ) return true;
1558
+ foreach($a as $minIpValue => $maxIpValue){
1559
+ if( 1 === $maxIpValue ) break;
1560
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1561
+ return true;
1562
+ }
1563
+ return false;
1564
  }
1565
 
1566
+ if( $ipNumber < 3741632759 )
1567
  return false;
1568
 
1569
+ if( (3741632759 <= $ipNumber) && ($ipNumber <= 3758080110) ){
1570
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-129.php';
1571
  if( isset($a[$ipNumber]) ) return true;
1572
  foreach($a as $minIpValue => $maxIpValue){
1590
  if( $ipNumber < 16820335 )
1591
  return false;
1592
 
1593
+ if( (16820335 <= $ipNumber) && ($ipNumber <= 391378989) ){
1594
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-0.php';
1595
  if( isset($a[$ipNumber]) ) return true;
1596
  foreach($a as $minIpValue => $maxIpValue){
1601
  return false;
1602
  }
1603
 
1604
+ if( $ipNumber < 391644090 )
1605
  return false;
1606
 
1607
+ if( (391644090 <= $ipNumber) && ($ipNumber <= 609455140) ){
1608
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-1.php';
1609
  if( isset($a[$ipNumber]) ) return true;
1610
  foreach($a as $minIpValue => $maxIpValue){
1615
  return false;
1616
  }
1617
 
1618
+ if( $ipNumber < 609462850 )
1619
  return false;
1620
 
1621
+ if( (609462850 <= $ipNumber) && ($ipNumber <= 690796634) ){
1622
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-2.php';
1623
  if( isset($a[$ipNumber]) ) return true;
1624
  foreach($a as $minIpValue => $maxIpValue){
1629
  return false;
1630
  }
1631
 
1632
+ if( $ipNumber < 690797122 )
1633
  return false;
1634
 
1635
+ if( (690797122 <= $ipNumber) && ($ipNumber <= 771792836) ){
1636
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-3.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1637
  }
1638
 
1639
+ if( $ipNumber < 772014169 )
1640
  return false;
1641
 
1642
+ if( (772014169 <= $ipNumber) && ($ipNumber <= 874652179) ){
1643
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-4.php';
1644
  if( isset($a[$ipNumber]) ) return true;
1645
  foreach($a as $minIpValue => $maxIpValue){
1650
  return false;
1651
  }
1652
 
1653
+ if( $ipNumber < 874654047 )
1654
  return false;
1655
 
1656
+ if( (874654047 <= $ipNumber) && ($ipNumber <= 973655074) ){
1657
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-5.php'; return isset($a[$ipNumber]);
1658
  }
1659
 
1660
+ if( $ipNumber < 973655079 )
1661
  return false;
1662
 
1663
+ if( (973655079 <= $ipNumber) && ($ipNumber <= 973808890) ){
1664
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-6.php'; return isset($a[$ipNumber]);
1665
  }
1666
 
1667
+ if( $ipNumber < 973808892 )
1668
  return false;
1669
 
1670
+ if( (973808892 <= $ipNumber) && ($ipNumber <= 984986765) ){
1671
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-7.php'; return isset($a[$ipNumber]);
1672
  }
1673
 
1674
+ if( $ipNumber < 985105280 )
1675
  return false;
1676
 
1677
+ if( (985105280 <= $ipNumber) && ($ipNumber <= 1029317294) ){
1678
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-8.php'; return isset($a[$ipNumber]);
1679
  }
1680
 
1681
+ if( $ipNumber < 1029317307 )
1682
  return false;
1683
 
1684
+ if( (1029317307 <= $ipNumber) && ($ipNumber <= 1029338822) ){
1685
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-9.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1686
  }
1687
 
1688
+ if( $ipNumber < 1029338829 )
1689
  return false;
1690
 
1691
+ if( (1029338829 <= $ipNumber) && ($ipNumber <= 1123936657) ){
1692
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-10.php';
1693
  if( isset($a[$ipNumber]) ) return true;
1694
  foreach($a as $minIpValue => $maxIpValue){
1699
  return false;
1700
  }
1701
 
1702
+ if( $ipNumber < 1123937044 )
1703
  return false;
1704
 
1705
+ if( (1123937044 <= $ipNumber) && ($ipNumber <= 1220493536) ){
1706
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-11.php';
1707
  if( isset($a[$ipNumber]) ) return true;
1708
  foreach($a as $minIpValue => $maxIpValue){
1713
  return false;
1714
  }
1715
 
1716
+ if( $ipNumber < 1220582194 )
1717
  return false;
1718
 
1719
+ if( (1220582194 <= $ipNumber) && ($ipNumber <= 1311721083) ){
1720
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-12.php';
1721
  if( isset($a[$ipNumber]) ) return true;
1722
  foreach($a as $minIpValue => $maxIpValue){
1727
  return false;
1728
  }
1729
 
1730
+ if( $ipNumber < 1311724228 )
1731
  return false;
1732
 
1733
+ if( (1311724228 <= $ipNumber) && ($ipNumber <= 1375830422) ){
1734
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-13.php';
1735
  if( isset($a[$ipNumber]) ) return true;
1736
  foreach($a as $minIpValue => $maxIpValue){
1741
  return false;
1742
  }
1743
 
1744
+ if( $ipNumber < 1375844784 )
1745
  return false;
1746
 
1747
+ if( (1375844784 <= $ipNumber) && ($ipNumber <= 1440091089) ){
1748
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-14.php';
1749
  if( isset($a[$ipNumber]) ) return true;
1750
  foreach($a as $minIpValue => $maxIpValue){
1755
  return false;
1756
  }
1757
 
1758
+ if( $ipNumber < 1440094140 )
1759
  return false;
1760
 
1761
+ if( (1440094140 <= $ipNumber) && ($ipNumber <= 1527017488) ){
1762
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-15.php';
1763
  if( isset($a[$ipNumber]) ) return true;
1764
  foreach($a as $minIpValue => $maxIpValue){
1769
  return false;
1770
  }
1771
 
1772
+ if( $ipNumber < 1527073883 )
1773
  return false;
1774
 
1775
+ if( (1527073883 <= $ipNumber) && ($ipNumber <= 1578592152) ){
1776
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-16.php';
 
 
 
 
 
 
 
1777
  if( isset($a[$ipNumber]) ) return true;
1778
  foreach($a as $minIpValue => $maxIpValue){
1779
  if( 1 === $maxIpValue ) break;
1783
  return false;
1784
  }
1785
 
1786
+ if( $ipNumber < 1578594366 )
1787
  return false;
1788
 
1789
+ if( (1578594366 <= $ipNumber) && ($ipNumber <= 1678733829) ){
1790
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-17.php'; return isset($a[$ipNumber]);
1791
  }
1792
 
1793
+ if( $ipNumber < 1678737511 )
1794
  return false;
1795
 
1796
+ if( (1678737511 <= $ipNumber) && ($ipNumber <= 1758079414) ){
1797
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-18.php';
1798
  if( isset($a[$ipNumber]) ) return true;
1799
  foreach($a as $minIpValue => $maxIpValue){
1800
  if( 1 === $maxIpValue ) break;
1804
  return false;
1805
  }
1806
 
1807
+ if( $ipNumber < 1758270779 )
1808
  return false;
1809
 
1810
+ if( (1758270779 <= $ipNumber) && ($ipNumber <= 1850592745) ){
1811
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-19.php';
1812
  if( isset($a[$ipNumber]) ) return true;
1813
  foreach($a as $minIpValue => $maxIpValue){
1814
  if( 1 === $maxIpValue ) break;
1818
  return false;
1819
  }
1820
 
1821
+ if( $ipNumber < 1850593510 )
 
 
 
 
 
 
 
1822
  return false;
1823
 
1824
+ if( (1850593510 <= $ipNumber) && ($ipNumber <= 1931255068) ){
1825
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-20.php'; return isset($a[$ipNumber]);
1826
  }
1827
 
1828
+ if( $ipNumber < 1931255591 )
1829
  return false;
1830
 
1831
+ if( (1931255591 <= $ipNumber) && ($ipNumber <= 1986226524) ){
1832
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-21.php';
1833
  if( isset($a[$ipNumber]) ) return true;
1834
  foreach($a as $minIpValue => $maxIpValue){
1835
  if( 1 === $maxIpValue ) break;
1839
  return false;
1840
  }
1841
 
1842
+ if( $ipNumber < 1986228879 )
1843
  return false;
1844
 
1845
+ if( (1986228879 <= $ipNumber) && ($ipNumber <= 2061593123) ){
1846
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-22.php'; return isset($a[$ipNumber]);
1847
+ }
1848
+
1849
+ if( $ipNumber < 2061593124 )
1850
+ return false;
1851
+
1852
+ if( (2061593124 <= $ipNumber) && ($ipNumber <= 2088248420) ){
1853
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-23.php'; return isset($a[$ipNumber]);
1854
+ }
1855
+
1856
+ if( $ipNumber < 2088248424 )
1857
+ return false;
1858
+
1859
+ if( (2088248424 <= $ipNumber) && ($ipNumber <= 2088269908) ){
1860
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-24.php'; return isset($a[$ipNumber]);
1861
  }
1862
 
1863
+ if( $ipNumber < 2088269925 )
1864
  return false;
1865
 
1866
+ if( (2088269925 <= $ipNumber) && ($ipNumber <= 2088298813) ){
1867
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-25.php'; return isset($a[$ipNumber]);
1868
  }
1869
 
1870
+ if( $ipNumber < 2088298819 )
1871
  return false;
1872
 
1873
+ if( (2088298819 <= $ipNumber) && ($ipNumber <= 2088399159) ){
1874
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-26.php'; return isset($a[$ipNumber]);
1875
  }
1876
 
1877
+ if( $ipNumber < 2088399160 )
1878
  return false;
1879
 
1880
+ if( (2088399160 <= $ipNumber) && ($ipNumber <= 2088431009) ){
1881
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-27.php'; return isset($a[$ipNumber]);
1882
  }
1883
 
1884
+ if( $ipNumber < 2088431081 )
1885
  return false;
1886
 
1887
+ if( (2088431081 <= $ipNumber) && ($ipNumber <= 2315300139) ){
1888
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-28.php';
1889
  if( isset($a[$ipNumber]) ) return true;
1890
  foreach($a as $minIpValue => $maxIpValue){
1895
  return false;
1896
  }
1897
 
1898
+ if( $ipNumber < 2315300145 )
1899
  return false;
1900
 
1901
+ if( (2315300145 <= $ipNumber) && ($ipNumber <= 2617174975) ){
1902
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-29.php';
1903
  if( isset($a[$ipNumber]) ) return true;
1904
  foreach($a as $minIpValue => $maxIpValue){
1909
  return false;
1910
  }
1911
 
1912
+ if( $ipNumber < 2617174999 )
1913
  return false;
1914
 
1915
+ if( (2617174999 <= $ipNumber) && ($ipNumber <= 2875245488) ){
1916
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-30.php';
1917
+ if( isset($a[$ipNumber]) ) return true;
1918
+ foreach($a as $minIpValue => $maxIpValue){
1919
+ if( 1 === $maxIpValue ) break;
1920
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1921
+ return true;
1922
+ }
1923
+ return false;
1924
  }
1925
 
1926
+ if( $ipNumber < 2875245491 )
1927
  return false;
1928
 
1929
+ if( (2875245491 <= $ipNumber) && ($ipNumber <= 2875313042) ){
1930
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-31.php'; return isset($a[$ipNumber]);
1931
  }
1932
 
1933
+ if( $ipNumber < 2875313075 )
1934
  return false;
1935
 
1936
+ if( (2875313075 <= $ipNumber) && ($ipNumber <= 2959121050) ){
1937
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-32.php';
1938
  if( isset($a[$ipNumber]) ) return true;
1939
  foreach($a as $minIpValue => $maxIpValue){
1944
  return false;
1945
  }
1946
 
1947
+ if( $ipNumber < 2959171609 )
1948
  return false;
1949
 
1950
+ if( (2959171609 <= $ipNumber) && ($ipNumber <= 2988082284) ){
1951
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-33.php';
1952
  if( isset($a[$ipNumber]) ) return true;
1953
  foreach($a as $minIpValue => $maxIpValue){
1958
  return false;
1959
  }
1960
 
1961
+ if( $ipNumber < 2988128695 )
1962
  return false;
1963
 
1964
+ if( (2988128695 <= $ipNumber) && ($ipNumber <= 3037761637) ){
1965
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-34.php'; return isset($a[$ipNumber]);
1966
+ }
1967
+
1968
+ if( $ipNumber < 3037761653 )
1969
+ return false;
1970
+
1971
+ if( (3037761653 <= $ipNumber) && ($ipNumber <= 3108107845) ){
1972
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-35.php';
1973
  if( isset($a[$ipNumber]) ) return true;
1974
  foreach($a as $minIpValue => $maxIpValue){
1975
  if( 1 === $maxIpValue ) break;
1979
  return false;
1980
  }
1981
 
1982
+ if( $ipNumber < 3108161546 )
 
 
 
 
 
 
 
1983
  return false;
1984
 
1985
+ if( (3108161546 <= $ipNumber) && ($ipNumber <= 3147864415) ){
1986
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-36.php'; return isset($a[$ipNumber]);
1987
  }
1988
 
1989
+ if( $ipNumber < 3147864529 )
1990
  return false;
1991
 
1992
+ if( (3147864529 <= $ipNumber) && ($ipNumber <= 3190206928) ){
1993
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-37.php';
1994
  if( isset($a[$ipNumber]) ) return true;
1995
  foreach($a as $minIpValue => $maxIpValue){
2000
  return false;
2001
  }
2002
 
2003
+ if( $ipNumber < 3190210143 )
2004
  return false;
2005
 
2006
+ if( (3190210143 <= $ipNumber) && ($ipNumber <= 3244885866) ){
2007
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-38.php';
2008
  if( isset($a[$ipNumber]) ) return true;
2009
  foreach($a as $minIpValue => $maxIpValue){
2014
  return false;
2015
  }
2016
 
2017
+ if( $ipNumber < 3244885954 )
2018
  return false;
2019
 
2020
+ if( (3244885954 <= $ipNumber) && ($ipNumber <= 3359028450) ){
2021
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-39.php';
2022
  if( isset($a[$ipNumber]) ) return true;
2023
  foreach($a as $minIpValue => $maxIpValue){
2028
  return false;
2029
  }
2030
 
2031
+ if( $ipNumber < 3359062738 )
2032
  return false;
2033
 
2034
+ if( (3359062738 <= $ipNumber) && ($ipNumber <= 3411316044) ){
2035
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-40.php'; return isset($a[$ipNumber]);
2036
  }
2037
 
2038
+ if( $ipNumber < 3411413278 )
2039
  return false;
2040
 
2041
+ if( (3411413278 <= $ipNumber) && ($ipNumber <= 3567018174) ){
2042
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-41.php';
2043
  if( isset($a[$ipNumber]) ) return true;
2044
  foreach($a as $minIpValue => $maxIpValue){
2049
  return false;
2050
  }
2051
 
2052
+ if( $ipNumber < 3567048342 )
2053
  return false;
2054
 
2055
+ if( (3567048342 <= $ipNumber) && ($ipNumber <= 3684543015) ){
2056
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-42.php';
2057
  if( isset($a[$ipNumber]) ) return true;
2058
  foreach($a as $minIpValue => $maxIpValue){
2063
  return false;
2064
  }
2065
 
2066
+ if( $ipNumber < 3684550675 )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2067
  return false;
2068
 
2069
+ if( (3684550675 <= $ipNumber) && ($ipNumber <= 3758070700) ){
2070
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-43.php';
2071
  if( isset($a[$ipNumber]) ) return true;
2072
  foreach($a as $minIpValue => $maxIpValue){
2073
  if( 1 === $maxIpValue ) break;
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php CHANGED
@@ -1 +1 @@
1
- <?php return array(90614272=>90614527,87957504=>87965695,87954832=>87955455,87954432=>87954823,87951616=>87952383,87951064=>87951359,87951024=>87951055,87951000=>87951015,87950848=>87950991,87560192=>87560447,96736261=>1,96733846=>1,96395002=>1,96394929=>1,96731285=>1,96731521=>1,96734287=>1,96734771=>1,96739152=>1,96749343=>1,96749336=>1,96749471=>1,96749481=>1,96750295=>1,96750188=>1,96748314=>1,96748273=>1,96394780=>1,96737990=>1,96740374=>1,96742536=>1,96748194=>1,96747828=>1,96736341=>1,96393460=>1,96311437=>1,96311404=>1,96311737=>1,96311969=>1,96312781=>1,96312780=>1,96309893=>1,96308947=>1,96306677=>1,96306255=>1,96306854=>1,96307353=>1,96308854=>1,96308182=>1,96312782=>1,96313695=>1,96337047=>1,96337015=>1,96346766=>1,96358285=>1,96362184=>1,96362007=>1,96334811=>1,96318656=>1,96314902=>1,96314781=>1,96317198=>1,96317236=>1,96318372=>1,96317546=>1,96753762=>1,96753786=>1,99117314=>1,98877322=>1,98845112=>1,99121096=>1,99154250=>1,99584142=>1,99385031=>1,98831698=>1,98719315=>1,97152436=>1,97014818=>1,97152468=>1,97155286=>1,98538505=>1,98340609=>1,100154875=>1,100241828=>1,100614293=>1,100613506=>1,100618267=>1,134427116=>1,134805367=>1,134509886=>1,100558521=>1,100558192=>1,100245446=>1,100242841=>1,100245457=>1,100375543=>1,100557891=>1,100549225=>1,97013744=>1,97011246=>1,96960897=>1,96886342=>1,96961212=>1,96961985=>1,96964220=>1,96964208=>1,96792434=>1,96789409=>1,96762695=>1,96755692=>1,96766797=>1,96767754=>1,96779804=>1,96767908=>1,96964291=>1,96964332=>1,96980933=>1,96980767=>1,96981065=>1,96989301=>1,97011244=>1,97011242=>1,96980508=>1,96980365=>1,96966273=>1,96966013=>1,96966378=>1,96970011=>1,96978014=>1,96970703=>1,96305851=>1,96127848=>1,93715036=>1,93715011=>1,93715176=>1,93768880=>1,93770416=>1,93768943=>1,93714999=>1,93703940=>1,93500802=>1,93480461=>1,93538533=>1,93672113=>1,93673431=>1,93673334=>1,93770646=>1,93771148=>1,93973074=>1,93943811=>1,93975974=>1,93980237=>1,93980363=>1,93980246=>1,93941906=>1,93779786=>1,93771591=>1,93771575=>1,93773193=>1,93773265=>1,93775195=>1,93427506=>1,93400776=>1,92784397=>1,92783330=>1,92784398=>1,92784576=>1,92785786=>1,92785785=>1,92782279=>1,92782209=>1,92780702=>1,92780568=>1,92780945=>1,92781129=>1,92781261=>1,92792392=>1,92792401=>1,93275013=>1,93271811=>1,93311995=>1,93357149=>1,93400742=>1,93392142=>1,93150410=>1,93132403=>1,92797671=>1,92794711=>1,92798499=>1,92951383=>1,93129046=>1,94000307=>1,94000522=>1,94837882=>1,94833218=>1,94863631=>1,94864558=>1,95166637=>1,94886933=>1,94807414=>1,94773941=>1,94735224=>1,94733462=>1,94749952=>1,94751272=>1,94770675=>1,95168381=>1,95195506=>1,135347908=>1,95573438=>1,96137956=>1,96152538=>1,96305545=>1,96287278=>1,95569502=>1,95414614=>1,95374941=>1,95206787=>1,95386224=>1,95404613=>1,95412958=>1,94717654=>1,94717138=>1,94320133=>1,94313903=>1,94320135=>1,94380380=>1,94388050=>1,94387728=>1,94281648=>1,94273221=>1,94010430=>1,94008498=>1,94027426=>1,94027539=>1,94243255=>1,94390418=>1,94394226=>1,94651621=>1,94435132=>1,94657781=>1,94685810=>1,94716476=>1,94699446=>1,94435089=>1,94435088=>1,94416313=>1,94394786=>1,94419209=>1,94432680=>1,94435075=>1,96305835=>1,135356064=>1,244185710=>1,244174917=>1,244188193=>1,244396698=>1,244404268=>1,244396766=>1,244141322=>1,244108121=>1,243854486=>1,243854468=>1,244045235=>1,244045239=>1,244094750=>1,244055410=>1,244408700=>1,244408955=>1,245444008=>1,245327437=>1,245858200=>1,246531575=>1,247588842=>1,246531874=>1,245327225=>1,244940669=>1,244411781=>1,244409394=>1,244413028=>1,244420483=>1,244863318=>1,244672720=>1,243854465=>1,243706184=>1,242690534=>1,242690526=>1,242690537=>1,242690550=>1,242691364=>1,242691284=>1,242690273=>1,242690209=>1,242690085=>1,242659198=>1,242690136=>1,242690147=>1,242690196=>1,242690163=>1,242691372=>1,242691466=>1,242784128=>1,242761943=>1,242794741=>1,242795431=>1,243186328=>1,242980771=>1,242693858=>1,242693573=>1,242692164=>1,242692062=>1,242692324=>1,242692708=>1,242693277=>1,242692801=>1,247864259=>1,247881899=>1,249217345=>1,249214974=>1,249217951=>1,249223505=>1,249226182=>1,249225181=>1,249214876=>1,249214249=>1,249189631=>1,249108546=>1,249190295=>1,249210024=>1,249211019=>1,249210346=>1,249226384=>1,249445206=>1,318243157=>1,313853221=>1,386977899=>1,387231941=>1,387491418=>1,387457666=>1,307365277=>1,307364813=>1,302178771=>1,264377992=>1,307363926=>1,307363934=>1,307364804=>1,307364744=>1,249001857=>1,249000990=>1,248146946=>1,248085132=>1,248159705=>1,248172999=>1,248197278=>1,248178225=>1,248067510=>1,248001875=>1,247910885=>1,247910873=>1,247949993=>1,247951225=>1,247954250=>1,247951795=>1,248455931=>1,248728076=>1,248935192=>1,248928739=>1,248935519=>1,248936085=>1,248937846=>1,248937485=>1,248922559=>1,248741782=>1,248728190=>1,248728121=>1,248739090=>1,248739710=>1,248740754=>1,242461811=>1,242444976=>1,201872500=>1,201872496=>1,201872562=>1,202681288=>1,203619524=>1,203057461=>1,201816684=>1,201797545=>1,136886009=>1,136877128=>1,136933842=>1,136933916=>1,137139981=>1,136935816=>1,203708020=>1,205847911=>1,212848468=>1,212350516=>1,213090779=>1,213359470=>1,214895893=>1,214890731=>1,212297010=>1,211446835=>1,209112674=>1,205862930=>1,209893007=>1,210960144=>1,211446361=>1,211356797=>1,136852803=>1,136852424=>1,135863441=>1,135863365=>1,135863691=>1,135864170=>1,135937350=>1,135937349=>1,135836381=>1,135817310=>1,135364537=>1,135364158=>1,135364569=>1,135521740=>1,135742806=>1,135612749=>1,135937351=>1,135946797=>1,136044427=>1,136043278=>1,136291851=>1,136646364=>1,136851752=>1,136811384=>1,136043080=>1,136041883=>1,135952853=>1,135951539=>1,135993498=>1,136029482=>1,136041150=>1,222676200=>1,222918498=>1,241349406=>1,241309082=>1,241568793=>1,241568959=>1,241573891=>1,241572630=>1,241264012=>1,239067212=>1,237419268=>1,237165354=>1,237419297=>1,237419398=>1,238134343=>1,238103074=>1,241573985=>1,241578102=>1,241890730=>1,241890406=>1,241890944=>1,241891080=>1,242437429=>1,241921591=>1,241890247=>1,241798202=>1,241585956=>1,241578842=>1,241586076=>1,241605165=>1,241726191=>1,241725284=>1,237156836=>1,237152463=>1,223493086=>1,223491974=>1,223877223=>1,224056917=>1,224096179=>1,224083850=>1,223350269=>1,223320392=>1,223031222=>1,223002507=>1,223043088=>1,223107988=>1,223149893=>1,223117945=>1,224178433=>1,224180582=>1,236121188=>1,236121187=>1,236233198=>1,236282676=>1,237147546=>1,236430666=>1,236113757=>1,235056841=>1,224183078=>1,224181396=>1,224275538=>1,224275603=>1,234957723=>1,92780514=>1,92778559=>1,39647576=>1,39607770=>1,39651614=>1,39668446=>1,39683587=>1,39683585=>1,39568939=>1,39516010=>1,39300023=>1,39198653=>1,39300693=>1,39438083=>1,39509621=>1,39445836=>1,39683608=>1,39683802=>1,40819503=>1,40800902=>1,40846876=>1,42331633=>1,42462956=>1,42370653=>1,40778820=>1,40766333=>1,39687515=>1,39683834=>1,39722700=>1,39779590=>1,40360457=>1,39198582=>1,39192106=>1,29766423=>1,29443631=>1,30037696=>1,30359234=>1,30522547=>1,30505527=>1,29383474=>1,29016066=>1,28558865=>1,28558601=>1,28558885=>1,28559634=>1,28753277=>1,28694385=>1,30522548=>1,30522550=>1,38961139=>1,36148360=>1,39061644=>1,39116345=>1,39148406=>1,39127992=>1,36067838=>1,35767704=>1,34193637=>1,32797712=>1,35433689=>1,35589183=>1,35739649=>1,42889739=>1,42895783=>1,84030715=>1,84030704=>1,84049994=>1,84052599=>1,84065663=>1,84053168=>1,84029989=>1,83964554=>1,49653746=>1,49640012=>1,49918584=>1,69156934=>1,83954696=>1,69497684=>1,84074862=>1,84079372=>1,84471876=>1,84471875=>1,84471878=>1,84477826=>1,84477961=>1,84477948=>1,84471010=>1,84465062=>1,84117678=>1,84079494=>1,84131026=>1,84133551=>1,84462626=>1,49637289=>1,49449832=>1,45879338=>1,45819503=>1,48336262=>1,48359260=>1,48514050=>1,48428457=>1,45717281=>1,45703937=>1,45112365=>1,43730704=>1,45149784=>1,45520660=>1,45638022=>1,45587202=>1,48669950=>1,48700664=>1,49327534=>1,49326512=>1,49362014=>1,49420404=>1,49446296=>1,49441096=>1,49316442=>1,49311839=>1,49082920=>1,48929093=>1,49224701=>1,49297175=>1,49306870=>1,28557865=>1,28556925=>1,16884781=>1,16884086=>1,16887567=>1,16887574=>1,16889158=>1,16887684=>1,16883889=>1,16881051=>1,16842006=>1,16841958=>1,16842059=>1,16842212=>1,16878747=>1,16842621=>1,16889196=>1,16889199=>1,19146065=>1,19060962=>1,19189913=>1,19984515=>1,22872767=>1,22389902=>1,19047225=>1,18898953=>1,16889301=>1,16889208=>1,17094589=>1,18319815=>1,18879898=>1,16841941=>1,16841758=>1,16840095=>1,16840011=>1,16840099=>1,16840215=>1,16840407=>1,16840270=>1,16839559=>1,16839545=>1,16838839=>1,16838760=>1,16838890=>1,16839127=>1,16839399=>1,16839376=>1,16840412=>1,16840563=>1,16841313=>1,16841301=>1,16841450=>1,16841575=>1,16841711=>1,16841617=>1,16841219=>1,16841162=>1,16840697=>1,16840600=>1,16840757=>1,16840817=>1,16840997=>1,24796820=>1,27265732=>1,28124005=>1,28122164=>1,28157140=>1,28227099=>1,28242930=>1,28242203=>1,28117701=>1,28101341=>1,27989121=>1,27904772=>1,28017467=>1,28021805=>1,28097739=>1,28039463=>1,28256686=>1,28289649=>1,28555101=>1,28555097=>1,28555117=>1,28555769=>1,28556761=>1,28555773=>1,28555094=>1,28554645=>1,28543746=>1,28352495=>1,28544946=>1,28545689=>1,28553253=>1,27904758=>1,27904556=>1,27380031=>1,27342572=>1,27394740=>1,27395497=>1,27441717=>1,27399590=>1,27324607=>1,27273006=>1,27266849=>1,27266822=>1,27267138=>1,27268564=>1,27272305=>1,27272195=>1,27450115=>1,27464606=>1,27854470=>1,27853352=>1,27854482=>1,27902168=>1,27904491=>1,27902190=>1,27831473=>1,27823433=>1,27471201=>1,27470760=>1,27472659=>1,27472823=>1,27473723=>1,84482779=>1,84484381=>1,87951061=>1,87951019=>1,87951062=>1,87951063=>1,87954826=>1,87954825=>1,87951018=>1,87951016=>1,87929356=>1,87924981=>1,87949466=>1,87950992=>1,87950995=>1,87950994=>1,87954827=>1,88031534=>1,88520048=>1,88488234=>1,88520490=>1,88944526=>1,89017968=>1,89014832=>1,88416124=>1,88305297=>1,88087941=>1,88053899=>1,88106691=>1,88130993=>1,88297885=>1,87893901=>1,87893287=>1,87410612=>1,87363767=>1,87559177=>1,87559178=>1,87559189=>1,87559181=>1,87284766=>1,87284344=>1,87113031=>1,86867344=>1,87138647=>1,87242932=>1,87280881=>1,87265780=>1,87559191=>1,87559196=>1,87629930=>1,87620846=>1,87648082=>1,87684290=>1,87892543=>1,87695312=>1,87615850=>1,87611365=>1,87570741=>1,87560444=>1,87590163=>1,87590279=>1,87590534=>1,89038776=>1,89079948=>1,92762914=>1,92755223=>1,92770755=>1,92772418=>1,92773070=>1,92772495=>1,92750833=>1,92750225=>1,92696652=>1,92647621=>1,92696664=>1,92736605=>1,92740523=>1,92738853=>1,92773241=>1,92773989=>1,16820335=>1,92777986=>1,92778617=>1,92779192=>1,92779989=>1,92779984=>1,92776044=>1,92775736=>1,92774272=>1,92774254=>1,92774961=>1,92775004=>1,92775129=>1,92404397=>1,92305966=>1,89138987=>1,89091407=>1,89250785=>1,89331053=>1,90504600=>1,90481248=>1,89090583=>1,89089213=>1,89080993=>1,89080340=>1,89081518=>1,89082358=>1,89089133=>1,89085396=>1,90504601=>1,90505874=>1,90728991=>1,90548286=>1,90728998=>1,90759830=>1,92305924=>1,90776651=>1,90537185=>1,90536907=>1,90530452=>1,90507207=>1,90531410=>1,90531654=>1,90531969=>1,86863166=>1,86863037=>1,84526523=>1,84525964=>1,84530380=>1,84534123=>1,84551812=>1,84540906=>1,84524852=>1,84519716=>1,84514801=>1,84513483=>1,84515186=>1,84515857=>1,84516427=>1,84516317=>1,84552308=>1,84553067=>1,85167608=>1,84820946=>1,85172839=>1,85178405=>1,85192074=>1,85185095=>1,84713828=>1,84685472=>1,84553588=>1,84553282=>1,84570205=>1,84643757=>1,84647283=>1,84512585=>1,84511986=>1,84492911=>1,84491793=>1,84494907=>1,84496134=>1,84496282=>1,84496270=>1,84490889=>1,84490252=>1,84486992=>1,84486915=>1,84488788=>1,84489108=>1,84489772=>1,84489264=>1,84496681=>1,84497356=>1,84508858=>1,84504300=>1,84509146=>1,84511746=>1,84511896=>1,84511882=>1,84504068=>1,84503640=>1,84498339=>1,84498255=>1,84499348=>1,84502214=>1,84503639=>1,85378007=>1,85378706=>1,86497550=>1,86473824=>1,86497815=>1,86497923=>1,86743734=>1,86548823=>1,86471232=>1,86466446=>1,86464566=>1,86464565=>1,86464892=>1,86465117=>1,86466108=>1,86465735=>1,86743741=>1,86757753=>1,86860399=>1,86860339=>1,86860822=>1,86861524=>1,86862896=>1,86862648=>1,86860159=>1,86855683=>1,86795710=>1,86784378=>1,86797073=>1,86819670=>1,86829349=>1,86464206=>1,86463705=>1,86161357=>1,86161187=>1,86161384=>1,86182969=>1,86243722=>1,86243699=>1,86161178=>1,86160466=>1,85423198=>1,85411426=>1,85570109=>1,85737045=>1,85744853=>1,86244343=>1,86245026=>1,86462599=>1,86462492=>1,86462873=>1,86463168=>1,86463449=>1,86463259=>1,86462185=>1,86462053=>1,86448284=>1,86447687=>1,86448287=>1,86461598=>1,86461904=>1,92780491=>1,);?>
1
+ <?php return array(90614272=>90614527,87957504=>87965695,87954832=>87955455,87954432=>87954823,87951872=>87952383,87951064=>87951359,87951024=>87951055,87951000=>87951015,87950848=>87950991,87560192=>87560447,96317236=>1,96314781=>1,96317546=>1,96318372=>1,96320623=>1,96318871=>1,96314176=>1,96312782=>1,96311737=>1,96311437=>1,96311969=>1,96312780=>1,96312781=>1,96323427=>1,96362707=>1,96737990=>1,96736261=>1,96739152=>1,96740374=>1,96748194=>1,96747828=>1,96734771=>1,96734287=>1,96394815=>1,96362709=>1,96731285=>1,96731521=>1,96733846=>1,96311404=>1,96311386=>1,94878588=>1,96305422=>1,94873267=>1,94860253=>1,96305545=>1,94858132=>1,96127848=>1,94880371=>1,95374909=>1,95355871=>1,95414614=>1,95569502=>1,94886933=>1,95573438=>1,96305851=>1,96306255=>1,96748273=>1,96308854=>1,96308947=>1,96309020=>1,96309893=>1,96309599=>1,96308182=>1,96307353=>1,96306677=>1,94817514=>1,96306917=>1,96306983=>1,94763952=>1,95193978=>1,96753762=>1,99385022=>1,98877322=>1,99472371=>1,99584162=>1,100155764=>1,100154875=>1,98845112=>1,98831698=>1,97407436=>1,97014818=>1,97444273=>1,98340609=>1,98719315=>1,98538505=>1,100156861=>1,100176198=>1,100558192=>1,100549225=>1,100558521=>1,100613506=>1,134403592=>1,100618267=>1,100549131=>1,100245457=>1,100241828=>1,100188164=>1,100242841=>1,100244192=>1,100245446=>1,97011866=>1,97007656=>1,96779722=>1,96767754=>1,96779804=>1,96779805=>1,96792434=>1,96789409=>1,96755692=>1,96753786=>1,96749471=>1,96749336=>1,96750188=>1,96750295=>1,94762317=>1,96886342=>1,96960897=>1,96970703=>1,96966273=>1,96979942=>1,96980867=>1,96989301=>1,96981847=>1,96966013=>1,96964332=>1,96961212=>1,96961191=>1,96961985=>1,96964220=>1,96964291=>1,96748314=>1,94696060=>1,92776044=>1,92775905=>1,92778537=>1,92778559=>1,92779192=>1,92778617=>1,92775129=>1,92775004=>1,92773241=>1,92772495=>1,92773989=>1,92774254=>1,92774961=>1,92774272=>1,92779984=>1,92779989=>1,92783330=>1,92782279=>1,92784068=>1,92784397=>1,92785774=>1,92784398=>1,92782209=>1,92781261=>1,92780568=>1,92780514=>1,92780945=>1,92781091=>1,92781129=>1,92772418=>1,92770755=>1,90358532=>1,89673624=>1,90481488=>1,90498112=>1,90504601=>1,90504600=>1,89329764=>1,89091407=>1,89081961=>1,89081796=>1,89082357=>1,89083532=>1,89090583=>1,90531410=>1,90531654=>1,92740523=>1,92738853=>1,92750225=>1,92754719=>1,92762914=>1,92755223=>1,92734296=>1,92647623=>1,90728991=>1,90548286=>1,90729103=>1,90776651=>1,92404397=>1,92785784=>1,92785785=>1,94184994=>1,94184978=>1,94281648=>1,94320135=>1,94387728=>1,94334107=>1,94027426=>1,94008498=>1,93973106=>1,93973098=>1,93975929=>1,93980193=>1,93980339=>1,94387781=>1,94388050=>1,134427116=>1,94685949=>1,94699446=>1,94716476=>1,94743504=>1,94733858=>1,94435145=>1,94435132=>1,94394786=>1,94394226=>1,94432680=>1,94434845=>1,94435088=>1,93944600=>1,93943811=>1,93357149=>1,93307657=>1,93400742=>1,93487511=>1,93507421=>1,93506748=>1,93150696=>1,93132403=>1,92794711=>1,92785786=>1,92798499=>1,92981791=>1,93129046=>1,93515283=>1,93538533=>1,93771309=>1,93770247=>1,93771373=>1,93771575=>1,93943393=>1,93773193=>1,93768943=>1,93768880=>1,93714509=>1,93677963=>1,93714666=>1,93715036=>1,93766102=>1,94762128=>1,134509886=>1,244594052=>1,244592219=>1,244638306=>1,244947480=>1,245141305=>1,245010166=>1,244457563=>1,244457088=>1,244147773=>1,244141322=>1,244188193=>1,244404302=>1,244412664=>1,244412579=>1,245320541=>1,245858258=>1,248067510=>1,247951795=>1,248085132=>1,248085914=>1,248178225=>1,248159705=>1,247949993=>1,247911362=>1,247501291=>1,247181721=>1,247864259=>1,247876091=>1,247910885=>1,247910873=>1,244136136=>1,244122238=>1,242692178=>1,242692062=>1,242693294=>1,242693484=>1,242762301=>1,242693573=>1,242691099=>1,242690850=>1,242437862=>1,242437817=>1,242659277=>1,242662259=>1,242690526=>1,242690340=>1,242785430=>1,243072086=>1,244050910=>1,244046338=>1,244054524=>1,244055410=>1,244094750=>1,244093555=>1,244045239=>1,244045235=>1,243846950=>1,243168841=>1,243854468=>1,244021501=>1,244030642=>1,248193643=>1,248450137=>1,387717806=>1,387717402=>1,387717820=>1,387721342=>1,387721803=>1,387721529=>1,387716272=>1,387713553=>1,387457666=>1,387266181=>1,387471810=>1,387674162=>1,387712873=>1,387712786=>1,387729110=>1,387732455=>1,387798508=>1,387773712=>1,387798850=>1,391377111=>1,391378989=>1,391378539=>1,387773628=>1,387768751=>1,387733369=>1,387732962=>1,387737479=>1,387742502=>1,387758812=>1,387742859=>1,387262376=>1,318243157=>1,248935634=>1,248801954=>1,248936085=>1,248937485=>1,249178133=>1,249001857=>1,248741782=>1,248740806=>1,248461392=>1,248455931=>1,248500918=>1,248668081=>1,248739747=>1,248696645=>1,249182315=>1,249186081=>1,307363934=>1,264377992=>1,307364744=>1,307364804=>1,317653045=>1,313853221=>1,249445805=>1,249444646=>1,249191636=>1,249187646=>1,249217345=>1,249400038=>1,249410635=>1,242429298=>1,242418528=>1,201797545=>1,201618106=>1,201872496=>1,201872509=>1,201872638=>1,201872562=>1,137138332=>1,136935816=>1,136855398=>1,136854894=>1,136877895=>1,136886009=>1,136934189=>1,136933842=>1,201943134=>1,201943659=>1,210045382=>1,210000189=>1,210048454=>1,211356797=>1,211446331=>1,211356964=>1,205933835=>1,205847911=>1,202755400=>1,202191179=>1,202775560=>1,203708020=>1,204495436=>1,203747252=>1,136745173=>1,136745138=>1,135612617=>1,135523816=>1,135612749=>1,135742806=>1,135937349=>1,135863309=>1,135521584=>1,135478636=>1,135347908=>1,134805367=>1,135364158=>1,135364329=>1,135364569=>1,135364340=>1,135937350=>1,135937351=>1,136172078=>1,136093542=>1,136209997=>1,136246697=>1,136646364=>1,136502103=>1,136041448=>1,136041300=>1,136029482=>1,135952853=>1,136029703=>1,136040561=>1,136041150=>1,211446350=>1,211446835=>1,236752578=>1,236752289=>1,236752894=>1,237091124=>1,237419297=>1,237147509=>1,236722925=>1,236720772=>1,236282676=>1,236121188=>1,236406292=>1,236416258=>1,236719768=>1,236430666=>1,237419435=>1,238103074=>1,241573985=>1,241573891=>1,241579523=>1,241588701=>1,242342423=>1,241594822=>1,241568793=>1,241566274=>1,241198156=>1,239067212=>1,241206176=>1,241307117=>1,241332265=>1,241317166=>1,236121187=>1,236113757=>1,214676355=>1,213565765=>1,214890731=>1,215437818=>1,222386844=>1,215741770=>1,213359470=>1,213090779=>1,211851170=>1,211851132=>1,211906343=>1,212297010=>1,212394767=>1,212350516=>1,222548201=>1,222564998=>1,224166777=>1,224056917=>1,224178918=>1,224180077=>1,234957723=>1,224197029=>1,223350269=>1,223320968=>1,222796596=>1,222688679=>1,222915891=>1,223094913=>1,223117945=>1,89081518=>1,89052265=>1,29491015=>1,29476487=>1,29584499=>1,29584972=>1,29766423=>1,29694931=>1,29463663=>1,29447131=>1,29349233=>1,29302231=>1,29383474=>1,29435628=>1,29446876=>1,29446047=>1,29833067=>1,29834236=>1,30522548=>1,30522547=>1,30522550=>1,32463303=>1,33937993=>1,32797712=>1,30505527=>1,30400617=>1,29877608=>1,29857449=>1,30016657=>1,30359234=>1,30363563=>1,29104334=>1,29016066=>1,28555773=>1,28555769=>1,28556761=>1,28556925=>1,28558601=>1,28557865=>1,28555117=>1,28555101=>1,28553253=>1,28545689=>1,28554645=>1,28555035=>1,28555097=>1,28555094=>1,28558865=>1,28558885=>1,29012078=>1,28824060=>1,29012148=>1,29012177=>1,29012207=>1,29012199=>1,28803474=>1,28765440=>1,28560138=>1,28559634=>1,28696757=>1,28701746=>1,28753277=>1,36115862=>1,37583664=>1,40360457=>1,39775428=>1,40560471=>1,40778820=>1,40800902=>1,40784003=>1,39756082=>1,39683788=>1,39683741=>1,39683732=>1,39683750=>1,39683752=>1,39683781=>1,39683767=>1,40819503=>1,40846876=>1,43620735=>1,42704974=>1,43730704=>1,44425480=>1,45148257=>1,45146579=>1,42637334=>1,42495481=>1,42331633=>1,42208782=>1,42440239=>1,42462956=>1,42469688=>1,39683715=>1,39683712=>1,39517414=>1,39511452=>1,39568208=>1,39647576=>1,39675172=>1,39658035=>1,39503998=>1,39437396=>1,39061561=>1,37873513=>1,39113050=>1,39115685=>1,39310753=>1,39198582=>1,39683585=>1,39683614=>1,39683668=>1,39683657=>1,39683671=>1,39683684=>1,39683709=>1,39683704=>1,39683653=>1,39683646=>1,39683631=>1,39683616=>1,39683632=>1,39683639=>1,39683644=>1,28544946=>1,28366873=>1,20483460=>1,20444052=>1,20554450=>1,20625601=>1,20712800=>1,20709540=>1,19196484=>1,19193128=>1,18992491=>1,18898953=>1,18998942=>1,19004883=>1,19180442=>1,19047225=>1,20845819=>1,20908727=>1,27267438=>1,27266657=>1,27268774=>1,27272981=>1,27278642=>1,27273169=>1,27265732=>1,22872767=>1,21308513=>1,21276024=>1,21335135=>1,21346957=>1,22360478=>1,18797077=>1,18548923=>1,16840862=>1,16840486=>1,16840991=>1,16841301=>1,16841658=>1,16841587=>1,16840407=>1,16839989=>1,16839057=>1,16821645=>1,16839146=>1,16839255=>1,16839798=>1,16839410=>1,16842261=>1,16883120=>1,17410610=>1,17094589=>1,18138313=>1,18263315=>1,18523599=>1,18365436=>1,17080011=>1,17079479=>1,16887406=>1,16886560=>1,16889135=>1,16889161=>1,16891888=>1,27283970=>1,27307912=>1,28072903=>1,28067884=>1,28090521=>1,28097739=>1,28148296=>1,28148231=>1,28047383=>1,28021419=>1,27929091=>1,27906041=>1,27954119=>1,27985092=>1,27987364=>1,27986649=>1,28157185=>1,28157249=>1,28263555=>1,28262269=>1,28264658=>1,28288343=>1,28352495=>1,28308799=>1,28254563=>1,28254455=>1,28190841=>1,28157262=>1,28195549=>1,28195902=>1,28242142=>1,27905445=>1,27904772=>1,27472043=>1,27471581=>1,27472509=>1,27505631=>1,27508561=>1,27508197=>1,27468541=>1,27465316=>1,27396381=>1,27365849=>1,27406581=>1,27449872=>1,27462179=>1,27450758=>1,27511817=>1,27549100=>1,27854317=>1,27639083=>1,27865852=>1,27882811=>1,27904224=>1,27902972=>1,27632145=>1,27616636=>1,27551140=>1,27549997=>1,27560610=>1,27562183=>1,27562631=>1,45148274=>1,45149376=>1,86462873=>1,86462599=>1,86463168=>1,86463259=>1,86463705=>1,86463449=>1,86462492=>1,86462185=>1,86448284=>1,86444214=>1,86448287=>1,86461598=>1,86462053=>1,86461904=>1,86464206=>1,86464296=>1,86473824=>1,86471232=>1,86497550=>1,86497815=>1,86795710=>1,86497923=>1,86466446=>1,86466108=>1,86464566=>1,86464565=>1,86464892=>1,86465451=>1,86465735=>1,86245026=>1,86244343=>1,85167608=>1,84810277=>1,85172839=>1,85178405=>1,85192074=>1,85185095=>1,84713828=>1,84675388=>1,84553569=>1,84553443=>1,84553716=>1,84570205=>1,84651181=>1,84643757=>1,85378007=>1,85378706=>1,86161224=>1,86161181=>1,86161357=>1,86161362=>1,86243722=>1,86180535=>1,86161178=>1,86160451=>1,85413021=>1,85411426=>1,85562245=>1,85737045=>1,86155492=>1,86851681=>1,86854956=>1,87951061=>1,87951019=>1,87951062=>1,87951063=>1,87954826=>1,87954825=>1,87951018=>1,87951016=>1,87924981=>1,87924861=>1,87929699=>1,87950992=>1,87950995=>1,87950994=>1,87954827=>1,88031534=>1,16820335=>1,89050535=>1,89053538=>1,89079948=>1,89080340=>1,89080014=>1,89019293=>1,88944526=>1,88201473=>1,88053899=>1,88298267=>1,88522398=>1,88920924=>1,87893763=>1,87893287=>1,87265780=>1,87113031=>1,87278331=>1,87280881=>1,87284766=>1,87284344=>1,86863166=>1,86863037=>1,86860339=>1,86860159=>1,86860399=>1,86860822=>1,86862896=>1,86862648=>1,87363767=>1,87559177=>1,87590279=>1,87590163=>1,87615850=>1,87629923=>1,87892543=>1,87629933=>1,87559196=>1,87559194=>1,87559181=>1,87559178=>1,87559189=>1,87559191=>1,87559192=>1,84553230=>1,84553067=>1,49453135=>1,49453083=>1,49459296=>1,49461108=>1,49464319=>1,49463774=>1,49442480=>1,49436989=>1,49425431=>1,49423580=>1,49427674=>1,49432049=>1,49436074=>1,49435987=>1,49466121=>1,49469065=>1,84049994=>1,83974984=>1,84052599=>1,84053168=>1,84069809=>1,84065663=>1,83964554=>1,69156934=>1,49478398=>1,49471981=>1,49478579=>1,49638349=>1,49659376=>1,49423481=>1,49420772=>1,45716835=>1,45715606=>1,45879350=>1,47986056=>1,48359260=>1,48336262=>1,45703937=>1,45587202=>1,45351475=>1,45152375=>1,45355951=>1,45415462=>1,45565995=>1,45556156=>1,48428457=>1,48669950=>1,49307631=>1,49298838=>1,49316439=>1,49327403=>1,49350636=>1,49340422=>1,49296570=>1,49288058=>1,48746809=>1,48737978=>1,48929093=>1,49100062=>1,49224701=>1,84074862=>1,84076176=>1,84511746=>1,84509146=>1,84511986=>1,84512585=>1,84514148=>1,84513483=>1,84508858=>1,84508655=>1,84503640=>1,84503639=>1,84504300=>1,84505829=>1,84505961=>1,84505851=>1,84514801=>1,84515186=>1,84534123=>1,84530380=>1,84540906=>1,84552084=>1,84552890=>1,84552508=>1,84526523=>1,84525964=>1,84516317=>1,84515857=>1,84516427=>1,84519716=>1,84524852=>1,84502214=>1,84499348=>1,84471878=>1,84471877=>1,84477826=>1,84477948=>1,84482779=>1,84477961=>1,84471876=>1,84471875=>1,84079494=>1,84079372=>1,84120481=>1,84125233=>1,84465062=>1,84462626=>1,84484357=>1,84484381=>1,84496134=>1,84494907=>1,84496270=>1,84496282=>1,84497356=>1,84496681=>1,84491793=>1,84490889=>1,84486915=>1,84485619=>1,84486992=>1,84488788=>1,84489772=>1,89080993=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php CHANGED
@@ -1 +1 @@
1
- <?php return array(392060424=>392060431,521368609=>1,521361796=>1,521368644=>1,521368710=>1,521369349=>1,521369157=>1,521356852=>1,521350231=>1,521332611=>1,521329370=>1,521348113=>1,521348356=>1,521370054=>1,521350171=>1,521350232=>1,521370071=>1,521768340=>1,521767171=>1,521931686=>1,521971886=>1,521998039=>1,521991398=>1,521750568=>1,521743415=>1,521370895=>1,521370171=>1,521377343=>1,521537479=>1,521704201=>1,521329332=>1,521322997=>1,521045698=>1,521045287=>1,521046209=>1,521046226=>1,521145011=>1,521093850=>1,520996603=>1,520950734=>1,520630064=>1,520628446=>1,520652012=>1,520784758=>1,520950050=>1,520850466=>1,521148947=>1,521159119=>1,521312392=>1,521304060=>1,521312445=>1,521312539=>1,521316588=>1,521312617=>1,521304044=>1,521303923=>1,521165805=>1,521159219=>1,521199818=>1,521271101=>1,521274524=>1,522144067=>1,522144195=>1,528913250=>1,528810114=>1,529003286=>1,529615691=>1,529708666=>1,529706325=>1,528784520=>1,528743204=>1,528605177=>1,528590414=>1,528623661=>1,528680103=>1,528696140=>1,528684374=>1,529823882=>1,529824416=>1,530717386=>1,530247687=>1,530727006=>1,530733819=>1,530825254=>1,530734362=>1,530041817=>1,529849308=>1,529825202=>1,529825189=>1,529825262=>1,529849167=>1,529849268=>1,529849253=>1,523852732=>1,523646346=>1,522792257=>1,522747969=>1,522804807=>1,522836964=>1,523038054=>1,523000796=>1,522747905=>1,522725919=>1,522144303=>1,522144222=>1,522144693=>1,522144937=>1,522171397=>1,522145329=>1,523046965=>1,523055953=>1,523199391=>1,523199365=>1,523206110=>1,523234970=>1,523552242=>1,523397406=>1,523167680=>1,523167473=>1,523057296=>1,523056875=>1,523058546=>1,523059148=>1,523167088=>1,520611942=>1,520599590=>1,455229667=>1,455215133=>1,455233947=>1,455256348=>1,455631692=>1,455579222=>1,455138502=>1,454913407=>1,453868286=>1,453860620=>1,454091952=>1,454107514=>1,454674866=>1,454353546=>1,455706638=>1,455712244=>1,456005021=>1,455912375=>1,456011832=>1,456012253=>1,456267786=>1,456012350=>1,455910990=>1,455888571=>1,455778312=>1,455777451=>1,455887891=>1,455888183=>1,455888253=>1,455888213=>1,453651631=>1,453574724=>1,418234895=>1,418217453=>1,418240615=>1,418249857=>1,418281995=>1,418252333=>1,418199590=>1,418197531=>1,418151485=>1,418141478=>1,418184841=>1,418192561=>1,418196062=>1,418193935=>1,418282595=>1,418282650=>1,419114462=>1,418997395=>1,419153766=>1,452987939=>1,453304824=>1,453045096=>1,418995628=>1,418995613=>1,418396308=>1,418349183=>1,418605599=>1,418617366=>1,418805795=>1,456285947=>1,459458444=>1,465297294=>1,465297220=>1,465297352=>1,465562181=>1,465962754=>1,465755367=>1,465297054=>1,465296927=>1,462168878=>1,461831912=>1,462524777=>1,462653034=>1,462680146=>1,462655994=>1,466796709=>1,466954924=>1,469713118=>1,469709978=>1,469714878=>1,520316197=>1,530827835=>1,520505057=>1,469669442=>1,469659076=>1,466994845=>1,466960371=>1,467077040=>1,467125713=>1,469643211=>1,461828994=>1,461614338=>1,460877842=>1,460877835=>1,460877851=>1,460877858=>1,460983341=>1,460936342=>1,460877360=>1,460603238=>1,459879683=>1,459879266=>1,460132106=>1,460271464=>1,460602550=>1,460540786=>1,461046062=>1,461046178=>1,461564381=>1,461561497=>1,461571796=>1,461573218=>1,461582212=>1,461574098=>1,461553808=>1,461553223=>1,461047729=>1,461047662=>1,461505406=>1,461526676=>1,461530343=>1,520609673=>1,531162818=>1,608666378=>1,608659558=>1,608667578=>1,608670438=>1,608701117=>1,608670689=>1,608592794=>1,608483380=>1,608466779=>1,608466190=>1,608468507=>1,608469000=>1,608470261=>1,608469191=>1,608701847=>1,608703114=>1,608725405=>1,608725260=>1,608727415=>1,608729427=>1,608730828=>1,608730815=>1,608724912=>1,608723759=>1,608716106=>1,608710050=>1,608716525=>1,608719110=>1,608720560=>1,608719764=>1,608465317=>1,608463060=>1,608324290=>1,608323721=>1,608356621=>1,608356898=>1,608358122=>1,608357131=>1,608315802=>1,608315067=>1,607644188=>1,607644068=>1,607644381=>1,607646524=>1,608313866=>1,608313786=>1,608364130=>1,608364274=>1,608448241=>1,608447138=>1,608451108=>1,608456590=>1,608462812=>1,608457579=>1,608447012=>1,608443718=>1,608366898=>1,608364275=>1,608438001=>1,608440719=>1,608443705=>1,608731626=>1,608732267=>1,608892813=>1,608892467=>1,608898456=>1,608924676=>1,608931980=>1,608926983=>1,608889973=>1,608888931=>1,608855406=>1,608843150=>1,608855582=>1,608878947=>1,608887873=>1,608887740=>1,608949711=>1,608958139=>1,608999272=>1,608997511=>1,609000729=>1,609000912=>1,609003652=>1,609002300=>1,608983961=>1,608980339=>1,608959067=>1,608958718=>1,608975509=>1,608976713=>1,608977264=>1,608843133=>1,608842334=>1,608756876=>1,608747986=>1,608757010=>1,608757094=>1,608776389=>1,608772967=>1,608744753=>1,608744435=>1,608734580=>1,608732591=>1,608738104=>1,608738344=>1,608742098=>1,608739774=>1,608776445=>1,608777626=>1,608785600=>1,608785563=>1,608789580=>1,608794064=>1,608838968=>1,608809736=>1,608785013=>1,608783728=>1,608778418=>1,608777872=>1,608779985=>1,608781184=>1,608783221=>1,607642801=>1,607642556=>1,532726157=>1,532722426=>1,532726185=>1,532729036=>1,532741529=>1,532735161=>1,532703362=>1,532701847=>1,532246027=>1,532225427=>1,532320344=>1,532351784=>1,532367040=>1,532366885=>1,532774910=>1,532776020=>1,533501517=>1,533362696=>1,533501690=>1,533501691=>1,533501762=>1,533501703=>1,533362670=>1,533312663=>1,532780386=>1,532777742=>1,532780387=>1,533181826=>1,533184532=>1,533184529=>1,532224971=>1,532224769=>1,531280425=>1,531280424=>1,531280426=>1,531280675=>1,531340140=>1,531340135=>1,531280422=>1,531261773=>1,531164396=>1,418138880=>1,531185874=>1,531187393=>1,531255849=>1,531190721=>1,531362867=>1,531374031=>1,531858474=>1,531495050=>1,531873947=>1,531874031=>1,532186930=>1,531888835=>1,531473558=>1,531450441=>1,531431672=>1,531387236=>1,531432370=>1,531448993=>1,531449251=>1,533501817=>1,533501818=>1,533883431=>1,533873046=>1,533911686=>1,534180377=>1,534364402=>1,534180744=>1,533804112=>1,533795634=>1,533761400=>1,533761313=>1,533765546=>1,533767416=>1,533794869=>1,533770871=>1,534512853=>1,534513049=>1,606615830=>1,606440201=>1,606616885=>1,606643894=>1,607038542=>1,606644111=>1,606438930=>1,587235124=>1,534513551=>1,534513096=>1,534522917=>1,534523142=>1,543256122=>1,533758538=>1,533758023=>1,533730357=>1,533726998=>1,533735721=>1,533740980=>1,533743533=>1,533742850=>1,533725911=>1,533719327=>1,533501820=>1,533501819=>1,533502591=>1,533502758=>1,533659747=>1,533502772=>1,533745198=>1,533747412=>1,533755600=>1,533752888=>1,533755946=>1,533756909=>1,533757970=>1,533757754=>1,533752505=>1,533752483=>1,533748309=>1,533747738=>1,533751496=>1,533752394=>1,533752396=>1,531134463=>1,418019620=>1,403174824=>1,403091038=>1,403197102=>1,403246350=>1,403560421=>1,403291142=>1,403080592=>1,403019773=>1,402923736=>1,402911218=>1,402940117=>1,402941113=>1,403013580=>1,402951917=>1,403579503=>1,403696245=>1,404732295=>1,404730024=>1,404917805=>1,404953227=>1,404961703=>1,404957203=>1,404720084=>1,404615521=>1,404011329=>1,403702059=>1,404407299=>1,404409041=>1,404509688=>1,404506171=>1,402829240=>1,402719842=>1,402440998=>1,402405077=>1,402441940=>1,402443721=>1,402465272=>1,402443757=>1,402404921=>1,402365352=>1,401912994=>1,401877906=>1,402071626=>1,402221588=>1,402341070=>1,402338186=>1,402467280=>1,402480981=>1,402575773=>1,402575693=>1,402638475=>1,402641270=>1,402648276=>1,402644477=>1,402565095=>1,402564830=>1,402520206=>1,402517233=>1,402554918=>1,402564484=>1,402564602=>1,404972082=>1,404974370=>1,405570684=>1,405533142=>1,405584584=>1,405696233=>1,405833815=>1,405696365=>1,405467049=>1,405463355=>1,405439064=>1,405339134=>1,405448053=>1,405451138=>1,405462384=>1,405457871=>1,405843169=>1,405886713=>1,406006671=>1,405966388=>1,406018344=>1,406025517=>1,406032878=>1,406030081=>1,405935543=>1,405934739=>1,405894151=>1,405888187=>1,405909944=>1,405931497=>1,405931749=>1,405336845=>1,405333478=>1,404990449=>1,404988530=>1,404991413=>1,404992644=>1,405000053=>1,404996869=>1,404987091=>1,404986736=>1,404982643=>1,404982560=>1,404983489=>1,404983928=>1,404984490=>1,404984436=>1,405000551=>1,405000837=>1,405011448=>1,405011371=>1,405173261=>1,405224389=>1,405333452=>1,405235010=>1,405011106=>1,405011065=>1,405001077=>1,405001051=>1,405002416=>1,405004160=>1,405005538=>1,401843228=>1,401811806=>1,391658166=>1,391379437=>1,391672187=>1,391696496=>1,391704236=>1,391702533=>1,391378989=>1,391377111=>1,387773712=>1,387768758=>1,387798850=>1,387915489=>1,391377064=>1,391376312=>1,391706155=>1,391706503=>1,391910257=>1,391909605=>1,391910730=>1,391912050=>1,392037379=>1,391959870=>1,391907612=>1,391907457=>1,391856651=>1,391759547=>1,391864702=>1,391865550=>1,391874321=>1,391871612=>1,387768684=>1,387759257=>1,387717806=>1,387717575=>1,387717820=>1,387718603=>1,387721496=>1,387719025=>1,387715972=>1,387714690=>1,387646357=>1,387524058=>1,387710998=>1,387712786=>1,387713735=>1,387712873=>1,387721803=>1,387722917=>1,387732981=>1,387732978=>1,387733297=>1,387737539=>1,387742859=>1,387742047=>1,387732578=>1,387732455=>1,387722994=>1,387722937=>1,387723153=>1,387729110=>1,387730370=>1,392039207=>1,392043281=>1,400722237=>1,400721028=>1,400794391=>1,400794590=>1,401145940=>1,400801504=>1,400720815=>1,394133561=>1,392976140=>1,392822985=>1,393028873=>1,393101324=>1,393955632=>1,393117645=>1,401162940=>1,401182495=>1,401546012=>1,401544723=>1,401546167=>1,401546722=>1,401576317=>1,401568101=>1,401541776=>1,401540990=>1,401351441=>1,401225138=>1,401351442=>1,401478117=>1,401528175=>1,392822923=>1,392814511=>1,392110471=>1,392109918=>1,392120104=>1,392120169=>1,392124940=>1,392124939=>1,392104660=>1,392104239=>1,392060421=>1,392052644=>1,392060422=>1,392060423=>1,392063088=>1,392062357=>1,392124941=>1,392124942=>1,392811162=>1,392773698=>1,392811439=>1,392813581=>1,392813945=>1,392813867=>1,392601719=>1,392580283=>1,392171705=>1,392130821=>1,392275193=>1,392387900=>1,392561589=>1,406033256=>1,406034416=>1,415516084=>1,415332323=>1,415648950=>1,415765781=>1,416093706=>1,415979933=>1,415298746=>1,415298675=>1,415280887=>1,415278774=>1,415284365=>1,415293546=>1,415298058=>1,415293712=>1,416109208=>1,416129928=>1,416681373=>1,416680615=>1,416683658=>1,416684371=>1,416700044=>1,416691344=>1,416654738=>1,416591036=>1,416150618=>1,416130743=>1,416216437=>1,416252007=>1,416564161=>1,416360153=>1,415275275=>1,415272390=>1,414587522=>1,414546914=>1,414799515=>1,414870788=>1,414913007=>1,414874817=>1,414530600=>1,414277899=>1,413901403=>1,413863222=>1,413914620=>1,413940164=>1,414240701=>1,414041738=>1,415016163=>1,415238222=>1,415251639=>1,415249991=>1,415254181=>1,415254833=>1,415269842=>1,415265612=>1,415249078=>1,415248965=>1,415240206=>1,415239495=>1,415240529=>1,415241376=>1,415248719=>1,416701758=>1,416703875=>1,417743283=>1,417714515=>1,417757958=>1,417759386=>1,417847954=>1,417804164=>1,417603834=>1,417545190=>1,417342256=>1,417334623=>1,417359822=>1,417425372=>1,417527244=>1,417426059=>1,417942127=>1,417942814=>1,417944035=>1,417943827=>1,417944277=>1,417948771=>1,387516981=>1,418006126=>1,417943776=>1,417943770=>1,417943334=>1,417943000=>1,417943367=>1,417943455=>1,417943763=>1,417329412=>1,417283303=>1,416733208=>1,416723790=>1,416733802=>1,416736862=>1,416814450=>1,416805910=>1,416723781=>1,416723251=>1,416710212=>1,416709061=>1,416716498=>1,416717707=>1,416722991=>1,416718276=>1,416897271=>1,416904279=>1,417051321=>1,417050582=>1,417062956=>1,417086209=>1,417116766=>1,417106546=>1,417023179=>1,417022106=>1,416951784=>1,416905440=>1,417013877=>1,417017162=>1,417017379=>1,413835252=>1,413621671=>1,408996371=>1,408993838=>1,408998589=>1,409004041=>1,409037740=>1,409005641=>1,408993820=>1,408989032=>1,408977924=>1,408975664=>1,408978287=>1,408979590=>1,408984563=>1,408982895=>1,409046683=>1,409108669=>1,410105640=>1,410087444=>1,410253253=>1,410350689=>1,410790198=>1,410605118=>1,410020885=>1,410018230=>1,409458998=>1,409333936=>1,409588715=>1,409739670=>1,409989244=>1,409962064=>1,408972637=>1,408968458=>1,406332741=>1,406275222=>1,406360605=>1,406385209=>1,406566032=>1,406387016=>1,406253460=>1,406236015=>1,406042661=>1,406040146=>1,406044066=>1,406044227=>1,406115305=>1,406071792=>1,406868189=>1,407082112=>1,408785270=>1,408523686=>1,408803272=>1,408948760=>1,408965275=>1,408948824=>1,408255262=>1,408158860=>1,407416971=>1,407123249=>1,407419968=>1,407456338=>1,407825293=>1,410791754=>1,410794512=>1,412353088=>1,412278023=>1,412367801=>1,412378312=>1,412530796=>1,412492322=>1,412088983=>1,412088962=>1,412085869=>1,412085778=>1,412085870=>1,412088634=>1,412088773=>1,412088648=>1,412554935=>1,412578824=>1,413180616=>1,412884551=>1,413608829=>1,413617423=>1,413620364=>1,413617479=>1,412868625=>1,412792486=>1,412744292=>1,412744066=>1,412744306=>1,412745267=>1,412782589=>1,412085690=>1,412085036=>1,411336612=>1,411229558=>1,411403093=>1,411485259=>1,411527244=>1,411495357=>1,411181419=>1,411134052=>1,410796240=>1,410794555=>1,410797472=>1,410800989=>1,410973889=>1,410810202=>1,411668936=>1,411769128=>1,412053816=>1,412053155=>1,412082562=>1,412082723=>1,412084262=>1,412083171=>1,412038507=>1,412034934=>1,411773105=>1,411769145=>1,411869527=>1,411976588=>1,411983855=>1,418051365=>1,);?>
1
+ <?php return array(392060424=>392060431,529706325=>1,529003286=>1,529708666=>1,529824166=>1,529824562=>1,529824548=>1,528880752=>1,528784520=>1,528680103=>1,528623661=>1,528684374=>1,528696140=>1,528743204=>1,529825110=>1,529825165=>1,530247687=>1,530139513=>1,530733568=>1,530733996=>1,530827835=>1,530825254=>1,530042611=>1,530041817=>1,529825175=>1,529825169=>1,529849167=>1,529849268=>1,529959010=>1,529849456=>1,528590414=>1,528577369=>1,522145329=>1,522144937=>1,522172503=>1,522177334=>1,522804807=>1,522725919=>1,522144693=>1,522144303=>1,521991398=>1,521971886=>1,522019290=>1,522056120=>1,522144222=>1,522144195=>1,522836964=>1,522856976=>1,523199391=>1,523199365=>1,523385318=>1,523398398=>1,524013943=>1,523507362=>1,523046965=>1,523040135=>1,522939507=>1,522916189=>1,522949220=>1,523000796=>1,523038035=>1,523035867=>1,531121012=>1,531134135=>1,532735161=>1,532729036=>1,532746999=>1,532777742=>1,532780387=>1,532780386=>1,532727789=>1,532726052=>1,532701847=>1,532377328=>1,532703362=>1,532703539=>1,532722426=>1,532716958=>1,533181826=>1,533184529=>1,533659747=>1,533502758=>1,533719327=>1,533726998=>1,533727779=>1,533727442=>1,533501820=>1,533501819=>1,533312663=>1,533184532=>1,533501773=>1,533501817=>1,533501818=>1,532367040=>1,532366885=>1,531340135=>1,531261773=>1,531340140=>1,531356007=>1,531374031=>1,531362867=>1,531255849=>1,531190721=>1,531155028=>1,531140791=>1,531162818=>1,531164396=>1,531187393=>1,531185874=>1,531431672=>1,531440006=>1,532224971=>1,532224769=>1,532225427=>1,532244499=>1,532320344=>1,532289951=>1,531954936=>1,531858474=>1,531448993=>1,531448886=>1,531450441=>1,531473558=>1,531668450=>1,521903317=>1,521767521=>1,465981316=>1,465882330=>1,466001673=>1,466092517=>1,466285816=>1,466110674=>1,465776279=>1,465758447=>1,465562181=>1,465520384=>1,465609168=>1,465640472=>1,465712339=>1,465711498=>1,466461625=>1,466654278=>1,467161526=>1,467141388=>1,467276034=>1,467300121=>1,467303599=>1,467303562=>1,467139438=>1,467139150=>1,466769926=>1,466669652=>1,466780749=>1,466780810=>1,467092629=>1,467017107=>1,465472383=>1,465311339=>1,461573194=>1,461572026=>1,461573482=>1,461574006=>1,461582212=>1,461574098=>1,461571796=>1,461564220=>1,461485502=>1,461290696=>1,461486057=>1,461495695=>1,461529539=>1,461528100=>1,461729168=>1,462168878=>1,463085383=>1,463084320=>1,465114446=>1,465116220=>1,465297057=>1,465296927=>1,462937311=>1,462937218=>1,462524777=>1,462507727=>1,462653034=>1,462655994=>1,462680146=>1,467332047=>1,467336214=>1,521322571=>1,521322529=>1,521322970=>1,521329441=>1,521329805=>1,521329555=>1,521316588=>1,521312617=>1,521171889=>1,521165805=>1,521222512=>1,521274212=>1,521312571=>1,521311154=>1,521356852=>1,521366456=>1,521390953=>1,521384001=>1,521686985=>1,521739576=>1,533735721=>1,521743415=>1,521371125=>1,521370526=>1,521369230=>1,521369022=>1,521369570=>1,521369738=>1,521369867=>1,521159119=>1,521093850=>1,469720262=>1,469687307=>1,520316197=>1,520329424=>1,520349829=>1,520329599=>1,469659076=>1,469643211=>1,467461794=>1,467425073=>1,467546383=>1,467563724=>1,467896428=>1,467856325=>1,520505057=>1,520599590=>1,520950734=>1,520950050=>1,521045287=>1,521045698=>1,521046226=>1,521045896=>1,520880011=>1,520665180=>1,520631534=>1,520626513=>1,520632453=>1,520632516=>1,520664797=>1,521768340=>1,533740980=>1,608998021=>1,608997413=>1,608999646=>1,608999657=>1,609002300=>1,609002128=>1,608985033=>1,608984106=>1,608965522=>1,608964868=>1,608968881=>1,608969784=>1,608971627=>1,608971489=>1,609002476=>1,609003060=>1,609049416=>1,609049285=>1,609064873=>1,609072700=>1,609125473=>1,609103793=>1,609048446=>1,609048093=>1,609005193=>1,609003071=>1,609019610=>1,609026696=>1,609040216=>1,609039607=>1,608964683=>1,608958718=>1,608793759=>1,608792702=>1,608798390=>1,608799200=>1,608831270=>1,608800820=>1,608790198=>1,608787530=>1,608775195=>1,608770170=>1,608775889=>1,608777651=>1,608786302=>1,608777938=>1,608838416=>1,608843133=>1,608929193=>1,608891522=>1,608931980=>1,608936734=>1,608949904=>1,608949711=>1,608887132=>1,608855582=>1,608843755=>1,608843586=>1,608848742=>1,608855406=>1,608855455=>1,609132551=>1,609133181=>1,609311460=>1,609304397=>1,609324772=>1,609325887=>1,609331131=>1,609328465=>1,609304074=>1,609303403=>1,609293862=>1,609292544=>1,609295048=>1,609297452=>1,609300197=>1,609298652=>1,609331705=>1,609340076=>1,609443843=>1,609431115=>1,609445813=>1,609446231=>1,609455140=>1,609453387=>1,609419458=>1,609418450=>1,609353545=>1,609340388=>1,609365607=>1,609378424=>1,609415544=>1,609291174=>1,609288910=>1,609195342=>1,609191170=>1,609198869=>1,609212022=>1,609219699=>1,609219306=>1,609168100=>1,609166755=>1,609138538=>1,609137495=>1,609141018=>1,609141074=>1,609161692=>1,609147979=>1,609219882=>1,609221918=>1,609258531=>1,609237994=>1,609261317=>1,609270231=>1,609287624=>1,609272767=>1,609237173=>1,609233038=>1,609228661=>1,609224806=>1,609228812=>1,609231351=>1,609231585=>1,608757446=>1,608757094=>1,607203024=>1,607180253=>1,607644068=>1,607644188=>1,607646524=>1,607644381=>1,607126839=>1,607058182=>1,606380639=>1,606241291=>1,606438930=>1,606616861=>1,607016317=>1,606971791=>1,608313786=>1,608313866=>1,608357131=>1,608356898=>1,608358122=>1,608364101=>1,608364275=>1,608364274=>1,608354438=>1,608338545=>1,608315802=>1,608315067=>1,608323721=>1,608326639=>1,608338250=>1,608330154=>1,606194724=>1,606145752=>1,533752505=>1,533751718=>1,533752534=>1,533757083=>1,533761400=>1,533761285=>1,533751496=>1,533749446=>1,533743533=>1,461288719=>1,533745098=>1,533745198=>1,533747727=>1,533745845=>1,533770871=>1,533801967=>1,534522601=>1,534513551=>1,534523142=>1,534607826=>1,606145121=>1,587235124=>1,534513096=>1,534513049=>1,533873046=>1,533804112=>1,533883431=>1,534180377=>1,534287170=>1,608369202=>1,608369203=>1,608721689=>1,608721140=>1,608722439=>1,608722615=>1,608723957=>1,608723887=>1,608720923=>1,608718161=>1,608712840=>1,608711368=>1,608714970=>1,608716601=>1,608717311=>1,608716772=>1,608728331=>1,608729105=>1,608742098=>1,608738784=>1,608743213=>1,608743339=>1,608756876=>1,608743933=>1,608738045=>1,608733124=>1,608730284=>1,608729553=>1,608730775=>1,608731143=>1,608732267=>1,608710089=>1,608706164=>1,608460327=>1,608458777=>1,608460615=>1,608462478=>1,608464666=>1,608464341=>1,608457418=>1,608457260=>1,608444179=>1,608369204=>1,608446149=>1,608447411=>1,608454365=>1,608448617=>1,608466806=>1,608467650=>1,608626177=>1,608576938=>1,608659558=>1,608666378=>1,608670443=>1,608667578=>1,608470955=>1,608470775=>1,608469374=>1,608467879=>1,608469660=>1,608470072=>1,608470574=>1,533740017=>1,461102465=>1,405533142=>1,405469112=>1,405550769=>1,405584584=>1,405656097=>1,405622770=>1,405467332=>1,405459554=>1,405453163=>1,405451160=>1,405453183=>1,405453192=>1,405457601=>1,405456210=>1,405696365=>1,405832874=>1,405935543=>1,405935541=>1,405966388=>1,406032878=>1,406034416=>1,406034231=>1,405934739=>1,405931749=>1,405834339=>1,405834303=>1,405843169=>1,405886713=>1,405931497=>1,405888886=>1,405445973=>1,405443598=>1,404425207=>1,404418838=>1,404506171=>1,404509688=>1,404917805=>1,404615521=>1,404409041=>1,404407299=>1,404011329=>1,403861007=>1,404049271=>1,404084148=>1,404258684=>1,404152159=>1,404948255=>1,404953227=>1,405001146=>1,404989637=>1,405173261=>1,405224389=>1,405439064=>1,405235010=>1,404983724=>1,404982625=>1,404972082=>1,404960277=>1,404981256=>1,404982560=>1,404982579=>1,406034983=>1,406037170=>1,409044822=>1,408996371=>1,409058950=>1,409245316=>1,409654446=>1,409458998=>1,408993838=>1,408989032=>1,408946196=>1,408836383=>1,408948824=>1,408949471=>1,408979590=>1,408975843=>1,409937922=>1,409979467=>1,410350689=>1,410105640=>1,410428279=>1,410513763=>1,410596991=>1,410583126=>1,410087444=>1,410020885=>1,409987724=>1,409983468=>1,409994888=>1,410011132=>1,410018230=>1,408809108=>1,408785270=>1,406205567=>1,406100576=>1,406217478=>1,406385209=>1,406550515=>1,406387016=>1,406098830=>1,406071792=>1,406040397=>1,406040359=>1,406044066=>1,406044227=>1,406052702=>1,406044321=>1,406698471=>1,406868189=>1,408492042=>1,408158860=>1,408517441=>1,408538584=>1,408776069=>1,408716469=>1,407606603=>1,407456338=>1,407082112=>1,406918769=>1,407341742=>1,407413924=>1,407419968=>1,403735613=>1,403702059=>1,392099064=>1,392099063=>1,392103875=>1,392104239=>1,392109258=>1,392104660=>1,392098462=>1,392063088=>1,392052644=>1,392039207=>1,392060421=>1,392060422=>1,392062357=>1,392060423=>1,392116012=>1,392120169=>1,392561589=>1,392390519=>1,392568781=>1,392575227=>1,392810803=>1,392601719=>1,392387900=>1,392251688=>1,392124940=>1,392124938=>1,392124941=>1,392124942=>1,392231632=>1,392130821=>1,392037838=>1,392037379=>1,391704236=>1,391702721=>1,391718706=>1,391746019=>1,391749162=>1,391746022=>1,391702720=>1,391702533=>1,391672187=>1,391658042=>1,391696496=>1,391697667=>1,391702010=>1,391697674=>1,391749163=>1,391759547=>1,391907612=>1,391907457=>1,391909605=>1,391910257=>1,391912050=>1,391910730=>1,391871612=>1,391865550=>1,391856651=>1,391766025=>1,391859131=>1,391864702=>1,391865398=>1,392811439=>1,392976140=>1,402639769=>1,402576360=>1,402719842=>1,402829240=>1,402923736=>1,402911218=>1,402565095=>1,402564830=>1,402443706=>1,402441940=>1,402480981=>1,402554918=>1,402564602=>1,402564484=>1,402951917=>1,403013580=>1,403246350=>1,403197102=>1,403291142=>1,403560421=>1,403696245=>1,403647857=>1,403174824=>1,403164637=>1,403072484=>1,403019773=>1,403080592=>1,403091038=>1,403096148=>1,402440998=>1,402404891=>1,401379255=>1,401379252=>1,401478117=>1,401528175=>1,401541776=>1,401540990=>1,401351442=>1,401350971=>1,400720815=>1,394133561=>1,400721028=>1,400736813=>1,401224460=>1,400799683=>1,401543897=>1,401544723=>1,401883320=>1,401883185=>1,401912994=>1,402056857=>1,402365352=>1,402345374=>1,401811806=>1,401691938=>1,401546167=>1,401546012=>1,401546722=>1,401568101=>1,401576317=>1,410599493=>1,410737806=>1,418546549=>1,418467159=>1,418603244=>1,418617366=>1,418735503=>1,418733976=>1,418447197=>1,418396308=>1,418221236=>1,418193935=>1,418225347=>1,418257730=>1,418349183=>1,418279155=>1,418795523=>1,418813413=>1,453557548=>1,453523767=>1,453574724=>1,453580429=>1,453760174=>1,453639591=>1,419241458=>1,419132117=>1,418995628=>1,418995578=>1,418997395=>1,419058165=>1,419114462=>1,419108311=>1,418184841=>1,418145121=>1,417820881=>1,417759386=>1,417822097=>1,417822158=>1,417822187=>1,417822166=>1,417757958=>1,417714515=>1,417341850=>1,417334623=>1,417342049=>1,417423453=>1,417663829=>1,417603834=>1,417822532=>1,417822556=>1,418047347=>1,418007908=>1,418136387=>1,418137143=>1,418141519=>1,418137262=>1,418006126=>1,418004560=>1,417847954=>1,417822995=>1,417853374=>1,417892508=>1,417944248=>1,453761278=>1,453843516=>1,459956186=>1,459945633=>1,460132106=>1,460267842=>1,460540786=>1,460342182=>1,459879898=>1,459879534=>1,456570811=>1,456570810=>1,456570819=>1,459547838=>1,459879331=>1,459879266=>1,460592313=>1,460603238=>1,461046178=>1,461046062=>1,461046185=>1,461047662=>1,391644090=>1,461047729=>1,460983341=>1,460877858=>1,460877360=>1,460874680=>1,460877835=>1,460877842=>1,460877851=>1,456570499=>1,456569890=>1,455708862=>1,455459596=>1,455772015=>1,455784445=>1,455887891=>1,455798699=>1,455409984=>1,455276042=>1,453948834=>1,453844051=>1,454091952=>1,454107514=>1,455150380=>1,454674866=>1,455888183=>1,455888213=>1,456012156=>1,456011860=>1,456267786=>1,456285947=>1,456567330=>1,456567302=>1,456010834=>1,456005021=>1,455888571=>1,455888253=>1,455889993=>1,455910632=>1,455931020=>1,417329412=>1,417116766=>1,412744723=>1,412744306=>1,412745267=>1,412782589=>1,413532546=>1,412884551=>1,412744292=>1,412744066=>1,412378312=>1,412367801=>1,412473303=>1,412554935=>1,412672469=>1,412578824=>1,413608829=>1,413612409=>1,414281844=>1,414240701=>1,414369226=>1,414370134=>1,414485079=>1,414474659=>1,413951044=>1,413901403=>1,413620364=>1,413617479=>1,413660704=>1,413857994=>1,413871607=>1,413863222=>1,412353088=>1,412135469=>1,411229558=>1,411181419=>1,411270066=>1,411527244=>1,411773105=>1,411769128=>1,410933944=>1,410904737=>1,410790198=>1,410775750=>1,410791754=>1,410800691=>1,410810202=>1,410804130=>1,411869527=>1,411888881=>1,412085036=>1,412083171=>1,412085055=>1,412085870=>1,412125682=>1,412088634=>1,412053816=>1,412053155=>1,411976588=>1,411972438=>1,411983855=>1,412034934=>1,412038507=>1,414546914=>1,414613478=>1,416703875=>1,416696076=>1,416710212=>1,416713523=>1,416717707=>1,416714265=>1,416691344=>1,416691235=>1,416603801=>1,416591036=>1,416654738=>1,416677326=>1,416681373=>1,416680615=>1,416723790=>1,416732678=>1,417040875=>1,417032936=>1,417051321=>1,417051343=>1,417062956=>1,417051390=>1,417022106=>1,417017379=>1,416736386=>1,416733830=>1,416904279=>1,416951784=>1,417017131=>1,416564161=>1,416491936=>1,415259487=>1,415254181=>1,415271657=>1,415272390=>1,415298058=>1,415295682=>1,415240206=>1,415237168=>1,414700751=>1,414630086=>1,414799515=>1,414870788=>1,415016163=>1,414913007=>1,415298746=>1,415300167=>1,416129928=>1,416122458=>1,416150618=>1,416216437=>1,416360153=>1,416317863=>1,416121160=>1,416109208=>1,415516084=>1,415332323=>1,415602193=>1,415649517=>1,415979933=>1,461288709=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1126931456=>1126931711,1125103360=>1125103487,1109848832=>1109849087,1089285440=>1089285455,1089282688=>1089282703,1121762437=>1,1121762371=>1,1121762555=>1,1121763162=>1,1121763206=>1,1122840724=>1,1121762155=>1,1121760651=>1,1121760090=>1,1121759339=>1,1121760403=>1,1121760494=>1,1121760638=>1,1121763234=>1,1121952018=>1,1122302294=>1,1122248530=>1,1122248531=>1,1122248562=>1,1122251706=>1,1121956274=>1,1121955827=>1,1121736143=>1,1121952139=>1,1122700134=>1,1122681820=>1,1121953091=>1,1122299436=>1,1121730830=>1,1121243972=>1,1121131974=>1,1121324939=>1,1121374675=>1,1121422917=>1,1121399810=>1,1121131254=>1,1121129921=>1,1120923224=>1,1120922759=>1,1120924186=>1,1120956237=>1,1121005371=>1,1120963698=>1,1121591901=>1,1121642842=>1,1121704972=>1,1121703471=>1,1121710909=>1,1121711067=>1,1121735386=>1,1122912012=>1,1121699590=>1,1121699463=>1,1121693633=>1,1121651405=>1,1121697373=>1,1121699330=>1,1121699384=>1,1121735511=>1,1122974527=>1,1123920654=>1,1123920551=>1,1123927896=>1,1123927930=>1,1123930668=>1,1123928036=>1,1123919355=>1,1123919323=>1,1123912984=>1,1123912313=>1,1123913012=>1,1123913042=>1,1123919281=>1,1123917643=>1,1123932335=>1,1123932559=>1,1123937231=>1,1123937029=>1,1123937349=>1,1123937368=>1,1123937691=>1,1123937415=>1,1123936928=>1,1123936657=>1,1123932958=>1,1123932858=>1,1123934760=>1,1123935074=>1,1123936614=>1,1123911665=>1,1123911655=>1,1123135365=>1,1123133967=>1,1123137870=>1,1123137957=>1,1123139077=>1,1123138037=>1,1123133538=>1,1123132826=>1,1120922404=>1,1122974089=>1,1122975385=>1,1123054826=>1,1123108651=>1,1123107772=>1,1123275549=>1,1123307730=>1,1123911173=>1,1123911092=>1,1123911216=>1,1123911254=>1,1123911470=>1,1123911284=>1,1123910987=>1,1123910931=>1,1123593525=>1,1123437479=>1,1123910713=>1,1123910830=>1,1123910843=>1,1122912147=>1,1120921415=>1,1114856400=>1,1114854186=>1,1114894099=>1,1114926259=>1,1115930916=>1,1115082106=>1,1114852292=>1,1114842724=>1,1114104177=>1,1114093993=>1,1114539073=>1,1114571280=>1,1114586709=>1,1114571284=>1,1116145783=>1,1116187171=>1,1117702367=>1,1117702353=>1,1117703473=>1,1117703530=>1,1117705173=>1,1117705116=>1,1117702294=>1,1117455573=>1,1116187237=>1,1116187210=>1,1116187260=>1,1117025370=>1,1117378882=>1,1117166551=>1,1114090456=>1,1114078128=>1,1112322856=>1,1112322685=>1,1112777754=>1,1112796285=>1,1112900424=>1,1112885886=>1,1112283251=>1,1112106552=>1,1111139648=>1,1111139476=>1,1111145498=>1,1111324424=>1,1111804552=>1,1111804376=>1,1112914660=>1,1112927360=>1,1113652675=>1,1113652602=>1,1113652676=>1,1113713808=>1,1114078117=>1,1113716829=>1,1113652458=>1,1113651998=>1,1113255332=>1,1113229347=>1,1113269062=>1,1113506489=>1,1113647204=>1,1117705485=>1,1117710415=>1,1119646798=>1,1119627835=>1,1119677471=>1,1119725415=>1,1119793501=>1,1119787199=>1,1119571061=>1,1119561388=>1,1119534568=>1,1119532798=>1,1119545282=>1,1119545308=>1,1119551108=>1,1119546826=>1,1119808618=>1,1119823049=>1,1120768604=>1,1120761419=>1,1120784823=>1,1120881516=>1,1120921110=>1,1120884743=>1,1120479255=>1,1120400724=>1,1119862460=>1,1119843662=>1,1119975088=>1,1120070246=>1,1120077203=>1,1119532764=>1,1119532740=>1,1118315508=>1,1118215385=>1,1118418973=>1,1118571715=>1,1118596261=>1,1118571774=>1,1117899247=>1,1117712071=>1,1117710429=>1,1117710419=>1,1117710430=>1,1117710748=>1,1117712069=>1,1117711533=>1,1118598031=>1,1118600763=>1,1119255815=>1,1119142363=>1,1119255816=>1,1119283645=>1,1119528494=>1,1119495896=>1,1118822289=>1,1118821656=>1,1118786460=>1,1118622092=>1,1118800212=>1,1118800507=>1,1118821529=>1,1123939368=>1,1123939380=>1,1138088520=>1,1137941124=>1,1138140876=>1,1138159199=>1,1138163208=>1,1138160080=>1,1137938262=>1,1137937145=>1,1137766679=>1,1137762792=>1,1137766750=>1,1137766897=>1,1137935933=>1,1137769721=>1,1138170668=>1,1138175778=>1,1138484631=>1,1138469769=>1,1138499461=>1,1138594500=>1,1138597019=>1,1138594651=>1,1138468464=>1,1138456471=>1,1138262417=>1,1138229132=>1,1138400938=>1,1138400940=>1,1138400946=>1,1138400945=>1,1137704482=>1,1137562743=>1,1137019080=>1,1137018888=>1,1137019207=>1,1137019327=>1,1137024210=>1,1137019701=>1,1137016842=>1,1137015146=>1,1136850577=>1,1136488631=>1,1136991326=>1,1136993081=>1,1137008347=>1,1137004856=>1,1137030516=>1,1137033841=>1,1137149293=>1,1137057064=>1,1137162683=>1,1137254726=>1,1137561415=>1,1137523012=>1,1137053734=>1,1137046773=>1,1137044490=>1,1137044489=>1,1137044602=>1,1137045133=>1,1137045859=>1,1138602203=>1,1138611225=>1,1144058880=>1,1144018327=>1,1144326230=>1,1144598957=>1,1145086318=>1,1144933594=>1,1143995983=>1,1143918601=>1,1143137787=>1,1141853722=>1,1143319909=>1,1143362509=>1,1143429536=>1,1143363726=>1,1145215702=>1,1145262183=>1,1145352962=>1,1145265338=>1,1145353685=>1,1145414776=>1,1145445767=>1,1145439112=>1,1145265102=>1,1145264727=>1,1145263321=>1,1145262221=>1,1145263643=>1,1145263873=>1,1145263879=>1,1141819356=>1,1141772652=>1,1139847976=>1,1139764795=>1,1140087235=>1,1140238838=>1,1140317545=>1,1140300377=>1,1139417321=>1,1139262355=>1,1138634015=>1,1138625096=>1,1138856770=>1,1139001015=>1,1139167618=>1,1139011663=>1,1140427377=>1,1140448791=>1,1141372240=>1,1141341669=>1,1141434793=>1,1141620362=>1,1141745880=>1,1141716822=>1,1141320537=>1,1141309814=>1,1140962873=>1,1140945829=>1,1141036714=>1,1141082729=>1,1141288951=>1,1136448113=>1,1136404497=>1,1125050848=>1,1125050841=>1,1125051478=>1,1125051709=>1,1125569207=>1,1125051713=>1,1125040955=>1,1125040954=>1,1124189593=>1,1124168442=>1,1124195090=>1,1124256963=>1,1124837390=>1,1124457724=>1,1125619977=>1,1126209802=>1,1127707220=>1,1127593626=>1,1127707492=>1,1127731852=>1,1127731952=>1,1127731875=>1,1127536731=>1,1127536730=>1,1127066827=>1,1126515992=>1,1127341895=>1,1127436355=>1,1127513790=>1,1127498578=>1,1124166101=>1,1124108795=>1,1123939764=>1,1123939713=>1,1123939776=>1,1123940478=>1,1123941930=>1,1123941918=>1,1123939599=>1,1123939588=>1,1123939401=>1,1111139390=>1,1123939404=>1,1123939541=>1,1123939570=>1,1123939548=>1,1123941965=>1,1123942004=>1,1123942295=>1,1123942284=>1,1123942317=>1,1123942333=>1,1123987352=>1,1123942394=>1,1123942282=>1,1123942281=>1,1123942111=>1,1123942094=>1,1123942255=>1,1123942273=>1,1123942275=>1,1127875343=>1,1127875366=>1,1134736059=>1,1134486218=>1,1134833035=>1,1134844733=>1,1135037688=>1,1134955671=>1,1134431278=>1,1134430798=>1,1133877752=>1,1133875779=>1,1133896402=>1,1133898237=>1,1133900697=>1,1133899940=>1,1135093496=>1,1135103646=>1,1136048721=>1,1136019145=>1,1136111094=>1,1136135488=>1,1136162953=>1,1136141541=>1,1135729428=>1,1135564038=>1,1135272096=>1,1135215732=>1,1135350764=>1,1135504413=>1,1135554285=>1,1133875449=>1,1133874477=>1,1129275331=>1,1129237466=>1,1129284820=>1,1129300366=>1,1130147299=>1,1129491517=>1,1128552275=>1,1128225346=>1,1127875411=>1,1127875381=>1,1127893402=>1,1127946388=>1,1128222679=>1,1128054023=>1,1130147300=>1,1130147301=>1,1133857663=>1,1133852300=>1,1133868489=>1,1133869425=>1,1133871989=>1,1133869681=>1,1133849822=>1,1133812843=>1,1131408436=>1,1130453681=>1,1131572130=>1,1132656437=>1,1132853588=>1,1123939379=>1,1110685006=>1,1075064915=>1,1075014236=>1,1075195621=>1,1075195792=>1,1075196631=>1,1075196469=>1,1075014169=>1,1074942628=>1,1074748525=>1,1074588674=>1,1074748844=>1,1074758357=>1,1074921202=>1,1074878005=>1,1075196672=>1,1075197171=>1,1075742532=>1,1075742530=>1,1075781924=>1,1075781954=>1,1075782107=>1,1075782065=>1,1075742529=>1,1075742525=>1,1075197944=>1,1075197585=>1,1075202018=>1,1075380246=>1,1075742524=>1,1075515788=>1,1074558552=>1,1074558487=>1,1066311263=>1,1066311239=>1,1066324521=>1,1066341967=>1,1066342322=>1,1066342320=>1,1066263074=>1,1066213009=>1,1065370501=>1,1064236804=>1,1065601659=>1,1065714998=>1,1066211379=>1,1066210576=>1,1066609950=>1,1067192998=>1,1073099043=>1,1073055832=>1,1073101817=>1,1073102198=>1,1073218493=>1,1073102303=>1,1073053686=>1,1073050626=>1,1071596077=>1,1068472818=>1,1071596903=>1,1072268922=>1,1072405458=>1,1075838448=>1,1075873848=>1,1078622066=>1,1078487786=>1,1078848170=>1,1078892191=>1,1078918060=>1,1078917563=>1,1078433939=>1,1078399682=>1,1077417133=>1,1077415602=>1,1077417412=>1,1077853432=>1,1078262265=>1,1077864771=>1,1078932579=>1,1078932584=>1,1079771837=>1,1079722899=>1,1079785574=>1,1080298033=>1,1081026658=>1,1080499128=>1,1079696864=>1,1079685204=>1,1079350434=>1,1079350426=>1,1079661330=>1,1079662673=>1,1079685203=>1,1077414248=>1,1077413831=>1,1077236100=>1,1077233372=>1,1077245531=>1,1077251163=>1,1077252362=>1,1077251609=>1,1076851324=>1,1076332353=>1,1076168827=>1,1075945715=>1,1076196102=>1,1076196104=>1,1076196106=>1,1076196105=>1,1077252750=>1,1077252942=>1,1077272488=>1,1077272472=>1,1077276842=>1,1077277142=>1,1077412598=>1,1077277444=>1,1077272357=>1,1077272283=>1,1077256639=>1,1077253412=>1,1077262883=>1,1077271916=>1,1077272204=>1,1056803154=>1,1056548554=>1,1053979866=>1,1053979539=>1,1053981363=>1,1053981464=>1,1053982082=>1,1053981820=>1,1053977949=>1,1053977904=>1,1053976948=>1,1053976879=>1,1053977430=>1,1053977623=>1,1053977876=>1,1053977775=>1,1053983222=>1,1053983800=>1,1054000792=>1,1054000748=>1,1054002237=>1,1054002713=>1,1054003142=>1,1054002741=>1,1054000033=>1,1053998370=>1,1053985283=>1,1053985254=>1,1053989108=>1,1053993615=>1,1053996788=>1,1053994058=>1,1053973515=>1,1053970988=>1,1053417382=>1,1053417378=>1,1053417384=>1,1053421309=>1,1053656571=>1,1053618578=>1,1053416300=>1,1053416299=>1,1053208051=>1,1052978817=>1,1053411842=>1,1053414243=>1,1053416267=>1,1053414404=>1,1053952040=>1,1053959184=>1,1053968295=>1,1053968179=>1,1053968493=>1,1053969006=>1,1053969097=>1,1053969033=>1,1053967852=>1,1053967650=>1,1053959395=>1,1053959214=>1,1053959506=>1,1053959871=>1,1053963301=>1,1054003161=>1,1054003335=>1,1054654318=>1,1054653455=>1,1054686590=>1,1054690124=>1,1055115748=>1,1054910359=>1,1054653446=>1,1054651101=>1,1054620521=>1,1054619419=>1,1054643287=>1,1054643297=>1,1054650456=>1,1054648620=>1,1055147480=>1,1055349452=>1,1056005254=>1,1055962936=>1,1056019874=>1,1056019884=>1,1056182341=>1,1056170164=>1,1055624952=>1,1055624898=>1,1055439581=>1,1055419139=>1,1055466021=>1,1055499884=>1,1055611154=>1,1054586410=>1,1054551685=>1,1054015077=>1,1054014144=>1,1054015108=>1,1054065985=>1,1054099850=>1,1054099699=>1,1054013187=>1,1054012358=>1,1054010913=>1,1054006950=>1,1054011508=>1,1054011513=>1,1054012337=>1,1054012327=>1,1054099853=>1,1054099863=>1,1054440701=>1,1054393687=>1,1054444012=>1,1054487913=>1,1054532558=>1,1054488497=>1,1054392668=>1,1054392534=>1,1054099866=>1,1054099865=>1,1054102757=>1,1054106137=>1,1054213693=>1,1081031755=>1,1081144604=>1,1093827057=>1,1093826827=>1,1093827231=>1,1093827274=>1,1094484003=>1,1093847813=>1,1093818382=>1,1093817015=>1,1093813383=>1,1093811612=>1,1093813457=>1,1093816221=>1,1093816966=>1,1093816869=>1,1094490925=>1,1094491711=>1,1095751936=>1,1095394592=>1,1095751940=>1,1096228884=>1,1096931340=>1,1096581193=>1,1095391904=>1,1095375462=>1,1094504968=>1,1094502217=>1,1094507777=>1,1094514641=>1,1095374750=>1,1094716251=>1,1093811565=>1,1093807312=>1,1092304573=>1,1092217264=>1,1092465036=>1,1092465057=>1,1092902760=>1,1092603394=>1,1092214965=>1,1092196928=>1,1091807109=>1,1091807108=>1,1091809969=>1,1091810033=>1,1092074578=>1,1092072624=>1,1093102830=>1,1093103028=>1,1093787285=>1,1093787267=>1,1093797675=>1,1093798345=>1,1093802874=>1,1093798743=>1,1093785853=>1,1093785645=>1,1093751057=>1,1093615270=>1,1093771778=>1,1093776602=>1,1093777087=>1,1096931350=>1,1096931467=>1,1108522590=>1,1108520744=>1,1108864922=>1,1108890678=>1,1109607497=>1,1109513336=>1,1108519354=>1,1108049802=>1,1107786856=>1,1107785584=>1,1107786875=>1,1107787043=>1,1108047676=>1,1107787131=>1,1109607569=>1,1109607570=>1,1110233168=>1,1110123326=>1,1110280097=>1,1110684763=>1,1110921778=>1,1052949583=>1,1110022067=>1,1110003618=>1,1109796733=>1,1109631663=>1,1109799097=>1,1109799173=>1,1109799675=>1,1104904915=>1,1104561104=>1,1099008252=>1,1098859784=>1,1100781256=>1,1100894596=>1,1102409856=>1,1101885048=>1,1098792788=>1,1098780739=>1,1097753763=>1,1096933007=>1,1097822857=>1,1097841218=>1,1098278436=>1,1097975123=>1,1102411274=>1,1102412616=>1,1102470917=>1,1102462105=>1,1102482654=>1,1102545558=>1,1102647237=>1,1102551656=>1,1102462074=>1,1102461137=>1,1102413489=>1,1102412798=>1,1102455963=>1,1102458379=>1,1102458918=>1,1091807107=>1,1091807106=>1,1082310175=>1,1082309846=>1,1082404332=>1,1082704504=>1,1082761764=>1,1082704647=>1,1082309775=>1,1082309394=>1,1082306679=>1,1082306670=>1,1082306888=>1,1082307428=>1,1082308299=>1,1082307814=>1,1082913817=>1,1082957787=>1,1085509288=>1,1085506383=>1,1085509399=>1,1085509466=>1,1085509598=>1,1085509482=>1,1085137040=>1,1085137038=>1,1083354093=>1,1082970348=>1,1083433390=>1,1083435609=>1,1085137022=>1,1082306414=>1,1082305695=>1,1082291116=>1,1082138397=>1,1082295327=>1,1082295568=>1,1082295829=>1,1082295773=>1,1082137874=>1,1082088288=>1,1081478527=>1,1081155613=>1,1081556434=>1,1081876564=>1,1082086509=>1,1082065324=>1,1082296945=>1,1082298731=>1,1082302960=>1,1082301842=>1,1082303750=>1,1082304456=>1,1082304585=>1,1082304551=>1,1082301691=>1,1082301201=>1,1082299267=>1,1082298933=>1,1082300360=>1,1082300657=>1,1082301020=>1,1085511086=>1,1085512974=>1,1087102398=>1,1087087205=>1,1087292111=>1,1087331400=>1,1087600444=>1,1087331787=>1,1086965976=>1,1086937037=>1,1086786781=>1,1086294296=>1,1086936180=>1,1086936195=>1,1086936806=>1,1086936627=>1,1089092923=>1,1089139321=>1,1090432771=>1,1090323480=>1,1090473906=>1,1091682055=>1,1091742084=>1,1091742067=>1,1090230614=>1,1090228891=>1,1089296377=>1,1089286958=>1,1089891913=>1,1090194961=>1,1090219619=>1,1086127294=>1,1086127284=>1,1085521276=>1,1085520588=>1,1085615003=>1,1085807766=>1,1085869023=>1,1085860217=>1,1085519526=>1,1085517565=>1,1085516827=>1,1085515560=>1,1085516942=>1,1085517134=>1,1085517270=>1,1085517237=>1,1085870780=>1,1085871224=>1,1086098996=>1,1086096476=>1,1086114993=>1,1086114994=>1,1086117281=>1,1086116873=>1,1086096075=>1,1086040785=>1,1085876651=>1,1085874835=>1,1085899079=>1,1086040036=>1,1086040663=>1,1110955506=>1,);?>
1
+ <?php return array(1109848832=>1109849087,1089285440=>1089285455,1089282688=>1089282703,1044973568=>1044974079,1090432771=>1,1090449899=>1,1090490254=>1,1091682055=>1,1090323480=>1,1090449900=>1,1090152171=>1,1089286958=>1,1089441332=>1,1089850597=>1,1091807106=>1,1090194961=>1,1091807107=>1,1092381168=>1,1092218226=>1,1092493586=>1,1092529269=>1,1092603394=>1,1092596441=>1,1092217264=>1,1092216456=>1,1091807109=>1,1091807108=>1,1091809969=>1,1091810033=>1,1092214965=>1,1089164313=>1,1089088975=>1,1086116873=>1,1086114994=>1,1086127294=>1,1086600004=>1,1086600775=>1,1086600756=>1,1086112960=>1,1086096476=>1,1085963850=>1,1085899079=>1,1086040035=>1,1086040663=>1,1086096075=>1,1086040785=>1,1086600844=>1,1086601401=>1,1087292111=>1,1087103968=>1,1087331400=>1,1087600444=>1,1089065482=>1,1088957210=>1,1087087205=>1,1087086005=>1,1086936627=>1,1086936161=>1,1086936705=>1,1086936806=>1,1086965976=>1,1086937037=>1,1092754574=>1,1092900138=>1,1095391904=>1,1094533838=>1,1095400526=>1,1095750108=>1,1095751940=>1,1095751936=>1,1094507777=>1,1094507712=>1,1094490914=>1,1093959852=>1,1094490925=>1,1094491711=>1,1094499483=>1,1094497315=>1,1095752241=>1,1095995330=>1,1098042962=>1,1097975123=>1,1098278436=>1,1098595826=>1,1098787418=>1,1098780739=>1,1097841218=>1,1097836173=>1,1096842434=>1,1096228884=>1,1096931466=>1,1097753763=>1,1097822857=>1,1093847813=>1,1093827231=>1,1093750117=>1,1093733943=>1,1093751057=>1,1093771778=>1,1093776602=>1,1093772174=>1,1093730997=>1,1093615270=>1,1092902760=>1,1085876651=>1,1093102830=>1,1093103047=>1,1093168159=>1,1093103052=>1,1093777087=>1,1093785645=>1,1093813457=>1,1093813388=>1,1093816798=>1,1093816869=>1,1093826995=>1,1093817734=>1,1093813383=>1,1093807312=>1,1093786291=>1,1093785969=>1,1093796964=>1,1093802795=>1,1093802874=>1,1092756617=>1,1085874835=>1,1082296303=>1,1082296296=>1,1082296427=>1,1082296448=>1,1082297466=>1,1082297275=>1,1082296064=>1,1082295936=>1,1082294828=>1,1082294685=>1,1082295327=>1,1082295668=>1,1082295829=>1,1082295798=>1,1082297687=>1,1082298068=>1,1082301680=>1,1082301544=>1,1082302751=>1,1082302955=>1,1082303438=>1,1082303316=>1,1082301447=>1,1082300970=>1,1082298933=>1,1082298148=>1,1082299661=>1,1082300360=>1,1082300643=>1,1082300635=>1,1082291246=>1,1082291116=>1,1079696864=>1,1079685204=>1,1079707380=>1,1079722899=>1,1080499128=>1,1079771837=>1,1079685203=>1,1079661330=>1,1078932581=>1,1078932579=>1,1078932583=>1,1078946636=>1,1079370305=>1,1079350434=>1,1081026592=>1,1081029796=>1,1082137777=>1,1082088807=>1,1082137874=>1,1082138397=>1,1082285998=>1,1082233998=>1,1082086509=>1,1081876564=>1,1081144139=>1,1081031761=>1,1081144604=>1,1081155613=>1,1081836845=>1,1082303643=>1,1082304285=>1,1085506383=>1,1085083938=>1,1085509288=>1,1085509466=>1,1085512974=>1,1085510688=>1,1083435609=>1,1083354093=>1,1082913817=>1,1082877265=>1,1082957238=>1,1082957787=>1,1082982305=>1,1082979992=>1,1085514829=>1,1085515560=>1,1085823336=>1,1085807766=>1,1085860217=>1,1085869023=>1,1085871224=>1,1085870408=>1,1085520588=>1,1085519526=>1,1085517243=>1,1085517134=>1,1085517415=>1,1085517542=>1,1085517699=>1,1085517622=>1,1082785170=>1,1082784839=>1,1082308299=>1,1082307814=>1,1082309394=>1,1082309447=>1,1082402549=>1,1082309846=>1,1082307656=>1,1082307376=>1,1082304585=>1,1082304419=>1,1082305654=>1,1082306112=>1,1082306334=>1,1082306306=>1,1082704504=>1,1082704647=>1,1082784291=>1,1082783452=>1,1082784487=>1,1082784535=>1,1082784540=>1,1082784536=>1,1082783450=>1,1082782439=>1,1082761764=>1,1082706465=>1,1082766835=>1,1082781882=>1,1082781892=>1,1098859784=>1,1099023755=>1,1121005371=>1,1120956240=>1,1121131254=>1,1121243972=>1,1121374675=>1,1121324939=>1,1120922759=>1,1120884380=>1,1120768604=>1,1120761419=>1,1120786322=>1,1120863674=>1,1120881516=>1,1120869987=>1,1121396116=>1,1121399810=>1,1121711067=>1,1121710909=>1,1121712216=>1,1121712255=>1,1121730830=>1,1121712848=>1,1121704980=>1,1121699818=>1,1121591901=>1,1121422917=>1,1121651405=>1,1121699330=>1,1121699590=>1,1121699384=>1,1120479255=>1,1120400724=>1,1119255816=>1,1119255815=>1,1119495896=>1,1119528627=>1,1119534568=>1,1119532740=>1,1119243347=>1,1119142363=>1,1118800212=>1,1118786460=>1,1118800507=>1,1118821656=>1,1119135027=>1,1118822289=>1,1119544986=>1,1119545150=>1,1119823049=>1,1119787199=>1,1119862460=>1,1120070246=>1,1120340211=>1,1120199058=>1,1119720709=>1,1119627835=>1,1119546826=>1,1119545282=>1,1119550242=>1,1119561388=>1,1119570802=>1,1121735077=>1,1121735386=>1,1123911092=>1,1123593525=>1,1123911173=>1,1123911232=>1,1123911284=>1,1123911254=>1,1123437479=>1,1123318625=>1,1123133308=>1,1123131957=>1,1123136435=>1,1123137870=>1,1123275549=>1,1123139077=>1,1123911366=>1,1123911470=>1,1123932335=>1,1123927896=>1,1123932559=>1,1123936596=>1,1123936657=>1,1123936614=>1,1123927237=>1,1123917643=>1,1123912984=>1,1123912313=>1,1123913012=>1,1123913042=>1,1123913165=>1,1123131415=>1,1123108651=>1,1121762358=>1,1121762178=>1,1121762697=>1,1121763185=>1,1121903139=>1,1121763196=>1,1121762061=>1,1121761444=>1,1121735866=>1,1121735511=>1,1121736143=>1,1121736151=>1,1121761149=>1,1121760533=>1,1121952139=>1,1121952156=>1,1122840588=>1,1122700134=>1,1122840724=>1,1122912012=>1,1122975385=>1,1122974089=>1,1122681820=>1,1122251706=>1,1121952206=>1,1121952192=>1,1121953091=>1,1122248530=>1,1122248531=>1,1118598031=>1,1118593076=>1,1109513336=>1,1109240990=>1,1109607497=>1,1109607569=>1,1109631663=>1,1109607570=>1,1108972165=>1,1108890678=>1,1107787043=>1,1107786856=>1,1107787131=>1,1108047676=>1,1108864922=>1,1108522418=>1,1109741189=>1,1109795898=>1,1110685025=>1,1110684763=>1,1111139596=>1,1111454084=>1,1111804552=>1,1111589843=>1,1110166942=>1,1110022067=>1,1109799675=>1,1109799173=>1,1109813860=>1,1109815805=>1,1110003618=>1,1107251551=>1,1104904915=>1,1102413489=>1,1102412798=>1,1102455963=>1,1102461137=>1,1102462074=>1,1102461157=>1,1102412616=>1,1102411274=>1,1099024725=>1,1078932578=>1,1099028625=>1,1100894596=>1,1102409856=>1,1101475800=>1,1102462105=>1,1102462882=>1,1102566089=>1,1102551656=>1,1102622702=>1,1102647237=>1,1104561104=>1,1102883918=>1,1102545558=>1,1102482846=>1,1102470578=>1,1102468398=>1,1102471067=>1,1102482001=>1,1102482037=>1,1112307521=>1,1112322685=>1,1117702294=>1,1117696977=>1,1117702367=>1,1117703312=>1,1117703530=>1,1117703468=>1,1117455573=>1,1117378882=>1,1116187171=>1,1116145783=>1,1116187210=>1,1116187237=>1,1117025370=>1,1116187260=>1,1117703763=>1,1117705173=>1,1118215385=>1,1117944345=>1,1118418973=>1,1118538078=>1,1118571774=>1,1118571715=>1,1117710748=>1,1117710607=>1,1117710415=>1,1117705485=>1,1117710429=>1,1117710449=>1,1117710556=>1,1115921799=>1,1115900873=>1,1113647204=>1,1113229347=>1,1113651998=>1,1113652458=>1,1113716829=>1,1113713808=>1,1113220469=>1,1112995777=>1,1112777754=>1,1112322856=>1,1112885886=>1,1112900424=>1,1112927360=>1,1112914660=>1,1113716830=>1,1114049192=>1,1114892328=>1,1114856400=>1,1114894099=>1,1114926259=>1,1115698507=>1,1115084962=>1,1114852292=>1,1114586709=>1,1114539073=>1,1114078117=>1,1114560515=>1,1114571280=>1,1114571284=>1,1099010530=>1,1078918060=>1,1038512034=>1,1038509556=>1,1038512494=>1,1038512530=>1,1038527420=>1,1038526328=>1,1038509508=>1,1038509467=>1,1038365394=>1,1038365311=>1,1038366587=>1,1038400642=>1,1038509388=>1,1038411580=>1,1038530533=>1,1038533481=>1,1038755189=>1,1038679591=>1,1038755190=>1,1038843162=>1,1039645322=>1,1039103128=>1,1038667490=>1,1038598253=>1,1038533810=>1,1038533521=>1,1038533982=>1,1038534413=>1,1038583320=>1,1038566599=>1,1038365029=>1,1038364976=>1,1038055440=>1,1038054896=>1,1038055579=>1,1038056021=>1,1038057287=>1,1038056964=>1,1037847104=>1,1037780613=>1,1035943343=>1,1035869350=>1,1035975868=>1,1037591304=>1,1037709653=>1,1037594151=>1,1038068436=>1,1038128925=>1,1038325899=>1,1038318949=>1,1038325932=>1,1038362647=>1,1038363651=>1,1038362710=>1,1038317575=>1,1038313268=>1,1038141575=>1,1038141157=>1,1038142585=>1,1038144597=>1,1038292691=>1,1040453460=>1,1041236572=>1,1046910019=>1,1046375206=>1,1046910123=>1,1046910124=>1,1046959528=>1,1046914454=>1,1046298674=>1,1046245210=>1,1046133824=>1,1045705911=>1,1046133947=>1,1046133948=>1,1046245165=>1,1046234740=>1,1047274105=>1,1047274124=>1,1047898820=>1,1047879818=>1,1047954413=>1,1048196769=>1,1048937065=>1,1048208474=>1,1047651196=>1,1047650202=>1,1047331955=>1,1047274674=>1,1047337714=>1,1047648429=>1,1047648433=>1,1045620166=>1,1045481662=>1,1042650644=>1,1042417223=>1,1042693750=>1,1042698258=>1,1043060705=>1,1043058423=>1,1042390900=>1,1042292653=>1,1041239820=>1,1041238220=>1,1041240234=>1,1041578074=>1,1042069126=>1,1041698652=>1,1043162056=>1,1043192261=>1,1044966064=>1,1044763937=>1,1045165359=>1,1045167909=>1,1045474283=>1,1045216968=>1,1044474541=>1,1044154467=>1,1043220620=>1,1043200011=>1,1043358129=>1,1043380894=>1,1043964141=>1,1035729835=>1,1035583921=>1,1029411380=>1,1029411335=>1,1029411399=>1,1029411472=>1,1032198506=>1,1029568050=>1,1029411331=>1,1029408216=>1,1029408008=>1,1029387818=>1,1029408097=>1,1029408141=>1,1029408208=>1,1029408151=>1,1032200852=>1,1032201770=>1,1032343536=>1,1032313105=>1,1032343619=>1,1032352659=>1,1032499276=>1,1032497006=>1,1032313104=>1,1032313103=>1,1032313095=>1,1032313091=>1,1032313097=>1,1032313098=>1,1032313102=>1,1032313100=>1,1029339605=>1,1029339599=>1,1029339123=>1,1029339120=>1,1029339124=>1,1029339214=>1,1029339226=>1,1029339222=>1,1029339116=>1,1029339109=>1,1029338873=>1,1029338841=>1,1029338897=>1,1029338919=>1,1029339015=>1,1029339006=>1,1029339264=>1,1029339290=>1,1029339484=>1,1029339470=>1,1029339489=>1,1029339493=>1,1029339538=>1,1029339498=>1,1029339444=>1,1029339423=>1,1029339366=>1,1029339335=>1,1029339396=>1,1029339403=>1,1029339419=>1,1032499278=>1,1032656162=>1,1034138492=>1,1034115150=>1,1034142426=>1,1034181886=>1,1034303675=>1,1034303665=>1,1034107713=>1,1034104304=>1,1034100742=>1,1034084137=>1,1034100813=>1,1034101252=>1,1034102598=>1,1034102552=>1,1034332509=>1,1034364956=>1,1035169288=>1,1035108236=>1,1035516228=>1,1035519947=>1,1035569534=>1,1035553494=>1,1035073738=>1,1034992408=>1,1034816022=>1,1034449157=>1,1034816780=>1,1034935300=>1,1034935987=>1,1033959961=>1,1033950282=>1,1032968556=>1,1032968554=>1,1033062851=>1,1033263427=>1,1033465464=>1,1033441598=>1,1032954389=>1,1032897263=>1,1032698490=>1,1032698372=>1,1032813723=>1,1032822517=>1,1032897233=>1,1032864868=>1,1033488050=>1,1033488827=>1,1033809166=>1,1033796518=>1,1033812893=>1,1033917322=>1,1033950251=>1,1033948686=>1,1033779744=>1,1033750083=>1,1033499091=>1,1033496794=>1,1033570450=>1,1033659269=>1,1033749594=>1,1049232056=>1,1049232251=>1,1066341596=>1,1066326286=>1,1066342322=>1,1066343161=>1,1066677230=>1,1066343699=>1,1066324521=>1,1066324439=>1,1065827550=>1,1065827126=>1,1066263074=>1,1066311239=>1,1066318007=>1,1066311263=>1,1066957700=>1,1067053667=>1,1073055832=>1,1073053686=>1,1073099332=>1,1073100783=>1,1073102303=>1,1073102198=>1,1072665746=>1,1072405458=>1,1071596903=>1,1068472818=>1,1071596986=>1,1071606004=>1,1071607817=>1,1071606833=>1,1065791272=>1,1065790394=>1,1054643297=>1,1054643287=>1,1054654318=>1,1055419139=>1,1056019874=>1,1056005386=>1,1054620521=>1,1054619419=>1,1054357732=>1,1054213693=>1,1054440701=>1,1054445546=>1,1054564109=>1,1054551685=>1,1056019884=>1,1056170164=>1,1065779640=>1,1065714998=>1,1065780315=>1,1065780316=>1,1065786070=>1,1065782120=>1,1065370501=>1,1064236804=>1,1056274744=>1,1056253965=>1,1056548554=>1,1056803154=>1,1063842681=>1,1073218493=>1,1073419084=>1,1077414248=>1,1077413831=>1,1077415674=>1,1077416054=>1,1077419176=>1,1077417133=>1,1077277444=>1,1077274925=>1,1077253412=>1,1077251714=>1,1077255999=>1,1077256148=>1,1077272204=>1,1077270980=>1,1077710932=>1,1077710933=>1,1078726127=>1,1078622066=>1,1078837709=>1,1078848170=>1,1029338829=>1,1078892191=>1,1078520804=>1,1078487786=>1,1077864771=>1,1077853432=>1,1078116905=>1,1078399682=>1,1078433939=>1,1077251163=>1,1077245531=>1,1074921202=>1,1074878005=>1,1074941974=>1,1074968121=>1,1075014169=>1,1074980618=>1,1074780798=>1,1074748525=>1,1074558487=>1,1073487482=>1,1074558552=>1,1074588418=>1,1074634485=>1,1074588674=>1,1075014236=>1,1075064915=>1,1076168827=>1,1076026134=>1,1076171160=>1,1076171185=>1,1077233372=>1,1076332353=>1,1075945715=>1,1075838448=>1,1075202018=>1,1075079787=>1,1075380246=>1,1075470094=>1,1075515788=>1,1054106137=>1,1054102757=>1,1051879949=>1,1051878883=>1,1051895884=>1,1051903383=>1,1051912420=>1,1051907176=>1,1051862567=>1,1051783141=>1,1051724503=>1,1051691702=>1,1051725078=>1,1051728864=>1,1051741442=>1,1051739137=>1,1052130713=>1,1052201474=>1,1053414253=>1,1053414250=>1,1053414299=>1,1053416264=>1,1053416287=>1,1053416267=>1,1053414243=>1,1053411842=>1,1052938436=>1,1052922892=>1,1052945575=>1,1052978817=>1,1053208051=>1,1052984611=>1,1051564697=>1,1051198420=>1,1049904253=>1,1049904235=>1,1049952956=>1,1049955481=>1,1049958671=>1,1049955641=>1,1049602042=>1,1049595468=>1,1049437397=>1,1049232367=>1,1049437582=>1,1049439544=>1,1049442165=>1,1049441465=>1,1050049218=>1,1050160075=>1,1050906773=>1,1050562868=>1,1050929090=>1,1051011754=>1,1051150368=>1,1051077031=>1,1050561747=>1,1050559366=>1,1050193889=>1,1050193355=>1,1050398315=>1,1050490978=>1,1050496237=>1,1053416291=>1,1053417378=>1,1054000792=>1,1054000748=>1,1054002237=>1,1054002713=>1,1054003142=>1,1054002741=>1,1053998370=>1,1053994058=>1,1053983222=>1,1053982082=>1,1053983800=>1,1053985254=>1,1053993425=>1,1053985283=>1,1054003161=>1,1054003245=>1,1054014144=>1,1054013332=>1,1054015077=>1,1054015108=>1,1054099853=>1,1054099699=>1,1054012358=>1,1054012337=>1,1054010913=>1,1054006950=>1,1054011508=>1,1054011513=>1,1054012327=>1,1053981820=>1,1053981464=>1,1053959506=>1,1053959395=>1,1053959871=>1,1053967852=>1,1053968295=>1,1053968179=>1,1053959214=>1,1053959184=>1,1053417382=>1,1053417381=>1,1053421100=>1,1053421309=>1,1053656571=>1,1053624570=>1,1053968493=>1,1053969006=>1,1053977775=>1,1053977623=>1,1053977904=>1,1053977949=>1,1053981363=>1,1053979539=>1,1053977430=>1,1053976948=>1,1053969496=>1,1053969097=>1,1053970988=>1,1053973515=>1,1053976879=>1,1078932577=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1189672192=>1189672447,1158318848=>1158319103,1152981256=>1152981271,1204351027=>1,1204273610=>1,1204449144=>1,1204459232=>1,1204262719=>1,1204467941=>1,1204035217=>1,1203823248=>1,1203785187=>1,1203896784=>1,1203959498=>1,1204721543=>1,1203963717=>1,1204155890=>1,1204936549=>1,1206716826=>1,1206570103=>1,1206720915=>1,1207259198=>1,1207480986=>1,1207259926=>1,1206393048=>1,1206390387=>1,1205492848=>1,1205238067=>1,1205945661=>1,1206246087=>1,1206358365=>1,1206348650=>1,1203488018=>1,1203315515=>1,1200041537=>1,1200041329=>1,1200041599=>1,1200041648=>1,1200041817=>1,1200041721=>1,1200041240=>1,1200041088=>1,1200040848=>1,1200040844=>1,1200040947=>1,1200040962=>1,1200041072=>1,1200040978=>1,1200041831=>1,1201838755=>1,1202843069=>1,1202841135=>1,1203202582=>1,1203240360=>1,1207731300=>1,1203272205=>1,1202776999=>1,1202601517=>1,1201875169=>1,1201839943=>1,1201897738=>1,1202034467=>1,1202247485=>1,1203446432=>1,1208019002=>1,1210314547=>1,1210312919=>1,1210322378=>1,1210449974=>1,1210759399=>1,1210748564=>1,1210312830=>1,1209807772=>1,1209321771=>1,1209321700=>1,1209699597=>1,1209716883=>1,1209797277=>1,1209785800=>1,1210759859=>1,1210874269=>1,1211155085=>1,1211155053=>1,1211155153=>1,1211155235=>1,1211386651=>1,1211312227=>1,1211066823=>1,1211066667=>1,1210875459=>1,1210875453=>1,1210875585=>1,1210973284=>1,1211014074=>1,1209319513=>1,1209293521=>1,1208719080=>1,1208639445=>1,1208764530=>1,1208764594=>1,1208766090=>1,1208764622=>1,1208634327=>1,1208616366=>1,1208135296=>1,1200040840=>1,1208305689=>1,1208305889=>1,1208552029=>1,1208516560=>1,1208767266=>1,1208769333=>1,1208924437=>1,1208924221=>1,1208946119=>1,1208961110=>1,1209289275=>1,1209244202=>1,1208923918=>1,1208922890=>1,1208878654=>1,1208770229=>1,1208880221=>1,1208880226=>1,1208922532=>1,1207732726=>1,1200040675=>1,1193856244=>1,1193841854=>1,1193857442=>1,1193862862=>1,1193867274=>1,1193863247=>1,1192483313=>1,1192482476=>1,1192467925=>1,1192467839=>1,1192478513=>1,1192481173=>1,1192481208=>1,1192481201=>1,1193876469=>1,1193876723=>1,1194940595=>1,1194280723=>1,1195006410=>1,1195061489=>1,1195352083=>1,1195106499=>1,1194277449=>1,1194059806=>1,1193999062=>1,1193969894=>1,1193999066=>1,1194024362=>1,1194058298=>1,1194031078=>1,1192467387=>1,1192467082=>1,1186464943=>1,1186443245=>1,1186699657=>1,1186704564=>1,1186838274=>1,1186829814=>1,1186381653=>1,1186289734=>1,1185737169=>1,1185624070=>1,1185744731=>1,1185954627=>1,1186062482=>1,1185999504=>1,1186858726=>1,1189227285=>1,1192024492=>1,1191958861=>1,1192108200=>1,1192156744=>1,1192465685=>1,1192221311=>1,1191917725=>1,1191830406=>1,1190665229=>1,1189376432=>1,1191109326=>1,1191527442=>1,1191576718=>1,1195828572=>1,1196432120=>1,1200039448=>1,1200039355=>1,1200039598=>1,1200039746=>1,1200039805=>1,1200039753=>1,1200039349=>1,1200039055=>1,1200038853=>1,1200038735=>1,1200038934=>1,1200038976=>1,1200038989=>1,1200038977=>1,1200039845=>1,1200039939=>1,1200040514=>1,1200040459=>1,1200040568=>1,1200040638=>1,1211464259=>1,1200040661=>1,1200040344=>1,1200040220=>1,1200040098=>1,1200039953=>1,1200040151=>1,1200040170=>1,1200040182=>1,1200038593=>1,1200038571=>1,1197273747=>1,1197249769=>1,1197296958=>1,1197313548=>1,1197421907=>1,1197386794=>1,1197231226=>1,1197161361=>1,1196675162=>1,1196459836=>1,1196777287=>1,1196777302=>1,1197118259=>1,1197101811=>1,1197456020=>1,1197667464=>1,1200038062=>1,1200038055=>1,1200038149=>1,1200038290=>1,1200038570=>1,1200038482=>1,1200038043=>1,1200037943=>1,1198569748=>1,1197668210=>1,1199208375=>1,1199300077=>1,1199378760=>1,1200040768=>1,1211609900=>1,1224390582=>1,1223743760=>1,1224477524=>1,1224477531=>1,1224528838=>1,1224478371=>1,1223590892=>1,1223420596=>1,1222561205=>1,1222560968=>1,1222599134=>1,1222882896=>1,1223217861=>1,1223154829=>1,1224740297=>1,1224940422=>1,1226318906=>1,1226154849=>1,1226432585=>1,1226505099=>1,1226677368=>1,1226648057=>1,1225785073=>1,1225600157=>1,1225045776=>1,1225006659=>1,1225200741=>1,1225307877=>1,1225527226=>1,1225503716=>1,1222455495=>1,1222353147=>1,1220642231=>1,1220576223=>1,1220728172=>1,1220783578=>1,1220848544=>1,1220833570=>1,1220514283=>1,1220493536=>1,1219727970=>1,1219577161=>1,1219790142=>1,1219809745=>1,1220146962=>1,1219833231=>1,1220848559=>1,1220848629=>1,1221648667=>1,1221448299=>1,1221846546=>1,1221972834=>1,1222282464=>1,1222175938=>1,1221401584=>1,1221188521=>1,1220855988=>1,1220848648=>1,1220871790=>1,1221095370=>1,1221147255=>1,1226852809=>1,1226985856=>1,1234751501=>1,1234691551=>1,1234763328=>1,1235049463=>1,1235307477=>1,1235211095=>1,1234562005=>1,1234387221=>1,1233804243=>1,1233741755=>1,1233927295=>1,1233933986=>1,1234157384=>1,1233946928=>1,1235313763=>1,1235458786=>1,1236442106=>1,1236439023=>1,1236540133=>1,1236585904=>1,1236736585=>1,1236618895=>1,1236256500=>1,1236156136=>1,1235633487=>1,1235537415=>1,1235817750=>1,1235934648=>1,1236049354=>1,1233626631=>1,1233610631=>1,1228295957=>1,1228157131=>1,1229037297=>1,1229441500=>1,1229561592=>1,1229456076=>1,1227880216=>1,1227753739=>1,1227098158=>1,1227091964=>1,1227367594=>1,1227695435=>1,1227734734=>1,1227698684=>1,1229729552=>1,1229760127=>1,1233255280=>1,1233192844=>1,1233441784=>1,1233460540=>1,1233591134=>1,1233511725=>1,1233154050=>1,1233129541=>1,1230504168=>1,1230144367=>1,1230607537=>1,1231290653=>1,1231814792=>1,1219478914=>1,1219473815=>1,1219313260=>1,1219312819=>1,1219313538=>1,1219314760=>1,1219315025=>1,1219314782=>1,1219312803=>1,1219311890=>1,1219311202=>1,1219310941=>1,1219311206=>1,1219311295=>1,1219311867=>1,1219311799=>1,1219315045=>1,1219315182=>1,1219333701=>1,1219331684=>1,1219333816=>1,1219339319=>1,1219339863=>1,1219339452=>1,1219331164=>1,1219321558=>1,1219318377=>1,1219316341=>1,1219319080=>1,1219319618=>1,1219320263=>1,1219320037=>1,1219310377=>1,1219310145=>1,1216567439=>1,1216487545=>1,1217200296=>1,1217200331=>1,1217357574=>1,1217200364=>1,1213915434=>1,1213497496=>1,1211628055=>1,1185489837=>1,1212382159=>1,1212595675=>1,1213487938=>1,1213097462=>1,1218413593=>1,1218741611=>1,1219309266=>1,1219308987=>1,1219309331=>1,1219309499=>1,1219310137=>1,1219309630=>1,1219308438=>1,1219308374=>1,1219307682=>1,1218776322=>1,1219307788=>1,1219307991=>1,1219308037=>1,1219339901=>1,1219340066=>1,1219357007=>1,1219356877=>1,1219357126=>1,1219357220=>1,1219358979=>1,1219358598=>1,1219356118=>1,1219356014=>1,1219353906=>1,1219353807=>1,1219354131=>1,1219355225=>1,1219355792=>1,1219355391=>1,1219359270=>1,1219359414=>1,1219426554=>1,1219418566=>1,1219444207=>1,1219458338=>1,1219469934=>1,1219459833=>1,1219365274=>1,1219362793=>1,1219360890=>1,1219360777=>1,1219361563=>1,1219362436=>1,1219362716=>1,1219353629=>1,1219353269=>1,1219347604=>1,1219347492=>1,1219347811=>1,1219347894=>1,1219348250=>1,1219348021=>1,1219347471=>1,1219345626=>1,1219340727=>1,1219340533=>1,1219341272=>1,1219342739=>1,1219344672=>1,1219342775=>1,1219348754=>1,1219348799=>1,1219351693=>1,1219350357=>1,1219351818=>1,1219352357=>1,1219352905=>1,1219352792=>1,1219349649=>1,1219349509=>1,1219348916=>1,1219348847=>1,1219348997=>1,1219349042=>1,1219349255=>1,1211465483=>1,1185375106=>1,1156231333=>1,1156231110=>1,1156231377=>1,1156231608=>1,1156232004=>1,1156231747=>1,1156230939=>1,1156230568=>1,1156223555=>1,1156221511=>1,1156224029=>1,1156224526=>1,1156224798=>1,1156224627=>1,1156232009=>1,1156236351=>1,1156240976=>1,1156240957=>1,1156241008=>1,1156241075=>1,1156241216=>1,1156241096=>1,1156240907=>1,1156240803=>1,1156237607=>1,1156237593=>1,1156237718=>1,1156240661=>1,1156240776=>1,1156240723=>1,1156221110=>1,1156221064=>1,1154044650=>1,1153930619=>1,1154044978=>1,1154052648=>1,1155591004=>1,1154071458=>1,1153870759=>1,1153831722=>1,1153083303=>1,1153072487=>1,1153125253=>1,1153280467=>1,1153517106=>1,1153446079=>1,1155592029=>1,1155650308=>1,1155967514=>1,1155957575=>1,1155994998=>1,1156045785=>1,1156220623=>1,1156087902=>1,1155882919=>1,1155865836=>1,1155749463=>1,1155737439=>1,1155805277=>1,1155817163=>1,1155855538=>1,1156246105=>1,1156246466=>1,1158597425=>1,1158583929=>1,1158603793=>1,1158605558=>1,1158736290=>1,1158609485=>1,1158580514=>1,1158578289=>1,1158561313=>1,1158559032=>1,1158561460=>1,1158568335=>1,1158571372=>1,1158570440=>1,1158810903=>1,1158867607=>1,1159645750=>1,1159645526=>1,1159645974=>1,1159646202=>1,1159649066=>1,1159647504=>1,1159486499=>1,1159486057=>1,1159230031=>1,1159229489=>1,1159231438=>1,1159453224=>1,1159483952=>1,1158556881=>1,1158552865=>1,1157982489=>1,1157709607=>1,1158056220=>1,1158057991=>1,1158115589=>1,1158115588=>1,1157709315=>1,1157707841=>1,1156249169=>1,1156246504=>1,1156249559=>1,1156249595=>1,1157700904=>1,1157695751=>1,1158267480=>1,1158267822=>1,1158314151=>1,1158313870=>1,1158314642=>1,1158410887=>1,1158471609=>1,1158435743=>1,1158313797=>1,1158311735=>1,1158268061=>1,1158268056=>1,1158268065=>1,1158268708=>1,1158309783=>1,1153036941=>1,1152981277=>1,1151987999=>1,1151936013=>1,1151991506=>1,1152020954=>1,1152024138=>1,1152022258=>1,1151909790=>1,1151888536=>1,1150225038=>1,1149726983=>1,1150592520=>1,1150594730=>1,1150788651=>1,1150756328=>1,1152074214=>1,1152166275=>1,1152647582=>1,1152647553=>1,1152647648=>1,1152647820=>1,1152648123=>1,1152647885=>1,1152647427=>1,1152647304=>1,1152224296=>1,1152182550=>1,1152308812=>1,1152615370=>1,1152628768=>1,1152620385=>1,1149700088=>1,1148964476=>1,1146571171=>1,1146283330=>1,1146571172=>1,1147189325=>1,1147309756=>1,1147256768=>1,1145548319=>1,1145548287=>1,1145515658=>1,1145462381=>1,1145521665=>1,1145547030=>1,1145547388=>1,1145547386=>1,1147566766=>1,1147572156=>1,1148230493=>1,1148148754=>1,1148240386=>1,1148303660=>1,1148714663=>1,1148482995=>1,1148051482=>1,1147999524=>1,1147880768=>1,1147879897=>1,1147881050=>1,1147922257=>1,1147942728=>1,1152650440=>1,1152650477=>1,1152674103=>1,1152673499=>1,1152674145=>1,1152675898=>1,1152675966=>1,1152675908=>1,1152666580=>1,1152666494=>1,1152665973=>1,1152661630=>1,1152666036=>1,1152666170=>1,1152666428=>1,1152666232=>1,1152675985=>1,1152676025=>1,1152677703=>1,1152677572=>1,1152677794=>1,1152677807=>1,1152981276=>1,1152981250=>1,1152677558=>1,1152677550=>1,1152676234=>1,1152676151=>1,1152676350=>1,1152677411=>1,1152677420=>1,1152660223=>1,1152660007=>1,1152653941=>1,1152653767=>1,1152654198=>1,1152654240=>1,1152654910=>1,1152654290=>1,1152653662=>1,1152653547=>1,1152650710=>1,1152650553=>1,1152650825=>1,1152651150=>1,1152653231=>1,1152651244=>1,1152654965=>1,1152655452=>1,1152658108=>1,1152657522=>1,1152658309=>1,1152659489=>1,1152659613=>1,1152659558=>1,1152655824=>1,1152655645=>1,1152655554=>1,1152655457=>1,1152655570=>1,1152655593=>1,1152655619=>1,1159649186=>1,1159652994=>1,1170562507=>1,1170515241=>1,1170606762=>1,1170839879=>1,1170933031=>1,1170847298=>1,1170448266=>1,1169525369=>1,1169348886=>1,1169348719=>1,1169348907=>1,1169349024=>1,1169358506=>1,1169353995=>1,1170997457=>1,1172377513=>1,1176636112=>1,1176600787=>1,1176678691=>1,1176757447=>1,1176899467=>1,1176899465=>1,1176514243=>1,1176470061=>1,1174239773=>1,1173857454=>1,1175403549=>1,1176030469=>1,1176394785=>1,1176256019=>1,1169342889=>1,1169324697=>1,1168551943=>1,1168551584=>1,1168552036=>1,1168667886=>1,1168700991=>1,1168668871=>1,1168551365=>1,1168550476=>1,1168548942=>1,1168548735=>1,1168549098=>1,1168549241=>1,1168550351=>1,1168549412=>1,1168749725=>1,1168866797=>1,1169308171=>1,1169308168=>1,1169314411=>1,1169317588=>1,1169321749=>1,1169318133=>1,1169308034=>1,1169300737=>1,1168938964=>1,1168867158=>1,1168954410=>1,1168958919=>1,1169300486=>1,1176903545=>1,1176964654=>1,1182541994=>1,1182540381=>1,1182543089=>1,1182571885=>1,1182587829=>1,1182586621=>1,1182412264=>1,1182346499=>1,1181981538=>1,1181960924=>1,1181989506=>1,1181989541=>1,1182172893=>1,1181989627=>1,1182889600=>1,1182889847=>1,1185354061=>1,1185319344=>1,1185366490=>1,1185369271=>1,1145461930=>1,1185371519=>1,1185218478=>1,1185218474=>1,1182903893=>1,1182889848=>1,1184935565=>1,1185041211=>1,1185203660=>1,1181751160=>1,1181621517=>1,1178787958=>1,1178700036=>1,1178862222=>1,1179206182=>1,1179628755=>1,1179521177=>1,1178577494=>1,1178563134=>1,1176990436=>1,1176966668=>1,1178293436=>1,1178399982=>1,1178561306=>1,1178529046=>1,1179638483=>1,1179845742=>1,1180592942=>1,1180481419=>1,1180664447=>1,1180733374=>1,1181478375=>1,1180819410=>1,1180457101=>1,1180456868=>1,1180183499=>1,1179983858=>1,1180227370=>1,1180307571=>1,1180364153=>1,1168548716=>1,1168548567=>1,1162432799=>1,1162423117=>1,1162432824=>1,1162434105=>1,1162456458=>1,1162456457=>1,1162419261=>1,1162415539=>1,1161785859=>1,1161735558=>1,1161831866=>1,1161834011=>1,1162241994=>1,1161834664=>1,1162456459=>1,1162458392=>1,1163525559=>1,1163489956=>1,1163559946=>1,1163559947=>1,1163560170=>1,1163560116=>1,1163486973=>1,1163486425=>1,1163150641=>1,1162485198=>1,1163222240=>1,1163222332=>1,1163462482=>1,1161732786=>1,1161430846=>1,1160724186=>1,1160723674=>1,1160726035=>1,1160729830=>1,1160734144=>1,1160731507=>1,1160650406=>1,1160215051=>1,1159657778=>1,1159653522=>1,1159658734=>1,1159868754=>1,1160196553=>1,1160004054=>1,1160747160=>1,1160747791=>1,1160951599=>1,1160947017=>1,1160951669=>1,1160994805=>1,1161430842=>1,1161192327=>1,1160921241=>1,1160919113=>1,1160749257=>1,1160748115=>1,1160770244=>1,1160771764=>1,1160772167=>1,1163560184=>1,1163565029=>1,1168426222=>1,1168425820=>1,1168426276=>1,1168426343=>1,1168428435=>1,1168426528=>1,1168335884=>1,1168334851=>1,1168082081=>1,1167860663=>1,1168272133=>1,1168280329=>1,1168334850=>1,1168319454=>1,1168428720=>1,1168429320=>1,1168432449=>1,1168431457=>1,1168432462=>1,1168432537=>1,1168548501=>1,1168446342=>1,1168431334=>1,1168431186=>1,1168430144=>1,1168429842=>1,1168430260=>1,1168430788=>1,1168430842=>1,1167850679=>1,1167258628=>1,1165165005=>1,1165147274=>1,1165191399=>1,1165330647=>1,1166032208=>1,1165404504=>1,1165146850=>1,1164986690=>1,1163748110=>1,1163696579=>1,1163755321=>1,1163839155=>1,1163842794=>1,1163841458=>1,1166074305=>1,1166074861=>1,1167028568=>1,1166818079=>1,1167104138=>1,1167166080=>1,1167220338=>1,1167191700=>1,1166524420=>1,1166350267=>1,1166292944=>1,1166290391=>1,1166315623=>1,1166322960=>1,1166329407=>1,1185486850=>1,);?>
1
+ <?php return array(1189672192=>1189672447,1158318848=>1158319103,1126931456=>1126931711,1125103360=>1125103487,1179616676=>1,1179521177=>1,1179226590=>1,1179628755=>1,1179638483=>1,1178787958=>1,1179834681=>1,1178385258=>1,1178020273=>1,1178529046=>1,1178561308=>1,1177813386=>1,1178577494=>1,1180227370=>1,1181768766=>1,1181751160=>1,1182136425=>1,1182136818=>1,1182236834=>1,1182172893=>1,1181621517=>1,1181478375=>1,1180307571=>1,1180266449=>1,1180458681=>1,1180481419=>1,1180819410=>1,1180664447=>1,1179983858=>1,1177347053=>1,1170847298=>1,1170653244=>1,1170933031=>1,1170956691=>1,1171171384=>1,1170997457=>1,1170562507=>1,1170515241=>1,1169348719=>1,1169342730=>1,1169349024=>1,1169353995=>1,1170448266=>1,1169525369=>1,1173600608=>1,1173786538=>1,1176600824=>1,1176600787=>1,1176827459=>1,1176903545=>1,1176990436=>1,1176966668=>1,1176575919=>1,1176514035=>1,1174239773=>1,1173857454=>1,1174270608=>1,1176028901=>1,1176488911=>1,1176256019=>1,1182412264=>1,1182540513=>1,1191870759=>1,1191830406=>1,1191917725=>1,1191923586=>1,1192062469=>1,1191958861=>1,1191792734=>1,1191728198=>1,1186826295=>1,1186699657=>1,1186858726=>1,1189376432=>1,1191709212=>1,1190665229=>1,1192107620=>1,1192234913=>1,1192477455=>1,1192477216=>1,1192477899=>1,1192478300=>1,1192482476=>1,1192479911=>1,1192477134=>1,1192476852=>1,1192467082=>1,1192465685=>1,1192467387=>1,1192467839=>1,1192467925=>1,1186464943=>1,1186381653=>1,1183027691=>1,1183027674=>1,1185041211=>1,1185078244=>1,1185218474=>1,1185203660=>1,1183027635=>1,1183027574=>1,1182542777=>1,1169321749=>1,1182543089=>1,1182555703=>1,1182589672=>1,1182571885=>1,1185218478=>1,1185354061=>1,1186002568=>1,1185659102=>1,1186062482=>1,1186289734=>1,1186375034=>1,1186317841=>1,1185624070=>1,1185489837=>1,1185369964=>1,1185361141=>1,1185372753=>1,1185410071=>1,1185486850=>1,1182540381=>1,1169314411=>1,1163748110=>1,1163696579=>1,1163755321=>1,1163840353=>1,1163841109=>1,1163841089=>1,1163565029=>1,1163560184=>1,1163486425=>1,1163222240=>1,1163486973=>1,1163525559=>1,1163559947=>1,1163559946=>1,1163842641=>1,1164974455=>1,1165979383=>1,1165928566=>1,1166032208=>1,1166074861=>1,1166292944=>1,1166290391=>1,1165499308=>1,1165404504=>1,1165147274=>1,1164986690=>1,1165165005=>1,1165191399=>1,1165330647=>1,1163150641=>1,1162948362=>1,1161758509=>1,1161753628=>1,1161785859=>1,1161831866=>1,1161834664=>1,1161834011=>1,1161735558=>1,1161732786=>1,1160947017=>1,1160921241=>1,1160951669=>1,1160994805=>1,1161512382=>1,1161284008=>1,1162241994=>1,1162414707=>1,1162456457=>1,1162434105=>1,1162456459=>1,1162458392=>1,1162707697=>1,1162555308=>1,1162432824=>1,1162424213=>1,1162422329=>1,1162422328=>1,1162422897=>1,1162423117=>1,1162423156=>1,1166313995=>1,1166818079=>1,1168548716=>1,1168548644=>1,1168549170=>1,1168549204=>1,1168550476=>1,1168549241=>1,1168547990=>1,1168446342=>1,1168431821=>1,1168431457=>1,1168432449=>1,1168432462=>1,1168446154=>1,1168432537=>1,1168550499=>1,1168550583=>1,1168867158=>1,1168866797=>1,1168938964=>1,1168954410=>1,1192483313=>1,1168958919=>1,1168864165=>1,1168700991=>1,1168550871=>1,1168550614=>1,1168550974=>1,1168551584=>1,1168668768=>1,1168431334=>1,1168431186=>1,1168272133=>1,1168208252=>1,1168280329=>1,1168319454=>1,1168334850=>1,1168332267=>1,1167258628=>1,1167198307=>1,1167028568=>1,1167009158=>1,1167045349=>1,1167066931=>1,1167142897=>1,1167104138=>1,1168334851=>1,1168335884=>1,1168429842=>1,1168429320=>1,1168430144=>1,1168430260=>1,1168430842=>1,1168430788=>1,1168428720=>1,1168428435=>1,1168426222=>1,1168425820=>1,1168426276=>1,1168426343=>1,1168426528=>1,1169319056=>1,1193841854=>1,1209289275=>1,1209244549=>1,1209321771=>1,1209321981=>1,1209541391=>1,1209521961=>1,1209244205=>1,1208924437=>1,1208880226=>1,1208877878=>1,1208922532=>1,1208922890=>1,1208924221=>1,1208923918=>1,1209563031=>1,1209677474=>1,1210311850=>1,1210311381=>1,1210313412=>1,1210314547=>1,1210752499=>1,1210322378=>1,1210205210=>1,1210115112=>1,1209716883=>1,1209699597=>1,1209785800=>1,1209790098=>1,1209836777=>1,1209797277=>1,1208770244=>1,1208769530=>1,1206390387=>1,1206348650=>1,1206570103=>1,1206716826=>1,1207259198=>1,1206830735=>1,1206246087=>1,1206011718=>1,1204467941=>1,1204273610=>1,1204488477=>1,1204633763=>1,1204936549=>1,1204721543=>1,1207259926=>1,1207480986=>1,1208639400=>1,1208634327=>1,1208719080=>1,1208764530=>1,1208767468=>1,1208767304=>1,1208305889=>1,1208135296=>1,1207732726=>1,1207731300=>1,1208019002=>1,1208038238=>1,1208040954=>1,1210760712=>1,1210874269=>1,1219426458=>1,1219405693=>1,1219426554=>1,1219443587=>1,1219459833=>1,1219458338=>1,1219365274=>1,1219287275=>1,1218741611=>1,1218741449=>1,1218755877=>1,1218776322=>1,1219282802=>1,1218776354=>1,1219469934=>1,1219473815=>1,1219954942=>1,1219833250=>1,1220007233=>1,1220258324=>1,1220493536=>1,1220493506=>1,1219833231=>1,1219727970=>1,1219652664=>1,1219478914=>1,1219666184=>1,1219668159=>1,1219668764=>1,1218413593=>1,1216567439=>1,1211066823=>1,1211066667=>1,1211109047=>1,1211155046=>1,1211155108=>1,1211155085=>1,1211059261=>1,1211059038=>1,1210973284=>1,1210875453=>1,1211014074=>1,1211042078=>1,1211058726=>1,1211058667=>1,1211155162=>1,1211155235=>1,1212595675=>1,1212382159=>1,1212674389=>1,1213040398=>1,1213915434=>1,1213497496=>1,1211628055=>1,1211466645=>1,1211312227=>1,1211155410=>1,1211366833=>1,1211386651=>1,1211462706=>1,1204247629=>1,1204155890=>1,1196675206=>1,1196477424=>1,1196777286=>1,1196777287=>1,1196817785=>1,1196777302=>1,1196432120=>1,1196384859=>1,1195958586=>1,1195956969=>1,1196049476=>1,1196054792=>1,1196246830=>1,1196226944=>1,1196823566=>1,1196923578=>1,1197421907=>1,1197418156=>1,1197667464=>1,1197712739=>1,1197726083=>1,1197722543=>1,1197313548=>1,1197309621=>1,1197101811=>1,1197084853=>1,1197122005=>1,1197161361=>1,1197279735=>1,1197231226=>1,1195620405=>1,1195383212=>1,1193985938=>1,1193984890=>1,1193999062=>1,1193999066=>1,1194024362=>1,1194014322=>1,1193969894=>1,1193876469=>1,1193856244=>1,1160771764=>1,1193857442=>1,1193862862=>1,1193867274=>1,1193863247=>1,1194031078=>1,1194058298=>1,1195061489=>1,1194940595=>1,1195106499=>1,1195317149=>1,1195381178=>1,1195352083=>1,1194304429=>1,1194281760=>1,1194142337=>1,1194059806=>1,1194262160=>1,1194277449=>1,1194280723=>1,1197967715=>1,1198547580=>1,1201875169=>1,1201838755=>1,1201897738=>1,1201909463=>1,1202517276=>1,1202034467=>1,1201693980=>1,1200041879=>1,1200041532=>1,1200041366=>1,1200041559=>1,1200041607=>1,1200041728=>1,1200041702=>1,1202601517=>1,1202776999=>1,1203823248=>1,1203785187=>1,1203896784=>1,1203959498=>1,1204035217=>1,1203963717=>1,1203762395=>1,1203736938=>1,1202843069=>1,1202841135=>1,1203202582=>1,1203315515=>1,1203488018=>1,1200041267=>1,1200041180=>1,1200038946=>1,1200038667=>1,1200039148=>1,1200039227=>1,1200039430=>1,1200039282=>1,1200038498=>1,1200038380=>1,1198960796=>1,1198569748=>1,1199208375=>1,1199293301=>1,1200037967=>1,1200037928=>1,1200039519=>1,1200039557=>1,1200040402=>1,1200040275=>1,1200040554=>1,1200040759=>1,1200041080=>1,1200041032=>1,1200040212=>1,1200040210=>1,1200039740=>1,1200039667=>1,1200039789=>1,1200039830=>1,1200040046=>1,1193068230=>1,1160747791=>1,1139272564=>1,1139208803=>1,1139417321=>1,1139764795=>1,1139833973=>1,1139829681=>1,1139167618=>1,1139011663=>1,1138611584=>1,1138611225=>1,1138612009=>1,1138672727=>1,1139001015=>1,1138856770=>1,1139847976=>1,1140087235=>1,1141036891=>1,1140995015=>1,1141232937=>1,1141434793=>1,1141583204=>1,1141494642=>1,1140837582=>1,1140680697=>1,1140300377=>1,1140238838=>1,1140323087=>1,1140427377=>1,1140662563=>1,1140448791=>1,1138602203=>1,1138591163=>1,1137766750=>1,1137766679=>1,1137850302=>1,1137934840=>1,1137937145=>1,1137935933=>1,1137704620=>1,1137562743=>1,1137254726=>1,1137162683=>1,1137382484=>1,1137477791=>1,1137523012=>1,1137489092=>1,1137938229=>1,1137941979=>1,1138302383=>1,1138302221=>1,1138468464=>1,1138469769=>1,1138499461=>1,1138484631=>1,1138229132=>1,1138201478=>1,1138140876=>1,1137942385=>1,1138150302=>1,1138158656=>1,1138159540=>1,1141716822=>1,1141772652=>1,1147572156=>1,1147309756=>1,1147723322=>1,1147881050=>1,1147942728=>1,1147922257=>1,1147256768=>1,1147189325=>1,1145547386=>1,1145547030=>1,1145547388=>1,1146283330=>1,1147166898=>1,1146412795=>1,1148037721=>1,1148148754=>1,1150788651=>1,1150594730=>1,1151789290=>1,1151888536=>1,1152008908=>1,1151909790=>1,1150592520=>1,1150290255=>1,1148303660=>1,1148240386=>1,1148532133=>1,1148964476=>1,1149700088=>1,1145515658=>1,1145439112=>1,1143503381=>1,1143429536=>1,1144018327=>1,1144058880=>1,1144933594=>1,1144598957=>1,1143422084=>1,1143363726=>1,1141858654=>1,1141819356=>1,1142950838=>1,1143009442=>1,1143362509=>1,1143137787=>1,1144970608=>1,1145214341=>1,1145264727=>1,1145263950=>1,1145265102=>1,1145265338=>1,1145423917=>1,1145383363=>1,1145263873=>1,1145263321=>1,1145262183=>1,1145215702=>1,1145262221=>1,1145262976=>1,1145263004=>1,1137159421=>1,1137149366=>1,1127722992=>1,1127722940=>1,1127731852=>1,1127875348=>1,1127898692=>1,1127875381=>1,1127593626=>1,1127513790=>1,1125458680=>1,1125052982=>1,1125619977=>1,1126209802=>1,1127066827=>1,1126919072=>1,1128054023=>1,1128154398=>1,1130147301=>1,1130147300=>1,1131572130=>1,1132656437=>1,1132868965=>1,1132853588=>1,1130147299=>1,1129491517=>1,1128225346=>1,1128222679=>1,1129203334=>1,1129263610=>1,1129284994=>1,1129284820=>1,1125052485=>1,1125051709=>1,1123942394=>1,1123942281=>1,1123987346=>1,1124071559=>1,1124171818=>1,1124166101=>1,1123942111=>1,1123940644=>1,1123939541=>1,1123937353=>1,1123939588=>1,1123939764=>1,1123940478=>1,1123939825=>1,1124173906=>1,1124198759=>1,1125040955=>1,1125040954=>1,1125042296=>1,1125046356=>1,1125051478=>1,1125049191=>1,1124837390=>1,1124777854=>1,1124204039=>1,1124203079=>1,1124205108=>1,1124457724=>1,1124515785=>1,1133812843=>1,1133846042=>1,1136488631=>1,1136448113=>1,1136498048=>1,1136846337=>1,1137008347=>1,1136846468=>1,1136404497=>1,1136111094=>1,1135554285=>1,1135504413=>1,1135564038=>1,1135729428=>1,1136048358=>1,1136019145=>1,1137018888=>1,1137019701=>1,1137070007=>1,1137053734=>1,1137113050=>1,1137113052=>1,1137149293=>1,1137113053=>1,1137048902=>1,1137048901=>1,1137043980=>1,1137030516=>1,1137044489=>1,1137044602=>1,1137048215=>1,1135350764=>1,1135292701=>1,1133877752=>1,1133875962=>1,1133882143=>1,1133890340=>1,1133898237=>1,1133897769=>1,1133875623=>1,1133874477=>1,1133858102=>1,1133852300=>1,1133863878=>1,1133868489=>1,1133869425=>1,1133869190=>1,1133903226=>1,1134430929=>1,1134844733=>1,1134833035=>1,1134980892=>1,1135037688=>1,1135272096=>1,1135093496=>1,1134830811=>1,1134830707=>1,1134486218=>1,1134432217=>1,1134562033=>1,1134736059=>1,1134757761=>1,1152017582=>1,1152018201=>1,1156486203=>1,1156315919=>1,1157968229=>1,1157969563=>1,1157970583=>1,1157970447=>1,1156273288=>1,1156249589=>1,1156246504=>1,1156246466=>1,1156249059=>1,1156249138=>1,1156249559=>1,1156249519=>1,1157971017=>1,1158005063=>1,1158268795=>1,1158268141=>1,1158269454=>1,1158270782=>1,1158471576=>1,1158410887=>1,1158268065=>1,1158267480=>1,1158006160=>1,1158005594=>1,1158056220=>1,1158115588=>1,1158267105=>1,1158115589=>1,1156246105=>1,1156241406=>1,1156236789=>1,1156236734=>1,1156236965=>1,1156237178=>1,1156237607=>1,1156237550=>1,1156236728=>1,1156236673=>1,1156232046=>1,1156231701=>1,1156236351=>1,1156236360=>1,1156236641=>1,1156236408=>1,1156237734=>1,1156237776=>1,1156240976=>1,1156240907=>1,1156241008=>1,1156241117=>1,1156241344=>1,1156241216=>1,1156240803=>1,1156240776=>1,1156237900=>1,1156237854=>1,1156238257=>1,1156238633=>1,1156240661=>1,1158558219=>1,1158558314=>1,1159649186=>1,1159649066=>1,1159652994=>1,1159653522=>1,1159658734=>1,1159657778=>1,1159647504=>1,1159646202=>1,1159486499=>1,1159486057=>1,1159548373=>1,1159643962=>1,1159645974=>1,1159645526=>1,1159829546=>1,1159868754=>1,1160734144=>1,1160730796=>1,1160739486=>1,1160747160=>1,1160748115=>1,1123937044=>1,1160729833=>1,1160729830=>1,1160196553=>1,1160004054=>1,1160368694=>1,1160650406=>1,1160706762=>1,1159483952=>1,1159480313=>1,1158607363=>1,1158602777=>1,1158607368=>1,1158607638=>1,1158607768=>1,1158607738=>1,1158597436=>1,1158596531=>1,1158566091=>1,1158565281=>1,1158568335=>1,1158575212=>1,1158596466=>1,1158578546=>1,1158608974=>1,1158736290=>1,1159411974=>1,1159410634=>1,1159412109=>1,1159413142=>1,1159416913=>1,1159413536=>1,1159410062=>1,1159231438=>1,1158968145=>1,1158867607=>1,1159031912=>1,1159229489=>1,1159230031=>1,1156231377=>1,1156231110=>1,1152659558=>1,1152658260=>1,1152659613=>1,1152659962=>1,1152660183=>1,1152660057=>1,1152657891=>1,1152655619=>1,1152654290=>1,1152653767=>1,1152654887=>1,1152654910=>1,1152655463=>1,1152654965=>1,1152660369=>1,1152663908=>1,1152666525=>1,1152666521=>1,1152666538=>1,1152666567=>1,1152668928=>1,1152666612=>1,1152666494=>1,1152666428=>1,1152666036=>1,1152665973=>1,1152666170=>1,1152666192=>1,1152666414=>1,1152653231=>1,1152653112=>1,1152278570=>1,1152236080=>1,1152308812=>1,1152615370=>1,1152647427=>1,1152620385=>1,1152224296=>1,1152182550=>1,1152018378=>1,1152018363=>1,1152021382=>1,1152022258=>1,1152074214=>1,1152024009=>1,1152647571=>1,1152647820=>1,1152650705=>1,1152650677=>1,1152650825=>1,1152651004=>1,1152651244=>1,1152651037=>1,1152650606=>1,1152650580=>1,1152649394=>1,1152648133=>1,1152649793=>1,1152650050=>1,1152650523=>1,1152670512=>1,1152673336=>1,1155736603=>1,1155729166=>1,1155737439=>1,1155805215=>1,1155865836=>1,1155805277=>1,1155650308=>1,1154207943=>1,1153831722=>1,1153634371=>1,1153870759=>1,1153930619=>1,1154071458=>1,1154052648=>1,1155912077=>1,1155957575=>1,1156224497=>1,1156224029=>1,1156224526=>1,1156224798=>1,1156230939=>1,1156230771=>1,1156223736=>1,1156221064=>1,1156045785=>1,1156035952=>1,1156084732=>1,1156220526=>1,1156220623=>1,1153517673=>1,1153517106=>1,1152677407=>1,1152676025=>1,1152677411=>1,1152677420=>1,1152677470=>1,1152677461=>1,1152675980=>1,1152675966=>1,1152673754=>1,1152673727=>1,1152673758=>1,1152673957=>1,1152674131=>1,1152674103=>1,1152677649=>1,1152677739=>1,1153345442=>1,1153280467=>1,1153383028=>1,1153447087=>1,1153515769=>1,1153515739=>1,1153199479=>1,1152961053=>1,1152677842=>1,1152677814=>1,1152677867=>1,1152855034=>1,1152938936=>1,1160770244=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1249091584=>1249092607,1249050624=>1249052671,1275734844=>1,1275738201=>1,1275739200=>1,1275739684=>1,1275732901=>1,1275738370=>1,1275730889=>1,1275730312=>1,1275730114=>1,1275730560=>1,1275730588=>1,1275730873=>1,1275730617=>1,1275730937=>1,1275739844=>1,1275778075=>1,1275770365=>1,1275785596=>1,1275785735=>1,1275786623=>1,1275786616=>1,1275764026=>1,1275755879=>1,1275739966=>1,1275739885=>1,1275740085=>1,1275740140=>1,1275754692=>1,1275754624=>1,1275729715=>1,1275729578=>1,1275647727=>1,1275647597=>1,1275700068=>1,1275700402=>1,1275726148=>1,1275725487=>1,1275647494=>1,1275644857=>1,1275618329=>1,1275596329=>1,1275619079=>1,1275633111=>1,1275644790=>1,1275726211=>1,1275727291=>1,1275729101=>1,1275729099=>1,1275729190=>1,1275729421=>1,1275786630=>1,1275729575=>1,1275728644=>1,1275728588=>1,1275728123=>1,1275728075=>1,1275728178=>1,1275728184=>1,1275728555=>1,1275729624=>1,1275787016=>1,1279902328=>1,1279900331=>1,1279906181=>1,1279910623=>1,1279912869=>1,1279912466=>1,1279896845=>1,1279891227=>1,1277069725=>1,1276989651=>1,1277161875=>1,1279525846=>1,1279852254=>1,1279850150=>1,1279914564=>1,1279914612=>1,1280255906=>1,1280252946=>1,1280286686=>1,1280688932=>1,1280692813=>1,1280690200=>1,1280125670=>1,1280114483=>1,1279916904=>1,1279915482=>1,1279916940=>1,1279917351=>1,1279974331=>1,1279942945=>1,1276980313=>1,1276965230=>1,1276016946=>1,1276014663=>1,1276017250=>1,1276020444=>1,1276028190=>1,1276022560=>1,1276014020=>1,1276013180=>1,1275787374=>1,1275787366=>1,1275787609=>1,1275787885=>1,1275911016=>1,1275788078=>1,1276028801=>1,1276029824=>1,1276407274=>1,1276034991=>1,1276636331=>1,1276686280=>1,1276862379=>1,1276824563=>1,1276034858=>1,1276034376=>1,1276031927=>1,1276031790=>1,1276033002=>1,1276033062=>1,1276033944=>1,1275596095=>1,1275596024=>1,1265479516=>1,1265477348=>1,1265481193=>1,1265481607=>1,1265484593=>1,1265481949=>1,1265465724=>1,1265462997=>1,1265411893=>1,1265411695=>1,1265434563=>1,1265453273=>1,1265454975=>1,1265453318=>1,1265485899=>1,1265486400=>1,1266046278=>1,1265645930=>1,1266048369=>1,1266048406=>1,1266053237=>1,1266053018=>1,1265643558=>1,1265592686=>1,1265512631=>1,1265491307=>1,1265521428=>1,1265528583=>1,1265557902=>1,1265542150=>1,1265400761=>1,1265385713=>1,1265353819=>1,1265353165=>1,1265353858=>1,1265354123=>1,1265355342=>1,1265354773=>1,1265352497=>1,1265352461=>1,1265346483=>1,1265346010=>1,1265347376=>1,1265348265=>1,1265352450=>1,1265349367=>1,1265355365=>1,1265355476=>1,1265363213=>1,1265362566=>1,1265363993=>1,1265365156=>1,1265368578=>1,1265368547=>1,1265361540=>1,1265361535=>1,1265358227=>1,1265356985=>1,1265358279=>1,1265358631=>1,1265359312=>1,1266053858=>1,1266055206=>1,1269315154=>1,1269246479=>1,1269775092=>1,1269826787=>1,1269866830=>1,1269831389=>1,1268861782=>1,1268501924=>1,1268031109=>1,1267982210=>1,1268062584=>1,1268173645=>1,1268241749=>1,1268174482=>1,1269897214=>1,1270057754=>1,1275594783=>1,1275594443=>1,1275595036=>1,1275595229=>1,1275595990=>1,1275595831=>1,1275593801=>1,1275593300=>1,1270428755=>1,1270190073=>1,1270466600=>1,1270727562=>1,1275593211=>1,1275329010=>1,1267902529=>1,1267702614=>1,1266618185=>1,1266617963=>1,1266620923=>1,1266621558=>1,1266701423=>1,1266638949=>1,1266227113=>1,1266154254=>1,1266074926=>1,1266073922=>1,1266075762=>1,1266079398=>1,1266083140=>1,1266082630=>1,1266718504=>1,1266854928=>1,1267336974=>1,1267202440=>1,1267433572=>1,1267476370=>1,1267546475=>1,1267546441=>1,1267195501=>1,1267170125=>1,1267051803=>1,1267017175=>1,1267064317=>1,1267094723=>1,1267111711=>1,1280883562=>1,1280991938=>1,1296526025=>1,1296449500=>1,1296602774=>1,1296652995=>1,1296656734=>1,1296656446=>1,1296440656=>1,1296360111=>1,1295684701=>1,1295668864=>1,1296174265=>1,1296183465=>1,1296311389=>1,1296241097=>1,1296803371=>1,1296813154=>1,1297572529=>1,1297566735=>1,1297576305=>1,1297591816=>1,1297711243=>1,1297662757=>1,1297532230=>1,1297481650=>1,1297074482=>1,1296963122=>1,1297180796=>1,1297213525=>1,1297468363=>1,1297215529=>1,1295665557=>1,1295665185=>1,1295212860=>1,1295212673=>1,1295213362=>1,1295213543=>1,1295214054=>1,1295213829=>1,1295212647=>1,1295205905=>1,1295193562=>1,1295193511=>1,1295204459=>1,1295205167=>1,1295205671=>1,1295205342=>1,1295262808=>1,1295331139=>1,1295569011=>1,1295540417=>1,1295579300=>1,1295581122=>1,1295619322=>1,1295612392=>1,1295531868=>1,1295530740=>1,1295351136=>1,1295331152=>1,1295369045=>1,1295377724=>1,1295377780=>1,1297729030=>1,1297740442=>1,1299751550=>1,1299707412=>1,1299767382=>1,1299861374=>1,1299911224=>1,1299893016=>1,1299607651=>1,1299513008=>1,1299091366=>1,1299091355=>1,1299108891=>1,1299169015=>1,1299475068=>1,1299452918=>1,1299928582=>1,1302405789=>1,1303293795=>1,1303283939=>1,1303296148=>1,1303309841=>1,1303351867=>1,1303309945=>1,1303118114=>1,1303074768=>1,1302671757=>1,1302447599=>1,1302827268=>1,1303010400=>1,1303045795=>1,1299090657=>1,1299061435=>1,1298425395=>1,1298222259=>1,1298437680=>1,1298547334=>1,1298681011=>1,1298681010=>1,1298033438=>1,1297992619=>1,1297824806=>1,1297767434=>1,1297864823=>1,1297992482=>1,1297992604=>1,1297992483=>1,1298682567=>1,1298725864=>1,1298976553=>1,1298834801=>1,1299017912=>1,1299020393=>1,1299055237=>1,1299022419=>1,1298778047=>1,1298778029=>1,1298776124=>1,1298748704=>1,1298776536=>1,1298777336=>1,1298777876=>1,1295193442=>1,1295193229=>1,1287443712=>1,1287165413=>1,1287460189=>1,1287497639=>1,1287591476=>1,1287578916=>1,1287164848=>1,1287115522=>1,1286857188=>1,1286851924=>1,1286863226=>1,1286900647=>1,1287027125=>1,1287018343=>1,1290387671=>1,1291468159=>1,1292120502=>1,1292118834=>1,1292152761=>1,1292269946=>1,1292542820=>1,1292319678=>1,1292117845=>1,1292117657=>1,1292010230=>1,1291892996=>1,1292010343=>1,1292012813=>1,1292016553=>1,1292015043=>1,1286847707=>1,1286846156=>1,1282420491=>1,1281993686=>1,1282583691=>1,1282815527=>1,1282937654=>1,1282889445=>1,1281962307=>1,1281934440=>1,1281209866=>1,1265345160=>1,1281236912=>1,1281258249=>1,1281779785=>1,1281591494=>1,1282950741=>1,1283205385=>1,1286170110=>1,1286068195=>1,1286175140=>1,1286285639=>1,1286841913=>1,1286784672=>1,1283433733=>1,1283330042=>1,1283282242=>1,1283279686=>1,1283285784=>1,1283302138=>1,1283310586=>1,1292550591=>1,1292578318=>1,1294653461=>1,1294595125=>1,1294700319=>1,1294703585=>1,1294721638=>1,1294709015=>1,1294576214=>1,1294557088=>1,1294317694=>1,1294315616=>1,1294326417=>1,1294368004=>1,1294557062=>1,1294374617=>1,1294727073=>1,1294816484=>1,1295178844=>1,1295163436=>1,1295189393=>1,1295190948=>1,1295192948=>1,1295192372=>1,1295076371=>1,1295069160=>1,1294936251=>1,1294936223=>1,1294936462=>1,1295010237=>1,1295010294=>1,1294309554=>1,1294305445=>1,1293179124=>1,1292718793=>1,1293185047=>1,1293185160=>1,1293200309=>1,1293190147=>1,1292705554=>1,1292704499=>1,1292583774=>1,1292582121=>1,1292584590=>1,1292586494=>1,1292664861=>1,1292641462=>1,1293201965=>1,1293212111=>1,1293341934=>1,1293335205=>1,1293357375=>1,1293399579=>1,1293942391=>1,1293415454=>1,1293298454=>1,1293257504=>1,1293232408=>1,1293230868=>1,1293246370=>1,1293246386=>1,1293254474=>1,1280955528=>1,1265344571=>1,1250676713=>1,1250658397=>1,1250718079=>1,1250824234=>1,1250848858=>1,1250839196=>1,1250598344=>1,1250529596=>1,1249594065=>1,1249580840=>1,1249885000=>1,1250098926=>1,1250460455=>1,1250349277=>1,1250862814=>1,1253142458=>1,1254298917=>1,1254297966=>1,1254299202=>1,1254299214=>1,1254560471=>1,1254342687=>1,1254297816=>1,1254297595=>1,1254206675=>1,1254183221=>1,1254235906=>1,1254252745=>1,1254276877=>1,1254257747=>1,1249580310=>1,1249579070=>1,1248963118=>1,1248962762=>1,1248963138=>1,1248963154=>1,1248963290=>1,1248963198=>1,1248930948=>1,1248606485=>1,1248093623=>1,1248071960=>1,1248158906=>1,1248209493=>1,1248415707=>1,1248222695=>1,1248963918=>1,1248964055=>1,1249411599=>1,1249376870=>1,1249429624=>1,1249430200=>1,1249532656=>1,1249490638=>1,1249270094=>1,1249270093=>1,1249131426=>1,1249105533=>1,1249163896=>1,1249203318=>1,1249218690=>1,1254565695=>1,1254565925=>1,1255752771=>1,1255582559=>1,1255811942=>1,1256034486=>1,1256065938=>1,1256051340=>1,1255582009=>1,1255581792=>1,1255533893=>1,1255533859=>1,1255533902=>1,1255534778=>1,1255580717=>1,1255535312=>1,1256065939=>1,1256065941=>1,1262543028=>1,1258398798=>1,1262611219=>1,1262787075=>1,1262807848=>1,1262806158=>1,1256065950=>1,1256065949=>1,1256065944=>1,1256065943=>1,1256065945=>1,1256065946=>1,1256065948=>1,1255533848=>1,1255531484=>1,1255140652=>1,1255140549=>1,1255141402=>1,1255141895=>1,1255143849=>1,1255143534=>1,1255139258=>1,1254588247=>1,1254566834=>1,1254566454=>1,1254567461=>1,1254577438=>1,1254588188=>1,1254583941=>1,1255144794=>1,1255165570=>1,1255346874=>1,1255344040=>1,1255354087=>1,1255358825=>1,1255360923=>1,1255358871=>1,1255342449=>1,1255323625=>1,1255171399=>1,1255165780=>1,1255202014=>1,1255212230=>1,1255251311=>1,1248049905=>1,1248025583=>1,1244896034=>1,1244894925=>1,1244896109=>1,1244896870=>1,1244898089=>1,1244896981=>1,1244894673=>1,1244894070=>1,1244804676=>1,1243994954=>1,1244804677=>1,1244870821=>1,1244893575=>1,1244877716=>1,1244898148=>1,1244898240=>1,1245409519=>1,1245231025=>1,1245639254=>1,1245693210=>1,1245839818=>1,1245829072=>1,1244914629=>1,1244914523=>1,1244898457=>1,1244898342=>1,1244899093=>1,1244899226=>1,1244914417=>1,1244899285=>1,1243988734=>1,1242282429=>1,1239521847=>1,1239413566=>1,1239531468=>1,1239709932=>1,1239747206=>1,1239713324=>1,1238606793=>1,1238427871=>1,1237194186=>1,1237058715=>1,1237676085=>1,1238032799=>1,1238143140=>1,1238086387=>1,1239877634=>1,1239891779=>1,1241157101=>1,1241152260=>1,1241192410=>1,1241366548=>1,1241899133=>1,1241752871=>1,1240918824=>1,1240882150=>1,1239897497=>1,1239892849=>1,1240068890=>1,1240580501=>1,1240596895=>1,1245901498=>1,1245905109=>1,1246950732=>1,1246949131=>1,1246950785=>1,1246950851=>1,1246951956=>1,1246950876=>1,1246948516=>1,1246948400=>1,1246945502=>1,1246890464=>1,1246945562=>1,1246947504=>1,1246948247=>1,1246947875=>1,1246953338=>1,1246953431=>1,1247642197=>1,1247484374=>1,1247677957=>1,1247691716=>1,1247861955=>1,1247790009=>1,1247484266=>1,1247483915=>1,1247156243=>1,1247150475=>1,1247274030=>1,1247392340=>1,1247483814=>1,1246861728=>1,1246855786=>1,1246431836=>1,1246429857=>1,1246444582=>1,1246447676=>1,1246460517=>1,1246455247=>1,1246411686=>1,1246270824=>1,1245947153=>1,1245908047=>1,1246153098=>1,1246181601=>1,1246243436=>1,1246197201=>1,1246476603=>1,1246478502=>1,1246659438=>1,1246650029=>1,1246659440=>1,1246678954=>1,1246711774=>1,1246681459=>1,1246644775=>1,1246644582=>1,1246487508=>1,1246486916=>1,1246487886=>1,1246538325=>1,1246596146=>1,1262898678=>1,1262934764=>1,1265224239=>1,1265223950=>1,1265224467=>1,1265224707=>1,1265225385=>1,1265225024=>1,1265223692=>1,1265222931=>1,1265220026=>1,1265219253=>1,1265221059=>1,1265221773=>1,1265222065=>1,1265221835=>1,1265225440=>1,1265225444=>1,1265243903=>1,1265243280=>1,1265244173=>1,1265245428=>1,1265250716=>1,1265246177=>1,1265243246=>1,1265242218=>1,1265236065=>1,1265234216=>1,1265237090=>1,1265237288=>1,1265237891=>1,1265237403=>1,1265217866=>1,1265217730=>1,1265201692=>1,1265201677=>1,1265201703=>1,1265201779=>1,1265202055=>1,1265201977=>1,1265201676=>1,1265201648=>1,1265200424=>1,1265199381=>1,1265200560=>1,1265201352=>1,1265201647=>1,1265201528=>1,1265202058=>1,1265202072=>1,1265215672=>1,1265214696=>1,1265216792=>1,1265217354=>1,1265217544=>1,1265217432=>1,1265214137=>1,1265213862=>1,1265204723=>1,1265204698=>1,1265204738=>1,1265213449=>1,1265213570=>1,1265251734=>1,1265259839=>1,1265308728=>1,1265308379=>1,1265308998=>1,1265309037=>1,1265311205=>1,1265311057=>1,1265301426=>1,1265301406=>1,1265299277=>1,1265299142=>1,1265300503=>1,1265300771=>1,1265301146=>1,1265301113=>1,1265311433=>1,1265316576=>1,1265339424=>1,1265339049=>1,1265343523=>1,1265343545=>1,1236752219=>1,1265344407=>1,1265337487=>1,1265336949=>1,1265317460=>1,1265317277=>1,1265322871=>1,1265332806=>1,1265333515=>1,1265299095=>1,1265299000=>1,1265265581=>1,1265265407=>1,1265265611=>1,1265265766=>1,1265267929=>1,1265267917=>1,1265264191=>1,1265263959=>1,1265261297=>1,1265260781=>1,1265261885=>1,1265262083=>1,1265263823=>1,1265262426=>1,1265268171=>1,1265269099=>1,1265297905=>1,1265297896=>1,1265297962=>1,1265298013=>1,1265298623=>1,1265298015=>1,1265278271=>1,1265276239=>1,1265272071=>1,1265272068=>1,1265272643=>1,1265273740=>1,1265276216=>1,1265199328=>1,1265196801=>1,1264754248=>1,1264753277=>1,1264754669=>1,1264822950=>1,1265019320=>1,1264836066=>1,1264753109=>1,1264752019=>1,1264683498=>1,1264041798=>1,1264750845=>1,1264751209=>1,1264751787=>1,1264751544=>1,1265046286=>1,1265080870=>1,1265113781=>1,1265113222=>1,1265113886=>1,1265114359=>1,1265118245=>1,1265115288=>1,1265112768=>1,1265112642=>1,1265108499=>1,1265108485=>1,1265108824=>1,1265112162=>1,1265112342=>1,1263972922=>1,1263969122=>1,1263307745=>1,1263286887=>1,1263308285=>1,1263310104=>1,1263311230=>1,1263311120=>1,1263286633=>1,1263281421=>1,1263272754=>1,1263065641=>1,1263274193=>1,1263277680=>1,1263279558=>1,1263278504=>1,1263313451=>1,1263314544=>1,1263336197=>1,1263336098=>1,1263575276=>1,1263575668=>1,1263906998=>1,1263630222=>1,1263331724=>1,1263331697=>1,1263319480=>1,1263314552=>1,1263323449=>1,1263324038=>1,1263330986=>1,1265119468=>1,1265121161=>1,1265187514=>1,1265187225=>1,1265187589=>1,1265188148=>1,1265188246=>1,1265188218=>1,1265186689=>1,1265186336=>1,1265185187=>1,1265184782=>1,1265185627=>1,1265185721=>1,1265185982=>1,1265185826=>1,1265188625=>1,1265191189=>1,1265193055=>1,1265192855=>1,1265193349=>1,1265193444=>1,1265195950=>1,1265195804=>1,1265192711=>1,1265192701=>1,1265191599=>1,1265191205=>1,1265192039=>1,1265192481=>1,1265192535=>1,1265180206=>1,1265180129=>1,1265175036=>1,1265174901=>1,1265175094=>1,1265175132=>1,1265175329=>1,1265175326=>1,1265174885=>1,1265174610=>1,1265162377=>1,1265147329=>1,1265173552=>1,1265173619=>1,1265174574=>1,1265174456=>1,1265175723=>1,1265175860=>1,1265179309=>1,1265178982=>1,1265179375=>1,1265179454=>1,1265179551=>1,1265179486=>1,1265178929=>1,1265178919=>1,1265176179=>1,1265176039=>1,1265176419=>1,1265178826=>1,1265178906=>1,1265345001=>1,);?>
1
+ <?php return array(1249091584=>1249092607,1249050624=>1249052671,1291855586=>1,1291563434=>1,1291923446=>1,1292010663=>1,1292204256=>1,1292014751=>1,1290387671=>1,1289375453=>1,1287590987=>1,1287590946=>1,1287591012=>1,1287591318=>1,1287639560=>1,1287591367=>1,1292316869=>1,1293201246=>1,1292582540=>1,1292579569=>1,1292584742=>1,1292586191=>1,1292703427=>1,1292668788=>1,1292576236=>1,1292575300=>1,1292322551=>1,1287578916=>1,1292322732=>1,1292562583=>1,1292563886=>1,1292704849=>1,1287210775=>1,1286296616=>1,1286285639=>1,1286566502=>1,1286593611=>1,1286798194=>1,1286784672=>1,1286175140=>1,1286170110=>1,1283310586=>1,1283285784=>1,1283330042=>1,1283433733=>1,1286068195=>1,1286035786=>1,1286802419=>1,1286805948=>1,1287008525=>1,1286863226=>1,1287018343=>1,1287027125=>1,1293211929=>1,1287164848=>1,1286857188=>1,1286851924=>1,1286823783=>1,1286821394=>1,1286836957=>1,1286838570=>1,1286840221=>1,1287497639=>1,1293243716=>1,1295205651=>1,1295194091=>1,1295205707=>1,1295206003=>1,1295206155=>1,1295206151=>1,1295193728=>1,1295193697=>1,1295192170=>1,1295188577=>1,1295192766=>1,1295192948=>1,1295193494=>1,1295193384=>1,1295206262=>1,1295213665=>1,1295547532=>1,1295530740=>1,1295551405=>1,1295562771=>1,1295579300=>1,1295569011=>1,1295376695=>1,1295373448=>1,1295214427=>1,1295213974=>1,1295219243=>1,1295328421=>1,1295369045=>1,1295178844=>1,1295163436=>1,1293368221=>1,1293357375=>1,1293929644=>1,1294305445=>1,1294326417=>1,1294306995=>1,1293354411=>1,1293341934=>1,1293246386=>1,1283282242=>1,1293251214=>1,1293251758=>1,1293321328=>1,1293254757=>1,1294374617=>1,1294557062=>1,1295010237=>1,1294968927=>1,1295010294=>1,1295048787=>1,1295116358=>1,1295064771=>1,1294945776=>1,1294936251=>1,1294576214=>1,1294557088=>1,1294700319=>1,1294721638=>1,1294893754=>1,1293232408=>1,1283279686=>1,1275787609=>1,1275787374=>1,1275787885=>1,1275788078=>1,1275788484=>1,1275788100=>1,1275787366=>1,1275787267=>1,1275754352=>1,1275741684=>1,1275754692=>1,1275764026=>1,1275785735=>1,1275785596=>1,1275826412=>1,1275911016=>1,1276029824=>1,1276022560=>1,1276031025=>1,1276031790=>1,1276032538=>1,1276031927=>1,1276019446=>1,1276017250=>1,1276012469=>1,1275999754=>1,1276014020=>1,1276014663=>1,1276016946=>1,1276016182=>1,1275740140=>1,1275740035=>1,1275725487=>1,1275721364=>1,1275725981=>1,1275726211=>1,1275729099=>1,1275728275=>1,1275700421=>1,1275647494=>1,1275644857=>1,1275633111=>1,1275646103=>1,1275646186=>1,1275646196=>1,1275646190=>1,1275729101=>1,1275729421=>1,1275738370=>1,1275732965=>1,1275739200=>1,1275739409=>1,1275739885=>1,1275739684=>1,1275732697=>1,1275732369=>1,1275730711=>1,1275730655=>1,1275730937=>1,1275732122=>1,1275732312=>1,1276033944=>1,1276034376=>1,1280255906=>1,1280252946=>1,1280286686=>1,1280690240=>1,1280883562=>1,1280692813=>1,1280179240=>1,1280171972=>1,1280013644=>1,1280002482=>1,1280113035=>1,1280166176=>1,1280171653=>1,1280166494=>1,1280991938=>1,1281048677=>1,1281993686=>1,1281962307=>1,1282554347=>1,1282583691=>1,1282950741=>1,1282815527=>1,1281779785=>1,1281766745=>1,1281212973=>1,1281209866=>1,1281232274=>1,1281258249=>1,1281591494=>1,1281270812=>1,1279974331=>1,1279942945=>1,1276465967=>1,1276407274=>1,1276480835=>1,1276636331=>1,1276862379=>1,1276824563=>1,1276225358=>1,1276148452=>1,1276034535=>1,1276034506=>1,1276034858=>1,1276034991=>1,1276128639=>1,1276043002=>1,1276965230=>1,1276979563=>1,1279910411=>1,1279902019=>1,1279914001=>1,1279914564=>1,1279916940=>1,1279914736=>1,1279897114=>1,1279852254=>1,1277161875=>1,1276989651=>1,1279434750=>1,1279836208=>1,1279850150=>1,1295612392=>1,1295657365=>1,1311068680=>1,1310993462=>1,1311139074=>1,1311158041=>1,1311204794=>1,1311204674=>1,1310972239=>1,1310970281=>1,1310696489=>1,1310671224=>1,1310855197=>1,1310883445=>1,1310964941=>1,1310932659=>1,1311204963=>1,1311226417=>1,1311410549=>1,1311389395=>1,1311411987=>1,1311414229=>1,1311435792=>1,1311430999=>1,1311361167=>1,1311339409=>1,1311243389=>1,1311228683=>1,1311289374=>1,1311290669=>1,1311302344=>1,1311302193=>1,1310515454=>1,1310487562=>1,1308299098=>1,1308130200=>1,1308304395=>1,1308355059=>1,1309192446=>1,1308366203=>1,1308122268=>1,1308112077=>1,1308079522=>1,1308079245=>1,1308079523=>1,1308079524=>1,1308079526=>1,1308079525=>1,1309238419=>1,1309369064=>1,1310252932=>1,1310214965=>1,1310286522=>1,1310418842=>1,1310465555=>1,1310422653=>1,1310192785=>1,1310133448=>1,1309973420=>1,1309931479=>1,1310090763=>1,1310119080=>1,1310125790=>1,1311449267=>1,1311455731=>1,1311694726=>1,1311694128=>1,1311697366=>1,1311698871=>1,1311701319=>1,1311700772=>1,1311693954=>1,1311693323=>1,1311685098=>1,1311684988=>1,1311686040=>1,1311687979=>1,1311691120=>1,1311689348=>1,1311701811=>1,1311704070=>1,1311715932=>1,1311715286=>1,1311718750=>1,1311718878=>1,1311721083=>1,1311719515=>1,1311715161=>1,1311714596=>1,1311712035=>1,1311707758=>1,1311712686=>1,1311713084=>1,1311713212=>1,1311679099=>1,1311679027=>1,1311650684=>1,1311649266=>1,1311651083=>1,1311651811=>1,1311654243=>1,1311654133=>1,1311648733=>1,1311648713=>1,1311574164=>1,1311464632=>1,1311641992=>1,1311643159=>1,1311647002=>1,1311647001=>1,1311658285=>1,1311658619=>1,1311673241=>1,1311670182=>1,1311673270=>1,1311673702=>1,1311676171=>1,1311676058=>1,1311669862=>1,1311666395=>1,1311661844=>1,1311660567=>1,1311663730=>1,1311664905=>1,1311665260=>1,1308028002=>1,1307968441=>1,1298547334=>1,1298425395=>1,1298608239=>1,1298682567=>1,1298776753=>1,1298776649=>1,1298222259=>1,1298130792=>1,1297949986=>1,1297740442=>1,1297992482=>1,1297992483=>1,1297992619=>1,1297992604=>1,1298777043=>1,1298976553=>1,1299523170=>1,1299516508=>1,1299544999=>1,1299720224=>1,1299770881=>1,1299767382=>1,1299483898=>1,1299482229=>1,1299022432=>1,1299017912=>1,1299055167=>1,1299090657=>1,1299462108=>1,1299169015=>1,1297729154=>1,1297591816=>1,1296311389=>1,1296241097=>1,1296360111=>1,1296449500=>1,1296652995=>1,1296602774=>1,1296231493=>1,1296183429=>1,1295665557=>1,1275621092=>1,1295667571=>1,1295668864=>1,1296174265=>1,1296101054=>1,1296656446=>1,1296656734=>1,1297468363=>1,1297420191=>1,1297481650=>1,1297552990=>1,1297576305=>1,1297573752=>1,1297215529=>1,1297213525=>1,1296803371=>1,1296729390=>1,1296813154=>1,1297059472=>1,1297180796=>1,1299861374=>1,1299871755=>1,1307097378=>1,1307062895=>1,1307097509=>1,1307118386=>1,1307241263=>1,1307176578=>1,1307062883=>1,1305147053=>1,1304180532=>1,1304140028=>1,1304186217=>1,1304946303=>1,1305103481=>1,1304960702=>1,1307284642=>1,1307284645=>1,1307750150=>1,1307711230=>1,1307797521=>1,1307797983=>1,1307942023=>1,1307930330=>1,1307710201=>1,1307637127=>1,1307375150=>1,1307370462=>1,1307461080=>1,1307464551=>1,1307627029=>1,1304135085=>1,1304101514=>1,1303356863=>1,1303351867=>1,1303371022=>1,1303374648=>1,1303407364=>1,1303399101=>1,1303296148=>1,1303293795=>1,1299911224=>1,1299893016=>1,1299928582=>1,1302405789=>1,1303045795=>1,1303010400=>1,1303431259=>1,1303583879=>1,1303755215=>1,1303721967=>1,1303756297=>1,1303825441=>1,1304053322=>1,1304052779=>1,1303685513=>1,1303681443=>1,1303650536=>1,1303626209=>1,1303656182=>1,1303661584=>1,1303663416=>1,1295628436=>1,1275596329=>1,1246181601=>1,1246085313=>1,1246197201=>1,1246431836=>1,1246444582=>1,1246433478=>1,1246062427=>1,1245947153=>1,1245693210=>1,1245639254=>1,1245727728=>1,1245777730=>1,1245909134=>1,1245829072=>1,1246460687=>1,1246469965=>1,1246644775=>1,1246644582=>1,1246649955=>1,1246650088=>1,1246681459=>1,1246671369=>1,1246629862=>1,1246596146=>1,1246478502=>1,1246476881=>1,1246481255=>1,1246487508=>1,1246524591=>1,1246487886=>1,1244901099=>1,1244899226=>1,1241152260=>1,1240889863=>1,1241157101=>1,1241192410=>1,1242282429=>1,1241752871=>1,1240882150=>1,1240596895=>1,1239892849=>1,1239877634=>1,1239897497=>1,1240068890=>1,1240580501=>1,1240446078=>1,1243988734=>1,1243994954=>1,1244896925=>1,1244896046=>1,1244896981=>1,1244897084=>1,1244899093=>1,1244898457=>1,1244895543=>1,1244894938=>1,1244081021=>1,1244014361=>1,1244804677=>1,1244893575=>1,1244894070=>1,1246729562=>1,1246855786=>1,1248963198=>1,1248963154=>1,1248963274=>1,1248963290=>1,1248964055=>1,1248963918=>1,1248963138=>1,1248963118=>1,1248049905=>1,1248025583=>1,1248071960=>1,1248209493=>1,1248930948=>1,1248222695=>1,1248964289=>1,1249163896=>1,1249580840=>1,1249579070=>1,1249594065=>1,1249653805=>1,1249654616=>1,1249653848=>1,1249523071=>1,1249490638=>1,1249338582=>1,1249203318=>1,1249376870=>1,1249410580=>1,1249411599=>1,1247861955=>1,1247790009=>1,1246948688=>1,1246948516=>1,1246948700=>1,1246949131=>1,1246950732=>1,1246949151=>1,1246948400=>1,1246948247=>1,1246945451=>1,1246890464=>1,1246945502=>1,1246946200=>1,1246947875=>1,1246946490=>1,1246982590=>1,1247137048=>1,1247484266=>1,1247483138=>1,1247484374=>1,1247485574=>1,1247677957=>1,1247642197=>1,1247476272=>1,1247459157=>1,1247248778=>1,1247156243=>1,1247274030=>1,1247363993=>1,1247392340=>1,1239713324=>1,1239709932=>1,1226055839=>1,1226007124=>1,1226154849=>1,1226318906=>1,1226370546=>1,1226353464=>1,1225785073=>1,1225600157=>1,1225205755=>1,1224940422=>1,1225307877=>1,1225467881=>1,1225527226=>1,1225503716=>1,1226379489=>1,1226432585=>1,1227367594=>1,1227192631=>1,1227695435=>1,1227698684=>1,1227753739=>1,1227734734=>1,1227133057=>1,1227098158=>1,1226505099=>1,1226479653=>1,1226648057=>1,1226834086=>1,1227091964=>1,1226852809=>1,1224740297=>1,1224563756=>1,1222044251=>1,1221448299=>1,1222091714=>1,1222112919=>1,1222282464=>1,1222175938=>1,1221188521=>1,1221181327=>1,1220728172=>1,1220642231=>1,1220855988=>1,1220871790=>1,1221147255=>1,1221095370=>1,1222315643=>1,1222353147=>1,1223590892=>1,1223420596=>1,1224390582=>1,1224477524=>1,1224528838=>1,1224478371=>1,1223217861=>1,1223154829=>1,1222599134=>1,1222420904=>1,1222694477=>1,1222781184=>1,1223084653=>1,1227880216=>1,1228114080=>1,1236607696=>1,1236585904=>1,1236798733=>1,1236818868=>1,1237194186=>1,1237058715=>1,1236442106=>1,1236439023=>1,1235817750=>1,1235537415=>1,1235861443=>1,1235882074=>1,1236256500=>1,1235934648=>1,1237676085=>1,1237726031=>1,1238606793=>1,1238427871=>1,1239128684=>1,1239321437=>1,1239571652=>1,1239397750=>1,1238265814=>1,1238163996=>1,1237912360=>1,1237846761=>1,1238020121=>1,1238032799=>1,1238143140=>1,1235497402=>1,1235458786=>1,1230619521=>1,1230607537=>1,1231290653=>1,1233192844=>1,1233441784=>1,1233255280=>1,1230417907=>1,1229729552=>1,1228295957=>1,1228157131=>1,1229104430=>1,1229161302=>1,1229456076=>1,1229330972=>1,1233460540=>1,1233511725=>1,1235049463=>1,1234751501=>1,1235211095=>1,1235313763=>1,1235414461=>1,1235398328=>1,1234691551=>1,1234562005=>1,1233626631=>1,1233591134=>1,1233804243=>1,1234333397=>1,1234536325=>1,1249772386=>1,1249869077=>1,1266075762=>1,1266074926=>1,1266079398=>1,1266081716=>1,1266151450=>1,1266082630=>1,1266056437=>1,1266055967=>1,1265865679=>1,1265643558=>1,1265972721=>1,1266038171=>1,1266052273=>1,1266046278=>1,1266154254=>1,1266599266=>1,1266640308=>1,1266640307=>1,1266640309=>1,1266640312=>1,1266640317=>1,1266640313=>1,1266640306=>1,1266640305=>1,1266618185=>1,1266615218=>1,1266620923=>1,1266638949=>1,1266640290=>1,1266640289=>1,1265637926=>1,1265592686=>1,1265462997=>1,1265453323=>1,1265478167=>1,1265479498=>1,1265484220=>1,1265481767=>1,1265453079=>1,1265416199=>1,1265400330=>1,1265374606=>1,1265400761=>1,1265401403=>1,1265412041=>1,1265411695=>1,1265484601=>1,1265484826=>1,1265546062=>1,1265542150=>1,1265547577=>1,1265547655=>1,1265557751=>1,1265548102=>1,1265512631=>1,1265491307=>1,1265486400=>1,1265485734=>1,1265486798=>1,1265488737=>1,1265490312=>1,1266701423=>1,1266734463=>1,1269826787=>1,1269452162=>1,1269897214=>1,1270197539=>1,1270378623=>1,1270374689=>1,1269096512=>1,1269071471=>1,1268174482=>1,1268173645=>1,1268241749=>1,1268501924=>1,1269071212=>1,1269070192=>1,1270428755=>1,1270466600=>1,1275595229=>1,1275595036=>1,1275595384=>1,1275595620=>1,1220582194=>1,1275595831=>1,1275593427=>1,1275593300=>1,1273425797=>1,1273228568=>1,1275165835=>1,1275329010=>1,1275593211=>1,1268120117=>1,1268086902=>1,1267081526=>1,1267078332=>1,1267084809=>1,1267094723=>1,1267111711=>1,1267103030=>1,1267064317=>1,1267051803=>1,1266874082=>1,1266836036=>1,1267008752=>1,1267017175=>1,1267030339=>1,1267023411=>1,1267147758=>1,1267170125=>1,1267546476=>1,1267546475=>1,1267634440=>1,1267982210=>1,1268062584=>1,1268031109=>1,1267546441=>1,1267496206=>1,1267199153=>1,1267195501=>1,1267333356=>1,1267336974=>1,1267355437=>1,1265368547=>1,1265368220=>1,1254834898=>1,1254588031=>1,1254879080=>1,1254921378=>1,1255140549=>1,1255139258=>1,1254584599=>1,1254582318=>1,1254556113=>1,1254399418=>1,1254560146=>1,1254562514=>1,1254566454=>1,1254563636=>1,1255140652=>1,1255141402=>1,1255202014=>1,1255196048=>1,1255212230=>1,1255323625=>1,1255346874=>1,1255342449=>1,1255188252=>1,1255171399=>1,1255143534=>1,1255141895=>1,1255143849=>1,1255144794=>1,1255165570=>1,1254382252=>1,1254324536=>1,1250460455=>1,1250349277=>1,1250533730=>1,1250598344=>1,1250632961=>1,1250625671=>1,1250194239=>1,1250186758=>1,1249983516=>1,1249931444=>1,1249984414=>1,1250069032=>1,1250167589=>1,1250098926=>1,1250642082=>1,1250676713=>1,1254252749=>1,1254235906=>1,1254257747=>1,1254299121=>1,1254307993=>1,1254307992=>1,1254183221=>1,1254170281=>1,1250789054=>1,1250788221=>1,1250839196=>1,1250848858=>1,1250863234=>1,1255358825=>1,1255531740=>1,1264753277=>1,1264752019=>1,1264754669=>1,1264760693=>1,1265087589=>1,1265080870=>1,1264683498=>1,1264051541=>1,1263630222=>1,1263575276=>1,1264041798=>1,1264046538=>1,1264048954=>1,1264048817=>1,1265092557=>1,1265097860=>1,1265234137=>1,1265225056=>1,1265308728=>1,1265334810=>1,1265367953=>1,1265344407=>1,1265214573=>1,1265199459=>1,1265191588=>1,1265185372=>1,1265192627=>1,1265196589=>1,1265199171=>1,1263336098=>1,1263324389=>1,1255860660=>1,1255859045=>1,1255887642=>1,1255935368=>1,1256034486=>1,1256024716=>1,1255837454=>1,1255826514=>1,1255580717=>1,1255534778=>1,1255580922=>1,1255581792=>1,1255811942=>1,1255582009=>1,1256051340=>1,1262787075=>1,1263313356=>1,1263286887=>1,1263313393=>1,1263313451=>1,1263322161=>1,1263318146=>1,1263279558=>1,1263274193=>1,1262898678=>1,1262807848=>1,1262934764=>1,1263065641=>1,1263102042=>1,1275618030=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1358890752=>1358890879,1358842368=>1358842879,1340325191=>1,1340272504=>1,1340394335=>1,1340401278=>1,1340176097=>1,1340402575=>1,1340097348=>1,1339817550=>1,1339816306=>1,1339816018=>1,1339817606=>1,1339976248=>1,1340031537=>1,1340001753=>1,1340557401=>1,1340562066=>1,1341251363=>1,1341250717=>1,1341254171=>1,1341257214=>1,1341342692=>1,1341283322=>1,1341194058=>1,1341188479=>1,1340720075=>1,1340665550=>1,1340727287=>1,1341114845=>1,1341120547=>1,1341115346=>1,1339815093=>1,1339808064=>1,1339226448=>1,1339223302=>1,1339226455=>1,1339227533=>1,1339315690=>1,1339310893=>1,1339222144=>1,1339220833=>1,1339218061=>1,1339217874=>1,1339220189=>1,1339220231=>1,1339220614=>1,1339220400=>1,1339321293=>1,1339326125=>1,1339705390=>1,1339661290=>1,1339779938=>1,1339802223=>1,1341347459=>1,1339802720=>1,1339657096=>1,1339651527=>1,1339436353=>1,1339394053=>1,1339544946=>1,1339546841=>1,1339648031=>1,1339814764=>1,1341424076=>1,1345363378=>1,1345024133=>1,1345728287=>1,1345941007=>1,1346320530=>1,1346172394=>1,1344939619=>1,1344462611=>1,1343741946=>1,1343301159=>1,1344124557=>1,1344203498=>1,1344252197=>1,1344225924=>1,1346388249=>1,1346398467=>1,1346791736=>1,1346751085=>1,1346863929=>1,1346864503=>1,1346866271=>1,1346866185=>1,1346722185=>1,1346657529=>1,1346537339=>1,1346415066=>1,1346612243=>1,1346616776=>1,1346624537=>1,1343215356=>1,1343152752=>1,1341619775=>1,1341617948=>1,1341667204=>1,1341692315=>1,1341700457=>1,1341692910=>1,1341480154=>1,1341476944=>1,1341464699=>1,1339217469=>1,1341465019=>1,1341465552=>1,1341476195=>1,1341467633=>1,1341850028=>1,1341879154=>1,1342987960=>1,1342650043=>1,1343039375=>1,1343060259=>1,1343098017=>1,1343066228=>1,1342330689=>1,1342005182=>1,1341889512=>1,1341885879=>1,1341898893=>1,1341964342=>1,1341990423=>1,1341409406=>1,1339216452=>1,1336734349=>1,1336724516=>1,1336734434=>1,1336734456=>1,1336760123=>1,1336756770=>1,1336721696=>1,1336690288=>1,1336227879=>1,1336226318=>1,1336259827=>1,1336418937=>1,1336679629=>1,1336676882=>1,1336769780=>1,1336821496=>1,1337165510=>1,1337080340=>1,1337274457=>1,1337291361=>1,1337401460=>1,1337388278=>1,1337034539=>1,1336967853=>1,1336844451=>1,1336844450=>1,1336844456=>1,1336876134=>1,1336956820=>1,1336914144=>1,1335917912=>1,1335910048=>1,1334242039=>1,1334236045=>1,1334247203=>1,1334247368=>1,1334323938=>1,1334320427=>1,1334235074=>1,1334183876=>1,1333868703=>1,1333736975=>1,1333868822=>1,1334129249=>1,1334170123=>1,1334146144=>1,1334324895=>1,1334330973=>1,1334794225=>1,1334684140=>1,1334817787=>1,1335672088=>1,1335825346=>1,1335736092=>1,1334684133=>1,1334684132=>1,1334576429=>1,1334337903=>1,1334585613=>1,1334585717=>1,1334585718=>1,1337406617=>1,1337419995=>1,1339016264=>1,1338947217=>1,1339022611=>1,1339093706=>1,1339152741=>1,1339095313=>1,1338893617=>1,1338847142=>1,1338733962=>1,1338720494=>1,1338783493=>1,1338802357=>1,1338817129=>1,1338810823=>1,1339160363=>1,1339169269=>1,1339214671=>1,1339213883=>1,1339215243=>1,1339215436=>1,1346953651=>1,1339216353=>1,1339213763=>1,1339213313=>1,1339211945=>1,1339170710=>1,1339212470=>1,1339212880=>1,1339213294=>1,1338683236=>1,1338682987=>1,1337930784=>1,1337929630=>1,1337930951=>1,1337940421=>1,1338012785=>1,1338011674=>1,1337927853=>1,1337927581=>1,1337525592=>1,1337444098=>1,1337526504=>1,1337545771=>1,1337786931=>1,1337731630=>1,1338024205=>1,1338111574=>1,1338433429=>1,1338429023=>1,1338524027=>1,1338558599=>1,1338663360=>1,1338636052=>1,1338360311=>1,1338357574=>1,1338133884=>1,1338133866=>1,1338204120=>1,1338323773=>1,1338326873=>1,1339216601=>1,1347045441=>1,1357767244=>1,1357767243=>1,1357806186=>1,1357851701=>1,1357931537=>1,1357930578=>1,1357767242=>1,1357767241=>1,1357522270=>1,1357437055=>1,1357524049=>1,1357524730=>1,1357741006=>1,1357710865=>1,1357931617=>1,1357931781=>1,1357934609=>1,1357934593=>1,1357934793=>1,1357934929=>1,1357934977=>1,1357934941=>1,1357932961=>1,1357932785=>1,1357931784=>1,1357931782=>1,1357931785=>1,1357931787=>1,1357932665=>1,1357932641=>1,1357221103=>1,1356856181=>1,1356422822=>1,1356364796=>1,1356495376=>1,1356513167=>1,1356530244=>1,1356523890=>1,1356360974=>1,1356123217=>1,1354532621=>1,1354532620=>1,1354547102=>1,1355180472=>1,1355516183=>1,1355369051=>1,1356533763=>1,1356565545=>1,1356765667=>1,1356749546=>1,1356838986=>1,1356845550=>1,1356855882=>1,1356854850=>1,1356701531=>1,1356655569=>1,1356593041=>1,1356587255=>1,1356600351=>1,1356613862=>1,1356618408=>1,1357935065=>1,1357935293=>1,1358795970=>1,1358765230=>1,1358848656=>1,1358855478=>1,1358889850=>1,1358879536=>1,1358733086=>1,1358732718=>1,1358516954=>1,1358500890=>1,1358519343=>1,1358576778=>1,1358629162=>1,1358621181=>1,1358890233=>1,1358890507=>1,1359147582=>1,1359146458=>1,1359149901=>1,1359150175=>1,1359243178=>1,1359242589=>1,1359141071=>1,1359139082=>1,1358892013=>1,1358891981=>1,1359059159=>1,1359068319=>1,1359136033=>1,1358483587=>1,1358450619=>1,1358027997=>1,1357987023=>1,1358033132=>1,1358050745=>1,1358093106=>1,1358051175=>1,1357987009=>1,1357962534=>1,1357935513=>1,1357935473=>1,1357937677=>1,1357940470=>1,1357960371=>1,1357941615=>1,1358188991=>1,1358230430=>1,1358448851=>1,1358448838=>1,1358449348=>1,1358450225=>1,1358450463=>1,1358450345=>1,1358448431=>1,1358291931=>1,1358263682=>1,1358263101=>1,1358263683=>1,1358263686=>1,1358263687=>1,1354532619=>1,1354532618=>1,1348163620=>1,1348090027=>1,1348181372=>1,1348189884=>1,1348229564=>1,1348227614=>1,1348086749=>1,1348059294=>1,1347738690=>1,1347727573=>1,1347769416=>1,1347769566=>1,1347930235=>1,1347887494=>1,1348618491=>1,1348661959=>1,1349269770=>1,1348804498=>1,1349278512=>1,1349280538=>1,1349326355=>1,1349321098=>1,1348795124=>1,1348783766=>1,1348690192=>1,1348663361=>1,1348732825=>1,1348742397=>1,1348779267=>1,1347647172=>1,1347590865=>1,1347353954=>1,1347353540=>1,1347354043=>1,1347354085=>1,1347360758=>1,1347360519=>1,1347350982=>1,1347345022=>1,1347069795=>1,1333531949=>1,1347114282=>1,1347183699=>1,1347308462=>1,1347230998=>1,1347384554=>1,1347387273=>1,1347548139=>1,1347548130=>1,1347567649=>1,1347568361=>1,1347590864=>1,1347568968=>1,1347548024=>1,1347490079=>1,1347387288=>1,1347387278=>1,1347387292=>1,1347445482=>1,1347488797=>1,1349362001=>1,1349384238=>1,1351480979=>1,1351405258=>1,1351536302=>1,1351819677=>1,1352206084=>1,1352180994=>1,1351376899=>1,1351330859=>1,1351231531=>1,1351174412=>1,1351232343=>1,1351246102=>1,1351250319=>1,1351249193=>1,1352462012=>1,1352805342=>1,1354100080=>1,1354099969=>1,1354100196=>1,1354100219=>1,1354518410=>1,1354371999=>1,1353882920=>1,1353314636=>1,1352940986=>1,1352864486=>1,1353182797=>1,1353278945=>1,1353279344=>1,1351133335=>1,1351122691=>1,1349841219=>1,1349647335=>1,1349841301=>1,1349930086=>1,1350214666=>1,1350133571=>1,1349647107=>1,1349563245=>1,1349389081=>1,1349384548=>1,1349435027=>1,1349481978=>1,1349557092=>1,1349509374=>1,1350250275=>1,1350284618=>1,1350715069=>1,1350643942=>1,1350727637=>1,1350994526=>1,1351120875=>1,1350999758=>1,1350630695=>1,1350597838=>1,1350530653=>1,1350527898=>1,1350531089=>1,1350535443=>1,1350539172=>1,1347023502=>1,1333285303=>1,1311661844=>1,1311660567=>1,1311663730=>1,1311666395=>1,1311673241=>1,1311670182=>1,1311658619=>1,1311658285=>1,1311651811=>1,1311651083=>1,1311652894=>1,1311654133=>1,1311657572=>1,1311654243=>1,1311673270=>1,1311673702=>1,1311693264=>1,1311691120=>1,1311693323=>1,1311693954=>1,1311694726=>1,1311694128=>1,1311689348=>1,1311687979=>1,1311679027=>1,1311676171=>1,1311679617=>1,1311684988=>1,1311686987=>1,1311686040=>1,1311650893=>1,1311650684=>1,1311301655=>1,1311290669=>1,1311301912=>1,1311302193=>1,1311303165=>1,1311302706=>1,1311289374=>1,1311243389=>1,1311158041=>1,1311139074=>1,1311204674=>1,1311204794=>1,1311228683=>1,1311204963=>1,1311339409=>1,1311361064=>1,1311648713=>1,1311647002=>1,1311648733=>1,1311649266=>1,1311650184=>1,1311649295=>1,1311647001=>1,1311643159=>1,1311435792=>1,1311389395=>1,1311464632=>1,1311574164=>1,1311641992=>1,1311697366=>1,1311698871=>1,1311751050=>1,1311750935=>1,1311753836=>1,1311754677=>1,1311759687=>1,1311759038=>1,1311748170=>1,1311747739=>1,1311741102=>1,1311740313=>1,1311742891=>1,1311743458=>1,1311746116=>1,1311743610=>1,1311760603=>1,1311761771=>1,1311827603=>1,1311821154=>1,1311853618=>1,1311860860=>1,1311911595=>1,1311877661=>1,1311817128=>1,1311814421=>1,1311766051=>1,1311764304=>1,1311767010=>1,1311777658=>1,1311786687=>1,1311736148=>1,1311734874=>1,1311714596=>1,1311713212=>1,1311715161=>1,1311715286=>1,1311718750=>1,1311715932=>1,1311713084=>1,1311712686=>1,1311704070=>1,1311700772=>1,1311705447=>1,1311707758=>1,1311712035=>1,1311710198=>1,1311718878=>1,1311719515=>1,1311727393=>1,1311727048=>1,1311728328=>1,1311728802=>1,1311733910=>1,1311729053=>1,1311727024=>1,1311726860=>1,1311724324=>1,1311724228=>1,1311724642=>1,1311725266=>1,1311726590=>1,1311136746=>1,1311068680=>1,1305309927=>1,1305169155=>1,1307062883=>1,1307062895=>1,1307200217=>1,1307176578=>1,1305138447=>1,1305103481=>1,1304120382=>1,1304059979=>1,1304131503=>1,1304160473=>1,1304954149=>1,1304181419=>1,1307213247=>1,1307241263=>1,1307520922=>1,1307513268=>1,1307627029=>1,1307637127=>1,1307710201=>1,1307680792=>1,1307507706=>1,1307503158=>1,1307335242=>1,1307284642=>1,1307370462=>1,1307375150=>1,1307501594=>1,1307461080=>1,1304057717=>1,1304047934=>1,1303620030=>1,1303609564=>1,1303648785=>1,1303684028=>1,1303689845=>1,1303689062=>1,1303586535=>1,1303581501=>1,1303374648=>1,1303371022=>1,1303397573=>1,1303436804=>1,1303531133=>1,1303454250=>1,1303698720=>1,1303714568=>1,1303807235=>1,1303794974=>1,1303823664=>1,1303826750=>1,1304040136=>1,1304039997=>1,1303794579=>1,1303787161=>1,1303741450=>1,1303728509=>1,1303753349=>1,1303780133=>1,1303786414=>1,1307710730=>1,1307711230=>1,1310278114=>1,1310252932=>1,1310279242=>1,1310279958=>1,1310286522=>1,1310282538=>1,1310214965=>1,1310192785=>1,1309985463=>1,1309985213=>1,1310042397=>1,1310106099=>1,1310125790=>1,1310119080=>1,1310328072=>1,1310418350=>1,1310928905=>1,1310696489=>1,1310988773=>1,1310993462=>1,1311026148=>1,1311022050=>1,1310671598=>1,1310671224=>1,1310421655=>1,1310420969=>1,1310422669=>1,1310423622=>1,1310465555=>1,1309984183=>1,1309653332=>1,1308079523=>1,1308079522=>1,1308079524=>1,1308079525=>1,1308112077=>1,1308079526=>1,1308079264=>1,1308028002=>1,1307797521=>1,1307711616=>1,1307797983=>1,1307929426=>1,1307968441=>1,1307942023=>1,1308122268=>1,1308126980=>1,1308748619=>1,1308681221=>1,1309192446=>1,1309238419=>1,1309650366=>1,1309261074=>1,1308375183=>1,1308366203=>1,1308142725=>1,1308130200=>1,1308299098=>1,1308304395=>1,1308355059=>1,1311982044=>1,1312021613=>1,1323498104=>1,1323475040=>1,1323770556=>1,1323918743=>1,1324526339=>1,1324088157=>1,1323400118=>1,1323371645=>1,1322930763=>1,1322853536=>1,1323045954=>1,1323142258=>1,1323307712=>1,1323163450=>1,1324662857=>1,1324814206=>1,1326929203=>1,1326906546=>1,1327455169=>1,1327565733=>1,1327748244=>1,1327748169=>1,1326644666=>1,1326639031=>1,1326210510=>1,1326196624=>1,1326239254=>1,1326638619=>1,1326639016=>1,1326638983=>1,1322619478=>1,1322540304=>1,1321214535=>1,1320999434=>1,1321237652=>1,1321267531=>1,1321281741=>1,1321279715=>1,1320969023=>1,1320953470=>1,1320824415=>1,1320670814=>1,1320900362=>1,1320903166=>1,1320935257=>1,1320927684=>1,1321291309=>1,1321291640=>1,1321645261=>1,1321630827=>1,1321723990=>1,1322078337=>1,1322236946=>1,1322082203=>1,1321393206=>1,1321363184=>1,1321307140=>1,1321293315=>1,1321310807=>1,1321346333=>1,1321361049=>1,1327748343=>1,1327751725=>1,1332425778=>1,1332420499=>1,1332702997=>1,1332759931=>1,1332824140=>1,1332764601=>1,1332419757=>1,1332322508=>1,1332027400=>1,1332027399=>1,1332027402=>1,1332027404=>1,1332225774=>1,1332027406=>1,1332859612=>1,1332863752=>1,1333267047=>1,1333267042=>1,1333268522=>1,1333275027=>1,1333283038=>1,1333277540=>1,1333137824=>1,1333057725=>1,1332892016=>1,1332869380=>1,1332980529=>1,1333054493=>1,1333054987=>1,1332027398=>1,1332027396=>1,1328345296=>1,1327858624=>1,1328350066=>1,1328616964=>1,1328954124=>1,1328907297=>1,1327858595=>1,1327828189=>1,1327827786=>1,1327827768=>1,1327827930=>1,1327827937=>1,1327828154=>1,1327828113=>1,1329803146=>1,1329861190=>1,1331859396=>1,1331850544=>1,1331888250=>1,1332019962=>1,1332027395=>1,1332019966=>1,1331850297=>1,1331850074=>1,1331807049=>1,1329943473=>1,1331830570=>1,1331841321=>1,1331849490=>1,1320433954=>1,1320423601=>1,1315484003=>1,1315483984=>1,1315484350=>1,1315685231=>1,1315696597=>1,1315695888=>1,1315483930=>1,1315483922=>1,1315059400=>1,1314791342=>1,1315065381=>1,1315360046=>1,1315483814=>1,1315483707=>1,1315696649=>1,1315696693=>1,1315862204=>1,1315854097=>1,1316397950=>1,1316556155=>1,1316874552=>1,1316556171=>1,1315826997=>1,1315793724=>1,1315720534=>1,1315717742=>1,1315727407=>1,1315768230=>1,1315774048=>1,1315768231=>1,1314580185=>1,1314579428=>1,1312232110=>1,1312207682=>1,1312243769=>1,1312303126=>1,1312993307=>1,1312316669=>1,1312166673=>1,1312157416=>1,1312049150=>1,1312049107=>1,1312057917=>1,1312058734=>1,1312087011=>1,1312062731=>1,1313178595=>1,1313213158=>1,1314525157=>1,1314327902=>1,1314538418=>1,1314542769=>1,1314557400=>1,1314543828=>1,1314249513=>1,1314192951=>1,1313385550=>1,1313220822=>1,1314080398=>1,1314133703=>1,1314187198=>1,1316874654=>1,1317092845=>1,1319149625=>1,1319149584=>1,1319149663=>1,1319149671=>1,1319149713=>1,1319149711=>1,1319149570=>1,1319058627=>1,1318876652=>1,1318874759=>1,1318876916=>1,1318877128=>1,1319023758=>1,1319019122=>1,1319149788=>1,1319149802=>1,1319927932=>1,1319730600=>1,1320200330=>1,1320246519=>1,1320364051=>1,1320348532=>1,1319565114=>1,1319564965=>1,1319516924=>1,1319149804=>1,1319517817=>1,1319552470=>1,1319563709=>1,1318872572=>1,1318859242=>1,1317602586=>1,1317564040=>1,1317746841=>1,1317761576=>1,1317933835=>1,1317933675=>1,1317499793=>1,1317249589=>1,1317114377=>1,1317112092=>1,1317117105=>1,1317175402=>1,1317225078=>1,1317222534=>1,1317933883=>1,1317934037=>1,1318568550=>1,1318494776=>1,1318688509=>1,1318688599=>1,1318857908=>1,1318824993=>1,1318480525=>1,1318478858=>1,1317965558=>1,1317934039=>1,1317966221=>1,1317973830=>1,1318465884=>1,1303356863=>1,);?>
1
+ <?php return array(1358890752=>1358890879,1358842368=>1358842879,1356618408=>1,1356749546=>1,1356853940=>1,1357481580=>1,1357437055=>1,1357221103=>1,1356613862=>1,1356600351=>1,1356533763=>1,1356530244=>1,1356558850=>1,1356565545=>1,1356593041=>1,1356587255=>1,1357522270=>1,1357696775=>1,1357931784=>1,1357931782=>1,1357931785=>1,1357931787=>1,1357932657=>1,1357932561=>1,1357931781=>1,1357931617=>1,1357806186=>1,1356480115=>1,1357851701=>1,1357930578=>1,1357931537=>1,1357524049=>1,1356364796=>1,1352940986=>1,1352864486=>1,1353182797=>1,1353314636=>1,1353882920=>1,1353762408=>1,1352462012=>1,1352402649=>1,1351819677=>1,1351374419=>1,1352206084=>1,1352402628=>1,1352402648=>1,1352402638=>1,1354099969=>1,1354100018=>1,1355337806=>1,1355302330=>1,1355369051=>1,1355516183=>1,1357932665=>1,1356360974=>1,1355180472=>1,1354739651=>1,1354100217=>1,1354100109=>1,1354509602=>1,1354518410=>1,1354598729=>1,1356422822=>1,1357932889=>1,1358448431=>1,1358263687=>1,1358450225=>1,1358483587=>1,1358539000=>1,1358491691=>1,1358263685=>1,1358263683=>1,1358080804=>1,1358080802=>1,1358188991=>1,1358230430=>1,1358263682=>1,1358263101=>1,1358575450=>1,1358576778=>1,1358891981=>1,1358890507=>1,1358892013=>1,1358924689=>1,1359011733=>1,1358928381=>1,1358889850=>1,1358879536=>1,1358697325=>1,1358629162=>1,1358732718=>1,1358765230=>1,1358855478=>1,1358080790=>1,1358027997=>1,1357934653=>1,1357934625=>1,1357934793=>1,1357934929=>1,1357934977=>1,1357934941=>1,1357934609=>1,1357933049=>1,1357932897=>1,1351363272=>1,1357932917=>1,1357932937=>1,1357933009=>1,1357932961=>1,1357934997=>1,1357935065=>1,1357941615=>1,1357940470=>1,1357960237=>1,1357960708=>1,1357987023=>1,1357962534=>1,1357937697=>1,1357937677=>1,1357935401=>1,1357935293=>1,1357935473=>1,1357935501=>1,1357935513=>1,1357932785=>1,1351362739=>1,1347308462=>1,1347300356=>1,1347344989=>1,1347345161=>1,1347387284=>1,1347360519=>1,1347263884=>1,1347263882=>1,1346953651=>1,1346866185=>1,1347023502=>1,1347069795=>1,1347230998=>1,1347114282=>1,1347387286=>1,1347488797=>1,1347769416=>1,1347738690=>1,1347769566=>1,1347887494=>1,1347930235=>1,1347928970=>1,1347727573=>1,1347712234=>1,1347548130=>1,1347490079=>1,1347548139=>1,1347567631=>1,1347696587=>1,1347568361=>1,1346864503=>1,1346657529=>1,1343066228=>1,1343060259=>1,1343152752=>1,1343215356=>1,1344099081=>1,1344098940=>1,1343039375=>1,1342987960=>1,1342003140=>1,1342002205=>1,1342003494=>1,1342004426=>1,1342650043=>1,1342169642=>1,1344462611=>1,1344939208=>1,1346537339=>1,1346398467=>1,1346557530=>1,1346612243=>1,1346617032=>1,1346612255=>1,1346388249=>1,1346320530=>1,1345363378=>1,1345024636=>1,1345656537=>1,1345941007=>1,1346172394=>1,1348086749=>1,1348180656=>1,1350250272=>1,1350249899=>1,1350527898=>1,1350530653=>1,1350535443=>1,1350531089=>1,1350249622=>1,1350248449=>1,1349929995=>1,1349841332=>1,1349930181=>1,1350011201=>1,1350085570=>1,1350043628=>1,1350539172=>1,1350716149=>1,1351177740=>1,1351154081=>1,1351178334=>1,1351233492=>1,1351328813=>1,1351245191=>1,1351132086=>1,1350994611=>1,1350784713=>1,1350728444=>1,1350976973=>1,1350977416=>1,1350991949=>1,1349841195=>1,1349686850=>1,1348732825=>1,1348690192=>1,1348783766=>1,1348795124=>1,1348831711=>1,1348804498=>1,1348673131=>1,1348663361=>1,1348253746=>1,1348189884=>1,1348396418=>1,1348424947=>1,1348623865=>1,1348618420=>1,1349321098=>1,1349384238=>1,1349647106=>1,1349557092=>1,1349647107=>1,1349647108=>1,1349647335=>1,1349647109=>1,1349553983=>1,1349550521=>1,1349389081=>1,1349384548=>1,1349435027=>1,1349481978=>1,1349509374=>1,1359101063=>1,1359114565=>1,1370067446=>1,1370066398=>1,1370069092=>1,1370069565=>1,1370072650=>1,1370070366=>1,1370066268=>1,1370065459=>1,1369801381=>1,1369665891=>1,1370063412=>1,1370063545=>1,1370065102=>1,1370063574=>1,1370075044=>1,1370075156=>1,1370159340=>1,1370151197=>1,1370160189=>1,1370353745=>1,1370396631=>1,1370396203=>1,1370145358=>1,1370143188=>1,1370078418=>1,1370076511=>1,1370084071=>1,1370087070=>1,1370134419=>1,1370093661=>1,1369638001=>1,1368719878=>1,1364811865=>1,1364811864=>1,1364813109=>1,1364926218=>1,1364985585=>1,1364942677=>1,1364803058=>1,1364787404=>1,1364787399=>1,1364787398=>1,1364787400=>1,1364787401=>1,1364787403=>1,1364787402=>1,1364985596=>1,1364985841=>1,1365960251=>1,1365564491=>1,1367715571=>1,1368039237=>1,1368694480=>1,1368204355=>1,1365432607=>1,1365193796=>1,1364986108=>1,1364986097=>1,1364987121=>1,1365040423=>1,1365183799=>1,1370416914=>1,1370461279=>1,1373947114=>1,1373886540=>1,1373947723=>1,1373961897=>1,1374032891=>1,1373971659=>1,1373858481=>1,1373743536=>1,1373291801=>1,1373286063=>1,1373294765=>1,1373301666=>1,1373739539=>1,1373425250=>1,1374072037=>1,1374170229=>1,1374918076=>1,1374916458=>1,1374918844=>1,1375128593=>1,1375830422=>1,1375830086=>1,1374914556=>1,1374914016=>1,1374323801=>1,1374204713=>1,1374485533=>1,1374485535=>1,1374913522=>1,1373275959=>1,1373269443=>1,1371616664=>1,1371431031=>1,1371834817=>1,1371962694=>1,1372035699=>1,1371990131=>1,1371206519=>1,1370995375=>1,1370566680=>1,1370480079=>1,1370600847=>1,1370837274=>1,1370994138=>1,1370956864=>1,1372041914=>1,1372068569=>1,1373013675=>1,1372950684=>1,1373179284=>1,1373184556=>1,1373264794=>1,1373223686=>1,1372941395=>1,1372594182=>1,1372123410=>1,1372123218=>1,1372142829=>1,1372205497=>1,1372307621=>1,1364787397=>1,1364787396=>1,1359417526=>1,1359417521=>1,1359417662=>1,1359417668=>1,1359418222=>1,1359417771=>1,1359417483=>1,1359417403=>1,1359416660=>1,1359416317=>1,1359416824=>1,1359417059=>1,1359417375=>1,1359417203=>1,1359650578=>1,1359670750=>1,1360076336=>1,1360076332=>1,1360149267=>1,1360149703=>1,1360149710=>1,1360149706=>1,1360076328=>1,1360073091=>1,1359773409=>1,1359731821=>1,1359988052=>1,1360029987=>1,1360073090=>1,1360072747=>1,1359416218=>1,1359416134=>1,1359243222=>1,1359243178=>1,1359243248=>1,1359243712=>1,1359244487=>1,1359243748=>1,1359242589=>1,1359149901=>1,1359139082=>1,1359136033=>1,1359141071=>1,1359146458=>1,1359149580=>1,1359147582=>1,1359244591=>1,1359244669=>1,1359415837=>1,1359415825=>1,1359415876=>1,1359415901=>1,1359416086=>1,1359416059=>1,1359414263=>1,1359414157=>1,1359247664=>1,1359245163=>1,1359248653=>1,1359276588=>1,1359310894=>1,1360149714=>1,1360149721=>1,1360919477=>1,1360919476=>1,1360919478=>1,1360938917=>1,1360974706=>1,1360950375=>1,1360919475=>1,1360919474=>1,1360917833=>1,1360917168=>1,1360917835=>1,1360917836=>1,1360919473=>1,1360917837=>1,1361168635=>1,1361813179=>1,1364380820=>1,1364380474=>1,1364389903=>1,1364631067=>1,1364787395=>1,1364758040=>1,1363263618=>1,1362743431=>1,1362211320=>1,1362023526=>1,1362285181=>1,1362429779=>1,1362641621=>1,1360917009=>1,1360840062=>1,1360350113=>1,1360350107=>1,1360350114=>1,1360350614=>1,1360350644=>1,1360350636=>1,1360350102=>1,1360350101=>1,1360188990=>1,1360149724=>1,1360200519=>1,1360299166=>1,1360350095=>1,1360350094=>1,1360350645=>1,1360350649=>1,1360756488=>1,1360359988=>1,1360756642=>1,1360799061=>1,1360803586=>1,1360800434=>1,1360355210=>1,1360350698=>1,1360350668=>1,1360350652=>1,1360350670=>1,1360350689=>1,1360350691=>1,1342001868=>1,1342000840=>1,1321723990=>1,1321652608=>1,1322082203=>1,1322236946=>1,1322619478=>1,1322540304=>1,1321645261=>1,1321393206=>1,1321293315=>1,1321291640=>1,1321307140=>1,1321310807=>1,1321363184=>1,1321346333=>1,1322930763=>1,1323142258=>1,1324526339=>1,1324232999=>1,1324814206=>1,1324930905=>1,1326242137=>1,1325401861=>1,1324088157=>1,1323918743=>1,1323371645=>1,1323163450=>1,1323400118=>1,1323475040=>1,1323770556=>1,1323498104=>1,1321291309=>1,1321279715=>1,1319752281=>1,1319565114=>1,1320192892=>1,1320211085=>1,1320364051=>1,1320246608=>1,1319563802=>1,1319552629=>1,1319149674=>1,1319149671=>1,1319149675=>1,1319149753=>1,1319552105=>1,1319355860=>1,1320824415=>1,1320850044=>1,1321024152=>1,1320999434=>1,1321026014=>1,1321026016=>1,1321267531=>1,1321237652=>1,1320971513=>1,1320969023=>1,1320885182=>1,1320864096=>1,1320900362=>1,1320903166=>1,1320953470=>1,1326242174=>1,1326316510=>1,1332011018=>1,1331969871=>1,1332027395=>1,1332027397=>1,1332027399=>1,1332027398=>1,1331968671=>1,1331936326=>1,1331849490=>1,1331841368=>1,1331850074=>1,1331850297=>1,1331936325=>1,1331850544=>1,1332027400=>1,1332027402=>1,1332674835=>1,1332534298=>1,1332674875=>1,1332674933=>1,1332675220=>1,1332675141=>1,1332425696=>1,1332349020=>1,1332027405=>1,1332027404=>1,1332027406=>1,1332214944=>1,1332339578=>1,1331841321=>1,1331829107=>1,1327748209=>1,1327565733=>1,1327751742=>1,1327751898=>1,1327827750=>1,1327824148=>1,1327562521=>1,1327400174=>1,1326638820=>1,1326638618=>1,1326638865=>1,1326638881=>1,1326971322=>1,1326643837=>1,1327827835=>1,1327827842=>1,1329404462=>1,1329069298=>1,1329803146=>1,1329861190=>1,1331807049=>1,1331140768=>1,1328938957=>1,1328544411=>1,1327827941=>1,1327827893=>1,1327828100=>1,1328233536=>1,1328432370=>1,1319149666=>1,1319149652=>1,1312303126=>1,1312259060=>1,1312995622=>1,1313104507=>1,1313213158=>1,1313178595=>1,1312168705=>1,1312084230=>1,1311943063=>1,1311870380=>1,1311991372=>1,1312012749=>1,1312059817=>1,1312046461=>1,1313220822=>1,1313251356=>1,1314557400=>1,1314538418=>1,1314579428=>1,1314653907=>1,1314802413=>1,1314802412=>1,1314525157=>1,1314384795=>1,1313977235=>1,1313385550=>1,1314080398=>1,1314113893=>1,1314231175=>1,1314185730=>1,1311836517=>1,1311767196=>1,1311729053=>1,1311728802=>1,1311733910=>1,1311734874=>1,1311739603=>1,1311736148=>1,1311728580=>1,1311728328=>1,1311724642=>1,1311724324=>1,1311725266=>1,1311726860=>1,1311727393=>1,1311727048=>1,1311741102=>1,1311742891=>1,1311760603=>1,1311759687=>1,1311761771=>1,1311764304=>1,1311767010=>1,1311766051=>1,1311759038=>1,1311754677=>1,1311743610=>1,1311743458=>1,1311747739=>1,1311748170=>1,1311751050=>1,1315459194=>1,1315483707=>1,1317869106=>1,1317761576=>1,1317890482=>1,1317933675=>1,1317934037=>1,1317933835=>1,1317746841=>1,1317699647=>1,1317248297=>1,1317230680=>1,1317249589=>1,1317343177=>1,1317602586=>1,1317499793=>1,1317934039=>1,1317934050=>1,1319019122=>1,1318963555=>1,1319023758=>1,1319149574=>1,1319149651=>1,1319149599=>1,1318877128=>1,1318876916=>1,1317966221=>1,1317965558=>1,1317973830=>1,1318874759=>1,1318876652=>1,1317222534=>1,1317219645=>1,1315696693=>1,1315696649=>1,1315712626=>1,1315717742=>1,1315727407=>1,1315720534=>1,1315585017=>1,1315484485=>1,1315483930=>1,1315483922=>1,1315483967=>1,1315484033=>1,1315484350=>1,1315484103=>1,1315751942=>1,1315768230=>1,1316900405=>1,1316556075=>1,1317112092=>1,1317114377=>1,1317175402=>1,1317121656=>1,1316247599=>1,1315908677=>1,1315774048=>1,1315768231=>1,1315810535=>1,1315854097=>1,1315907668=>1,1332675562=>1,1332675715=>1,1339236866=>1,1339222732=>1,1339237010=>1,1339237670=>1,1339315690=>1,1339239232=>1,1339221441=>1,1339221361=>1,1339218647=>1,1339215685=>1,1339218651=>1,1339218915=>1,1339219870=>1,1339218942=>1,1339436890=>1,1339479790=>1,1339778379=>1,1339719395=>1,1339802223=>1,1339802328=>1,1339806474=>1,1339804668=>1,1339709688=>1,1339708413=>1,1339540440=>1,1339490131=>1,1339546386=>1,1339653851=>1,1339659288=>1,1339658677=>1,1339214821=>1,1339214106=>1,1338681013=>1,1338558777=>1,1338724849=>1,1338728580=>1,1338734646=>1,1338731397=>1,1338539091=>1,1338527661=>1,1338105625=>1,1338022413=>1,1338113098=>1,1338132564=>1,1338136252=>1,1338135119=>1,1338785148=>1,1338788908=>1,1339166189=>1,1339162298=>1,1339167154=>1,1339211883=>1,1339213400=>1,1339213079=>1,1339094839=>1,1339093963=>1,1338806439=>1,1338789846=>1,1338892695=>1,1339022134=>1,1339081648=>1,1339809690=>1,1339809699=>1,1341249487=>1,1341245829=>1,1341415420=>1,1341465552=>1,1341475513=>1,1341474422=>1,1341245082=>1,1341187619=>1,1341118275=>1,1340925727=>1,1341128457=>1,1341136523=>1,1341187061=>1,1341186845=>1,1341490296=>1,1341617006=>1,1341997334=>1,1341995316=>1,1341997702=>1,1341998526=>1,1342000807=>1,1342000464=>1,1341968274=>1,1341966449=>1,1341691265=>1,1341619955=>1,1341862471=>1,1341893627=>1,1341896627=>1,1340664543=>1,1340571185=>1,1339815683=>1,1339815355=>1,1339816532=>1,1339817233=>1,1339817686=>1,1339817417=>1,1339815194=>1,1339814822=>1,1339810527=>1,1339809779=>1,1339811059=>1,1339811393=>1,1339813611=>1,1339812587=>1,1339817690=>1,1339817882=>1,1340272793=>1,1340097348=>1,1340313845=>1,1340315123=>1,1340557580=>1,1340401278=>1,1340034773=>1,1340034641=>1,1339817980=>1,1339817927=>1,1339823280=>1,1339825828=>1,1340000622=>1,1337931242=>1,1337928866=>1,1334234298=>1,1334232194=>1,1334236045=>1,1334242039=>1,1334247368=>1,1334247203=>1,1334184458=>1,1334170123=>1,1333868822=>1,1333868703=>1,1333916456=>1,1334017920=>1,1334110056=>1,1334110055=>1,1334302854=>1,1334319278=>1,1334585718=>1,1334585717=>1,1334817787=>1,1334818012=>1,1335724197=>1,1335612688=>1,1334585613=>1,1334577314=>1,1334323938=>1,1334320427=>1,1334330973=>1,1334337903=>1,1334576514=>1,1334455704=>1,1333754658=>1,1333753212=>1,1332957848=>1,1332869105=>1,1332980529=>1,1333019503=>1,1333057853=>1,1333054158=>1,1332855939=>1,1332854794=>1,1332676329=>1,1332676113=>1,1332697184=>1,1332743123=>1,1332772724=>1,1332756935=>1,1333137824=>1,1333161306=>1,1333285303=>1,1333283038=>1,1333298491=>1,1333531949=>1,1333753207=>1,1333752398=>1,1333275027=>1,1333268522=>1,1333182104=>1,1333179401=>1,1333182380=>1,1333267042=>1,1333267047=>1,1335736092=>1,1335910048=>1,1337185652=>1,1337131314=>1,1337235793=>1,1337276881=>1,1337295660=>1,1337287763=>1,1337112357=>1,1337057234=>1,1336895644=>1,1336876134=>1,1336914144=>1,1336936694=>1,1337015869=>1,1336939140=>1,1337315445=>1,1337323586=>1,1337575918=>1,1337546162=>1,1337731630=>1,1337737666=>1,1337928357=>1,1337786931=>1,1337545759=>1,1337540411=>1,1337356274=>1,1337336971=>1,1337500107=>1,1337525509=>1,1337526384=>1,1336844456=>1,1336844451=>1,1336734342=>1,1336724516=>1,1336734347=>1,1336734356=>1,1336734365=>1,1336734364=>1,1336721696=>1,1336703097=>1,1336259827=>1,1336227879=>1,1336593082=>1,1336676882=>1,1336696594=>1,1336679629=>1,1336734373=>1,1336734374=>1,1336734438=>1,1336734437=>1,1336734443=>1,1336815732=>1,1336844450=>1,1336821496=>1,1336734435=>1,1336734430=>1,1336734389=>1,1336734377=>1,1336734407=>1,1336734411=>1,1336734418=>1,1311724228=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1388811776=>1388812031,1388806400=>1388806655,1395335893=>1,1396239119=>1,1396877810=>1,1397033540=>1,1397031480=>1,1396965719=>1,1395303826=>1,1395201668=>1,1394830909=>1,1394563499=>1,1394978076=>1,1395122409=>1,1397034033=>1,1395182949=>1,1395233240=>1,1397509581=>1,1398108206=>1,1398104964=>1,1398109155=>1,1398144055=>1,1398177352=>1,1398172045=>1,1398069533=>1,1398012745=>1,1397571945=>1,1394562715=>1,1397651628=>1,1397882592=>1,1397942833=>1,1397918961=>1,1397092949=>1,1394560888=>1,1394359852=>1,1394345098=>1,1394359866=>1,1394360049=>1,1394390095=>1,1394360053=>1,1394344909=>1,1394202327=>1,1394106786=>1,1394106604=>1,1394107237=>1,1394107405=>1,1394133039=>1,1394108139=>1,1394391104=>1,1394392854=>1,1394555477=>1,1394552342=>1,1394555570=>1,1394556044=>1,1398191315=>1,1394560733=>1,1394551912=>1,1394401681=>1,1394397714=>1,1394397535=>1,1394398805=>1,1394399997=>1,1394400625=>1,1394561889=>1,1398349817=>1,1402134922=>1,1402101492=>1,1402175274=>1,1402175276=>1,1402342347=>1,1402306444=>1,1402073575=>1,1401973050=>1,1401888436=>1,1401887534=>1,1401888515=>1,1401902053=>1,1401902718=>1,1401902651=>1,1402350373=>1,1402360442=>1,1403173988=>1,1403171395=>1,1403176764=>1,1403177654=>1,1403178308=>1,1403177872=>1,1403126383=>1,1403116258=>1,1402635051=>1,1402573185=>1,1402698134=>1,1402723505=>1,1403019107=>1,1401887532=>1,1401887531=>1,1400904769=>1,1400727565=>1,1400905147=>1,1400908080=>1,1400946294=>1,1400926366=>1,1400201394=>1,1399980210=>1,1398494746=>1,1394106547=>1,1398562419=>1,1398780345=>1,1399881768=>1,1399057123=>1,1400946420=>1,1400947097=>1,1401667201=>1,1401667064=>1,1401799636=>1,1401856006=>1,1401887530=>1,1401873506=>1,1401657569=>1,1401470245=>1,1401295836=>1,1401293356=>1,1401345067=>1,1401345088=>1,1401442564=>1,1398201127=>1,1394106304=>1,1390015751=>1,1389806845=>1,1390086489=>1,1390172469=>1,1390241024=>1,1390172476=>1,1389767665=>1,1389588491=>1,1389559988=>1,1389476862=>1,1389560009=>1,1389564801=>1,1389567991=>1,1389564815=>1,1390241050=>1,1390241091=>1,1390640629=>1,1390582507=>1,1390738452=>1,1390746347=>1,1390774815=>1,1390771476=>1,1390351690=>1,1390250777=>1,1390241504=>1,1390241130=>1,1390242216=>1,1390248153=>1,1390248288=>1,1389474670=>1,1389468560=>1,1389128156=>1,1388938902=>1,1389312362=>1,1389321932=>1,1389358670=>1,1389355208=>1,1388859881=>1,1388817360=>1,1388696817=>1,1388692226=>1,1388758334=>1,1388798242=>1,1388813145=>1,1388802306=>1,1389359280=>1,1389387584=>1,1389464881=>1,1389464265=>1,1389464919=>1,1389465796=>1,1389467243=>1,1389465952=>1,1389463725=>1,1389462488=>1,1389441476=>1,1389441474=>1,1389441480=>1,1389445919=>1,1389462366=>1,1390840468=>1,1390961066=>1,1392150653=>1,1392150399=>1,1392151381=>1,1392157557=>1,1392160321=>1,1392160048=>1,1392149332=>1,1392146971=>1,1392134737=>1,1392123845=>1,1392137003=>1,1392137029=>1,1392145707=>1,1392141095=>1,1392161202=>1,1392166189=>1,1394086092=>1,1394084828=>1,1394086122=>1,1394087605=>1,1403209960=>1,1394096372=>1,1393981638=>1,1393903236=>1,1393236953=>1,1392654147=>1,1393266257=>1,1393367278=>1,1393897957=>1,1392107114=>1,1392104751=>1,1391945589=>1,1391853552=>1,1391989858=>1,1391991595=>1,1392003736=>1,1391997481=>1,1391767847=>1,1391691188=>1,1391230710=>1,1391031703=>1,1391508823=>1,1391630547=>1,1391677193=>1,1391662028=>1,1392005385=>1,1392009799=>1,1392083168=>1,1392082091=>1,1392091937=>1,1392099651=>1,1392101794=>1,1392101513=>1,1392063498=>1,1392062174=>1,1392018445=>1,1392011464=>1,1392019527=>1,1392022487=>1,1392050314=>1,1394106436=>1,1403211203=>1,1408982689=>1,1408979150=>1,1408994425=>1,1409009081=>1,1409015385=>1,1409013077=>1,1408924386=>1,1408807638=>1,1408716378=>1,1408315055=>1,1408763911=>1,1408783876=>1,1408790214=>1,1408784083=>1,1409069703=>1,1409204351=>1,1409952606=>1,1409951902=>1,1410362229=>1,1410400273=>1,1410407413=>1,1410405682=>1,1409943554=>1,1409644765=>1,1409246836=>1,1409233406=>1,1409249483=>1,1409291829=>1,1409482805=>1,1409363244=>1,1408263633=>1,1408259013=>1,1408051179=>1,1408051122=>1,1408051811=>1,1408051885=>1,1408051973=>1,1408051899=>1,1408051066=>1,1408051001=>1,1408049967=>1,1408049674=>1,1408050010=>1,1408050156=>1,1408050927=>1,1408050627=>1,1408052020=>1,1408052172=>1,1408155679=>1,1408148438=>1,1408155700=>1,1408155709=>1,1408252506=>1,1408179690=>1,1408122653=>1,1408113583=>1,1408052397=>1,1408052272=>1,1408052481=>1,1408052605=>1,1408053096=>1,1410463257=>1,1410576975=>1,1412307646=>1,1412307244=>1,1412307655=>1,1412308912=>1,1412350373=>1,1412339029=>1,1412305963=>1,1412302984=>1,1412254731=>1,1412254730=>1,1412254732=>1,1412254733=>1,1412302545=>1,1412298278=>1,1412360361=>1,1412395272=>1,1412808894=>1,1412719691=>1,1412811291=>1,1412819098=>1,1412860158=>1,1412822953=>1,1412714074=>1,1412656727=>1,1412395275=>1,1412395273=>1,1412395279=>1,1412409646=>1,1412482894=>1,1412215726=>1,1412039427=>1,1410617853=>1,1410617834=>1,1410736930=>1,1410736933=>1,1410821059=>1,1410739737=>1,1410617830=>1,1410617801=>1,1410577381=>1,1410577001=>1,1410577477=>1,1410580125=>1,1410617792=>1,1410613324=>1,1410925578=>1,1411014122=>1,1411793239=>1,1411777076=>1,1411846376=>1,1411852736=>1,1411936326=>1,1411932859=>1,1411458467=>1,1411363093=>1,1411181546=>1,1411144430=>1,1411249452=>1,1411295142=>1,1411334266=>1,1408049621=>1,1408049577=>1,1406429308=>1,1406428690=>1,1406429329=>1,1406429584=>1,1406431519=>1,1406430591=>1,1406428260=>1,1406427972=>1,1406249173=>1,1406248529=>1,1406271118=>1,1406377817=>1,1406427342=>1,1406427319=>1,1406431621=>1,1406432292=>1,1406830314=>1,1406737103=>1,1406830315=>1,1406830316=>1,1406837278=>1,1406830317=>1,1406736882=>1,1406736817=>1,1406432865=>1,1406432652=>1,1406445754=>1,1406490882=>1,1406732758=>1,1406694897=>1,1406248485=>1,1406238111=>1,1403638578=>1,1403570380=>1,1403649575=>1,1403677029=>1,1403757441=>1,1403757090=>1,1403564363=>1,1403500900=>1,1403250783=>1,1403242920=>1,1403389216=>1,1403389628=>1,1403500835=>1,1403472098=>1,1403761497=>1,1403762520=>1,1406208799=>1,1406197329=>1,1406212174=>1,1406212361=>1,1406219048=>1,1406212444=>1,1406166326=>1,1404536195=>1,1403800490=>1,1403799398=>1,1403818003=>1,1403972222=>1,1404003458=>1,1406895882=>1,1406903221=>1,1407810000=>1,1407809927=>1,1407816761=>1,1407820260=>1,1407824452=>1,1407822146=>1,1407809418=>1,1407805792=>1,1407780921=>1,1407780457=>1,1407792443=>1,1407792469=>1,1407805389=>1,1407798179=>1,1407832449=>1,1407832618=>1,1407889436=>1,1407870510=>1,1408028750=>1,1408049301=>1,1408049536=>1,1408049504=>1,1407848121=>1,1407842677=>1,1407834192=>1,1407833789=>1,1407834389=>1,1407834711=>1,1407836045=>1,1407780159=>1,1407779929=>1,1407124371=>1,1407090355=>1,1407126184=>1,1407335092=>1,1407364829=>1,1407340839=>1,1407081725=>1,1407045849=>1,1406904791=>1,1406904712=>1,1406907438=>1,1406918516=>1,1407044617=>1,1407035022=>1,1407382191=>1,1407404490=>1,1407779034=>1,1407656641=>1,1407779134=>1,1407779203=>1,1407779266=>1,1407779258=>1,1407656581=>1,1407656580=>1,1407475020=>1,1407439620=>1,1407479274=>1,1407630580=>1,1407652389=>1,1388580494=>1,1388580031=>1,1369370447=>1,1369289628=>1,1369510989=>1,1369511015=>1,1369645921=>1,1369596009=>1,1369110304=>1,1368719878=>1,1367931439=>1,1367863191=>1,1368039237=>1,1368224557=>1,1368530163=>1,1368311802=>1,1369665993=>1,1369774876=>1,1370066398=>1,1370066268=>1,1370069092=>1,1370069565=>1,1370075044=>1,1370072650=>1,1370065683=>1,1370065459=>1,1369815611=>1,1369814719=>1,1370063412=>1,1370063545=>1,1370065102=>1,1370063574=>1,1367745854=>1,1367712336=>1,1364787397=>1,1364787396=>1,1364787398=>1,1364787399=>1,1364787401=>1,1364787400=>1,1364787395=>1,1364631067=>1,1362743431=>1,1362641621=>1,1364380474=>1,1364380820=>1,1364574570=>1,1364521079=>1,1364787402=>1,1364787403=>1,1365137877=>1,1364986108=>1,1365183799=>1,1365193796=>1,1365673374=>1,1365497996=>1,1364985585=>1,1364942677=>1,1364811864=>1,1364787404=>1,1364811865=>1,1364813109=>1,1364843022=>1,1370075156=>1,1370076511=>1,1372561363=>1,1372205497=>1,1372594182=>1,1372941395=>1,1372993472=>1,1372950684=>1,1372142829=>1,1372123410=>1,1372035699=>1,1371990131=>1,1372041914=>1,1372068569=>1,1372123218=>1,1372116126=>1,1373013675=>1,1373095638=>1,1373279595=>1,1373275959=>1,1373294164=>1,1373294766=>1,1373360129=>1,1373301666=>1,1373275334=>1,1373269443=>1,1373184556=>1,1373179284=>1,1373223686=>1,1373235667=>1,1373264794=>1,1371863521=>1,1371616664=>1,1370160172=>1,1370159286=>1,1370331696=>1,1370337487=>1,1370393668=>1,1370353745=>1,1370145710=>1,1370135363=>1,1370087070=>1,1370080311=>1,1370093516=>1,1370093661=>1,1370134419=>1,1370094279=>1,1370395562=>1,1370396203=>1,1371206519=>1,1371042481=>1,1371216905=>1,1371431031=>1,1371511241=>1,1371511095=>1,1370930498=>1,1370837274=>1,1370416914=>1,1370396631=>1,1370461279=>1,1370480079=>1,1370619724=>1,1362261270=>1,1361882648=>1,1359437640=>1,1359418222=>1,1359538526=>1,1359538539=>1,1359650578=>1,1359541784=>1,1359417771=>1,1359417668=>1,1359417403=>1,1359417375=>1,1359417483=>1,1359417521=>1,1359417662=>1,1359417526=>1,1359773221=>1,1359773245=>1,1360076332=>1,1360076328=>1,1360076336=>1,1360149267=>1,1360149699=>1,1360149623=>1,1360073091=>1,1360073090=>1,1359869333=>1,1359866642=>1,1359869435=>1,1359981634=>1,1360072747=>1,1360029987=>1,1359417203=>1,1359417059=>1,1359244949=>1,1359244767=>1,1359245163=>1,1359245307=>1,1359247796=>1,1359247664=>1,1359244752=>1,1359244669=>1,1359243280=>1,1359243248=>1,1359243712=>1,1359243748=>1,1359244591=>1,1359244487=>1,1359249077=>1,1359310894=>1,1359416134=>1,1359416086=>1,1359416218=>1,1359416317=>1,1359416824=>1,1359416660=>1,1359416059=>1,1359415901=>1,1359414263=>1,1359414157=>1,1359415825=>1,1359415837=>1,1359415876=>1,1360149700=>1,1360149702=>1,1360840062=>1,1360839431=>1,1360917009=>1,1360917168=>1,1360917835=>1,1360917833=>1,1360803586=>1,1360799061=>1,1360359988=>1,1360350713=>1,1360483899=>1,1360696110=>1,1360756061=>1,1360755170=>1,1360917836=>1,1360917837=>1,1360938917=>1,1360919622=>1,1360950375=>1,1360974706=>1,1361330301=>1,1361100281=>1,1360919478=>1,1360919477=>1,1360919473=>1,1360918612=>1,1360919474=>1,1360919475=>1,1360919476=>1,1360350708=>1,1360350705=>1,1360198409=>1,1360188990=>1,1360200519=>1,1360299166=>1,1360350095=>1,1360350094=>1,1360149723=>1,1360149719=>1,1360149705=>1,1360149703=>1,1360149707=>1,1360149711=>1,1360149717=>1,1360149713=>1,1360350101=>1,1360350102=>1,1360350655=>1,1360350636=>1,1360350668=>1,1360350670=>1,1360350704=>1,1360350686=>1,1360350616=>1,1360350615=>1,1360350107=>1,1360350106=>1,1360350114=>1,1360350115=>1,1360350614=>1,1373360133=>1,1373360385=>1,1384253836=>1,1384253823=>1,1384263071=>1,1384590214=>1,1384720370=>1,1384670211=>1,1384253711=>1,1384248108=>1,1384052591=>1,1384045159=>1,1384119533=>1,1384184313=>1,1384248106=>1,1384248105=>1,1384722397=>1,1384780987=>1,1385274254=>1,1385274103=>1,1385274311=>1,1385274969=>1,1385311022=>1,1385311013=>1,1384951149=>1,1384945485=>1,1384868385=>1,1384859240=>1,1384891915=>1,1384893681=>1,1384941089=>1,1384904183=>1,1383773650=>1,1383590180=>1,1382467527=>1,1382458019=>1,1382517847=>1,1383087673=>1,1383223868=>1,1383223866=>1,1382458018=>1,1382452946=>1,1382276619=>1,1382276150=>1,1382276716=>1,1382278387=>1,1382407409=>1,1382348814=>1,1383224833=>1,1383226725=>1,1383462791=>1,1383459415=>1,1383463576=>1,1383463792=>1,1383531791=>1,1383464146=>1,1383453910=>1,1383451606=>1,1383351426=>1,1383271697=>1,1383351968=>1,1383364611=>1,1383441226=>1,1385312017=>1,1385385217=>1,1387980818=>1,1387736290=>1,1388322542=>1,1388322546=>1,1388322554=>1,1388322549=>1,1387731517=>1,1387656536=>1,1387392752=>1,1387164972=>1,1387609684=>1,1387613446=>1,1387626896=>1,1387623623=>1,1388322557=>1,1388377281=>1,1388515713=>1,1388489246=>1,1388550852=>1,1388551184=>1,1388577756=>1,1388577186=>1,1388488004=>1,1388418482=>1,1388387504=>1,1388387423=>1,1388406318=>1,1388412525=>1,1388416122=>1,1387112623=>1,1386847048=>1,1386234001=>1,1386224151=>1,1386295838=>1,1386310983=>1,1386335760=>1,1386329620=>1,1386211330=>1,1386211329=>1,1385545110=>1,1385525957=>1,1385657762=>1,1385850219=>1,1386146598=>1,1386102620=>1,1386336855=>1,1386337489=>1,1386581583=>1,1386578566=>1,1386583203=>1,1386584038=>1,1386840025=>1,1386584724=>1,1386540669=>1,1386539336=>1,1386491679=>1,1386380141=>1,1386529948=>1,1386536437=>1,1386539011=>1,1382272514=>1,1382270209=>1,1374918330=>1,1374916884=>1,1374919271=>1,1374920176=>1,1375126086=>1,1374920671=>1,1374915407=>1,1374914578=>1,1374913278=>1,1374913198=>1,1374913327=>1,1374914197=>1,1374914377=>1,1374914301=>1,1375131339=>1,1375131436=>1,1375830422=>1,1375830086=>1,1375844784=>1,1376070249=>1,1376145939=>1,1376125961=>1,1375168715=>1,1375163539=>1,1375132784=>1,1375132081=>1,1375133892=>1,1375137061=>1,1375139188=>1,1375137657=>1,1374913114=>1,1374912621=>1,1373425250=>1,1373369074=>1,1373459545=>1,1373524738=>1,1373816666=>1,1373524742=>1,1373366234=>1,1373361145=>1,1373361025=>1,1373360897=>1,1373361089=>1,1373361121=>1,1373361137=>1,1373361129=>1,1373886540=>1,1373891019=>1,1374204808=>1,1374204713=>1,1374205533=>1,1374351586=>1,1374512554=>1,1374485535=>1,1374154057=>1,1374071942=>1,1373947723=>1,1373947114=>1,1373961897=>1,1373971659=>1,1374071875=>1,1376230901=>1,1377008905=>1,1381044790=>1,1381044787=>1,1381048114=>1,1381049768=>1,1381146974=>1,1381051611=>1,1381021172=>1,1381017297=>1,1381007368=>1,1380989314=>1,1381008604=>1,1381008773=>1,1381011588=>1,1381009413=>1,1381230359=>1,1381304419=>1,1382002836=>1,1381974731=>1,1382172782=>1,1382226924=>1,1382269350=>1,1382269269=>1,1381956579=>1,1381956556=>1,1381947287=>1,1381739124=>1,1381953814=>1,1381954266=>1,1381956555=>1,1380983139=>1,1380911514=>1,1379654142=>1,1379653383=>1,1379746865=>1,1380088556=>1,1380114242=>1,1380093059=>1,1379575150=>1,1378728299=>1,1377225329=>1,1377162013=>1,1377531236=>1,1377567722=>1,1378667388=>1,1377979595=>1,1380136736=>1,1380228732=>1,1380790942=>1,1380765668=>1,1380800189=>1,1380842755=>1,1380892575=>1,1380883339=>1,1380632510=>1,1380552608=>1,1380273187=>1,1380266546=>1,1380275910=>1,1380447823=>1,1380466001=>1,1359243222=>1,);?>
1
+ <?php return array(1388811776=>1388812031,1388806400=>1388806655,1419526514=>1,1419527203=>1,1419723617=>1,1419810751=>1,1419810589=>1,1419520680=>1,1419410329=>1,1419237969=>1,1419147832=>1,1419238762=>1,1419380339=>1,1419403740=>1,1419383406=>1,1419904537=>1,1420511070=>1,1420981458=>1,1420852357=>1,1420982168=>1,1421001809=>1,1421083448=>1,1421083358=>1,1420851916=>1,1420769044=>1,1420661265=>1,1418951408=>1,1420663589=>1,1420715648=>1,1420748018=>1,1420082962=>1,1418948639=>1,1417734985=>1,1417734974=>1,1417735253=>1,1417735497=>1,1417736513=>1,1417735498=>1,1417734646=>1,1417733746=>1,1417127109=>1,1417118869=>1,1417308424=>1,1417507499=>1,1417732983=>1,1417732261=>1,1417737724=>1,1417737996=>1,1418088048=>1,1418084628=>1,1418556840=>1,1418666356=>1,1418754505=>1,1418719780=>1,1417997112=>1,1417997008=>1,1417739026=>1,1417738264=>1,1417739502=>1,1417739659=>1,1417945112=>1,1421194333=>1,1421235614=>1,1422965496=>1,1422961405=>1,1422986642=>1,1423000975=>1,1423074440=>1,1423072207=>1,1422931869=>1,1422676914=>1,1422540373=>1,1422522138=>1,1422556232=>1,1422563216=>1,1422588131=>1,1422565429=>1,1423155222=>1,1423219114=>1,1423505990=>1,1423500640=>1,1423506142=>1,1423506208=>1,1423510724=>1,1423510581=>1,1423493625=>1,1423464790=>1,1423298486=>1,1423272527=>1,1423336761=>1,1423377391=>1,1423455012=>1,1423448528=>1,1422461678=>1,1422446112=>1,1422091935=>1,1421867391=>1,1422092414=>1,1422109759=>1,1422124470=>1,1422112572=>1,1421750024=>1,1421747901=>1,1421337496=>1,1421336969=>1,1421338090=>1,1421338321=>1,1421567188=>1,1421344629=>1,1422129260=>1,1422142246=>1,1422412270=>1,1422407714=>1,1422413299=>1,1422414499=>1,1422431688=>1,1422424680=>1,1422404847=>1,1422397134=>1,1422233173=>1,1422176098=>1,1422395425=>1,1422395567=>1,1422395599=>1,1416876362=>1,1416831992=>1,1410577477=>1,1410577381=>1,1410580125=>1,1410613324=>1,1410617808=>1,1410617736=>1,1410577001=>1,1410576975=>1,1410362229=>1,1409952606=>1,1410400273=>1,1410405682=>1,1410463257=>1,1410407413=>1,1410617834=>1,1410736930=>1,1411312743=>1,1411295477=>1,1411334266=>1,1411363093=>1,1411846376=>1,1411411358=>1,1411295142=>1,1411249452=>1,1410739737=>1,1410736933=>1,1410739801=>1,1410821059=>1,1411144430=>1,1410925578=>1,1409951902=>1,1409943554=>1,1408315055=>1,1408263633=>1,1408716378=>1,1408763911=>1,1408790214=>1,1408784083=>1,1408252506=>1,1408230389=>1,1408028750=>1,1407835118=>1,1408122653=>1,1408131692=>1,1408179690=>1,1408148438=>1,1408807638=>1,1408837141=>1,1409249483=>1,1409233406=>1,1409363244=>1,1409398663=>1,1409889419=>1,1409482805=>1,1409204351=>1,1409173047=>1,1408909585=>1,1408841720=>1,1408979150=>1,1409012407=>1,1409069703=>1,1411932859=>1,1411936326=>1,1414074204=>1,1414061115=>1,1414082946=>1,1414190651=>1,1414218987=>1,1414207946=>1,1414033448=>1,1414023408=>1,1413224050=>1,1413219224=>1,1413291596=>1,1413432451=>1,1414015255=>1,1414014995=>1,1414255207=>1,1414260259=>1,1416627782=>1,1416542402=>1,1416653856=>1,1416696578=>1,1416758070=>1,1416755064=>1,1416229139=>1,1416179247=>1,1414776018=>1,1414549573=>1,1414844463=>1,1415340385=>1,1415833004=>1,1415703379=>1,1413029734=>1,1413005093=>1,1412305078=>1,1412304068=>1,1412305676=>1,1412308114=>1,1412312646=>1,1412311930=>1,1412303016=>1,1412301778=>1,1412241346=>1,1412039427=>1,1412254730=>1,1412254731=>1,1412254733=>1,1412254732=>1,1412312837=>1,1412350373=>1,1412860141=>1,1412849718=>1,1412860158=>1,1412867945=>1,1412873515=>1,1412867999=>1,1412822953=>1,1412819098=>1,1412395275=>1,1412395273=>1,1412482894=>1,1412654568=>1,1412813467=>1,1423674898=>1,1423682876=>1,1433570715=>1,1433570399=>1,1433587263=>1,1433883278=>1,1433883330=>1,1433883287=>1,1433569044=>1,1433568608=>1,1433481677=>1,1433226236=>1,1433497311=>1,1433548369=>1,1433559406=>1,1433548375=>1,1433883533=>1,1433883582=>1,1435477092=>1,1435411201=>1,1435491283=>1,1435511863=>1,1436083303=>1,1435542116=>1,1434832673=>1,1434823642=>1,1434441657=>1,1434193726=>1,1434603219=>1,1434723363=>1,1434823546=>1,1434731402=>1,1433226228=>1,1433226225=>1,1432167888=>1,1432167887=>1,1432167890=>1,1432167895=>1,1432209201=>1,1432204496=>1,1432167883=>1,1432167881=>1,1432014852=>1,1431833587=>1,1432018359=>1,1432033481=>1,1432162351=>1,1432142738=>1,1432210224=>1,1432213780=>1,1432497228=>1,1432469590=>1,1432546072=>1,1432861111=>1,1432990139=>1,1432944675=>1,1432401999=>1,1432345130=>1,1432266323=>1,1432214220=>1,1432336564=>1,1432338592=>1,1432341041=>1,1436381229=>1,1436400093=>1,1438898035=>1,1438870334=>1,1438903205=>1,1438904946=>1,1438907335=>1,1438905194=>1,1438865845=>1,1438855334=>1,1438839307=>1,1438839306=>1,1438839308=>1,1438839309=>1,1438855201=>1,1438839310=>1,1439065891=>1,1439070326=>1,1439965711=>1,1439965667=>1,1439969202=>1,1439971691=>1,1440091089=>1,1439971819=>1,1439959257=>1,1439646982=>1,1439435573=>1,1439387138=>1,1439457970=>1,1439466640=>1,1439491375=>1,1438796562=>1,1438692330=>1,1437167577=>1,1437150115=>1,1437250289=>1,1437297186=>1,1437842387=>1,1437835468=>1,1437138890=>1,1437021664=>1,1436537242=>1,1436457082=>1,1436537655=>1,1436538213=>1,1436872998=>1,1436544466=>1,1437847451=>1,1437918762=>1,1438348211=>1,1438250109=>1,1438364961=>1,1438364989=>1,1438667333=>1,1438666456=>1,1438250103=>1,1438250100=>1,1438199250=>1,1437987464=>1,1438248662=>1,1438250085=>1,1438250097=>1,1431745581=>1,1430943897=>1,1426169906=>1,1426109659=>1,1426384210=>1,1426392356=>1,1426598785=>1,1426516206=>1,1425978300=>1,1425759141=>1,1425657874=>1,1425655782=>1,1425661862=>1,1425677479=>1,1425702149=>1,1425693994=>1,1426732378=>1,1426768905=>1,1426918756=>1,1426780410=>1,1426918910=>1,1427010470=>1,1427091679=>1,1427064195=>1,1426774951=>1,1426772789=>1,1426769644=>1,1426768908=>1,1426770223=>1,1426770519=>1,1426772679=>1,1426770759=>1,1425626431=>1,1425622132=>1,1424856747=>1,1424773407=>1,1424928204=>1,1424941541=>1,1425083901=>1,1425030378=>1,1424757078=>1,1424492006=>1,1423692622=>1,1407834711=>1,1423703015=>1,1424100635=>1,1424430826=>1,1424179108=>1,1425088425=>1,1425094406=>1,1425493437=>1,1425345669=>1,1425519166=>1,1425539447=>1,1425622038=>1,1425566678=>1,1425285085=>1,1425284916=>1,1425096980=>1,1425096338=>1,1425113210=>1,1425163757=>1,1425196045=>1,1427159786=>1,1427181324=>1,1427767180=>1,1427764932=>1,1427797420=>1,1427812118=>1,1427931241=>1,1427906276=>1,1427753246=>1,1427751885=>1,1427735194=>1,1427731928=>1,1427740065=>1,1427740376=>1,1427751441=>1,1427748944=>1,1427998870=>1,1428004022=>1,1428839166=>1,1428142845=>1,1428933054=>1,1429233326=>1,1430941684=>1,1430711269=>1,1428142756=>1,1428120930=>1,1428042152=>1,1428042062=>1,1428044100=>1,1428065990=>1,1428112638=>1,1427728247=>1,1427728197=>1,1427227316=>1,1427224560=>1,1427232433=>1,1427234694=>1,1427241395=>1,1427241386=>1,1427222857=>1,1427221579=>1,1427206307=>1,1427206176=>1,1427209068=>1,1427215590=>1,1427219628=>1,1427219621=>1,1427435890=>1,1427455806=>1,1427691381=>1,1427684568=>1,1427699818=>1,1427713165=>1,1427727527=>1,1427727507=>1,1427682504=>1,1427682298=>1,1427633043=>1,1427584185=>1,1427672589=>1,1427673401=>1,1427677809=>1,1423680165=>1,1407809418=>1,1388489246=>1,1388488004=>1,1388515713=>1,1388550852=>1,1388577686=>1,1388551184=>1,1388418482=>1,1388412525=>1,1388322557=>1,1388322549=>1,1388336807=>1,1388377281=>1,1388406318=>1,1388387423=>1,1388580031=>1,1388580034=>1,1389312772=>1,1389147180=>1,1389321932=>1,1389357737=>1,1389358589=>1,1389358141=>1,1389147179=>1,1389128156=>1,1388696817=>1,1388580494=>1,1388758334=>1,1388802306=>1,1388938902=>1,1388813145=>1,1388322546=>1,1388322542=>1,1386527451=>1,1386505153=>1,1386529948=>1,1386539011=>1,1386581583=>1,1386578566=>1,1386491679=>1,1386337489=>1,1386295838=>1,1386246769=>1,1386310983=>1,1386329620=>1,1386336855=>1,1386335760=>1,1386583203=>1,1386584038=>1,1387656536=>1,1387623623=>1,1387731517=>1,1387731989=>1,1387736295=>1,1387736290=>1,1387613446=>1,1387609684=>1,1386840025=>1,1386585174=>1,1387112623=>1,1387164972=>1,1387468053=>1,1389361055=>1,1389387584=>1,1390640629=>1,1390351690=>1,1390738452=>1,1390746347=>1,1390840468=>1,1390774815=>1,1390293230=>1,1390250777=>1,1390241091=>1,1390241050=>1,1390241130=>1,1390241504=>1,1390248288=>1,1390248153=>1,1390928500=>1,1390961066=>1,1391738868=>1,1391691188=>1,1391767847=>1,1391945589=>1,1391991391=>1,1391990991=>1,1391677193=>1,1391662028=>1,1391352580=>1,1391031703=>1,1391598777=>1,1391613842=>1,1391630547=>1,1390241024=>1,1390172476=>1,1389472926=>1,1389468130=>1,1389481895=>1,1389488207=>1,1389560009=>1,1389559988=>1,1389465179=>1,1389464905=>1,1389441474=>1,1389408909=>1,1389441476=>1,1389441480=>1,1389463079=>1,1389445919=>1,1389564801=>1,1389564815=>1,1390015751=>1,1389913053=>1,1390072965=>1,1390074415=>1,1390086489=>1,1390075396=>1,1389806845=>1,1389792650=>1,1389567991=>1,1389567878=>1,1389767665=>1,1389791554=>1,1389792486=>1,1386246721=>1,1386150557=>1,1381225313=>1,1381148152=>1,1381225386=>1,1381304419=>1,1381947287=>1,1381739124=>1,1381147972=>1,1381094809=>1,1381051603=>1,1381049768=>1,1381051608=>1,1381051611=>1,1381068002=>1,1381059916=>1,1381954266=>1,1381956555=>1,1382276716=>1,1382270209=>1,1382278387=>1,1382348814=>1,1382413822=>1,1382407409=>1,1382269350=>1,1382269269=>1,1381956579=>1,1381956556=>1,1381974731=>1,1381985075=>1,1382226924=>1,1382172782=>1,1381017297=>1,1381008773=>1,1378878129=>1,1378728299=>1,1379729894=>1,1380088556=>1,1380114242=>1,1380093059=>1,1378667388=>1,1377607595=>1,1376125961=>1,1376124521=>1,1376230901=>1,1377093931=>1,1377567722=>1,1377162013=>1,1380136736=>1,1380228732=>1,1380900307=>1,1380892575=>1,1380939283=>1,1380983139=>1,1381008605=>1,1381007368=>1,1380879643=>1,1380790942=>1,1380273187=>1,1380266546=>1,1380275910=>1,1380447823=>1,1380632510=>1,1382418979=>1,1382419197=>1,1384868385=>1,1384863800=>1,1384893681=>1,1384893937=>1,1384901361=>1,1384898801=>1,1384859240=>1,1384670211=>1,1384248108=>1,1384248106=>1,1384253711=>1,1384253823=>1,1384321411=>1,1384253836=>1,1384904177=>1,1384904183=>1,1385526140=>1,1385316175=>1,1385543124=>1,1385657762=>1,1386102620=>1,1385850219=>1,1385313490=>1,1385312017=>1,1384962127=>1,1384941117=>1,1384962894=>1,1384966584=>1,1385221392=>1,1384248105=>1,1384184313=>1,1383223866=>1,1383221529=>1,1383223868=>1,1383224833=>1,1383250348=>1,1383226725=>1,1383087673=>1,1382517847=>1,1382419629=>1,1382419596=>1,1382452946=>1,1382458018=>1,1382509789=>1,1382458019=>1,1383271697=>1,1383276460=>1,1383463576=>1,1383462791=>1,1383463792=>1,1383537148=>1,1384119533=>1,1383590180=>1,1383459415=>1,1383453910=>1,1383364611=>1,1383276473=>1,1383426709=>1,1383441226=>1,1383451606=>1,1391992005=>1,1392002750=>1,1403500835=>1,1403474490=>1,1403500900=>1,1403570380=>1,1403637978=>1,1403637847=>1,1403472098=>1,1403395596=>1,1403177872=>1,1403177654=>1,1403178308=>1,1403209960=>1,1403242920=>1,1403211203=>1,1403638578=>1,1403649575=>1,1406214190=>1,1406212539=>1,1406214908=>1,1406238111=>1,1406271118=>1,1406260262=>1,1406197329=>1,1405664710=>1,1403757601=>1,1403757006=>1,1403800490=>1,1403818003=>1,1404003458=>1,1403972222=>1,1403176764=>1,1403173988=>1,1401888515=>1,1401887534=>1,1401888518=>1,1401902053=>1,1402073575=>1,1401973050=>1,1401887532=>1,1401887531=>1,1401750068=>1,1401442564=>1,1401799636=>1,1401856006=>1,1401887530=>1,1401873506=>1,1402095542=>1,1402101492=>1,1402740685=>1,1402698134=>1,1403019107=>1,1403030455=>1,1403171395=>1,1403126383=>1,1402635051=>1,1402380484=>1,1402306444=>1,1402134922=>1,1402342347=>1,1402350373=>1,1402360442=>1,1406271241=>1,1406377817=>1,1407439620=>1,1407335092=>1,1407475020=>1,1407479274=>1,1407630491=>1,1407481499=>1,1407126190=>1,1407126184=>1,1407044617=>1,1407035022=>1,1407045849=>1,1407081725=>1,1407124371=>1,1407090355=>1,1407652389=>1,1407656580=>1,1407798238=>1,1407792469=>1,1407805761=>1,1407805792=>1,1375844784=>1,1407807762=>1,1407792423=>1,1407781868=>1,1407656641=>1,1407656581=>1,1407778931=>1,1407779929=>1,1407780159=>1,1406974124=>1,1406971067=>1,1406431621=>1,1406431519=>1,1406432224=>1,1406432292=>1,1406432865=>1,1406432652=>1,1406429584=>1,1406429329=>1,1406427342=>1,1406427319=>1,1406427972=>1,1406428260=>1,1406429308=>1,1406428690=>1,1406445754=>1,1406692947=>1,1406861700=>1,1406837278=>1,1406895882=>1,1406898729=>1,1406970751=>1,1406970558=>1,1406830317=>1,1406830316=>1,1406732733=>1,1406698449=>1,1406785164=>1,1406830314=>1,1406830315=>1,1401347867=>1,1401295795=>1,1393881360=>1,1393860847=>1,1393897482=>1,1393897750=>1,1393901541=>1,1393900628=>1,1393841182=>1,1393823706=>1,1393333997=>1,1393276441=>1,1393333998=>1,1393391426=>1,1393667826=>1,1393482634=>1,1393948379=>1,1393969319=>1,1394088040=>1,1394087845=>1,1394096372=>1,1394106882=>1,1394116924=>1,1394107184=>1,1394087532=>1,1394087075=>1,1394085004=>1,1394084507=>1,1394086181=>1,1394086327=>1,1394086867=>1,1393249741=>1,1393171336=>1,1392097452=>1,1392093163=>1,1392097630=>1,1392097914=>1,1392104583=>1,1392099966=>1,1392083571=>1,1392078836=>1,1392018489=>1,1392013631=>1,1392019902=>1,1392052714=>1,1392064867=>1,1392062939=>1,1392107114=>1,1392116957=>1,1392162129=>1,1392146624=>1,1392173146=>1,1392179568=>1,1393081651=>1,1392918178=>1,1392140375=>1,1392140189=>1,1392123007=>1,1392119778=>1,1392130684=>1,1392132324=>1,1392135476=>1,1394201326=>1,1394340165=>1,1397661985=>1,1397092949=>1,1397918961=>1,1397942833=>1,1398069533=>1,1398012745=>1,1397036937=>1,1396877810=>1,1395798008=>1,1395536575=>1,1396150978=>1,1396229294=>1,1396268387=>1,1396239119=>1,1398104964=>1,1398109155=>1,1400905147=>1,1400904769=>1,1400908080=>1,1400926366=>1,1400949247=>1,1400946420=>1,1400201394=>1,1398562419=>1,1398172045=>1,1398144055=>1,1398191315=>1,1398349817=>1,1398494746=>1,1395365615=>1,1395337041=>1,1394392331=>1,1394391765=>1,1394393220=>1,1394393368=>1,1394395228=>1,1394394464=>1,1394390030=>1,1394366027=>1,1394345686=>1,1394345446=>1,1394357004=>1,1394357149=>1,1394364591=>1,1394364282=>1,1394397924=>1,1394400587=>1,1394823947=>1,1394738432=>1,1394847357=>1,1395233248=>1,1395303826=>1,1395234731=>1,1394563157=>1,1394562156=>1,1394402009=>1,1394400889=>1,1394440554=>1,1394555828=>1,1394555989=>1,1407820260=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1467468544=>1467468799,1467346496=>1467346559,1447466674=>1,1447466727=>1,1447661461=>1,1448209166=>1,1447466581=>1,1448521022=>1,1447466516=>1,1447465281=>1,1447340702=>1,1447466318=>1,1447466472=>1,1448601162=>1,1447466491=>1,1447466543=>1,1448964786=>1,1449799774=>1,1449736150=>1,1449822470=>1,1449881139=>1,1449881208=>1,1449881170=>1,1449735954=>1,1449735621=>1,1449424428=>1,1446940401=>1,1449552534=>1,1449632143=>1,1449660175=>1,1449640885=>1,1448616135=>1,1446929923=>1,1444646326=>1,1444504605=>1,1444672151=>1,1444794483=>1,1445357073=>1,1445347997=>1,1444445347=>1,1444349152=>1,1443335199=>1,1443248935=>1,1443608884=>1,1443821882=>1,1444279170=>1,1445392437=>1,1445839116=>1,1446737747=>1,1446712827=>1,1446737752=>1,1446857722=>1,1449881233=>1,1446922025=>1,1446712739=>1,1446712614=>1,1446546302=>1,1446527245=>1,1446611273=>1,1446620991=>1,1446634318=>1,1446933931=>1,1449881249=>1,1457494756=>1,1457442294=>1,1458925548=>1,1458933486=>1,1459439045=>1,1459006514=>1,1456074068=>1,1455588118=>1,1454737684=>1,1454652188=>1,1455197940=>1,1455212820=>1,1455332628=>1,1455331739=>1,1459874517=>1,1459945676=>1,1460464026=>1,1460463940=>1,1460464045=>1,1460464074=>1,1460724784=>1,1460464098=>1,1460463898=>1,1460159246=>1,1460066263=>1,1460035281=>1,1460073546=>1,1460124730=>1,1460124853=>1,1460124830=>1,1454567548=>1,1454560887=>1,1450977406=>1,1450936809=>1,1451036105=>1,1451084556=>1,1451249440=>1,1451179914=>1,1450936612=>1,1450915004=>1,1450116402=>1,1450057309=>1,1450152130=>1,1450725209=>1,1450874839=>1,1450867403=>1,1451438226=>1,1451699193=>1,1453292196=>1,1453054019=>1,1453521324=>1,1453533383=>1,1454556548=>1,1454428423=>1,1452875853=>1,1452441983=>1,1451792672=>1,1451733227=>1,1451927667=>1,1452110949=>1,1452383401=>1,1443061917=>1,1443049359=>1,1440121031=>1,1440120569=>1,1440121668=>1,1440122223=>1,1440126792=>1,1440125661=>1,1440119976=>1,1440117718=>1,1440110996=>1,1440108793=>1,1440113391=>1,1440114153=>1,1440115263=>1,1440114988=>1,1440126952=>1,1440128028=>1,1440385087=>1,1440151196=>1,1440475458=>1,1440492227=>1,1440612581=>1,1440587686=>1,1440149727=>1,1440148687=>1,1440139332=>1,1440128114=>1,1440139836=>1,1440140960=>1,1440142220=>1,1440141019=>1,1440107219=>1,1440106796=>1,1439491375=>1,1439466640=>1,1439634881=>1,1439634888=>1,1439957345=>1,1439646982=>1,1439436332=>1,1439385966=>1,1439018550=>1,1438976411=>1,1439065891=>1,1439065947=>1,1439271030=>1,1439112250=>1,1439958521=>1,1439960663=>1,1440100377=>1,1440100065=>1,1440103984=>1,1440105577=>1,1440106172=>1,1440105803=>1,1440099500=>1,1440094140=>1,1439966267=>1,1439965546=>1,1439968871=>1,1439971568=>1,1440091089=>1,1440757330=>1,1440803900=>1,1441528408=>1,1441525269=>1,1441536274=>1,1441574387=>1,1441759203=>1,1441607309=>1,1441407947=>1,1441401077=>1,1441164467=>1,1441135890=>1,1441182891=>1,1441185126=>1,1441343368=>1,1441319398=>1,1441968459=>1,1441968800=>1,1442478575=>1,1442374564=>1,1442536271=>1,1442643191=>1,1443015362=>1,1442664608=>1,1442374563=>1,1442346072=>1,1442083522=>1,1441975886=>1,1442210031=>1,1442212196=>1,1442247429=>1,1442242193=>1,1441135417=>1,1441133829=>1,1440904510=>1,1440904358=>1,1440916664=>1,1440916755=>1,1440922761=>1,1440922596=>1,1440902177=>1,1440880260=>1,1440839047=>1,1440808618=>1,1440842293=>1,1440842387=>1,1440878300=>1,1440844247=>1,1440975711=>1,1440976241=>1,1441054983=>1,1441040364=>1,1441071592=>1,1441095534=>1,1441123198=>1,1441108587=>1,1441017688=>1,1441009551=>1,1440988990=>1,1440977894=>1,1440997149=>1,1440997328=>1,1441001441=>1,1460724845=>1,1460724898=>1,1470342245=>1,1470259051=>1,1470358580=>1,1470359973=>1,1470413085=>1,1470364404=>1,1470127607=>1,1470126068=>1,1469975782=>1,1469945005=>1,1470054095=>1,1470081602=>1,1470093752=>1,1470091345=>1,1470458348=>1,1470580644=>1,1471011675=>1,1471005670=>1,1471078084=>1,1471084935=>1,1471437380=>1,1471330431=>1,1470894608=>1,1470892239=>1,1470724389=>1,1470722504=>1,1470792158=>1,1470793255=>1,1470875686=>1,1470799534=>1,1469944200=>1,1469934141=>1,1468950408=>1,1468929347=>1,1469061538=>1,1469062702=>1,1469100965=>1,1469077447=>1,1468751692=>1,1468735961=>1,1468356106=>1,1468298660=>1,1468429672=>1,1468717659=>1,1468729324=>1,1468718658=>1,1469107596=>1,1469174829=>1,1469653341=>1,1469645775=>1,1469714731=>1,1469877987=>1,1469922780=>1,1469921686=>1,1469592387=>1,1469499523=>1,1469320219=>1,1469319631=>1,1469385325=>1,1469489446=>1,1469490017=>1,1471443766=>1,1471504422=>1,1475139358=>1,1475138475=>1,1475139400=>1,1475139411=>1,1475415150=>1,1475139569=>1,1475134393=>1,1475134263=>1,1474695156=>1,1474685898=>1,1474697621=>1,1474765197=>1,1475133975=>1,1475091355=>1,1475435843=>1,1475441832=>1,1475695341=>1,1475694784=>1,1475721452=>1,1475749287=>1,1476007025=>1,1475995830=>1,1475655097=>1,1475589572=>1,1475443685=>1,1475442346=>1,1475453423=>1,1475481511=>1,1475579425=>1,1474684610=>1,1474637148=>1,1471748191=>1,1471748184=>1,1471748542=>1,1471749983=>1,1471913289=>1,1471768571=>1,1471744147=>1,1471742920=>1,1471537907=>1,1471505765=>1,1471540040=>1,1471567229=>1,1471742160=>1,1471595306=>1,1471965637=>1,1472312302=>1,1474160751=>1,1473852746=>1,1474172553=>1,1474326314=>1,1474637147=>1,1474351859=>1,1473817523=>1,1473158363=>1,1472517983=>1,1472319502=>1,1472799515=>1,1472880670=>1,1473131564=>1,1468276072=>1,1468035006=>1,1465671378=>1,1465668172=>1,1465671412=>1,1465683941=>1,1465694612=>1,1465685496=>1,1465665169=>1,1465662858=>1,1464838602=>1,1464819607=>1,1465649904=>1,1465651484=>1,1465653928=>1,1465651956=>1,1465703726=>1,1465706739=>1,1466104564=>1,1466104542=>1,1466105172=>1,1466124610=>1,1466208529=>1,1466205644=>1,1466100089=>1,1466096020=>1,1466073272=>1,1465962649=>1,1466082043=>1,1466085949=>1,1466087685=>1,1464815454=>1,1464806353=>1,1460917969=>1,1460867830=>1,1460920322=>1,1460920549=>1,1461047168=>1,1461046362=>1,1460867589=>1,1460858462=>1,1460724937=>1,1438907335=>1,1460725052=>1,1460725114=>1,1460858391=>1,1460725226=>1,1462774471=>1,1463591295=>1,1464601774=>1,1464423501=>1,1464754840=>1,1464770404=>1,1464794933=>1,1464782503=>1,1464397755=>1,1464395857=>1,1463977900=>1,1463969687=>1,1464234968=>1,1464355303=>1,1464358361=>1,1466210561=>1,1466211318=>1,1467376315=>1,1467375331=>1,1467376694=>1,1467379358=>1,1467380963=>1,1467380358=>1,1467374635=>1,1467372790=>1,1467026510=>1,1466908679=>1,1467055493=>1,1467229350=>1,1467372725=>1,1467372589=>1,1467459054=>1,1467464280=>1,1467728219=>1,1467708292=>1,1467730973=>1,1467911823=>1,1468033010=>1,1468013658=>1,1467589504=>1,1467561193=>1,1467513092=>1,1467491598=>1,1467547271=>1,1467547336=>1,1467559589=>1,1466628470=>1,1466618092=>1,1466234154=>1,1466232092=>1,1466235923=>1,1466341906=>1,1466565476=>1,1466460816=>1,1466230961=>1,1466220960=>1,1466214037=>1,1466213278=>1,1466214215=>1,1466217093=>1,1466220640=>1,1466220098=>1,1466565664=>1,1466565822=>1,1466578822=>1,1466577301=>1,1466580140=>1,1466600472=>1,1466613599=>1,1466602767=>1,1466572986=>1,1466570353=>1,1466568911=>1,1466566275=>1,1466568968=>1,1466569229=>1,1466570061=>1,1460724864=>1,1438907270=>1,1422424680=>1,1422414499=>1,1422431688=>1,1422447555=>1,1422540373=>1,1422522138=>1,1422413299=>1,1422412270=>1,1422397134=>1,1422395599=>1,1422399179=>1,1422402250=>1,1422411289=>1,1422404847=>1,1422554276=>1,1422556232=>1,1422965496=>1,1422961405=>1,1422986642=>1,1423000975=>1,1423074440=>1,1423070969=>1,1422931869=>1,1422676914=>1,1422565429=>1,1422563216=>1,1422569781=>1,1422580890=>1,1422588131=>1,1422587402=>1,1422395567=>1,1422395425=>1,1421114053=>1,1421112861=>1,1421114777=>1,1421175392=>1,1421195505=>1,1421193764=>1,1421109031=>1,1421086107=>1,1420845810=>1,1420760717=>1,1420846752=>1,1420968813=>1,1421083096=>1,1420970707=>1,1421231539=>1,1421328753=>1,1422023877=>1,1421863344=>1,1422091935=>1,1422092414=>1,1422131363=>1,1422124470=>1,1421747658=>1,1421747501=>1,1421338572=>1,1421337623=>1,1421342222=>1,1421346696=>1,1421623540=>1,1423119416=>1,1423119607=>1,1424370322=>1,1424211140=>1,1424537307=>1,1424546150=>1,1424791732=>1,1424773429=>1,1424155917=>1,1424100635=>1,1423691988=>1,1423682876=>1,1423694809=>1,1423695602=>1,1423700061=>1,1423699502=>1,1424856747=>1,1424880995=>1,1425163757=>1,1425113210=>1,1425196045=>1,1425284916=>1,1425345669=>1,1425285085=>1,1425096980=>1,1425087169=>1,1425030378=>1,1424941541=>1,1425081461=>1,1425083901=>1,1425085182=>1,1423674898=>1,1423560067=>1,1423418742=>1,1423415070=>1,1423422546=>1,1423427347=>1,1423448481=>1,1423434786=>1,1423377391=>1,1423298486=>1,1423155222=>1,1423150480=>1,1423219114=>1,1423248436=>1,1423266658=>1,1423253895=>1,1423454985=>1,1423455012=>1,1423500640=>1,1423499842=>1,1423504738=>1,1423506142=>1,1423555547=>1,1423510722=>1,1423495130=>1,1423494031=>1,1423465129=>1,1423463011=>1,1423465325=>1,1423465816=>1,1423493625=>1,1420753195=>1,1420750366=>1,1416758070=>1,1416755064=>1,1416831992=>1,1416876362=>1,1417132582=>1,1417118869=>1,1416735060=>1,1416672291=>1,1416039929=>1,1416039815=>1,1416179247=>1,1416229139=>1,1416653856=>1,1416627782=>1,1417507499=>1,1417733527=>1,1417994734=>1,1417977177=>1,1417997008=>1,1418157664=>1,1418283549=>1,1418263380=>1,1417936261=>1,1417862589=>1,1417739502=>1,1417737470=>1,1417840105=>1,1417842869=>1,1417861920=>1,1417860545=>1,1415868962=>1,1415703379=>1,1413444967=>1,1413443655=>1,1414008516=>1,1414014995=>1,1414023408=>1,1414015255=>1,1413432810=>1,1413400516=>1,1413005093=>1,1412966159=>1,1413221066=>1,1413225296=>1,1413377281=>1,1413289087=>1,1414033448=>1,1414074204=>1,1414549573=>1,1414260259=>1,1414844463=>1,1415159747=>1,1415340385=>1,1415231305=>1,1414255207=>1,1414218987=>1,1414167367=>1,1414137503=>1,1414175211=>1,1414190651=>1,1414207946=>1,1418466155=>1,1418468407=>1,1419863798=>1,1419863765=>1,1419863844=>1,1419863891=>1,1419864821=>1,1419864716=>1,1419863472=>1,1419863327=>1,1419809192=>1,1419800801=>1,1419809975=>1,1419862215=>1,1419863141=>1,1419862224=>1,1419864911=>1,1419865651=>1,1420658770=>1,1420657401=>1,1420659431=>1,1420660791=>1,1420730019=>1,1420660849=>1,1420657288=>1,1420657245=>1,1420032745=>1,1419907518=>1,1420075967=>1,1420091186=>1,1420516940=>1,1419723617=>1,1419701490=>1,1418950918=>1,1418950544=>1,1418951060=>1,1418951240=>1,1418951659=>1,1418951487=>1,1418950253=>1,1418950077=>1,1418564484=>1,1418503605=>1,1418742164=>1,1418949015=>1,1418949437=>1,1418949117=>1,1418951836=>1,1418951933=>1,1419518742=>1,1419383799=>1,1419519884=>1,1419529594=>1,1419701010=>1,1419532699=>1,1419382740=>1,1419239099=>1,1418952488=>1,1418951994=>1,1418952493=>1,1419236223=>1,1419237650=>1,1425350851=>1,1425493437=>1,1433569044=>1,1433568608=>1,1433570399=>1,1433570715=>1,1433883287=>1,1433883278=>1,1433548375=>1,1433548369=>1,1432990139=>1,1432926887=>1,1433226225=>1,1433240033=>1,1433538182=>1,1433481677=>1,1433883330=>1,1433883533=>1,1434841861=>1,1434832673=>1,1435180576=>1,1435289681=>1,1435289799=>1,1435289730=>1,1434827566=>1,1434823546=>1,1434392389=>1,1433883582=>1,1434407222=>1,1434723363=>1,1434731403=>1,1434731402=>1,1432886342=>1,1432860442=>1,1432214220=>1,1432213780=>1,1432224924=>1,1432264733=>1,1432267158=>1,1432266401=>1,1432211028=>1,1432181593=>1,1432167887=>1,1432167883=>1,1432167888=>1,1432167890=>1,1432168349=>1,1432167895=>1,1432267343=>1,1432268295=>1,1432344180=>1,1432344115=>1,1432345386=>1,1432354162=>1,1432497228=>1,1432469590=>1,1432341462=>1,1432341123=>1,1432270672=>1,1432270622=>1,1432336564=>1,1432338537=>1,1432338729=>1,1435289914=>1,1435290001=>1,1437875578=>1,1437611121=>1,1437904399=>1,1438199250=>1,1438250085=>1,1438248662=>1,1437167577=>1,1437150115=>1,1437021664=>1,1436990842=>1,1437040553=>1,1437080053=>1,1437138890=>1,1437138761=>1,1438250097=>1,1438250100=>1,1438854466=>1,1438839548=>1,1438898035=>1,1438903188=>1,1438905194=>1,1438904946=>1,1438796562=>1,1438692330=>1,1438250109=>1,1438250103=>1,1438348211=>1,1438582282=>1,1438667333=>1,1436956679=>1,1436544466=>1,1435291132=>1,1435291076=>1,1435291262=>1,1435411201=>1,1435459378=>1,1435441222=>1,1435290776=>1,1435290517=>1,1435290050=>1,1435290047=>1,1435290066=>1,1435290071=>1,1435290351=>1,1435290222=>1,1435477092=>1,1435490518=>1,1436400093=>1,1436387748=>1,1436407409=>1,1436457082=>1,1436537655=>1,1436537242=>1,1436381229=>1,1436360340=>1,1435511863=>1,1435491283=>1,1435542116=>1,1436083303=>1,1436083708=>1,1432167881=>1,1432162351=>1,1426918910=>1,1426918756=>1,1426947975=>1,1427026450=>1,1427042337=>1,1427042336=>1,1426796097=>1,1426780410=>1,1426770519=>1,1426770223=>1,1426770759=>1,1426772679=>1,1426774951=>1,1426772789=>1,1427042338=>1,1427042339=>1,1427219621=>1,1427215590=>1,1427219628=>1,1427221579=>1,1427227316=>1,1427222857=>1,1427209068=>1,1427206307=>1,1427064195=>1,1427058122=>1,1427091679=>1,1427094910=>1,1427206176=>1,1427181324=>1,1426770214=>1,1426769644=>1,1425687718=>1,1425677434=>1,1425693994=>1,1425699981=>1,1425759141=>1,1425746287=>1,1425674841=>1,1425657874=>1,1425622038=>1,1425559826=>1,1425626917=>1,1425627821=>1,1425655782=>1,1425627912=>1,1425766217=>1,1425979575=>1,1426598807=>1,1426516206=>1,1426724273=>1,1426732378=>1,1426768908=>1,1426768905=>1,1426512684=>1,1426420146=>1,1426169145=>1,1426059139=>1,1426169906=>1,1426221594=>1,1426392356=>1,1427232433=>1,1427234694=>1,1428042152=>1,1428004022=>1,1428044081=>1,1428075236=>1,1428112638=>1,1428075800=>1,1427931241=>1,1427906280=>1,1427767180=>1,1427764932=>1,1427812118=>1,1427877740=>1,1427906252=>1,1427905761=>1,1428142845=>1,1428839166=>1,1431833587=>1,1431745581=>1,1431992070=>1,1432014852=>1,1432033481=>1,1432018359=>1,1431653688=>1,1430963071=>1,1429796513=>1,1428933054=>1,1430537905=>1,1430711269=>1,1430835940=>1,1427755745=>1,1427753246=>1,1427677809=>1,1427673401=>1,1427682298=>1,1427682504=>1,1427684440=>1,1427684417=>1,1427672589=>1,1427669262=>1,1427241395=>1,1427241386=>1,1427455806=>1,1427590335=>1,1427633043=>1,1427593795=>1,1427691381=>1,1427695839=>1,1427735194=>1,1427731928=>1,1427736824=>1,1427737866=>1,1427751885=>1,1427740065=>1,1427728247=>1,1427728197=>1,1427713165=>1,1427699818=>1,1427727507=>1,1427727527=>1,1427728140=>1,1412965856=>1,);?>
1
+ <?php return array(1467468544=>1467468799,1467346496=>1467346559,1441652224=>1441652479,1441645824=>1441646079,1494396043=>1,1494396016=>1,1494396201=>1,1494396502=>1,1494462582=>1,1494396004=>1,1494372487=>1,1494265316=>1,1494195177=>1,1494266014=>1,1494295914=>1,1494463519=>1,1494395958=>1,1494568838=>1,1494744455=>1,1494638906=>1,1494825726=>1,1494857654=>1,1494894470=>1,1494863935=>1,1494638639=>1,1494605546=>1,1494601190=>1,1494194572=>1,1494601457=>1,1494603325=>1,1494605511=>1,1494603379=>1,1494466817=>1,1494107337=>1,1491195488=>1,1490660321=>1,1491200158=>1,1491396651=>1,1492582930=>1,1492339399=>1,1490652981=>1,1490650626=>1,1490472793=>1,1490302517=>1,1490481704=>1,1490504602=>1,1490617218=>1,1490616767=>1,1492653900=>1,1492675525=>1,1493114658=>1,1493042829=>1,1493142081=>1,1493144600=>1,1493223927=>1,1493215853=>1,1492843229=>1,1492830635=>1,1492761069=>1,1492696676=>1,1492774807=>1,1492784191=>1,1492814276=>1,1494955036=>1,1495007594=>1,1495826246=>1,1495825999=>1,1495826278=>1,1495840107=>1,1495904781=>1,1495886435=>1,1495825853=>1,1495825567=>1,1495822515=>1,1495822420=>1,1495823971=>1,1495825436=>1,1495825448=>1,1495825444=>1,1496124149=>1,1496130452=>1,1496237140=>1,1496212918=>1,1497483590=>1,1497484577=>1,1497601284=>1,1497563452=>1,1496212917=>1,1496212642=>1,1496204898=>1,1496180745=>1,1496206024=>1,1496207278=>1,1496212551=>1,1496212493=>1,1495811989=>1,1495740418=>1,1495280741=>1,1495236690=>1,1495302063=>1,1495328294=>1,1495398002=>1,1495330678=>1,1495228584=>1,1495218437=>1,1495017261=>1,1490297485=>1,1495038387=>1,1495045781=>1,1495079196=>1,1495045862=>1,1495407227=>1,1495461131=>1,1495538240=>1,1495511656=>1,1495585453=>1,1495586637=>1,1495701001=>1,1495629831=>1,1495503630=>1,1495503385=>1,1495461221=>1,1495461132=>1,1495467676=>1,1495476075=>1,1495486492=>1,1494957684=>1,1490199429=>1,1487381390=>1,1487351004=>1,1487425932=>1,1487467095=>1,1487983492=>1,1487975431=>1,1487000665=>1,1486998318=>1,1486859509=>1,1486851311=>1,1486859754=>1,1486863726=>1,1486878064=>1,1486870397=>1,1488082634=>1,1488235839=>1,1488957116=>1,1488900100=>1,1488966689=>1,1489042705=>1,1489215024=>1,1489104273=>1,1488877288=>1,1488877151=>1,1488558982=>1,1488354461=>1,1488589324=>1,1488681050=>1,1488834101=>1,1488709915=>1,1486846994=>1,1486845084=>1,1486017098=>1,1485382571=>1,1486021623=>1,1486059974=>1,1486210521=>1,1486060034=>1,1485254993=>1,1485161340=>1,1484951189=>1,1484948191=>1,1485048392=>1,1485153071=>1,1485160737=>1,1485157868=>1,1486216483=>1,1486217601=>1,1486834771=>1,1486834601=>1,1486834781=>1,1486835339=>1,1486836724=>1,1486835619=>1,1486833209=>1,1486832769=>1,1486447099=>1,1486236228=>1,1486463202=>1,1486826398=>1,1486826400=>1,1489231580=>1,1489239670=>1,1489607301=>1,1489604913=>1,1489792278=>1,1489800922=>1,1489918479=>1,1489819258=>1,1489520996=>1,1489478802=>1,1489446397=>1,1489435931=>1,1489478789=>1,1489478796=>1,1489478798=>1,1489478797=>1,1490014757=>1,1490057550=>1,1490198269=>1,1490198229=>1,1490199325=>1,1490199377=>1,1497676739=>1,1490199393=>1,1490198205=>1,1490170023=>1,1490079778=>1,1490076058=>1,1490085085=>1,1490085111=>1,1490089226=>1,1489435917=>1,1489425411=>1,1489384502=>1,1489384293=>1,1489384653=>1,1489385612=>1,1489399189=>1,1489388986=>1,1489382545=>1,1489380388=>1,1489371747=>1,1489300525=>1,1489372675=>1,1489373456=>1,1489376004=>1,1489374123=>1,1489399269=>1,1489399448=>1,1489413339=>1,1489412964=>1,1489420444=>1,1489420889=>1,1489424350=>1,1489421594=>1,1489412963=>1,1489409800=>1,1489399671=>1,1489399490=>1,1489401154=>1,1489401797=>1,1489403233=>1,1490199437=>1,1497795993=>1,1512496016=>1,1512493553=>1,1512973799=>1,1513322366=>1,1514134155=>1,1513796664=>1,1512386294=>1,1512166391=>1,1509993106=>1,1509972489=>1,1510007729=>1,1510458380=>1,1511785528=>1,1511352935=>1,1514216283=>1,1514235510=>1,1518165564=>1,1517612052=>1,1518263064=>1,1518323781=>1,1519526558=>1,1519509194=>1,1517326247=>1,1517218210=>1,1514324235=>1,1514248397=>1,1515079283=>1,1516780357=>1,1516803775=>1,1516786045=>1,1509961111=>1,1509943406=>1,1508789508=>1,1508617889=>1,1508792773=>1,1508814065=>1,1508893711=>1,1508868246=>1,1508617888=>1,1508548094=>1,1507538519=>1,1507530641=>1,1507680218=>1,1507978132=>1,1508543752=>1,1508324389=>1,1509345525=>1,1509348884=>1,1509609411=>1,1509577333=>1,1509687948=>1,1509692624=>1,1509880944=>1,1509744328=>1,1509541195=>1,1509524901=>1,1509466386=>1,1509455592=>1,1509466803=>1,1509467805=>1,1509468288=>1,1519572879=>1,1519650149=>1,1522367361=>1,1522331133=>1,1522823795=>1,1523885048=>1,1524169909=>1,1524162071=>1,1522294734=>1,1522065014=>1,1521872004=>1,1521605842=>1,1521915946=>1,1521975097=>1,1522044640=>1,1522022469=>1,1524295855=>1,1524646963=>1,1525127327=>1,1525124785=>1,1526748211=>1,1526749872=>1,1527017488=>1,1526874282=>1,1525063313=>1,1525056588=>1,1524715573=>1,1524711508=>1,1524715739=>1,1524806279=>1,1524943519=>1,1521216112=>1,1520293734=>1,1519663857=>1,1519663045=>1,1519665571=>1,1519665578=>1,1519666613=>1,1519666377=>1,1519661925=>1,1519660721=>1,1519654275=>1,1519653306=>1,1519654620=>1,1519655823=>1,1519659986=>1,1519657404=>1,1519669137=>1,1519669281=>1,1519720764=>1,1519679937=>1,1519878747=>1,1520074515=>1,1520113626=>1,1520075158=>1,1519679765=>1,1519673940=>1,1519669449=>1,1519669417=>1,1519671299=>1,1519673270=>1,1519673935=>1,1507530617=>1,1507513962=>1,1502377852=>1,1502377750=>1,1502377918=>1,1502377925=>1,1502377963=>1,1502377940=>1,1502367663=>1,1502318917=>1,1501942474=>1,1501942471=>1,1501950558=>1,1502050561=>1,1502129047=>1,1502056534=>1,1503370192=>1,1503374894=>1,1503888972=>1,1503888590=>1,1503889250=>1,1503890600=>1,1503907845=>1,1503894414=>1,1503887426=>1,1503887417=>1,1503588085=>1,1503552320=>1,1503676846=>1,1503679626=>1,1503681242=>1,1503680305=>1,1501919732=>1,1501880826=>1,1499329132=>1,1499326846=>1,1499601092=>1,1499601890=>1,1499699999=>1,1499651148=>1,1499264499=>1,1498748476=>1,1497866526=>1,1484309818=>1,1497968238=>1,1498191317=>1,1498697390=>1,1498253486=>1,1499700101=>1,1499734397=>1,1500268321=>1,1500214009=>1,1500292539=>1,1500319025=>1,1500451908=>1,1500393482=>1,1500128947=>1,1500092279=>1,1499892858=>1,1499846358=>1,1499959928=>1,1499995495=>1,1500090548=>1,1503908329=>1,1503910182=>1,1505740789=>1,1505652225=>1,1505745153=>1,1506344085=>1,1506616501=>1,1506612725=>1,1505602660=>1,1505582994=>1,1505464016=>1,1505362251=>1,1505464145=>1,1505464442=>1,1505570875=>1,1505521106=>1,1506616537=>1,1506616771=>1,1507469002=>1,1507292814=>1,1507469031=>1,1507479002=>1,1507480650=>1,1507479702=>1,1507099358=>1,1506806438=>1,1506617142=>1,1506617077=>1,1506622838=>1,1506761929=>1,1506771350=>1,1505298428=>1,1505180388=>1,1503917493=>1,1503917428=>1,1503917496=>1,1503917867=>1,1503987041=>1,1503917928=>1,1503915309=>1,1503914915=>1,1503910255=>1,1503910228=>1,1503910732=>1,1503912123=>1,1503912376=>1,1503912148=>1,1503996508=>1,1504063361=>1,1504911777=>1,1504742590=>1,1504933797=>1,1504935804=>1,1505175993=>1,1504964977=>1,1504648099=>1,1504562697=>1,1504113321=>1,1504107451=>1,1504114531=>1,1504254788=>1,1504258987=>1,1497781322=>1,1484063357=>1,1457401075=>1,1457248616=>1,1457405327=>1,1458472176=>1,1458925548=>1,1458743922=>1,1456772487=>1,1455845694=>1,1454862274=>1,1454652409=>1,1454901053=>1,1455197940=>1,1455267739=>1,1455212820=>1,1459006514=>1,1459439045=>1,1460724844=>1,1460464103=>1,1460724860=>1,1460724904=>1,1460781170=>1,1460725206=>1,1460124872=>1,1460124855=>1,1459700210=>1,1459453316=>1,1459748832=>1,1459971354=>1,1460124779=>1,1460066263=>1,1454652188=>1,1453206510=>1,1450152130=>1,1449881312=>1,1450725209=>1,1450799114=>1,1450936809=>1,1450915004=>1,1449881249=>1,1449881208=>1,1449660175=>1,1449637388=>1,1449776258=>1,1449822470=>1,1449881170=>1,1449864482=>1,1451091506=>1,1451103949=>1,1452466036=>1,1452362532=>1,1452610951=>1,1452695886=>1,1452930351=>1,1452766414=>1,1452179588=>1,1451831565=>1,1451131160=>1,1451131159=>1,1451179914=>1,1451733227=>1,1451776437=>1,1460854672=>1,1460858154=>1,1466079813=>1,1466073272=>1,1466082043=>1,1466084088=>1,1466086886=>1,1466085949=>1,1465683119=>1,1465680685=>1,1465649480=>1,1464964157=>1,1465651484=>1,1465659040=>1,1465670251=>1,1465668172=>1,1466087685=>1,1466096020=>1,1466429304=>1,1466396102=>1,1466565476=>1,1466565664=>1,1466568351=>1,1466566275=>1,1466234520=>1,1466229765=>1,1466104542=>1,1466100089=>1,1466104564=>1,1466105172=>1,1466124610=>1,1464842146=>1,1464819607=>1,1460917858=>1,1460867798=>1,1460917901=>1,1460920424=>1,1462774471=>1,1461046362=>1,1460858457=>1,1460858357=>1,1460858174=>1,1460858158=>1,1460858197=>1,1460858206=>1,1460858315=>1,1460858213=>1,1463591295=>1,1463835187=>1,1464738478=>1,1464601774=>1,1464754840=>1,1464768248=>1,1464815454=>1,1464788608=>1,1464423501=>1,1464397755=>1,1463984007=>1,1463980025=>1,1464355303=>1,1464358361=>1,1464395857=>1,1449636660=>1,1449552534=>1,1440922761=>1,1440922596=>1,1440977847=>1,1440988990=>1,1441001441=>1,1440999372=>1,1440916755=>1,1440909729=>1,1440757330=>1,1440613510=>1,1440842387=>1,1440881525=>1,1440904510=>1,1440904358=>1,1441040364=>1,1441054983=>1,1441157776=>1,1441142104=>1,1441164467=>1,1441164577=>1,1441183304=>1,1441165052=>1,1441133829=>1,1441123198=>1,1441064367=>1,1441055688=>1,1441071592=>1,1441095534=>1,1441108725=>1,1440612581=>1,1440385087=>1,1440113391=>1,1440111021=>1,1440114153=>1,1440114988=>1,1440117718=>1,1440115263=>1,1440108793=>1,1440107637=>1,1440100065=>1,1440099500=>1,1440103984=>1,1440105577=>1,1440106796=>1,1440105803=>1,1440119976=>1,1440120569=>1,1440140960=>1,1440139836=>1,1440141019=>1,1440142220=>1,1440149727=>1,1440148687=>1,1440139332=>1,1440128028=>1,1440121668=>1,1440121031=>1,1440125661=>1,1440126792=>1,1440126952=>1,1441185126=>1,1441506410=>1,1446737752=>1,1446737747=>1,1446824528=>1,1446922025=>1,1446933931=>1,1446929923=>1,1446712827=>1,1446712739=>1,1445392437=>1,1445070799=>1,1446634318=>1,1446644741=>1,1446712614=>1,1446653656=>1,1447442680=>1,1447466249=>1,1448521022=>1,1448209166=>1,1448601162=>1,1448616135=>1,1449424428=>1,1448964786=>1,1447661461=>1,1447466726=>1,1447466501=>1,1447466468=>1,1447466536=>1,1447466635=>1,1447466644=>1,1444794483=>1,1444672151=>1,1441759203=>1,1441690443=>1,1441968600=>1,1442083522=>1,1442242193=>1,1442210429=>1,1441686672=>1,1441609973=>1,1441528408=>1,1441525269=>1,1441532923=>1,1441536274=>1,1441607309=>1,1441537658=>1,1442346072=>1,1442374563=>1,1443568866=>1,1443335199=>1,1444279170=>1,1444349152=>1,1444504605=>1,1444429709=>1,1443157858=>1,1443049359=>1,1442374565=>1,1442374564=>1,1442536271=>1,1442643191=>1,1443015362=>1,1466568911=>1,1466569229=>1,1476473642=>1,1476441542=>1,1476807568=>1,1476807660=>1,1476927696=>1,1476821098=>1,1476391403=>1,1476387141=>1,1475988839=>1,1475721452=>1,1476103261=>1,1476134307=>1,1476347620=>1,1476322534=>1,1477022619=>1,1477290110=>1,1481075724=>1,1481069483=>1,1481091122=>1,1481097831=>1,1481263524=>1,1481219589=>1,1481003856=>1,1480950657=>1,1477855265=>1,1477737407=>1,1478178914=>1,1478835028=>1,1480742034=>1,1480215740=>1,1475655097=>1,1475589572=>1,1474172553=>1,1474160751=>1,1474351859=>1,1474565461=>1,1474685898=>1,1474649894=>1,1474000710=>1,1473969385=>1,1472603112=>1,1472319502=>1,1472799515=>1,1473001603=>1,1473817523=>1,1473158363=>1,1474695156=>1,1474697621=>1,1475139411=>1,1475139400=>1,1475139569=>1,1475209887=>1,1475453423=>1,1475415150=>1,1475139358=>1,1475138475=>1,1475091355=>1,1474765197=>1,1475133975=>1,1475134263=>1,1475134393=>1,1481265121=>1,1481339356=>1,1482265807=>1,1482219766=>1,1482279135=>1,1482621587=>1,1482643687=>1,1482632043=>1,1482115144=>1,1481894304=>1,1481762650=>1,1481692861=>1,1481792765=>1,1481812124=>1,1481838243=>1,1481813229=>1,1482652182=>1,1482652511=>1,1483990412=>1,1483938828=>1,1484025566=>1,1484057550=>1,1484089471=>1,1440094140=>1,1483840390=>1,1483693492=>1,1482659872=>1,1482657499=>1,1482660039=>1,1482771967=>1,1483612452=>1,1481643532=>1,1481642948=>1,1481478182=>1,1481476566=>1,1481478503=>1,1481479147=>1,1481479748=>1,1481479399=>1,1481458416=>1,1481393361=>1,1481340732=>1,1481340091=>1,1481381789=>1,1481382730=>1,1481392707=>1,1481382805=>1,1481479904=>1,1481479907=>1,1481496096=>1,1481494882=>1,1481496688=>1,1481543450=>1,1481642071=>1,1481639685=>1,1481494164=>1,1481493487=>1,1481488192=>1,1481481914=>1,1481488478=>1,1481489728=>1,1481491115=>1,1472312302=>1,1472032876=>1,1467911823=>1,1467815447=>1,1467923319=>1,1468033010=>1,1468296664=>1,1468035006=>1,1467735049=>1,1467731466=>1,1467547271=>1,1467491598=>1,1467547336=>1,1467559589=>1,1467708292=>1,1467561193=>1,1468300186=>1,1468715968=>1,1469062841=>1,1469059636=>1,1469160881=>1,1469177100=>1,1469318699=>1,1469251767=>1,1468953753=>1,1468949347=>1,1468735961=>1,1468718658=>1,1468762883=>1,1468874878=>1,1468926743=>1,1467464305=>1,1467464280=>1,1466600472=>1,1466580140=>1,1466602767=>1,1466618092=>1,1466823754=>1,1466628470=>1,1466578822=>1,1466576830=>1,1466570061=>1,1466569974=>1,1466570353=>1,1466572986=>1,1466576527=>1,1466575640=>1,1466857742=>1,1466869011=>1,1467374635=>1,1467372790=>1,1467375331=>1,1467376315=>1,1467380963=>1,1467376694=>1,1467372725=>1,1467372589=>1,1466908679=>1,1466899911=>1,1467119876=>1,1467149388=>1,1467180645=>1,1469318770=>1,1469319386=>1,1471745619=>1,1471745228=>1,1471745653=>1,1471745773=>1,1471746329=>1,1471746210=>1,1471744728=>1,1471744580=>1,1471743258=>1,1471742984=>1,1471743986=>1,1471744099=>1,1471744562=>1,1471744333=>1,1471746526=>1,1471746830=>1,1471750088=>1,1471749481=>1,1471770896=>1,1471774029=>1,1471970420=>1,1471920721=>1,1471748752=>1,1471748731=>1,1471747392=>1,1471746857=>1,1471747410=>1,1471747513=>1,1471747725=>1,1471742785=>1,1471701206=>1,1470126648=>1,1470125729=>1,1470132424=>1,1470254545=>1,1470456606=>1,1470344226=>1,1470079049=>1,1470074631=>1,1469319815=>1,1469319631=>1,1469502650=>1,1469654150=>1,1469908778=>1,1469876562=>1,1470511805=>1,1470585654=>1,1471517661=>1,1471436628=>1,1471537870=>1,1471542179=>1,1471567229=>1,1471543527=>1,1471075387=>1,1471072660=>1,1470798638=>1,1470794145=>1,1470857898=>1,1470890204=>1,1470890661=>1,1484246062=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1525127327=>1,1525124785=>1,1526865736=>1,1526867604=>1,1527073883=>1,1526875825=>1,1525063313=>1,1524943519=>1,1524323520=>1,1523197806=>1,1524646963=>1,1524711508=>1,1524806279=>1,1524715739=>1,1527077313=>1,1527137874=>1,1528067526=>1,1527910900=>1,1528185029=>1,1528874114=>1,1529018779=>1,1528874776=>1,1527906305=>1,1527718468=>1,1527477947=>1,1527228879=>1,1527542702=>1,1527635763=>1,1527671293=>1,1527642212=>1,1523114696=>1,1522870080=>1,1519878793=>1,1519738329=>1,1520074515=>1,1520113626=>1,1520293734=>1,1520238768=>1,1519720764=>1,1519713553=>1,1519673825=>1,1519672854=>1,1519678912=>1,1519680709=>1,1519712296=>1,1519712042=>1,1521216112=>1,1521520226=>1,1522065012=>1,1522044640=>1,1522065014=>1,1522272580=>1,1522367361=>1,1522331133=>1,1522022469=>1,1521975097=>1,1521872004=>1,1521605842=>1,1521909860=>1,1521915946=>1,1521937198=>1,1529372140=>1,1529379477=>1,1530210430=>1,1530134459=>1,1530257980=>1,1530263489=>1,1530316408=>1,1530284495=>1,1530131544=>1,1530129728=>1,1530126639=>1,1530126369=>1,1530126717=>1,1530127203=>1,1530129370=>1,1530128039=>1,1530327191=>1,1530328801=>1,1530579846=>1,1530579204=>1,1530580408=>1,1530580434=>1,1530582257=>1,1530582247=>1,1530578557=>1,1530578177=>1,1530359462=>1,1530329894=>1,1530570999=>1,1530577090=>1,1530577471=>1,1530577307=>1,1530087323=>1,1529897619=>1,1529666179=>1,1529666163=>1,1529666286=>1,1529666641=>1,1529712354=>1,1529666870=>1,1529665484=>1,1529664542=>1,1529659483=>1,1529440676=>1,1529659495=>1,1529660119=>1,1529662721=>1,1529662021=>1,1529713275=>1,1529727228=>1,1529884593=>1,1529884540=>1,1529886048=>1,1529886900=>1,1529890039=>1,1529888425=>1,1529881101=>1,1529880994=>1,1529734933=>1,1529732174=>1,1529822731=>1,1529880729=>1,1529880738=>1,1519672475=>1,1519670915=>1,1507530617=>1,1507513962=>1,1507530641=>1,1507676533=>1,1508324389=>1,1507680218=>1,1507513698=>1,1507481266=>1,1507453789=>1,1507413884=>1,1507469002=>1,1507469031=>1,1507480650=>1,1507479002=>1,1508458963=>1,1508463121=>1,1508648720=>1,1508617889=>1,1508651146=>1,1508715589=>1,1508792773=>1,1508789508=>1,1508617888=>1,1508554298=>1,1508505763=>1,1508497066=>1,1508505910=>1,1508505924=>1,1508548094=>1,1508506005=>1,1507360284=>1,1507292814=>1,1505577678=>1,1505577571=>1,1505583702=>1,1505592565=>1,1505599229=>1,1505597870=>1,1505576397=>1,1505521106=>1,1505365081=>1,1505320533=>1,1505463904=>1,1505464016=>1,1505464442=>1,1505464145=>1,1505677906=>1,1505688116=>1,1506771350=>1,1506761929=>1,1506806438=>1,1507100967=>1,1507257380=>1,1507118215=>1,1506755099=>1,1506720400=>1,1505745153=>1,1505740789=>1,1506087334=>1,1506344085=>1,1506622838=>1,1508803588=>1,1508811253=>1,1515079283=>1,1515067682=>1,1515164951=>1,1516789891=>1,1517218210=>1,1516803775=>1,1514248397=>1,1514235510=>1,1512703621=>1,1512647179=>1,1512875950=>1,1512970994=>1,1514216283=>1,1513577339=>1,1517304130=>1,1517326247=>1,1519659456=>1,1519652764=>1,1519659986=>1,1519664346=>1,1519670213=>1,1519668611=>1,1519572879=>1,1519553145=>1,1518165564=>1,1517330489=>1,1518323781=>1,1519222385=>1,1519526558=>1,1511674717=>1,1510998006=>1,1509467805=>1,1509467772=>1,1509468288=>1,1509524901=>1,1509629624=>1,1509541195=>1,1509466386=>1,1509455592=>1,1508868246=>1,1508813932=>1,1508891327=>1,1508893711=>1,1509343452=>1,1509335903=>1,1509632787=>1,1509687948=>1,1509994423=>1,1509993287=>1,1510005740=>1,1510015541=>1,1510079721=>1,1510064864=>1,1509993106=>1,1509991418=>1,1509744328=>1,1509692624=>1,1509943406=>1,1509970500=>1,1509981065=>1,1530582426=>1,1530582818=>1,1536325891=>1,1536241508=>1,1536326189=>1,1536328046=>1,1536537801=>1,1536536019=>1,1536237774=>1,1536237711=>1,1536143063=>1,1536121742=>1,1536149328=>1,1536186569=>1,1536231394=>1,1536207391=>1,1536589713=>1,1536715741=>1,1538411728=>1,1537148609=>1,1538425819=>1,1538521137=>1,1538577748=>1,1538544366=>1,1537133026=>1,1537101201=>1,1536822094=>1,1536780337=>1,1536876250=>1,1536933527=>1,1537097799=>1,1536944840=>1,1536121725=>1,1536119004=>1,1534730159=>1,1534713474=>1,1534734314=>1,1534747661=>1,1534839019=>1,1534794743=>1,1534710215=>1,1534708824=>1,1534706182=>1,1534705818=>1,1534706209=>1,1534706564=>1,1534707101=>1,1534706601=>1,1535446867=>1,1535511573=>1,1535790526=>1,1535790246=>1,1535815148=>1,1535962092=>1,1536107050=>1,1536054454=>1,1535789016=>1,1535788559=>1,1535579306=>1,1535545722=>1,1535681666=>1,1535775772=>1,1535775785=>1,1538692833=>1,1538751529=>1,1539975283=>1,1539972045=>1,1539983830=>1,1540001806=>1,1540031890=>1,1540009268=>1,1539970686=>1,1539894056=>1,1539630658=>1,1539565368=>1,1539682027=>1,1539709779=>1,1539806603=>1,1539709780=>1,1540031909=>1,1540072746=>1,1540499490=>1,1540367273=>1,1540499515=>1,1540502892=>1,1540515931=>1,1540510914=>1,1540263494=>1,1540205906=>1,1540084848=>1,1540072762=>1,1540124082=>1,1540124818=>1,1540195263=>1,1539562565=>1,1539546506=>1,1539005265=>1,1539005253=>1,1539010116=>1,1539011901=>1,1539077338=>1,1539012005=>1,1539004856=>1,1539003456=>1,1538842661=>1,1538837861=>1,1538998281=>1,1538998461=>1,1539003453=>1,1539002446=>1,1539079552=>1,1539122216=>1,1539354082=>1,1539354038=>1,1539366214=>1,1539463783=>1,1539539963=>1,1539538176=>1,1539309034=>1,1539306069=>1,1539158081=>1,1539122867=>1,1539208525=>1,1539238466=>1,1539303862=>1,1534703703=>1,1534702171=>1,1532783925=>1,1532783886=>1,1533060226=>1,1533091222=>1,1533136913=>1,1533091663=>1,1532783885=>1,1532783882=>1,1532599382=>1,1532579965=>1,1532604511=>1,1532622342=>1,1532666995=>1,1532623225=>1,1533153817=>1,1533157276=>1,1533185877=>1,1533182032=>1,1533187016=>1,1533187070=>1,1533212885=>1,1533188308=>1,1533179570=>1,1533177730=>1,1533160177=>1,1533158452=>1,1533160356=>1,1533168142=>1,1533174954=>1,1533173789=>1,1532220737=>1,1532161407=>1,1530617673=>1,1530616931=>1,1530746564=>1,1530746713=>1,1530934913=>1,1530893951=>1,1530615271=>1,1530615050=>1,1530583679=>1,1530582974=>1,1530583815=>1,1530591145=>1,1530614101=>1,1530610248=>1,1530943348=>1,1530955847=>1,1531085395=>1,1531085254=>1,1531134903=>1,1531500676=>1,1531843331=>1,1531566350=>1,1531061226=>1,1531021827=>1,1530985356=>1,1530973610=>1,1530992484=>1,1531006635=>1,1531020531=>1,1533216053=>1,1533218294=>1,1534680480=>1,1534680460=>1,1534680615=>1,1534684750=>1,1534686242=>1,1534685510=>1,1534678402=>1,1534678153=>1,1534676172=>1,1534676143=>1,1534676175=>1,1534677108=>1,1534678108=>1,1534677529=>1,1534686475=>1,1534687687=>1,1534697682=>1,1534697605=>1,1534698762=>1,1534699160=>1,1534701657=>1,1534701497=>1,1534697478=>1,1534697252=>1,1534693978=>1,1534691460=>1,1534694209=>1,1534696225=>1,1534696977=>1,1534673080=>1,1534670344=>1,1533719604=>1,1533714398=>1,1533720629=>1,1533722233=>1,1533743654=>1,1533732917=>1,1533707474=>1,1533693058=>1,1533228936=>1,1533224171=>1,1533306820=>1,1533483706=>1,1533689938=>1,1533616996=>1,1533838330=>1,1533851410=>1,1534660675=>1,1534657156=>1,1534662500=>1,1534663315=>1,1534668471=>1,1534664153=>1,1534656788=>1,1534423642=>1,1533874138=>1,1533874136=>1,1533877624=>1,1534142268=>1,1534379888=>1,1505298428=>1,1505198500=>1,1487467095=>1,1487425932=>1,1487576078=>1,1487698061=>1,1487983492=>1,1487975431=>1,1487381390=>1,1487271081=>1,1486878064=>1,1486869957=>1,1486998318=>1,1487000665=>1,1487178952=>1,1487148620=>1,1488082634=>1,1488235839=>1,1488900100=>1,1488877288=>1,1488957116=>1,1488966689=>1,1488992299=>1,1488977991=>1,1488877151=>1,1488834101=>1,1488558982=>1,1488354461=>1,1488589324=>1,1488681050=>1,1488709915=>1,1488698072=>1,1486863726=>1,1486859509=>1,1486334053=>1,1486313618=>1,1486348964=>1,1486367505=>1,1486458312=>1,1486387392=>1,1486297578=>1,1486240638=>1,1486017098=>1,1485488984=>1,1486021623=>1,1486216483=>1,1486236228=>1,1486235466=>1,1486463202=>1,1486472736=>1,1486846589=>1,1486842442=>1,1486846994=>1,1486851311=>1,1486855501=>1,1486854242=>1,1486840249=>1,1486836724=>1,1486833209=>1,1486475704=>1,1486833781=>1,1486834771=>1,1486834983=>1,1488998868=>1,1489021582=>1,1489446397=>1,1489435931=>1,1489473672=>1,1489473708=>1,1489478796=>1,1489478789=>1,1489435917=>1,1489425411=>1,1489412964=>1,1489412963=>1,1489413339=>1,1489420444=>1,1489420889=>1,1489420679=>1,1489478798=>1,1489478801=>1,1489808666=>1,1489803612=>1,1489812190=>1,1489812314=>1,1489827926=>1,1489819258=>1,1489800922=>1,1489792278=>1,1489533269=>1,1489520996=>1,1489533327=>1,1489607301=>1,1489623517=>1,1489409800=>1,1489408507=>1,1489374891=>1,1489374123=>1,1489374938=>1,1489376004=>1,1489381090=>1,1489380388=>1,1489373456=>1,1489300525=>1,1489042201=>1,1489040714=>1,1489104273=>1,1489213979=>1,1489239670=>1,1489231580=>1,1489382545=>1,1489384293=>1,1489399671=>1,1489399490=>1,1489401797=>1,1489402011=>1,1489407142=>1,1489403233=>1,1489399448=>1,1489399269=>1,1489384502=>1,1489384339=>1,1489384653=>1,1489388986=>1,1489399189=>1,1485215558=>1,1485161340=>1,1481381059=>1,1481380762=>1,1481382730=>1,1481393484=>1,1481415744=>1,1481399590=>1,1481380499=>1,1481372350=>1,1481085185=>1,1481081924=>1,1481162380=>1,1481339950=>1,1481340779=>1,1481340533=>1,1481433574=>1,1481436451=>1,1481487063=>1,1481479893=>1,1481488790=>1,1481489372=>1,1481490081=>1,1481489959=>1,1481479815=>1,1481479180=>1,1481476694=>1,1481474299=>1,1481477903=>1,1481478781=>1,1481479161=>1,1481479058=>1,1481039385=>1,1480867862=>1,1476387141=>1,1476370198=>1,1476391403=>1,1476458863=>1,1476833878=>1,1476743426=>1,1476347620=>1,1476346066=>1,1476134307=>1,1476103261=>1,1476149976=>1,1476197225=>1,1476322534=>1,1476280966=>1,1477097848=>1,1477098584=>1,1480827689=>1,1480812656=>1,1480827864=>1,1480828130=>1,1480851821=>1,1480828411=>1,1480797883=>1,1480613804=>1,1477311881=>1,1477245411=>1,1477688860=>1,1477927268=>1,1478835028=>1,1481492061=>1,1481493545=>1,1483905962=>1,1483902591=>1,1483926072=>1,1483938828=>1,1483988654=>1,1483987331=>1,1483895824=>1,1483860765=>1,1483792747=>1,1483787575=>1,1483820066=>1,1483839449=>1,1483854613=>1,1483840390=>1,1483990412=>1,1484057550=>1,1485048392=>1,1484903775=>1,1485152948=>1,1485153071=>1,1485160737=>1,1485157868=>1,1484901206=>1,1484897127=>1,1484229019=>1,1484064036=>1,1484229102=>1,1484243895=>1,1484246062=>1,1483690708=>1,1483612452=>1,1481812124=>1,1481792765=>1,1481813229=>1,1481843625=>1,1481894304=>1,1481847685=>1,1481692861=>1,1481639685=>1,1481494825=>1,1481494609=>1,1481526684=>1,1481541183=>1,1481571093=>1,1481568937=>1,1481956866=>1,1482067553=>1,1482652511=>1,1482633417=>1,1482656943=>1,1482771967=>1,1483458132=>1,1483029414=>1,1482621587=>1,1482621584=>1,1482137611=>1,1482115144=>1,1482219535=>1,1482226984=>1,1482265807=>1,1489933019=>1,1489995799=>1,1502377770=>1,1502377766=>1,1502377773=>1,1502377782=>1,1502377796=>1,1502377790=>1,1502377762=>1,1502377751=>1,1502050561=>1,1501965953=>1,1502056534=>1,1502219120=>1,1502377737=>1,1502352202=>1,1502377802=>1,1502377821=>1,1502492983=>1,1502381330=>1,1502695946=>1,1502699849=>1,1503514679=>1,1502934257=>1,1502381126=>1,1502377925=>1,1502377832=>1,1502377824=>1,1502377854=>1,1502377863=>1,1502377916=>1,1502377897=>1,1501950558=>1,1501925858=>1,1499734397=>1,1499721204=>1,1499799100=>1,1499846358=>1,1499981393=>1,1499892858=>1,1499700101=>1,1499699999=>1,1499399779=>1,1499326846=>1,1499601092=>1,1499601890=>1,1499653161=>1,1499651148=>1,1499995495=>1,1500117445=>1,1500870625=>1,1500867565=>1,1501205857=>1,1501588057=>1,1501919732=>1,1501838926=>1,1500806569=>1,1500451908=>1,1500214009=>1,1500128410=>1,1500220894=>1,1500392106=>1,1500393482=>1,1503517955=>1,1503552320=>1,1504013430=>1,1503980267=>1,1504063361=>1,1504078641=>1,1504254788=>1,1504196047=>1,1503969304=>1,1503917867=>1,1503917428=>1,1503916294=>1,1503917493=>1,1503917496=>1,1503917695=>1,1503917511=>1,1504559332=>1,1504562697=>1,1504964977=>1,1504935804=>1,1505137124=>1,1505174050=>1,1505183260=>1,1505178719=>1,1504933797=>1,1504911777=>1,1504648099=>1,1504577837=>1,1504698854=>1,1504742590=>1,1504875312=>1,1503915309=>1,1503914915=>1,1503888972=>1,1503888968=>1,1503889250=>1,1503890600=>1,1503894414=>1,1503894229=>1,1503888028=>1,1503681219=>1,1503663830=>1,1503588085=>1,1503669264=>1,1503675444=>1,1503681118=>1,1503676846=>1,1503904989=>1,1503907845=>1,1503911072=>1,1503911021=>1,1503912123=>1,1503912148=>1,1503912399=>1,1503912376=>1,1503910926=>1,1503910823=>1,1503908329=>1,1503908272=>1,1503909441=>1,1503910182=>1,1503910732=>1,1499320219=>1,1499264499=>1,1494176568=>1,1494153984=>1,1494243896=>1,1494256697=>1,1494265316=>1,1494260107=>1,1494111559=>1,1494068316=>1,1493144600=>1,1493056480=>1,1493210437=>1,1493394563=>1,1494008771=>1,1493985887=>1,1494266014=>1,1494372487=>1,1494621559=>1,1494463519=>1,1494638639=>1,1494638906=>1,1494652373=>1,1494647400=>1,1494462933=>1,1494423850=>1,1494396004=>1,1494395958=>1,1494396016=>1,1494396043=>1,1494396502=>1,1494396201=>1,1492784191=>1,1492696676=>1,1490302517=>1,1490297485=>1,1490472793=>1,1490481704=>1,1490616850=>1,1490504602=>1,1490198205=>1,1490198165=>1,1489997458=>1,1489996708=>1,1490014757=>1,1490057550=>1,1490170023=>1,1490089226=>1,1490620457=>1,1490652981=>1,1491808659=>1,1491614443=>1,1492281744=>1,1492282548=>1,1492616687=>1,1492283059=>1,1491614308=>1,1491359640=>1,1490830014=>1,1490660321=>1,1490844358=>1,1491199559=>1,1491200158=>1,1494652785=>1,1494857654=>1,1496180745=>1,1496130452=>1,1496204898=>1,1496212493=>1,1496212642=>1,1496212551=>1,1495886435=>1,1495870313=>1,1495740418=>1,1495701001=>1,1495811989=>1,1495822515=>1,1495840107=>1,1495825414=>1,1496212917=>1,1496212918=>1,1497968238=>1,1497905910=>1,1498191317=>1,1498253486=>1,1498697390=>1,1498531574=>1,1497866526=>1,1497795993=>1,1497483590=>1,1496237140=>1,1497599244=>1,1497676739=>1,1497781322=>1,1495587973=>1,1495587660=>1,1495079501=>1,1495079196=>1,1495218437=>1,1495225186=>1,1495302063=>1,1495228584=>1,1495058762=>1,1495045726=>1,1494955036=>1,1494894470=>1,1494957684=>1,1495007594=>1,1495038387=>1,1495017261=>1,1495328294=>1,1495330678=>1,1495511656=>1,1495503630=>1,1495538240=>1,1495585453=>1,1495586638=>1,1495586637=>1,1495476075=>1,1495461141=>1,1495398002=>1,1495356202=>1,1495407220=>1,1495461131=>1,1495461132=>1,1476096145=>1,);?>
1
+ <?php return array(1567838208=>1567842303,1567763544=>1567764479,1567763528=>1567763535,1567762824=>1567763519,1567762432=>1567762815,1542379008=>1542379519,1559437008=>1,1559391462=>1,1559394526=>1,1559391297=>1,1559446889=>1,1559429299=>1,1559376440=>1,1558612332=>1,1558536372=>1,1558823468=>1,1559153785=>1,1559502597=>1,1559324371=>1,1559391153=>1,1559704489=>1,1559859063=>1,1559816068=>1,1559885946=>1,1560026399=>1,1560164689=>1,1560052028=>1,1559723953=>1,1559723833=>1,1558375239=>1,1559603963=>1,1559723450=>1,1559723510=>1,1559723830=>1,1559550846=>1,1558237168=>1,1558113560=>1,1558113559=>1,1558113571=>1,1558113580=>1,1558113588=>1,1558113586=>1,1558113558=>1,1558113556=>1,1558106419=>1,1558104567=>1,1558113541=>1,1558113545=>1,1558113546=>1,1558113591=>1,1558113613=>1,1558183329=>1,1558113660=>1,1558236965=>1,1560189141=>1,1558313759=>1,1558248419=>1,1558113650=>1,1558113649=>1,1558113625=>1,1558113621=>1,1558113634=>1,1558113635=>1,1558113642=>1,1558350763=>1,1560263643=>1,1566565365=>1,1566532774=>1,1566565425=>1,1566565446=>1,1566775665=>1,1566565501=>1,1566488746=>1,1566478891=>1,1566232803=>1,1566139675=>1,1566248644=>1,1566286552=>1,1566363200=>1,1566287404=>1,1566823468=>1,1567040367=>1,1567150910=>1,1567150494=>1,1567151357=>1,1567151425=>1,1567206258=>1,1567151740=>1,1567150186=>1,1567150106=>1,1567089481=>1,1567076168=>1,1567122981=>1,1567125940=>1,1567138273=>1,1565583688=>1,1565562849=>1,1560564296=>1,1560279874=>1,1561812521=>1,1562364960=>1,1563605640=>1,1563337484=>1,1560276564=>1,1560273257=>1,1560260746=>1,1560259798=>1,1558099323=>1,1560267284=>1,1560268633=>1,1563686760=>1,1564043363=>1,1565479575=>1,1565132888=>1,1565480794=>1,1565502831=>1,1565560482=>1,1565516461=>1,1565026636=>1,1565025550=>1,1564446352=>1,1564085016=>1,1564466558=>1,1564515331=>1,1564528439=>1,1560235527=>1,1558096592=>1,1556329581=>1,1556320471=>1,1556339123=>1,1556761860=>1,1557010973=>1,1556773608=>1,1556309946=>1,1556307586=>1,1556301194=>1,1556300479=>1,1556301700=>1,1556302103=>1,1556304924=>1,1556302798=>1,1557060934=>1,1557188794=>1,1558038922=>1,1558010529=>1,1558040336=>1,1558053990=>1,1558055221=>1,1558054412=>1,1558003234=>1,1557981670=>1,1557199237=>1,1557199127=>1,1557570111=>1,1557694148=>1,1557778377=>1,1557738454=>1,1556300449=>1,1556299665=>1,1550634459=>1,1550597625=>1,1550748186=>1,1550779569=>1,1550848802=>1,1550818318=>1,1550432644=>1,1550324697=>1,1549223439=>1,1549218102=>1,1549331763=>1,1550030773=>1,1550319790=>1,1550039608=>1,1551074748=>1,1553019183=>1,1556290268=>1,1556285654=>1,1556291920=>1,1556293276=>1,1556297555=>1,1556294609=>1,1556284995=>1,1556284236=>1,1554192748=>1,1553892509=>1,1554484292=>1,1555718432=>1,1556284058=>1,1558055238=>1,1558058114=>1,1558080808=>1,1558080801=>1,1558080810=>1,1558080820=>1,1558080830=>1,1558080823=>1,1558080729=>1,1558080706=>1,1558080611=>1,1558080610=>1,1558080623=>1,1558080631=>1,1558080705=>1,1558080636=>1,1558080837=>1,1558080839=>1,1558092344=>1,1558092244=>1,1558092345=>1,1558092347=>1,1567690016=>1,1558094390=>1,1558092242=>1,1558092240=>1,1558080842=>1,1558080840=>1,1558080843=>1,1558085477=>1,1558092179=>1,1558091266=>1,1558080590=>1,1558080471=>1,1558064386=>1,1558063031=>1,1558069310=>1,1558069416=>1,1558070701=>1,1558070635=>1,1558062770=>1,1558062659=>1,1558058609=>1,1558058533=>1,1558058946=>1,1558059455=>1,1558060275=>1,1558060175=>1,1558072821=>1,1558073089=>1,1558080278=>1,1558079567=>1,1558080318=>1,1558080402=>1,1558080437=>1,1558080429=>1,1558079466=>1,1558079465=>1,1558073786=>1,1558073672=>1,1558074421=>1,1558074504=>1,1558076510=>1,1558099304=>1,1567762820=>1,1574174525=>1,1574174286=>1,1574195601=>1,1574367377=>1,1574498113=>1,1574488423=>1,1574174155=>1,1574174137=>1,1574170648=>1,1574170417=>1,1574171508=>1,1574172622=>1,1574173966=>1,1574172912=>1,1574593956=>1,1574650536=>1,1574763713=>1,1574729775=>1,1574921797=>1,1574928323=>1,1575395708=>1,1575194399=>1,1574715428=>1,1574700422=>1,1574662601=>1,1574651169=>1,1574681307=>1,1574681401=>1,1574681745=>1,1574170337=>1,1574167993=>1,1572678264=>1,1572678256=>1,1572769139=>1,1572890376=>1,1572945676=>1,1572896554=>1,1572678187=>1,1572678175=>1,1572535927=>1,1572522197=>1,1572544870=>1,1572644448=>1,1572678157=>1,1572678155=>1,1572946579=>1,1572950169=>1,1573648996=>1,1573634518=>1,1573779447=>1,1573866963=>1,1574167504=>1,1574166563=>1,1573441444=>1,1573440682=>1,1572964123=>1,1572963411=>1,1573025472=>1,1573061926=>1,1573209387=>1,1575395720=>1,1575395842=>1,1578141959=>1,1578140878=>1,1578149086=>1,1578332401=>1,1578461026=>1,1578428914=>1,1578130464=>1,1578127392=>1,1575951964=>1,1575951955=>1,1575975631=>1,1575998350=>1,1578124658=>1,1575999166=>1,1578483938=>1,1578500500=>1,1578579055=>1,1578571203=>1,1578579999=>1,1578583774=>1,1578592152=>1,1578583784=>1,1578570780=>1,1578570409=>1,1578536618=>1,1578510552=>1,1578566052=>1,1578570042=>1,1578570141=>1,1575915375=>1,1575890262=>1,1575400201=>1,1575399937=>1,1575400684=>1,1575401250=>1,1575445577=>1,1575401361=>1,1575399863=>1,1575399713=>1,1575396702=>1,1575395856=>1,1575397781=>1,1575397862=>1,1575399677=>1,1575399025=>1,1575480183=>1,1575481013=>1,1575847351=>1,1575820862=>1,1575848344=>1,1575849745=>1,1575889956=>1,1575887508=>1,1575819807=>1,1575818642=>1,1575661302=>1,1575575196=>1,1575694520=>1,1575696287=>1,1575773256=>1,1572522052=>1,1572474438=>1,1568483343=>1,1568399767=>1,1568564703=>1,1568736898=>1,1568743857=>1,1568737157=>1,1568385912=>1,1568365069=>1,1568054288=>1,1568017031=>1,1568055012=>1,1568073842=>1,1568353975=>1,1568154256=>1,1568745124=>1,1568746135=>1,1568791189=>1,1568790472=>1,1568791976=>1,1568939078=>1,1569322410=>1,1569322377=>1,1568788071=>1,1568787607=>1,1568751479=>1,1568749722=>1,1568784482=>1,1568785961=>1,1568786446=>1,1567967259=>1,1567935872=>1,1567763542=>1,1567763541=>1,1567820304=>1,1567839219=>1,1567839375=>1,1567839220=>1,1567763540=>1,1567763523=>1,1549218101=>1,1567752130=>1,1567762822=>1,1567762823=>1,1567763521=>1,1567763520=>1,1567839522=>1,1567841090=>1,1567842548=>1,1567842264=>1,1567842802=>1,1567879426=>1,1567879618=>1,1567879474=>1,1567842255=>1,1567842254=>1,1567842249=>1,1567842086=>1,1567842250=>1,1567842252=>1,1567842253=>1,1569324631=>1,1569436538=>1,1571707274=>1,1571707252=>1,1571707422=>1,1571708293=>1,1572029801=>1,1571743732=>1,1571698514=>1,1571540258=>1,1571441820=>1,1571441749=>1,1571442068=>1,1571442094=>1,1571465664=>1,1571465534=>1,1572117086=>1,1572117588=>1,1572362165=>1,1572356835=>1,1572398089=>1,1572433343=>1,1572458454=>1,1572454773=>1,1572347150=>1,1572323758=>1,1572124516=>1,1572117914=>1,1572296144=>1,1572313895=>1,1572313936=>1,1571125710=>1,1570691214=>1,1569687325=>1,1569601587=>1,1569689784=>1,1569694374=>1,1569710278=>1,1569699540=>1,1569589905=>1,1569582934=>1,1569447076=>1,1569443620=>1,1569449894=>1,1569561247=>1,1569566549=>1,1569563321=>1,1569710556=>1,1569713979=>1,1570631651=>1,1570583318=>1,1570631655=>1,1570631673=>1,1570690990=>1,1570689481=>1,1570523353=>1,1570287211=>1,1569759587=>1,1569758510=>1,1569785196=>1,1570278872=>1,1570283487=>1,1567696114=>1,1549212826=>1,1534705818=>1,1534703703=>1,1534706182=>1,1534706209=>1,1534706601=>1,1534706564=>1,1534702171=>1,1534701657=>1,1534697359=>1,1534697252=>1,1534697478=>1,1534697605=>1,1534700986=>1,1534699160=>1,1534707101=>1,1534708824=>1,1534929706=>1,1534839019=>1,1535035375=>1,1535508762=>1,1535543052=>1,1535512952=>1,1534811772=>1,1534794743=>1,1534732930=>1,1534730159=>1,1534734314=>1,1534747661=>1,1534778004=>1,1534768837=>1,1534696977=>1,1534696225=>1,1534670344=>1,1534668471=>1,1534676143=>1,1534676172=>1,1534677108=>1,1534676175=>1,1534664307=>1,1534663315=>1,1534423642=>1,1534199094=>1,1534553722=>1,1534656788=>1,1534662500=>1,1534660675=>1,1534677529=>1,1534678108=>1,1534687687=>1,1534686242=>1,1534690356=>1,1534691460=>1,1534694209=>1,1534693978=>1,1534685510=>1,1534684750=>1,1534678402=>1,1534678153=>1,1534680460=>1,1534680480=>1,1534680615=>1,1535545257=>1,1535549428=>1,1538929555=>1,1538925618=>1,1539010116=>1,1539011901=>1,1539013321=>1,1539012005=>1,1538918550=>1,1538749231=>1,1537133026=>1,1536913125=>1,1538268810=>1,1538334519=>1,1538645205=>1,1538577748=>1,1539074943=>1,1539077338=>1,1539299012=>1,1539208525=>1,1539303862=>1,1539306069=>1,1539366214=>1,1539354082=>1,1539199954=>1,1539158081=>1,1539096223=>1,1539079552=>1,1539118394=>1,1539122216=>1,1539122867=>1,1536780337=>1,1536667735=>1,1535788854=>1,1535775785=>1,1536037705=>1,1536039686=>1,1536054454=>1,1536039944=>1,1535775772=>1,1535681666=>1,1535564187=>1,1535563171=>1,1535564228=>1,1535565791=>1,1535579306=>1,1535569063=>1,1536070742=>1,1536107050=>1,1536209403=>1,1536207391=>1,1536231394=>1,1536325891=>1,1536536019=>1,1536326189=>1,1536207010=>1,1536186569=>1,1536121725=>1,1536119004=>1,1536121742=>1,1536143063=>1,1536149328=>1,1533877624=>1,1533851442=>1,1530128456=>1,1530127949=>1,1530128627=>1,1530131203=>1,1530132747=>1,1530132449=>1,1530127618=>1,1530126665=>1,1529897885=>1,1529887031=>1,1529899157=>1,1530107435=>1,1530126631=>1,1530126365=>1,1530133373=>1,1530232333=>1,1530617080=>1,1530615519=>1,1530617523=>1,1530617823=>1,1530741394=>1,1530640559=>1,1530615393=>1,1530611842=>1,1530319548=>1,1530316753=>1,1530329839=>1,1530394069=>1,1530611117=>1,1530610584=>1,1529886935=>1,1529881041=>1,1528876403=>1,1528197915=>1,1528879445=>1,1528885567=>1,1529332455=>1,1529199225=>1,1528185562=>1,1528149942=>1,1527640518=>1,1527267629=>1,1527666396=>1,1527861603=>1,1528149457=>1,1527862206=>1,1529339362=>1,1529441389=>1,1529665134=>1,1529663371=>1,1529726338=>1,1529735576=>1,1529880729=>1,1529736927=>1,1529663116=>1,1529662827=>1,1529624355=>1,1529574871=>1,1529626310=>1,1529662562=>1,1529662666=>1,1530893951=>1,1530903467=>1,1533215485=>1,1533214752=>1,1533218713=>1,1533220734=>1,1533234422=>1,1533223953=>1,1533209340=>1,1533187070=>1,1533177730=>1,1533173789=>1,1533179570=>1,1533182032=>1,1533185877=>1,1533185189=>1,1533257105=>1,1533257426=>1,1533722233=>1,1533720602=>1,1533722257=>1,1533732917=>1,1533851418=>1,1533838330=>1,1533719691=>1,1533719604=>1,1533277544=>1,1533259512=>1,1533306820=>1,1533483706=>1,1533714398=>1,1533167480=>1,1533166944=>1,1531021827=>1,1531020981=>1,1531035970=>1,1531038808=>1,1531566350=>1,1531500676=>1,1531013952=>1,1531003696=>1,1530941478=>1,1530934913=>1,1530943348=>1,1530943635=>1,1530992484=>1,1530970762=>1,1531690622=>1,1531896209=>1,1533144620=>1,1533107326=>1,1533155075=>1,1533157276=>1,1533160395=>1,1533160356=>1,1533097861=>1,1533018854=>1,1532579965=>1,1532161407=>1,1532622342=>1,1532783886=>1,1532783925=>1,1539463783=>1,1539509402=>1,1542694924=>1,1542693834=>1,1542713367=>1,1542715283=>1,1542751757=>1,1542728095=>1,1542655003=>1,1542627829=>1,1542472340=>1,1542472338=>1,1542472466=>1,1542472584=>1,1542526122=>1,1542472587=>1,1542752015=>1,1542908278=>1,1545275345=>1,1545153668=>1,1545631946=>1,1545977998=>1,1546026645=>1,1546026636=>1,1545153421=>1,1544877801=>1,1543131594=>1,1543131445=>1,1543135662=>1,1543140281=>1,1544071734=>1,1543172593=>1,1542472334=>1,1542472330=>1,1542099630=>1,1542086869=>1,1542119971=>1,1542150974=>1,1542254471=>1,1542222935=>1,1542086854=>1,1542032221=>1,1541981261=>1,1541979156=>1,1542023801=>1,1542023917=>1,1542026359=>1,1542026291=>1,1542254476=>1,1542257432=>1,1542449233=>1,1542407071=>1,1542471971=>1,1542472074=>1,1542472328=>1,1542472325=>1,1542392811=>1,1542331840=>1,1542272170=>1,1542257438=>1,1542281319=>1,1542286314=>1,1542297156=>1,1546034838=>1,1546044961=>1,1547677220=>1,1547676952=>1,1547677255=>1,1548092785=>1,1548247709=>1,1548247646=>1,1547676623=>1,1547660924=>1,1547468457=>1,1547468305=>1,1547488241=>1,1547624708=>1,1547653491=>1,1547627565=>1,1548449348=>1,1548449724=>1,1548679158=>1,1548678824=>1,1548694716=>1,1549175792=>1,1527073883=>1,1549211635=>1,1548677526=>1,1548592496=>1,1548473369=>1,1548449855=>1,1548517907=>1,1548553581=>1,1548556205=>1,1547449435=>1,1547163917=>1,1546399241=>1,1546331323=>1,1546520088=>1,1546544462=>1,1546546001=>1,1546545720=>1,1546330662=>1,1546321278=>1,1546067876=>1,1546067835=>1,1546067948=>1,1546110196=>1,1546298310=>1,1546122797=>1,1546549858=>1,1546550547=>1,1546907846=>1,1546880259=>1,1546909059=>1,1546951506=>1,1547114742=>1,1546978275=>1,1546866046=>1,1546822134=>1,1546573690=>1,1546550705=>1,1546757080=>1,1546788626=>1,1546819646=>1,1541887692=>1,1541887589=>1,1540583937=>1,1540583681=>1,1540584193=>1,1540584641=>1,1540585251=>1,1540584646=>1,1540583672=>1,1540583425=>1,1540510914=>1,1540499605=>1,1540515931=>1,1540566346=>1,1540582150=>1,1540566347=>1,1540585256=>1,1540585265=>1,1540745532=>1,1540688108=>1,1540784302=>1,1540794608=>1,1540798714=>1,1540797188=>1,1540688107=>1,1540687999=>1,1540588702=>1,1540586837=>1,1540594979=>1,1540687936=>1,1540687961=>1,1540687956=>1,1540367273=>1,1540263494=>1,1539806603=>1,1539682027=>1,1539883029=>1,1539894056=>1,1539951460=>1,1539910139=>1,1539630658=>1,1539602844=>1,1539538176=>1,1539509437=>1,1539546506=>1,1539562565=>1,1539565085=>1,1539565071=>1,1539970686=>1,1539972045=>1,1540084848=>1,1540084805=>1,1540124763=>1,1540124886=>1,1540205906=>1,1540195263=>1,1540076276=>1,1540072762=>1,1539998043=>1,1539975283=>1,1540001806=>1,1540031890=>1,1540031909=>1,1540803472=>1,1540830593=>1,1541462388=>1,1541458883=>1,1541492302=>1,1541555258=>1,1541623041=>1,1541560593=>1,1541453388=>1,1541444919=>1,1541272065=>1,1541269842=>1,1541339418=>1,1541386229=>1,1541444897=>1,1541444873=>1,1541681411=>1,1541682362=>1,1541739547=>1,1541719911=>1,1541754176=>1,1541786999=>1,1541852240=>1,1541795923=>1,1541719548=>1,1541719465=>1,1541707572=>1,1541682518=>1,1541719090=>1,1541719110=>1,1541719462=>1,1541230262=>1,1541227228=>1,1541086419=>1,1541086307=>1,1541086525=>1,1541086606=>1,1541086652=>1,1541086621=>1,1541086293=>1,1541082322=>1,1540958722=>1,1540901073=>1,1540958723=>1,1540958724=>1,1541065531=>1,1540999713=>1,1541086702=>1,1541135511=>1,1541139941=>1,1541139829=>1,1541139956=>1,1541140189=>1,1541200901=>1,1541140316=>1,1541139731=>1,1541139688=>1,1541139592=>1,1541139587=>1,1541139622=>1,1541139674=>1,1541139678=>1,1549212877=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1567838208=>1567842303,1567763544=>1567764479,1567763528=>1567763535,1567762824=>1567763519,1567762432=>1567762815,1558113648=>1558113655,1558113616=>1558113623,1558113584=>1558113591,1558113552=>1558113559,1542379008=>1542379519,1572296144=>1,1572454773=>1,1572451402=>1,1572433343=>1,1572356835=>1,1572323758=>1,1572313936=>1,1572313895=>1,1572458454=>1,1572347014=>1,1572400047=>1,1572522197=>1,1572951866=>1,1572949056=>1,1572953734=>1,1572958437=>1,1572958964=>1,1572958453=>1,1572946676=>1,1572895857=>1,1572643441=>1,1572522052=>1,1572674070=>1,1572769139=>1,1572831484=>1,1572830222=>1,1572474438=>1,1572117914=>1,1571465666=>1,1571465665=>1,1571540258=>1,1571550737=>1,1571698514=>1,1571651901=>1,1571465664=>1,1571465534=>1,1571465269=>1,1571453765=>1,1571465280=>1,1571465317=>1,1571465415=>1,1571706744=>1,1571707252=>1,1572117086=>1,1572029801=>1,1572117588=>1,1572959070=>1,1572182685=>1,1572124516=>1,1571808616=>1,1571793418=>1,1571707422=>1,1571707274=>1,1571708293=>1,1571782058=>1,1571791868=>1,1572209811=>1,1572960672=>1,1574662601=>1,1574652849=>1,1574667745=>1,1574722678=>1,1574756620=>1,1574725861=>1,1574650270=>1,1574650162=>1,1574446355=>1,1574192211=>1,1574500017=>1,1574584411=>1,1574650129=>1,1574586147=>1,1574881493=>1,1574891726=>1,1575396065=>1,1575395953=>1,1575396131=>1,1575398173=>1,1575400022=>1,1575398620=>1,1575192507=>1,1575192461=>1,1574915341=>1,1574891936=>1,1574942921=>1,1574943051=>1,1575138596=>1,1575138126=>1,1574174286=>1,1574173908=>1,1573062940=>1,1572973605=>1,1573209387=>1,1573213072=>1,1573440339=>1,1573238765=>1,1572972573=>1,1572970081=>1,1572959967=>1,1572959417=>1,1571442094=>1,1572961101=>1,1572969145=>1,1572961242=>1,1573441191=>1,1573512159=>1,1574171927=>1,1574171678=>1,1574171972=>1,1574172579=>1,1574173327=>1,1574173054=>1,1574171452=>1,1574170267=>1,1573871301=>1,1573833620=>1,1574166673=>1,1574166781=>1,1574167655=>1,1572959338=>1,1570691214=>1,1567839219=>1,1567838992=>1,1567839220=>1,1567839229=>1,1567839356=>1,1567839354=>1,1567827560=>1,1567825248=>1,1567763540=>1,1567763523=>1,1567763541=>1,1567763542=>1,1567772420=>1,1567763643=>1,1567839357=>1,1567839375=>1,1567842253=>1,1567842252=>1,1567842254=>1,1567842255=>1,1567842548=>1,1567842264=>1,1567842250=>1,1567842249=>1,1567839527=>1,1567839434=>1,1567840078=>1,1567841090=>1,1567842086=>1,1567763521=>1,1567763520=>1,1567690004=>1,1567206258=>1,1567690016=>1,1567690022=>1,1567690096=>1,1567690042=>1,1567151740=>1,1567151425=>1,1567150494=>1,1567150397=>1,1567150817=>1,1567150910=>1,1567151357=>1,1567690180=>1,1567690221=>1,1567739442=>1,1567727625=>1,1567762820=>1,1567762822=>1,1567763444=>1,1567762823=>1,1567696114=>1,1567690427=>1,1567690389=>1,1567690378=>1,1567690391=>1,1567690413=>1,1567690416=>1,1567842802=>1,1567879426=>1,1569689545=>1,1569664300=>1,1569694263=>1,1569701906=>1,1569715336=>1,1569713959=>1,1569647184=>1,1569645296=>1,1569582715=>1,1569567498=>1,1569636657=>1,1569636810=>1,1569644323=>1,1569715655=>1,1570144165=>1,1570685271=>1,1570685259=>1,1570690990=>1,1575400746=>1,1570765159=>1,1570761097=>1,1570583318=>1,1570523353=>1,1570237778=>1,1570205834=>1,1570278872=>1,1570283487=>1,1570482188=>1,1569451767=>1,1569450472=>1,1568415186=>1,1568399767=>1,1568473833=>1,1568483343=>1,1568633966=>1,1568564703=>1,1568365069=>1,1568210908=>1,1567879618=>1,1567879474=>1,1568055012=>1,1568176262=>1,1568176398=>1,1568689718=>1,1568743178=>1,1568789582=>1,1568789164=>1,1568790944=>1,1568799025=>1,1569437523=>1,1569317679=>1,1568787249=>1,1568781146=>1,1568747456=>1,1568743319=>1,1568749722=>1,1568751250=>1,1568751558=>1,1571125710=>1,1575401382=>1,1581036111=>1,1580996735=>1,1581055786=>1,1581346587=>1,1581447630=>1,1581446649=>1,1580707885=>1,1580440542=>1,1580433485=>1,1580373158=>1,1580434248=>1,1580434387=>1,1580440149=>1,1580436834=>1,1581505531=>1,1581659226=>1,1581955570=>1,1581955569=>1,1581955581=>1,1581956165=>1,1581997346=>1,1581973686=>1,1581955549=>1,1581955518=>1,1581848153=>1,1581818997=>1,1581901161=>1,1581902345=>1,1581954401=>1,1581953185=>1,1580130044=>1,1580130037=>1,1580129973=>1,1580129970=>1,1580129974=>1,1580129977=>1,1580129984=>1,1580129981=>1,1580129968=>1,1580129959=>1,1580129945=>1,1580129943=>1,1580129946=>1,1580129954=>1,1580129958=>1,1580129955=>1,1580129986=>1,1580129987=>1,1580130025=>1,1580130024=>1,1580130028=>1,1580130029=>1,1580130036=>1,1580130035=>1,1580130016=>1,1580130014=>1,1580129999=>1,1580129989=>1,1580130000=>1,1580130006=>1,1580130010=>1,1582069006=>1,1582090604=>1,1586091134=>1,1586090405=>1,1586121286=>1,1586211878=>1,1586220136=>1,1586220082=>1,1586062702=>1,1586021698=>1,1585359525=>1,1585333720=>1,1585893012=>1,1585893577=>1,1585995670=>1,1585954947=>1,1586220217=>1,1586257432=>1,1586344762=>1,1586341899=>1,1586424089=>1,1586426250=>1,1586427342=>1,1586426452=>1,1586325195=>1,1586325083=>1,1586264266=>1,1586264258=>1,1586264270=>1,1586291730=>1,1586324923=>1,1586324499=>1,1585321902=>1,1585312682=>1,1583625218=>1,1583624758=>1,1583627010=>1,1583627522=>1,1583687441=>1,1583628034=>1,1583624450=>1,1583616674=>1,1582145968=>1,1582138244=>1,1582194902=>1,1582270902=>1,1583613467=>1,1582280162=>1,1583723971=>1,1583726580=>1,1584484143=>1,1583853398=>1,1584497461=>1,1584509093=>1,1585230280=>1,1584577608=>1,1583853397=>1,1583757071=>1,1583755584=>1,1583737447=>1,1583755695=>1,1583755818=>1,1583756721=>1,1580129942=>1,1580129941=>1,1578571203=>1,1578570780=>1,1578577414=>1,1578579999=>1,1578586438=>1,1578583774=>1,1578570409=>1,1578512207=>1,1578140878=>1,1578127392=>1,1578141959=>1,1578332401=>1,1578500500=>1,1578428914=>1,1578587459=>1,1578590881=>1,1578615720=>1,1578608593=>1,1578617168=>1,1578618031=>1,1578621888=>1,1578618190=>1,1578608060=>1,1578607910=>1,1578603881=>1,1578592152=>1,1578604223=>1,1578605111=>1,1578606129=>1,1578605825=>1,1578125537=>1,1577124295=>1,1575480103=>1,1575478593=>1,1575695837=>1,1575696552=>1,1575818711=>1,1575818068=>1,1575448564=>1,1575448225=>1,1575402915=>1,1567150186=>1,1575403074=>1,1575403115=>1,1575403516=>1,1575403411=>1,1575818805=>1,1575819376=>1,1575912049=>1,1575857453=>1,1575914506=>1,1575949957=>1,1575999512=>1,1575974816=>1,1575857421=>1,1575849981=>1,1575819766=>1,1575819433=>1,1575848327=>1,1575849085=>1,1575849973=>1,1578622386=>1,1578625715=>1,1580129866=>1,1580129862=>1,1580129868=>1,1580129870=>1,1580129886=>1,1580129875=>1,1580129861=>1,1580129854=>1,1580129834=>1,1580129833=>1,1580129838=>1,1580129839=>1,1580129853=>1,1580129847=>1,1580129889=>1,1580129890=>1,1580129924=>1,1580129923=>1,1580129929=>1,1580129934=>1,1580129936=>1,1580129935=>1,1580129922=>1,1580129919=>1,1580129905=>1,1580129901=>1,1580129908=>1,1580129913=>1,1580129918=>1,1580129831=>1,1580129829=>1,1578947287=>1,1578920950=>1,1578950692=>1,1579070898=>1,1579700980=>1,1579103691=>1,1578798230=>1,1578795406=>1,1578629278=>1,1578628906=>1,1578630175=>1,1578630367=>1,1578782020=>1,1578700734=>1,1579745672=>1,1579745734=>1,1580129816=>1,1580129798=>1,1580129817=>1,1580129818=>1,1580129827=>1,1580129822=>1,1580129796=>1,1580129288=>1,1580041918=>1,1579846666=>1,1580043466=>1,1580059102=>1,1580125842=>1,1575400942=>1,1566866770=>1,1546328081=>1,1546298310=>1,1546330662=>1,1546331642=>1,1546544090=>1,1546358230=>1,1546122797=>1,1546110196=>1,1546044459=>1,1546042777=>1,1546065742=>1,1546065819=>1,1546067822=>1,1546065911=>1,1546545879=>1,1546549858=>1,1546865146=>1,1546822134=>1,1546866046=>1,1546877130=>1,1546884192=>1,1546880259=>1,1546819754=>1,1546819646=>1,1546573690=>1,1546550705=>1,1546788674=>1,1546788675=>1,1546812174=>1,1546803226=>1,1546037613=>1,1546028257=>1,1542694924=>1,1542693834=>1,1542695890=>1,1542695891=>1,1542785295=>1,1542785048=>1,1542655003=>1,1542597883=>1,1542514115=>1,1542472594=>1,1542526122=>1,1542526290=>1,1542594314=>1,1542591645=>1,1542908278=>1,1542992977=>1,1545631946=>1,1545275345=>1,1546023824=>1,1546026627=>1,1546026645=>1,1546026636=>1,1544477893=>1,1544251655=>1,1543131594=>1,1543131445=>1,1543140281=>1,1543172593=>1,1544071734=>1,1546890554=>1,1546907846=>1,1550597625=>1,1550500072=>1,1550658210=>1,1550724578=>1,1550748186=>1,1550738045=>1,1550432644=>1,1550319790=>1,1549331763=>1,1548921346=>1,1549410488=>1,1550030773=>1,1550132213=>1,1550039608=>1,1550779569=>1,1550818318=>1,1554484292=>1,1554029791=>1,1554606344=>1,1555718432=>1,1556285131=>1,1556283471=>1,1553064624=>1,1552073696=>1,1550858305=>1,1550844701=>1,1550984046=>1,1551889341=>1,1551901327=>1,1548678824=>1,1548678120=>1,1547659124=>1,1547655215=>1,1547659681=>1,1547660156=>1,1547676623=>1,1547660924=>1,1547655132=>1,1547653491=>1,1546978275=>1,1546951506=>1,1547108719=>1,1547449435=>1,1547627565=>1,1547624708=>1,1547676952=>1,1547677220=>1,1548556205=>1,1548451034=>1,1548613678=>1,1548662217=>1,1548664778=>1,1548663000=>1,1548448946=>1,1548440729=>1,1547677397=>1,1547677255=>1,1548236151=>1,1548247646=>1,1548401765=>1,1542472592=>1,1542472590=>1,1541139674=>1,1541139622=>1,1541139678=>1,1541139688=>1,1541139829=>1,1541139731=>1,1541139592=>1,1541139587=>1,1541086621=>1,1541086606=>1,1541086652=>1,1541086702=>1,1541135511=>1,1541090062=>1,1541139941=>1,1541139956=>1,1541399210=>1,1541339418=>1,1541444873=>1,1541444897=>1,1541460154=>1,1541444919=>1,1541307717=>1,1541269842=>1,1541200901=>1,1541140189=>1,1541227228=>1,1541244902=>1,1541262497=>1,1541086553=>1,1541086419=>1,1540688107=>1,1540687999=>1,1540688108=>1,1540745532=>1,1540784302=>1,1540745610=>1,1540687961=>1,1540687956=>1,1540582150=>1,1540566348=>1,1540586837=>1,1540594979=>1,1540687936=>1,1540676041=>1,1540794608=>1,1540797188=>1,1540958724=>1,1540958723=>1,1540999713=>1,1541065531=>1,1541086307=>1,1541086293=>1,1540958722=>1,1540866630=>1,1540803472=>1,1540798714=>1,1540806354=>1,1540810247=>1,1540830361=>1,1541462388=>1,1541526326=>1,1542254471=>1,1542222935=>1,1542254476=>1,1542257432=>1,1542272170=>1,1542257438=>1,1542150974=>1,1542119971=>1,1542026568=>1,1542026359=>1,1542026577=>1,1542086854=>1,1542097456=>1,1542096073=>1,1542281319=>1,1542297156=>1,1542472210=>1,1542472007=>1,1542472336=>1,1542472453=>1,1542472587=>1,1542472586=>1,1542449233=>1,1542407071=>1,1542321982=>1,1542321214=>1,1542324222=>1,1542331840=>1,1542392811=>1,1542026292=>1,1542026291=>1,1541700162=>1,1541691677=>1,1541707572=>1,1541719110=>1,1541719465=>1,1541719462=>1,1541682518=>1,1541682362=>1,1541560593=>1,1541558289=>1,1541592224=>1,1541623041=>1,1541681411=>1,1541673543=>1,1541719548=>1,1541719580=>1,1541979147=>1,1541934414=>1,1541979156=>1,1542023801=>1,1542023917=>1,1542023805=>1,1541887692=>1,1541887589=>1,1541754176=>1,1541739547=>1,1541786915=>1,1541786942=>1,1541852240=>1,1556288529=>1,1556288679=>1,1559376440=>1,1559373891=>1,1559394526=>1,1559429299=>1,1559446889=>1,1559437008=>1,1559325242=>1,1559292462=>1,1558516675=>1,1558484252=>1,1558529095=>1,1558823468=>1,1559222967=>1,1559153785=>1,1559502597=>1,1559545332=>1,1559859063=>1,1559723953=>1,1559883674=>1,1560021550=>1,1560056697=>1,1560053201=>1,1559723833=>1,1559723510=>1,1559585730=>1,1559550846=>1,1559603963=>1,1559682275=>1,1559723450=>1,1559704489=>1,1558394744=>1,1558379859=>1,1558113610=>1,1558113608=>1,1558113611=>1,1558113624=>1,1558113626=>1,1558113625=>1,1558113606=>1,1558113605=>1,1558113595=>1,1558113579=>1,1558113596=>1,1558113597=>1,1558113604=>1,1558113603=>1,1558113628=>1,1558113630=>1,1558113661=>1,1558113660=>1,1558183329=>1,1558317423=>1,1558349492=>1,1558317597=>1,1558113645=>1,1558113644=>1,1558113635=>1,1558113631=>1,1558113636=>1,1558113637=>1,1558113638=>1,1560164689=>1,1560186818=>1,1566478891=>1,1566464785=>1,1566488746=>1,1566532534=>1,1566532546=>1,1566532544=>1,1566363200=>1,1566287404=>1,1566139675=>1,1565932946=>1,1566233827=>1,1566248644=>1,1566286552=>1,1566286246=>1,1566532549=>1,1566532562=>1,1566823468=>1,1566775665=>1,1566850396=>1,1540566347=>1,1567089481=>1,1567076168=>1,1566565501=>1,1566565471=>1,1566532774=>1,1566532565=>1,1566565365=>1,1566565425=>1,1566565446=>1,1565809035=>1,1565583688=>1,1560265622=>1,1560263643=>1,1560267284=>1,1560268633=>1,1560276564=>1,1560273494=>1,1560260746=>1,1560259798=>1,1560190003=>1,1560189141=>1,1560190747=>1,1560193696=>1,1560196120=>1,1560193858=>1,1560279874=>1,1561701214=>1,1564446352=>1,1564363114=>1,1564466558=>1,1564528439=>1,1565347080=>1,1565025550=>1,1564085016=>1,1563686760=>1,1562364960=>1,1561812521=>1,1563337484=>1,1563342690=>1,1563605640=>1,1558113577=>1,1558113576=>1,1557405416=>1,1557340211=>1,1557579639=>1,1557595111=>1,1557779417=>1,1557685500=>1,1557290939=>1,1557287309=>1,1557026978=>1,1557026958=>1,1557055913=>1,1557060626=>1,1557188794=>1,1557060934=>1,1557936047=>1,1557981670=>1,1558056769=>1,1558055238=>1,1558058114=>1,1558058533=>1,1558058946=>1,1558058609=>1,1558055221=>1,1558054412=>1,1558010529=>1,1558003234=>1,1558038922=>1,1558047195=>1,1558053990=>1,1557010973=>1,1556747466=>1,1556307377=>1,1556306595=>1,1556307473=>1,1556307474=>1,1556308173=>1,1556308112=>1,1556304794=>1,1556304694=>1,1556291436=>1,1556289476=>1,1556294609=>1,1556296437=>1,1556302431=>1,1556301103=>1,1556310952=>1,1556315627=>1,1556346046=>1,1556344829=>1,1556697965=>1,1556704910=>1,1556747216=>1,1556743396=>1,1556342349=>1,1556333441=>1,1556325360=>1,1556322613=>1,1556328479=>1,1556329064=>1,1556330055=>1,1558059455=>1,1558060175=>1,1558094390=>1,1558092351=>1,1558099304=>1,1558099323=>1,1558106799=>1,1558105184=>1,1558092347=>1,1558092344=>1,1558092179=>1,1558085477=>1,1558092194=>1,1558092204=>1,1558092305=>1,1558092206=>1,1558109662=>1,1558112695=>1,1558113566=>1,1558113565=>1,1558113567=>1,1558113572=>1,1558113575=>1,1558113573=>1,1558113550=>1,1558113548=>1,1558113537=>1,1558113038=>1,1558113538=>1,1558113540=>1,1558113544=>1,1558080843=>1,1558080842=>1,1558076510=>1,1558074504=>1,1558079465=>1,1558079466=>1,1558080402=>1,1558079567=>1,1558073843=>1,1558073089=>1,1558063031=>1,1558062659=>1,1558069416=>1,1558069819=>1,1558072821=>1,1558070701=>1,1558080429=>1,1558080437=>1,1558080823=>1,1558080820=>1,1558080828=>1,1558080830=>1,1558080839=>1,1558080837=>1,1558080810=>1,1558080729=>1,1558080590=>1,1558080471=>1,1558080611=>1,1558080621=>1,1558080706=>1,1567138671=>1,);?>
1
+ <?php return array(1607837059=>1,1607830329=>1,1607838219=>1,1607838748=>1,1607841444=>1,1607838750=>1,1607721715=>1,1607721714=>1,1607717448=>1,1607716247=>1,1607718921=>1,1607720972=>1,1607721538=>1,1607721383=>1,1607844446=>1,1607855258=>1,1607937408=>1,1607937348=>1,1607937418=>1,1607937422=>1,1607937468=>1,1607937467=>1,1607937256=>1,1607937218=>1,1607937126=>1,1607855588=>1,1607937129=>1,1607937169=>1,1607937213=>1,1607937210=>1,1607716241=>1,1607716234=>1,1607517159=>1,1606386305=>1,1607665566=>1,1607670660=>1,1607698951=>1,1607696672=>1,1606220523=>1,1606220013=>1,1606214310=>1,1606214172=>1,1606214528=>1,1606214584=>1,1606218902=>1,1606218487=>1,1607698957=>1,1607698995=>1,1607711764=>1,1607711760=>1,1607711765=>1,1607711776=>1,1607715802=>1,1607714331=>1,1607711755=>1,1607710917=>1,1607699684=>1,1607699676=>1,1607701658=>1,1607704724=>1,1607706915=>1,1607937582=>1,1607937608=>1,1610758353=>1,1610750680=>1,1610768526=>1,1610779492=>1,1610874161=>1,1610865081=>1,1610381126=>1,1610380619=>1,1609918383=>1,1609563546=>1,1610297044=>1,1610370892=>1,1610380038=>1,1610370960=>1,1611189498=>1,1611220424=>1,1612165735=>1,1612005950=>1,1612383621=>1,1612383850=>1,1612396868=>1,1612395327=>1,1611954946=>1,1611857322=>1,1611264560=>1,1611225654=>1,1611294314=>1,1611377451=>1,1611827515=>1,1611795903=>1,1609558947=>1,1609494465=>1,1608133357=>1,1607941380=>1,1608154568=>1,1608262110=>1,1608323278=>1,1608263513=>1,1607941160=>1,1607939251=>1,1607937685=>1,1607937659=>1,1607937780=>1,1607937942=>1,1607939222=>1,1607937998=>1,1608323681=>1,1608325065=>1,1609494057=>1,1609494032=>1,1609494223=>1,1609494290=>1,1609494440=>1,1609494359=>1,1609493931=>1,1609493783=>1,1608346446=>1,1608343649=>1,1608893081=>1,1609117351=>1,1609423366=>1,1606213996=>1,1606213772=>1,1602364535=>1,1602358685=>1,1602467674=>1,1602480642=>1,1602516297=>1,1602503331=>1,1602358391=>1,1602358363=>1,1602358031=>1,1602358021=>1,1602358058=>1,1602358163=>1,1602358319=>1,1602358177=>1,1602564762=>1,1602620777=>1,1603178230=>1,1603097490=>1,1603178259=>1,1603178279=>1,1603184131=>1,1603182911=>1,1603088360=>1,1603085590=>1,1602662633=>1,1602630872=>1,1602978473=>1,1602989788=>1,1603021495=>1,1602990444=>1,1602357689=>1,1602357580=>1,1600816212=>1,1600814622=>1,1600817296=>1,1600863557=>1,1600944925=>1,1600894498=>1,1600812874=>1,1600809273=>1,1600799358=>1,1600788610=>1,1600806959=>1,1600807037=>1,1600808419=>1,1600808231=>1,1600983762=>1,1600985617=>1,1601332385=>1,1601326434=>1,1601411522=>1,1601446644=>1,1602303917=>1,1602235300=>1,1601324073=>1,1601310176=>1,1600993397=>1,1600993055=>1,1601010320=>1,1601056605=>1,1601120357=>1,1603185938=>1,1603219532=>1,1605168191=>1,1605033578=>1,1605695623=>1,1605695629=>1,1605695636=>1,1605695631=>1,1604959335=>1,1604809843=>1,1604548969=>1,1604545323=>1,1604548995=>1,1604558861=>1,1604790803=>1,1604685680=>1,1605695637=>1,1605695663=>1,1605850064=>1,1605848878=>1,1605857630=>1,1606176233=>1,1606194852=>1,1606180370=>1,1605842269=>1,1605841506=>1,1605782820=>1,1605762598=>1,1605818318=>1,1605840908=>1,1605841458=>1,1604545296=>1,1604545295=>1,1603267793=>1,1603256721=>1,1603526641=>1,1603767005=>1,1603932571=>1,1603870472=>1,1603251427=>1,1603251414=>1,1603251340=>1,1603225516=>1,1603251347=>1,1603251388=>1,1603251412=>1,1603251391=>1,1603934281=>1,1603944722=>1,1604227441=>1,1604225840=>1,1604353315=>1,1604435202=>1,1604545294=>1,1604445370=>1,1604193652=>1,1604170787=>1,1603949392=>1,1603948832=>1,1603950844=>1,1603979174=>1,1603983148=>1,1612397619=>1,1612402178=>1,1654608693=>1,1654606047=>1,1654609656=>1,1654717782=>1,1654916319=>1,1654838731=>1,1654554044=>1,1653715881=>1,1653547806=>1,1653161533=>1,1653596434=>1,1653647338=>1,1653704951=>1,1653665300=>1,1655133422=>1,1655143570=>1,1657395557=>1,1657352674=>1,1657705951=>1,1657935817=>1,1658257552=>1,1657978714=>1,1657330762=>1,1657148098=>1,1655675688=>1,1655213960=>1,1655751428=>1,1656713757=>1,1656857610=>1,1656828198=>1,1652205615=>1,1652114239=>1,1634438077=>1,1634437996=>1,1634438890=>1,1645798334=>1,1645880993=>1,1645802223=>1,1634437916=>1,1634437700=>1,1634120778=>1,1633799899=>1,1634292762=>1,1634435279=>1,1634436735=>1,1634436120=>1,1645900014=>1,1645952533=>1,1651704870=>1,1651638849=>1,1651745056=>1,1651930746=>1,1652114068=>1,1651964450=>1,1651315773=>1,1650934750=>1,1646032886=>1,1646019812=>1,1650800818=>1,1650826646=>1,1650932797=>1,1658357399=>1,1658443417=>1,1668662921=>1,1668363494=>1,1668783050=>1,1669095983=>1,1671432736=>1,1669242949=>1,1668186217=>1,1665874110=>1,1664068993=>1,1663753996=>1,1664397474=>1,1664706081=>1,1664975118=>1,1664809046=>1,1673829864=>1,1673830190=>1,1677783070=>1,1677665346=>1,1677975179=>1,1678158264=>1,1678733829=>1,1678189299=>1,1677030163=>1,1676916846=>1,1673971420=>1,1673894310=>1,1675982541=>1,1676290976=>1,1676903134=>1,1662398522=>1,1661652056=>1,1659253139=>1,1659227807=>1,1659406868=>1,1659549602=>1,1659615655=>1,1659559361=>1,1659125618=>1,1659059360=>1,1658799305=>1,1658738645=>1,1658937307=>1,1658952375=>1,1659033859=>1,1658955362=>1,1659682807=>1,1659930922=>1,1660823987=>1,1660484401=>1,1660930087=>1,1660947946=>1,1661595659=>1,1661367581=>1,1660484248=>1,1660481183=>1,1660269265=>1,1660159961=>1,1660352781=>1,1660385539=>1,1660467245=>1,1633624845=>1,1633510022=>1,1613754265=>1,1613752278=>1,1614063618=>1,1614109290=>1,1614432990=>1,1614201090=>1,1613750804=>1,1613733030=>1,1613542797=>1,1613537818=>1,1613607558=>1,1613631740=>1,1613715463=>1,1613633470=>1,1614795586=>1,1614795632=>1,1614802516=>1,1614802050=>1,1614803181=>1,1614803339=>1,1614805031=>1,1614803733=>1,1614801973=>1,1614801944=>1,1614797620=>1,1614795707=>1,1614798883=>1,1614799138=>1,1614801173=>1,1614799386=>1,1613536716=>1,1613499757=>1,1612638534=>1,1612638089=>1,1612639430=>1,1612639431=>1,1612748435=>1,1612656919=>1,1612637379=>1,1612497520=>1,1612407616=>1,1612402220=>1,1612430770=>1,1612436955=>1,1612446545=>1,1612439091=>1,1612780234=>1,1612934937=>1,1613275315=>1,1613261581=>1,1613301021=>1,1613348971=>1,1613467164=>1,1613381278=>1,1613199378=>1,1613184774=>1,1612968712=>1,1612939907=>1,1612978911=>1,1613011706=>1,1613115859=>1,1614805163=>1,1614805326=>1,1632789595=>1,1632765033=>1,1632840132=>1,1632840683=>1,1632930097=>1,1632843317=>1,1632706700=>1,1632696681=>1,1632462870=>1,1632455603=>1,1632505376=>1,1632551178=>1,1632603331=>1,1632561970=>1,1633032831=>1,1633043181=>1,1633278358=>1,1633254860=>1,1633444314=>1,1633446378=>1,1633488234=>1,1633479069=>1,1633238846=>1,1633219538=>1,1633053709=>1,1633043890=>1,1633103355=>1,1633176338=>1,1633198815=>1,1632447398=>1,1632441918=>1,1616891697=>1,1616748161=>1,1618894857=>1,1618894938=>1,1625689163=>1,1618897371=>1,1616678605=>1,1616672306=>1,1616331381=>1,1616132561=>1,1616481565=>1,1616530523=>1,1616624121=>1,1616579409=>1,1625776672=>1,1626047228=>1,1631843622=>1,1631843559=>1,1631853108=>1,1632300484=>1,1632441917=>1,1632390118=>1,1631802488=>1,1631626187=>1,1626460708=>1,1626059325=>1,1626581605=>1,1626714165=>1,1627380467=>1,1600784902=>1,1600784841=>1,1586426250=>1,1586424089=>1,1586426452=>1,1586427342=>1,1587207775=>1,1587130338=>1,1586419602=>1,1586343059=>1,1586324499=>1,1586283772=>1,1586324595=>1,1586324923=>1,1586325195=>1,1586325139=>1,1587228975=>1,1587283960=>1,1588906966=>1,1588899367=>1,1588916849=>1,1588929085=>1,1588931831=>1,1588929088=>1,1588884246=>1,1588844399=>1,1587314698=>1,1587301801=>1,1587468879=>1,1588657046=>1,1588836480=>1,1588722128=>1,1586264270=>1,1586264266=>1,1583755695=>1,1583755584=>1,1583755818=>1,1583756721=>1,1583853398=>1,1583853397=>1,1583737447=>1,1583726580=>1,1583625218=>1,1583624758=>1,1583627010=>1,1583673427=>1,1583723971=>1,1583691127=>1,1584509093=>1,1584525879=>1,1585995670=>1,1585970534=>1,1586006474=>1,1586121286=>1,1586264230=>1,1586220217=>1,1585955988=>1,1585954947=>1,1585221393=>1,1584577608=>1,1585321902=>1,1585359525=>1,1585954887=>1,1588932077=>1,1588968981=>1,1590868207=>1,1590827348=>1,1590957304=>1,1591084128=>1,1591088729=>1,1591086074=>1,1590820892=>1,1590805401=>1,1590537093=>1,1590514091=>1,1590630909=>1,1590683362=>1,1590789873=>1,1590782282=>1,1591135299=>1,1591231434=>1,1591634210=>1,1591597952=>1,1591634433=>1,1591635793=>1,1591671062=>1,1591670291=>1,1591574157=>1,1591572821=>1,1591279085=>1,1591271802=>1,1591374775=>1,1591531895=>1,1591567742=>1,1590449466=>1,1590386704=>1,1589205590=>1,1589204330=>1,1589653227=>1,1589728185=>1,1590059591=>1,1590052058=>1,1589199450=>1,1589114703=>1,1589018788=>1,1588972751=>1,1589080109=>1,1589091084=>1,1589109841=>1,1589097770=>1,1590060049=>1,1590060050=>1,1590283772=>1,1590265595=>1,1590312369=>1,1590344494=>1,1590373089=>1,1590348749=>1,1590259654=>1,1590224773=>1,1590113125=>1,1590087732=>1,1590171774=>1,1590182606=>1,1590224770=>1,1583616674=>1,1583613467=>1,1580125867=>1,1580125730=>1,1580125874=>1,1580129803=>1,1580129805=>1,1580129804=>1,1580125708=>1,1580114937=>1,1580066988=>1,1580041918=>1,1580067063=>1,1580114768=>1,1580114893=>1,1580114817=>1,1580129816=>1,1580129817=>1,1580129901=>1,1580129890=>1,1580129902=>1,1580129905=>1,1580129910=>1,1580129908=>1,1580129880=>1,1580129868=>1,1580129825=>1,1580129820=>1,1580129839=>1,1580129842=>1,1580129852=>1,1580129851=>1,1579846666=>1,1579800252=>1,1578619422=>1,1578618144=>1,1578621888=>1,1578622386=>1,1578625715=>1,1578624968=>1,1578618031=>1,1578617168=>1,1578605111=>1,1578604223=>1,1578606129=>1,1578607910=>1,1578608593=>1,1578608060=>1,1578628906=>1,1578629278=>1,1578920950=>1,1578833658=>1,1578941804=>1,1578956407=>1,1579103691=>1,1579070898=>1,1578798230=>1,1578795406=>1,1578630367=>1,1578630175=>1,1578700734=>1,1578767382=>1,1578784866=>1,1580129914=>1,1580129915=>1,1581255042=>1,1581055786=>1,1581818997=>1,1581945089=>1,1581953185=>1,1581946378=>1,1581036111=>1,1580996735=>1,1580130044=>1,1580130033=>1,1580368277=>1,1580434707=>1,1580761210=>1,1580707885=>1,1581977535=>1,1581997346=>1,1582280162=>1,1582270902=>1,1582305931=>1,1582305932=>1,1583613463=>1,1583596052=>1,1582245086=>1,1582245082=>1,1582069006=>1,1582056388=>1,1582090604=>1,1582145968=>1,1582194902=>1,1580130029=>1,1580130025=>1,1580129946=>1,1580129945=>1,1580129949=>1,1580129953=>1,1580129959=>1,1580129954=>1,1580129943=>1,1580129940=>1,1580129920=>1,1580129919=>1,1580129922=>1,1580129927=>1,1580129930=>1,1580129929=>1,1580129965=>1,1580129973=>1,1580130001=>1,1580130000=>1,1580130014=>1,1580130016=>1,1580130024=>1,1580130018=>1,1580129999=>1,1580129990=>1,1580129984=>1,1580129976=>1,1580129987=>1,1580129988=>1,1580129989=>1,1591671274=>1,1591673049=>1,1598646351=>1,1598632532=>1,1598646376=>1,1598650467=>1,1598652196=>1,1598651133=>1,1598632425=>1,1598629153=>1,1598573170=>1,1598565572=>1,1598580710=>1,1598591084=>1,1598601085=>1,1598598997=>1,1598652215=>1,1598675336=>1,1598681760=>1,1598681294=>1,1598682000=>1,1598682015=>1,1598682547=>1,1598682128=>1,1598681238=>1,1598681200=>1,1598677490=>1,1598677045=>1,1598678123=>1,1598678180=>1,1598678556=>1,1598678456=>1,1598521062=>1,1598507458=>1,1597638737=>1,1597563733=>1,1597638806=>1,1597638807=>1,1597652922=>1,1597643810=>1,1597539568=>1,1597526966=>1,1597168212=>1,1597072387=>1,1597393455=>1,1597411803=>1,1597434603=>1,1597428793=>1,1597738827=>1,1597817246=>1,1598416920=>1,1598389518=>1,1598490132=>1,1598490561=>1,1598507092=>1,1598497054=>1,1598355422=>1,1598249588=>1,1598101881=>1,1598073824=>1,1598113163=>1,1598119741=>1,1598240818=>1,1598682925=>1,1598684175=>1,1599505842=>1,1599430397=>1,1599597010=>1,1599622073=>1,1599658767=>1,1599626646=>1,1599424619=>1,1599420906=>1,1599411273=>1,1599410990=>1,1599414921=>1,1599415663=>1,1599420527=>1,1599419554=>1,1599665572=>1,1599673182=>1,1600041519=>1,1599835460=>1,1600194898=>1,1600529695=>1,1600730237=>1,1600700873=>1,1599825574=>1,1599818651=>1,1599801594=>1,1599686112=>1,1599802059=>1,1599815225=>1,1599815419=>1,1599408711=>1,1599408354=>1,1599043049=>1,1599037447=>1,1599046734=>1,1599054372=>1,1599064977=>1,1599058418=>1,1599034093=>1,1599030825=>1,1598966931=>1,1598914249=>1,1598979902=>1,1598991544=>1,1599011617=>1,1599008105=>1,1599065298=>1,1599065407=>1,1599375544=>1,1599373809=>1,1599381533=>1,1599382562=>1,1599394174=>1,1599391284=>1,1599373681=>1,1599373529=>1,1599090396=>1,1599089994=>1,1599091663=>1,1599103529=>1,1599256286=>1,1596964365=>1,1596944779=>1,1592969028=>1,1592968122=>1,1592969105=>1,1592970793=>1,1592971714=>1,1592971640=>1,1592952467=>1,1592933307=>1,1592932820=>1,1592932646=>1,1592932866=>1,1592932915=>1,1592933302=>1,1592932986=>1,1592971764=>1,1592971794=>1,1593120648=>1,1593115362=>1,1593128939=>1,1593129453=>1,1593153445=>1,1593150996=>1,1593031375=>1,1592983408=>1,1592975063=>1,1592974871=>1,1592976558=>1,1592977250=>1,1592981016=>1,1592981015=>1,1592932610=>1,1592898298=>1,1592103814=>1,1592089395=>1,1592104029=>1,1592104256=>1,1592105748=>1,1592104923=>1,1592089394=>1,1592085157=>1,1591749794=>1,1591699717=>1,1591886671=>1,1592022539=>1,1592052126=>1,1592051282=>1,1592118892=>1,1592129337=>1,1592282876=>1,1592279400=>1,1592286412=>1,1592305763=>1,1592895512=>1,1592370252=>1,1592245906=>1,1592245830=>1,1592226950=>1,1592167187=>1,1592238953=>1,1592240269=>1,1592240847=>1,1593154659=>1,1593158624=>1,1595871447=>1,1595870374=>1,1595872609=>1,1595873426=>1,1595875411=>1,1595874769=>1,1595868913=>1,1595867762=>1,1595646892=>1,1595638766=>1,1595654197=>1,1595684866=>1,1595835384=>1,1595725905=>1,1595877073=>1,1595929095=>1,1596616147=>1,1596348613=>1,1596618152=>1,1596620076=>1,1596853134=>1,1596705497=>1,1596347269=>1,1596331422=>1,1596079098=>1,1595931011=>1,1596088445=>1,1596094440=>1,1596271159=>1,1595551522=>1,1595479292=>1,1593862395=>1,1593843914=>1,1594216053=>1,1594216330=>1,1594439514=>1,1594426697=>1,1593825018=>1,1593806368=>1,1593642187=>1,1593510154=>1,1593681022=>1,1593705031=>1,1593710753=>1,1593710693=>1,1594445773=>1,1594447921=>1,1594869149=>1,1594816741=>1,1595004829=>1,1595382264=>1,1595451018=>1,1595417377=>1,1594740109=>1,1594739248=>1,1594454074=>1,1594451300=>1,1594464981=>1,1594465482=>1,1594479587=>1,1578594366=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1612407618=>1,1612406794=>1,1612412670=>1,1612414392=>1,1612421959=>1,1612421921=>1,1612402178=>1,1612399756=>1,1612165735=>1,1612003615=>1,1612383850=>1,1612384739=>1,1612397619=>1,1612395327=>1,1612430770=>1,1612436955=>1,1612639431=>1,1612639430=>1,1612656919=>1,1612658223=>1,1612748435=>1,1612727254=>1,1612638534=>1,1612638089=>1,1612446545=>1,1612439091=>1,1612482626=>1,1612487186=>1,1612561192=>1,1612497937=>1,1611985582=>1,1611954946=>1,1610382815=>1,1610381280=>1,1610763038=>1,1610818754=>1,1611137822=>1,1610856246=>1,1610381205=>1,1610381140=>1,1610369842=>1,1610369496=>1,1610370852=>1,1610370927=>1,1610370988=>1,1610370960=>1,1611140471=>1,1611189498=>1,1611377451=>1,1611302230=>1,1611795903=>1,1611857322=>1,1611914361=>1,1611893342=>1,1611294314=>1,1611285476=>1,1611199411=>1,1611192374=>1,1611220424=>1,1611225654=>1,1611264560=>1,1612780234=>1,1612939907=>1,1614795015=>1,1614794798=>1,1614795064=>1,1614795129=>1,1614795642=>1,1614795493=>1,1614380228=>1,1614201090=>1,1613754265=>1,1613752278=>1,1613754282=>1,1614063618=>1,1614170442=>1,1614109290=>1,1614796830=>1,1614796832=>1,1614801290=>1,1614801173=>1,1614801867=>1,1614802193=>1,1614803339=>1,1614803181=>1,1614801065=>1,1614799396=>1,1614797591=>1,1614796966=>1,1614797620=>1,1614798883=>1,1614799386=>1,1614799138=>1,1613750804=>1,1613732985=>1,1613449236=>1,1613448146=>1,1613449265=>1,1613449749=>1,1613450560=>1,1613449842=>1,1613407760=>1,1613348971=>1,1613115859=>1,1612978911=>1,1613199378=>1,1613207072=>1,1613261581=>1,1613244717=>1,1613450586=>1,1613450931=>1,1613634772=>1,1613633823=>1,1613634805=>1,1613715035=>1,1613717286=>1,1613715463=>1,1613607558=>1,1613565143=>1,1613464323=>1,1613451073=>1,1613467163=>1,1613467164=>1,1613536716=>1,1610369334=>1,1610297044=>1,1607679775=>1,1607670660=>1,1607696672=>1,1607698951=>1,1607698995=>1,1607698957=>1,1607670404=>1,1607665566=>1,1606221057=>1,1606217591=>1,1606221189=>1,1606221342=>1,1607659464=>1,1607517159=>1,1607701658=>1,1607704724=>1,1607716247=>1,1607716241=>1,1607716698=>1,1607717448=>1,1607720972=>1,1607718921=>1,1607715797=>1,1607711969=>1,1607711459=>1,1607706915=>1,1607711747=>1,1607711760=>1,1607711776=>1,1607711765=>1,1606217516=>1,1606216823=>1,1605168191=>1,1604959335=>1,1605168246=>1,1605265116=>1,1605695644=>1,1605649637=>1,1604896547=>1,1604790803=>1,1604573811=>1,1604559787=>1,1604597522=>1,1604690626=>1,1604709166=>1,1604706346=>1,1605695652=>1,1605695670=>1,1606177423=>1,1606176233=>1,1606180370=>1,1606214224=>1,1606215711=>1,1606215547=>1,1605860839=>1,1605850103=>1,1605717718=>1,1605695678=>1,1605840908=>1,1605841643=>1,1605841873=>1,1607721383=>1,1607721528=>1,1608399206=>1,1608346446=>1,1608500264=>1,1608500265=>1,1608502515=>1,1608500574=>1,1608343658=>1,1608323373=>1,1607969374=>1,1607967354=>1,1608196655=>1,1608284467=>1,1608303634=>1,1608285130=>1,1608514140=>1,1608893081=>1,1609854367=>1,1609791524=>1,1609861108=>1,1609946589=>1,1610116462=>1,1609974035=>1,1609781604=>1,1609494412=>1,1609493970=>1,1609450372=>1,1609494114=>1,1609494224=>1,1609494329=>1,1607941380=>1,1607939790=>1,1607937169=>1,1607937146=>1,1607937210=>1,1607937213=>1,1607937256=>1,1607937218=>1,1607937135=>1,1607937134=>1,1607721714=>1,1607721538=>1,1607721715=>1,1607844446=>1,1607937129=>1,1607937126=>1,1607937348=>1,1607937408=>1,1607937759=>1,1607937685=>1,1607937780=>1,1607937942=>1,1607939222=>1,1607937998=>1,1607937659=>1,1607937608=>1,1607937422=>1,1607937418=>1,1607937467=>1,1607937468=>1,1607937582=>1,1614804765=>1,1614804919=>1,1660269265=>1,1660159961=>1,1660352781=>1,1660467245=>1,1660484271=>1,1660484248=>1,1659927451=>1,1659760697=>1,1659549602=>1,1659406868=>1,1659559361=>1,1659567681=>1,1659682807=>1,1659615655=>1,1660484401=>1,1660823987=>1,1664809046=>1,1664706081=>1,1664812470=>1,1665899650=>1,1667657457=>1,1667224946=>1,1664397474=>1,1664068993=>1,1660947946=>1,1660947826=>1,1661343166=>1,1661689635=>1,1662953298=>1,1662554383=>1,1659227807=>1,1659216084=>1,1657455610=>1,1657395557=>1,1657752460=>1,1657920999=>1,1657978714=>1,1657935817=>1,1657352674=>1,1657148098=>1,1656700658=>1,1656622381=>1,1656713757=>1,1656761193=>1,1657082194=>1,1656828198=>1,1657990561=>1,1658357399=>1,1659033859=>1,1659017823=>1,1659059360=>1,1659125618=>1,1659145514=>1,1659130222=>1,1658952375=>1,1658937307=>1,1658625357=>1,1658443417=>1,1658738645=>1,1658799305=>1,1658854568=>1,1668186217=>1,1668363494=>1,1673800423=>1,1673799747=>1,1673800465=>1,1673800466=>1,1673800830=>1,1673800500=>1,1673799543=>1,1673799540=>1,1673797288=>1,1673797128=>1,1673797426=>1,1673797497=>1,1673799033=>1,1673798774=>1,1673800957=>1,1673801136=>1,1673815673=>1,1673815430=>1,1673816192=>1,1673816624=>1,1673817027=>1,1673816807=>1,1673815282=>1,1673815258=>1,1673802388=>1,1673801156=>1,1673802895=>1,1673805651=>1,1673815122=>1,1673796868=>1,1673796758=>1,1673791914=>1,1673791792=>1,1673792175=>1,1673792210=>1,1673792322=>1,1673792299=>1,1673791524=>1,1673688926=>1,1668783050=>1,1668662921=>1,1669242949=>1,1669267747=>1,1673327965=>1,1671613272=>1,1673792431=>1,1673792736=>1,1673793462=>1,1673793399=>1,1673793629=>1,1673793837=>1,1673796079=>1,1673795634=>1,1673793390=>1,1673793356=>1,1673792927=>1,1673792810=>1,1673793023=>1,1673793101=>1,1673793177=>1,1656515211=>1,1656018904=>1,1632754786=>1,1632753768=>1,1632765033=>1,1632789595=>1,1632840683=>1,1632840132=>1,1632739749=>1,1632643314=>1,1632441917=>1,1632414498=>1,1632447398=>1,1632462870=>1,1632603331=>1,1632551178=>1,1632930097=>1,1633032831=>1,1633278358=>1,1633219538=>1,1633389861=>1,1633416664=>1,1633444314=>1,1633437221=>1,1633183658=>1,1633107399=>1,1633043181=>1,1633043170=>1,1633043890=>1,1633053709=>1,1633103355=>1,1633058092=>1,1632407002=>1,1632362746=>1,1616748161=>1,1616678605=>1,1618894857=>1,1618894938=>1,1625689163=>1,1618897371=>1,1616672306=>1,1616579409=>1,1614805674=>1,1614805031=>1,1615937333=>1,1615988461=>1,1616481565=>1,1616132561=>1,1625759417=>1,1625806053=>1,1631843559=>1,1631802488=>1,1631843622=>1,1631953655=>1,1632300484=>1,1632182130=>1,1631642478=>1,1631626187=>1,1626047228=>1,1625911165=>1,1626581605=>1,1626667259=>1,1627304825=>1,1633446378=>1,1633476005=>1,1653499285=>1,1653485366=>1,1653540898=>1,1653547806=>1,1653704951=>1,1653665300=>1,1653327755=>1,1653161533=>1,1651903091=>1,1651745056=>1,1651930746=>1,1652205615=>1,1652512515=>1,1652311792=>1,1654592672=>1,1654594551=>1,1655143570=>1,1655133422=>1,1655213960=>1,1655459363=>1,1655764908=>1,1655751109=>1,1655069865=>1,1655013981=>1,1654609656=>1,1654606047=>1,1654717782=>1,1654915612=>1,1654916319=>1,1651704870=>1,1651638849=>1,1634437700=>1,1634436735=>1,1634437916=>1,1634437996=>1,1634438890=>1,1634438077=>1,1634436120=>1,1634435279=>1,1633488234=>1,1633479069=>1,1633514013=>1,1633624845=>1,1634292762=>1,1634056351=>1,1635714362=>1,1645368634=>1,1649637417=>1,1645952533=>1,1650800818=>1,1650826646=>1,1651315773=>1,1650849814=>1,1645900014=>1,1645891042=>1,1645802223=>1,1645533518=>1,1645854162=>1,1645877481=>1,1645880993=>1,1604548995=>1,1604548969=>1,1593642187=>1,1593309822=>1,1593650744=>1,1593652177=>1,1593680904=>1,1593652991=>1,1593309648=>1,1593309583=>1,1593129914=>1,1593129519=>1,1593158624=>1,1593160694=>1,1593309474=>1,1593305336=>1,1593686190=>1,1593711003=>1,1593843925=>1,1593843769=>1,1594425932=>1,1594439514=>1,1594454074=>1,1594447921=>1,1593833211=>1,1593833148=>1,1593717917=>1,1593711072=>1,1593806368=>1,1593808260=>1,1593832976=>1,1593829841=>1,1593129453=>1,1593128848=>1,1592969105=>1,1592969028=>1,1592970793=>1,1592971640=>1,1592971764=>1,1592971714=>1,1592968946=>1,1592968122=>1,1592932866=>1,1592932820=>1,1592932915=>1,1592932986=>1,1592933307=>1,1592933302=>1,1592971794=>1,1592974871=>1,1593031400=>1,1593020186=>1,1593115362=>1,1593116868=>1,1593127867=>1,1593117992=>1,1592983408=>1,1592981016=>1,1592976491=>1,1592975063=>1,1592976558=>1,1592977250=>1,1592981015=>1,1594464981=>1,1594739409=>1,1596348613=>1,1596347269=>1,1596616147=>1,1596955897=>1,1596968476=>1,1596964365=>1,1596331422=>1,1596322906=>1,1596081688=>1,1596079098=>1,1596088268=>1,1596094440=>1,1596285069=>1,1596265097=>1,1597072884=>1,1597168212=>1,1597652922=>1,1597643810=>1,1597672096=>1,1597738827=>1,1598081806=>1,1598073824=>1,1597642310=>1,1597601909=>1,1597258014=>1,1597253351=>1,1597528343=>1,1597558118=>1,1597558447=>1,1596076763=>1,1596053113=>1,1595546824=>1,1595451018=>1,1595580921=>1,1595602713=>1,1595646892=>1,1595638766=>1,1595447092=>1,1595441927=>1,1595007758=>1,1594742224=>1,1595342652=>1,1595390151=>1,1595398719=>1,1595390629=>1,1595653968=>1,1595725905=>1,1595877073=>1,1595875411=>1,1595896198=>1,1595923986=>1,1595931011=>1,1595929095=>1,1595873426=>1,1595872609=>1,1595849731=>1,1595840371=>1,1595850528=>1,1595867762=>1,1595870374=>1,1592932646=>1,1592932610=>1,1590224773=>1,1590224770=>1,1590259654=>1,1590265595=>1,1590312369=>1,1590283772=>1,1590182606=>1,1590127682=>1,1590052012=>1,1589814806=>1,1590059591=>1,1590060049=>1,1590113125=>1,1590060050=>1,1590348749=>1,1590373089=>1,1590868207=>1,1590862158=>1,1590957304=>1,1591084128=>1,1591135299=>1,1591086074=>1,1590820892=>1,1590805401=>1,1590514091=>1,1590386704=>1,1590537093=>1,1590630909=>1,1590782282=>1,1590683362=>1,1589727890=>1,1589704522=>1,1588884246=>1,1588464247=>1,1588929085=>1,1588929088=>1,1588968981=>1,1588932077=>1,1587468879=>1,1587423397=>1,1587228975=>1,1587207775=>1,1587283960=>1,1587301801=>1,1587321750=>1,1587314698=>1,1588971495=>1,1589018788=>1,1589114703=>1,1589112270=>1,1589114846=>1,1589115380=>1,1589205590=>1,1589204330=>1,1589109841=>1,1589105848=>1,1589092967=>1,1589035240=>1,1589097770=>1,1589097971=>1,1589103825=>1,1591158990=>1,1591189358=>1,1592104957=>1,1592104941=>1,1592104970=>1,1592105300=>1,1592123658=>1,1592105384=>1,1592104920=>1,1592104781=>1,1592103870=>1,1592103648=>1,1592103927=>1,1592103996=>1,1592104254=>1,1592104062=>1,1592129337=>1,1592162499=>1,1592894676=>1,1592893706=>1,1592895641=>1,1592898051=>1,1592911783=>1,1592898213=>1,1592850206=>1,1592370252=>1,1592239929=>1,1592226950=>1,1592241224=>1,1592279400=>1,1592305763=>1,1592103344=>1,1592103038=>1,1591568949=>1,1591568270=>1,1591570111=>1,1591570637=>1,1591669244=>1,1591639757=>1,1591360744=>1,1591331887=>1,1591273058=>1,1591239013=>1,1591291626=>1,1591292628=>1,1591330315=>1,1591318229=>1,1591675227=>1,1591699717=>1,1592052126=>1,1592051282=>1,1592063237=>1,1592085157=>1,1592089395=>1,1592089394=>1,1592022749=>1,1592022539=>1,1591749794=>1,1591717490=>1,1591783137=>1,1591860821=>1,1591966215=>1,1598113163=>1,1598119741=>1,1602358363=>1,1602358319=>1,1602358391=>1,1602358685=>1,1602449738=>1,1602389671=>1,1602358177=>1,1602358163=>1,1602357689=>1,1602357580=>1,1602358021=>1,1602358031=>1,1602358148=>1,1602358058=>1,1602450115=>1,1602467674=>1,1602632639=>1,1602628026=>1,1602790296=>1,1602790338=>1,1602963720=>1,1602956833=>1,1602620410=>1,1602617904=>1,1602489501=>1,1602480642=>1,1602503742=>1,1602512807=>1,1602575971=>1,1602557904=>1,1602319597=>1,1602303917=>1,1600993397=>1,1600993210=>1,1600996834=>1,1601010320=>1,1601184523=>1,1601120357=>1,1600985633=>1,1600985254=>1,1600863557=>1,1600814775=>1,1600944925=>1,1600983869=>1,1600984640=>1,1600984621=>1,1601284007=>1,1601295594=>1,1601650329=>1,1601500943=>1,1601655137=>1,1602006695=>1,1602235300=>1,1602007759=>1,1601453428=>1,1601449448=>1,1601330725=>1,1601320823=>1,1601338006=>1,1601391183=>1,1601404108=>1,1602980589=>1,1602985949=>1,1603949883=>1,1603934281=>1,1603950844=>1,1603979174=>1,1604049239=>1,1603979665=>1,1603932571=>1,1603870472=>1,1603256721=>1,1603256692=>1,1603266546=>1,1603278644=>1,1603767005=>1,1603316282=>1,1604049845=>1,1604054469=>1,1604545294=>1,1604545289=>1,1604545295=>1,1604545296=>1,1604545341=>1,1604545316=>1,1604445370=>1,1604435202=>1,1604193652=>1,1604170787=>1,1604225840=>1,1604227441=>1,1604388621=>1,1603251427=>1,1603251414=>1,1603134535=>1,1603097490=>1,1603162188=>1,1603164318=>1,1603178075=>1,1603176120=>1,1603088360=>1,1603085590=>1,1603005836=>1,1602989788=>1,1603015394=>1,1603021495=>1,1603085434=>1,1603041065=>1,1603178082=>1,1603178092=>1,1603251340=>1,1603241036=>1,1603251347=>1,1603251388=>1,1603251412=>1,1603251391=>1,1603241015=>1,1603226865=>1,1603182911=>1,1603178123=>1,1603185938=>1,1603197164=>1,1603219532=>1,1600810095=>1,1600808724=>1,1598682110=>1,1598681704=>1,1598682141=>1,1598682221=>1,1598683044=>1,1598682350=>1,1598681423=>1,1598678264=>1,1598652215=>1,1598652196=>1,1598652406=>1,1598676309=>1,1598677086=>1,1598676397=>1,1598914249=>1,1598965561=>1,1599054489=>1,1599054372=>1,1599066577=>1,1599073776=>1,1599077070=>1,1599074854=>1,1599051676=>1,1599045333=>1,1598991544=>1,1598970753=>1,1599008105=>1,1599011617=>1,1599037447=>1,1599033322=>1,1598651873=>1,1598651506=>1,1598514964=>1,1598508818=>1,1598518629=>1,1598521062=>1,1598564608=>1,1598534863=>1,1598507995=>1,1598417363=>1,1598187491=>1,1598126159=>1,1598232942=>1,1598240818=>1,1598416920=>1,1598354742=>1,1598564807=>1,1598579906=>1,1598636869=>1,1598633184=>1,1598637143=>1,1598646415=>1,1598650422=>1,1598648311=>1,1598633172=>1,1598632897=>1,1598591329=>1,1598580728=>1,1598597863=>1,1598612630=>1,1598632671=>1,1599082201=>1,1599089903=>1,1599703230=>1,1599677085=>1,1599799977=>1,1599801594=>1,1599818651=>1,1599802059=>1,1599658767=>1,1599626646=>1,1599430308=>1,1599429628=>1,1599505842=>1,1599540978=>1,1599621996=>1,1599597010=>1,1599825574=>1,1599833281=>1,1600800401=>1,1600799112=>1,1600800831=>1,1600803307=>1,1600806557=>1,1600804175=>1,1600772396=>1,1600758941=>1,1600194898=>1,1600043066=>1,1600231706=>1,1600676631=>1,1600700873=>1,1599428596=>1,1599428595=>1,1599382562=>1,1599375544=>1,1599383788=>1,1599389080=>1,1599394174=>1,1599391284=>1,1599299252=>1,1599296609=>1,1599090922=>1,1599089994=>1,1599091251=>1,1599096584=>1,1599104672=>1,1599103529=>1,1599406683=>1,1599407039=>1,1599420527=>1,1599419554=>1,1599420906=>1,1599428389=>1,1599428594=>1,1599428392=>1,1599418769=>1,1599415663=>1,1599408711=>1,1599408354=>1,1599410990=>1,1599411176=>1,1599411273=>1,1587130338=>1,);?>
1
+ <?php return array(1700793128=>1700793135,1700792872=>1700792879,1743783938=>1,1743785997=>1,1743785998=>1,1743805191=>1,1743781874=>1,1743853796=>1,1743724508=>1,1743463018=>1,1743453795=>1,1743571310=>1,1743622287=>1,1743713036=>1,1743890693=>1,1743890866=>1,1743940555=>1,1743940554=>1,1743940557=>1,1743966549=>1,1743985472=>1,1743984715=>1,1743939870=>1,1743928026=>1,1743890880=>1,1743890868=>1,1743890897=>1,1743890900=>1,1743924908=>1,1743890911=>1,1743453794=>1,1743423988=>1,1743081561=>1,1743058454=>1,1743082483=>1,1743128277=>1,1743166638=>1,1743142482=>1,1743015619=>1,1743002478=>1,1742797112=>1,1742780870=>1,1742843625=>1,1742877797=>1,1742915957=>1,1742896688=>1,1743193475=>1,1743193661=>1,1743329593=>1,1743320711=>1,1743360533=>1,1743395338=>1,1743398032=>1,1743395446=>1,1743298409=>1,1743274181=>1,1743227187=>1,1743209009=>1,1743244051=>1,1743248238=>1,1743274180=>1,1743274179=>1,1743992365=>1,1743992366=>1,1744640372=>1,1744625125=>1,1744640413=>1,1744671276=>1,1744677121=>1,1744676865=>1,1744595988=>1,1744574764=>1,1744524081=>1,1744517172=>1,1744524094=>1,1744548866=>1,1744565522=>1,1744559539=>1,1744687947=>1,1744712710=>1,1746933041=>1,1745871132=>1,1746942491=>1,1747076347=>1,1747223487=>1,1747177753=>1,1744977762=>1,1744840586=>1,1744712713=>1,1744712712=>1,1744727077=>1,1744768792=>1,1744823183=>1,1744822290=>1,1744513845=>1,1744452148=>1,1744179693=>1,1744175461=>1,1744266598=>1,1744282330=>1,1744296802=>1,1744296001=>1,1744129336=>1,1744128145=>1,1744024410=>1,1743992460=>1,1744024411=>1,1744074840=>1,1744091330=>1,1744075179=>1,1744296865=>1,1744314536=>1,1744404652=>1,1744397466=>1,1744432718=>1,1744432728=>1,1744441300=>1,1744433372=>1,1744397425=>1,1744397330=>1,1744365658=>1,1744330026=>1,1744392794=>1,1744394244=>1,1744395009=>1,1742776074=>1,1742754463=>1,1741737733=>1,1741698097=>1,1741737737=>1,1741797378=>1,1741800698=>1,1741797414=>1,1741616790=>1,1741616750=>1,1741168373=>1,1741099066=>1,1741168439=>1,1741453078=>1,1741559312=>1,1741512466=>1,1742095571=>1,1742095809=>1,1742387228=>1,1742387224=>1,1742387239=>1,1742387257=>1,1742387271=>1,1742387259=>1,1742387217=>1,1742387216=>1,1742196182=>1,1742129490=>1,1742332156=>1,1742387202=>1,1742387215=>1,1742387209=>1,1740909446=>1,1740869208=>1,1731799709=>1,1731799697=>1,1731799713=>1,1731799725=>1,1731965457=>1,1731880375=>1,1731778716=>1,1731778714=>1,1731776376=>1,1731776340=>1,1731778653=>1,1731778710=>1,1731778713=>1,1731778712=>1,1732031962=>1,1732041737=>1,1740816704=>1,1740778356=>1,1740817272=>1,1740833658=>1,1740846850=>1,1740833662=>1,1740778339=>1,1740753146=>1,1732206594=>1,1732046852=>1,1732206842=>1,1732222627=>1,1732222842=>1,1742387273=>1,1742387276=>1,1742387610=>1,1742387605=>1,1742387613=>1,1742387619=>1,1742387638=>1,1742387632=>1,1742387602=>1,1742387600=>1,1742387537=>1,1742387529=>1,1742387550=>1,1742387556=>1,1742387596=>1,1742387589=>1,1742387641=>1,1742387642=>1,1742740762=>1,1742740590=>1,1742745756=>1,1742754166=>1,1747236108=>1,1742754449=>1,1742387897=>1,1742387832=>1,1742387684=>1,1742387672=>1,1742387691=>1,1742387695=>1,1742387705=>1,1742387519=>1,1742387518=>1,1742387361=>1,1742387358=>1,1742387362=>1,1742387365=>1,1742387379=>1,1742387378=>1,1742387355=>1,1742387354=>1,1742387297=>1,1742387278=>1,1742387301=>1,1742387329=>1,1742387348=>1,1742387334=>1,1742387397=>1,1742387410=>1,1742387488=>1,1742387477=>1,1742387492=>1,1742387501=>1,1742387507=>1,1742387503=>1,1742387468=>1,1742387459=>1,1742387419=>1,1742387412=>1,1742387425=>1,1742387427=>1,1742387448=>1,1742754478=>1,1747236124=>1,1755061692=>1,1755061648=>1,1755061770=>1,1755061825=>1,1755061877=>1,1755061868=>1,1755061492=>1,1755061141=>1,1755060127=>1,1755060030=>1,1755060598=>1,1755060896=>1,1755061135=>1,1755060976=>1,1755061887=>1,1755062009=>1,1755115095=>1,1755113798=>1,1755116857=>1,1755117417=>1,1755119133=>1,1755119056=>1,1755113096=>1,1755112942=>1,1755062161=>1,1755062071=>1,1755069603=>1,1755080392=>1,1755112089=>1,1755111507=>1,1755059688=>1,1755059565=>1,1754361948=>1,1754361777=>1,1754362309=>1,1754362562=>1,1754363250=>1,1754362644=>1,1754361711=>1,1754361699=>1,1754361042=>1,1754359018=>1,1754361047=>1,1754361123=>1,1754361291=>1,1754361252=>1,1754363522=>1,1754363538=>1,1755055161=>1,1755009935=>1,1755058721=>1,1755059290=>1,1755059487=>1,1755059477=>1,1754949048=>1,1754865206=>1,1754364011=>1,1754363549=>1,1754364697=>1,1754861732=>1,1754862495=>1,1755186062=>1,1755325681=>1,1757324460=>1,1757001298=>1,1757430531=>1,1757437147=>1,1757437149=>1,1757437148=>1,1756873836=>1,1756827698=>1,1755885421=>1,1755884594=>1,1756092892=>1,1756188204=>1,1756327456=>1,1756256921=>1,1757437171=>1,1757474058=>1,1757942516=>1,1757941987=>1,1757942926=>1,1757943873=>1,1758079414=>1,1757976400=>1,1757911006=>1,1757706906=>1,1757615117=>1,1757504790=>1,1757677905=>1,1757685920=>1,1757706017=>1,1755884243=>1,1755883298=>1,1755802197=>1,1755802078=>1,1755802377=>1,1755802957=>1,1755804042=>1,1755803801=>1,1755801466=>1,1755801332=>1,1755800159=>1,1755461782=>1,1755800431=>1,1755800811=>1,1755801192=>1,1755801055=>1,1755804617=>1,1755804777=>1,1755879673=>1,1755879516=>1,1755879942=>1,1755880006=>1,1755882190=>1,1755880646=>1,1755862951=>1,1755856593=>1,1755805003=>1,1755804906=>1,1755823453=>1,1755856558=>1,1755856591=>1,1754358489=>1,1754358083=>1,1753426080=>1,1753423791=>1,1753426581=>1,1753427302=>1,1753430143=>1,1753428220=>1,1753422902=>1,1753422777=>1,1753416941=>1,1753415969=>1,1753418710=>1,1753418891=>1,1753421695=>1,1753420663=>1,1753431622=>1,1753432545=>1,1753448695=>1,1753447184=>1,1753448734=>1,1753449090=>1,1753450031=>1,1753449538=>1,1753446493=>1,1753444936=>1,1753432770=>1,1753432595=>1,1753435431=>1,1753441787=>1,1753443531=>1,1753443335=>1,1753409333=>1,1753402683=>1,1747452303=>1,1747304951=>1,1747487398=>1,1747492670=>1,1747525792=>1,1747508050=>1,1747304604=>1,1747298587=>1,1747236126=>1,1731752249=>1,1747236354=>1,1747241197=>1,1747249942=>1,1747241232=>1,1747532228=>1,1747557077=>1,1753270979=>1,1753270688=>1,1753270980=>1,1753277592=>1,1753393529=>1,1753280412=>1,1753260521=>1,1753260351=>1,1747570233=>1,1747569757=>1,1747856439=>1,1748711650=>1,1748992955=>1,1753450869=>1,1753450911=>1,1754354228=>1,1754354223=>1,1754354281=>1,1754354292=>1,1754354413=>1,1754354368=>1,1754353986=>1,1754353969=>1,1754353845=>1,1754353692=>1,1754353903=>1,1754353930=>1,1754353961=>1,1754353950=>1,1754354516=>1,1754354542=>1,1754355812=>1,1754355657=>1,1754355932=>1,1754356529=>1,1754358068=>1,1754357926=>1,1754355059=>1,1754354866=>1,1754354604=>1,1754354580=>1,1754354611=>1,1754354612=>1,1754354636=>1,1754352850=>1,1754352833=>1,1753468439=>1,1753468352=>1,1753478455=>1,1753757689=>1,1754010761=>1,1753805730=>1,1753468051=>1,1753465506=>1,1753453654=>1,1753453052=>1,1753453908=>1,1753455205=>1,1753462190=>1,1753461194=>1,1754250400=>1,1754350618=>1,1754352217=>1,1754351919=>1,1754352244=>1,1754352327=>1,1754352673=>1,1754352346=>1,1754351860=>1,1754351641=>1,1754351363=>1,1754350931=>1,1754351435=>1,1754351500=>1,1754351557=>1,1747236116=>1,1731740918=>1,1728142520=>1,1728131851=>1,1728142727=>1,1728265586=>1,1728269838=>1,1728269836=>1,1728131850=>1,1728131149=>1,1711233722=>1,1711233009=>1,1711234698=>1,1728129975=>1,1728131148=>1,1728129976=>1,1728329289=>1,1728339032=>1,1728480920=>1,1728480807=>1,1728480921=>1,1728480937=>1,1728480957=>1,1728480949=>1,1728479481=>1,1728457635=>1,1728358374=>1,1728357578=>1,1728379410=>1,1728379412=>1,1728433138=>1,1728428834=>1,1711232826=>1,1711230734=>1,1709379232=>1,1709373933=>1,1709649442=>1,1709650586=>1,1709701578=>1,1709700362=>1,1709313247=>1,1707951864=>1,1707691720=>1,1707682348=>1,1707721792=>1,1707728570=>1,1707945352=>1,1707731853=>1,1710980901=>1,1710999362=>1,1711223666=>1,1711223634=>1,1711225978=>1,1711225982=>1,1711229346=>1,1711226570=>1,1711223597=>1,1711219846=>1,1711013410=>1,1711011666=>1,1711182470=>1,1711182471=>1,1711193286=>1,1728480970=>1,1728481026=>1,1729043498=>1,1729034986=>1,1729052229=>1,1729052405=>1,1729091979=>1,1729091949=>1,1729034887=>1,1729021002=>1,1728977798=>1,1728977738=>1,1728977802=>1,1728977890=>1,1728990249=>1,1728988782=>1,1729099698=>1,1729130497=>1,1729180560=>1,1729180505=>1,1729197301=>1,1729207938=>1,1729234497=>1,1729234003=>1,1729180494=>1,1729134755=>1,1729130709=>1,1729130633=>1,1729130754=>1,1729131278=>1,1729131282=>1,1728977665=>1,1728977557=>1,1728662815=>1,1728609021=>1,1728662816=>1,1728666004=>1,1728742407=>1,1728687334=>1,1728501190=>1,1728481268=>1,1728481144=>1,1728481111=>1,1728481193=>1,1728481219=>1,1728481267=>1,1728481236=>1,1728742933=>1,1728759090=>1,1728939449=>1,1728885050=>1,1728939454=>1,1728939462=>1,1728977426=>1,1728939466=>1,1728873484=>1,1728868609=>1,1728762434=>1,1728759652=>1,1728767224=>1,1728798774=>1,1728815108=>1,1707666034=>1,1707658423=>1,1696212642=>1,1696160725=>1,1696262649=>1,1696340235=>1,1696359697=>1,1696341360=>1,1696160686=>1,1696160656=>1,1696160590=>1,1696160573=>1,1696160592=>1,1696160594=>1,1696160604=>1,1696160601=>1,1696522129=>1,1697383218=>1,1698965729=>1,1698888982=>1,1699064412=>1,1699084943=>1,1699175094=>1,1699093168=>1,1698888664=>1,1698791165=>1,1697782988=>1,1697776606=>1,1697872351=>1,1697874484=>1,1698135306=>1,1697875701=>1,1696160551=>1,1696160514=>1,1680479005=>1,1680240594=>1,1680517587=>1,1680629186=>1,1680635460=>1,1680629882=>1,1680217740=>1,1680125038=>1,1679895118=>1,1679861526=>1,1679900784=>1,1679915536=>1,1680112644=>1,1680093618=>1,1680699244=>1,1694571339=>1,1695901217=>1,1695900778=>1,1695977547=>1,1696132800=>1,1696156238=>1,1696139309=>1,1695846022=>1,1695788314=>1,1694905490=>1,1694672222=>1,1694907945=>1,1695549263=>1,1695718714=>1,1699175095=>1,1699669615=>1,1702856088=>1,1701661021=>1,1702878134=>1,1702913304=>1,1705269551=>1,1702913379=>1,1701634772=>1,1701629786=>1,1701088567=>1,1701088350=>1,1701089454=>1,1701156297=>1,1701591918=>1,1701585921=>1,1705452023=>1,1705495742=>1,1707652637=>1,1707651878=>1,1707654943=>1,1707654989=>1,1707658313=>1,1707657514=>1,1707651642=>1,1707651630=>1,1707642414=>1,1707636972=>1,1707647594=>1,1707648307=>1,1707650571=>1,1701041204=>1,1701003274=>1,1699848713=>1,1699833990=>1,1699865892=>1,1699869262=>1,1700679389=>1,1699871497=>1,1699815197=>1,1699815095=>1,1699811423=>1,1699677420=>1,1699811476=>1,1699811830=>1,1699814938=>1,1699812943=>1,1700792861=>1,1700792862=>1,1700793121=>1,1700793120=>1,1700793123=>1,1700924306=>1,1700998154=>1,1700992552=>1,1700793119=>1,1700793118=>1,1700792864=>1,1700792863=>1,1700792865=>1,1700792867=>1,1700793117=>1,1729234503=>1,1729234505=>1,1731190072=>1,1731187284=>1,1731274237=>1,1731291507=>1,1731396330=>1,1731313538=>1,1731182950=>1,1730979008=>1,1730882621=>1,1730873026=>1,1730943651=>1,1730953657=>1,1730975021=>1,1730975019=>1,1731402856=>1,1731422478=>1,1731566860=>1,1731516534=>1,1731568641=>1,1731570029=>1,1731598339=>1,1731573811=>1,1731478562=>1,1731452621=>1,1731432716=>1,1731432708=>1,1731432798=>1,1731432814=>1,1731452619=>1,1731452517=>1,1730794750=>1,1730785600=>1,1730647939=>1,1730647742=>1,1730647953=>1,1730647954=>1,1730647956=>1,1730647955=>1,1730647741=>1,1730647733=>1,1730647708=>1,1730647706=>1,1730647718=>1,1730647722=>1,1730647731=>1,1730647727=>1,1730647958=>1,1730647964=>1,1730751625=>1,1730751546=>1,1730751671=>1,1730777098=>1,1730785598=>1,1730785585=>1,1730744673=>1,1730732673=>1,1730647976=>1,1730647967=>1,1730647993=>1,1730647994=>1,1730647996=>1,1731599105=>1,1731599935=>1,1731740811=>1,1731740795=>1,1731740817=>1,1731740834=>1,1731740838=>1,1731740836=>1,1731740790=>1,1731740787=>1,1731740750=>1,1731740743=>1,1731740751=>1,1731740756=>1,1731740762=>1,1731740761=>1,1731740848=>1,1731740858=>1,1731740890=>1,1731740885=>1,1731740897=>1,1731740907=>1,1678737511=>1,1731740912=>1,1731740884=>1,1731740881=>1,1731740865=>1,1731740860=>1,1731740870=>1,1731740875=>1,1731740879=>1,1731740728=>1,1731740712=>1,1731648274=>1,1731648068=>1,1731648666=>1,1731664076=>1,1731664577=>1,1731664568=>1,1731639044=>1,1731630849=>1,1731617793=>1,1731601950=>1,1731630082=>1,1731630126=>1,1731630401=>1,1731630337=>1,1731664713=>1,1731664725=>1,1731740675=>1,1731739640=>1,1731740678=>1,1731740686=>1,1731740702=>1,1731740687=>1,1731724857=>1,1731724598=>1,1731664749=>1,1731664735=>1,1731664753=>1,1731664763=>1,1731666966=>1,1730647697=>1,1730647684=>1,1729737484=>1,1729731554=>1,1729788490=>1,1729790730=>1,1729792141=>1,1729792138=>1,1729724500=>1,1729706530=>1,1729658452=>1,1729658450=>1,1729658821=>1,1729658822=>1,1729688899=>1,1729672275=>1,1729806499=>1,1729813096=>1,1729937418=>1,1729926518=>1,1729937430=>1,1729937437=>1,1729937446=>1,1729937441=>1,1729909765=>1,1729903147=>1,1729842547=>1,1729839874=>1,1729853074=>1,1729866561=>1,1729902734=>1,1729649768=>1,1729596138=>1,1729253377=>1,1729251995=>1,1729278977=>1,1729278986=>1,1729326522=>1,1729313178=>1,1729234518=>1,1729234517=>1,1729234509=>1,1729234506=>1,1729234510=>1,1729234513=>1,1729234516=>1,1729234514=>1,1729357246=>1,1729363286=>1,1729571146=>1,1729530714=>1,1729586311=>1,1729587078=>1,1729595943=>1,1729587159=>1,1729413245=>1,1729411427=>1,1729386769=>1,1729386753=>1,1729386809=>1,1729386929=>1,1729407002=>1,1729937449=>1,1729937929=>1,1730647225=>1,1730647222=>1,1730647226=>1,1730647227=>1,1730647429=>1,1730647229=>1,1730647214=>1,1730647213=>1,1730647201=>1,1730647200=>1,1730647204=>1,1730647205=>1,1730647210=>1,1730647207=>1,1730647436=>1,1730647437=>1,1730647460=>1,1730647457=>1,1730647465=>1,1730647472=>1,1730647483=>1,1730647477=>1,1730647455=>1,1730647454=>1,1730647442=>1,1730647441=>1,1730647447=>1,1730647450=>1,1730647451=>1,1730647183=>1,1730647179=>1,1730130530=>1,1730130177=>1,1730130546=>1,1730130657=>1,1730149236=>1,1730149148=>1,1730069201=>1,1730066010=>1,1729946029=>1,1729946025=>1,1729946036=>1,1729991686=>1,1730042314=>1,1730030169=>1,1730415106=>1,1730415382=>1,1730628967=>1,1730628912=>1,1730636936=>1,1730647170=>1,1730647178=>1,1730647171=>1,1730569558=>1,1730554605=>1,1730511101=>1,1730421610=>1,1730516157=>1,1730521187=>1,1730521273=>1,1731741027=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1700793096=>1700793103,1700792840=>1700792847,1731741013=>1,1731741014=>1,1731741015=>1,1731741021=>1,1731741020=>1,1731741004=>1,1731740988=>1,1731712731=>1,1731712713=>1,1731739640=>1,1731739641=>1,1731741022=>1,1731740686=>1,1731740994=>1,1731741026=>1,1731799725=>1,1731799713=>1,1731965457=>1,1731975433=>1,1732081400=>1,1732076843=>1,1731799709=>1,1731799701=>1,1731741027=>1,1731684432=>1,1731752240=>1,1731776340=>1,1731799697=>1,1731741024=>1,1731666966=>1,1731579829=>1,1731579826=>1,1731579836=>1,1731579845=>1,1731579891=>1,1731579867=>1,1731579787=>1,1731579763=>1,1731570029=>1,1731566860=>1,1731579659=>1,1731579676=>1,1731579758=>1,1731579706=>1,1731579898=>1,1731598339=>1,1731639044=>1,1731630849=>1,1731643498=>1,1731648068=>1,1731648666=>1,1731648274=>1,1731630401=>1,1731630337=>1,1731599935=>1,1731599105=>1,1731617793=>1,1731617809=>1,1731630126=>1,1731630082=>1,1732152838=>1,1732206594=>1,1742877704=>1,1742843625=>1,1742903820=>1,1742904057=>1,1743000020=>1,1742922525=>1,1742797488=>1,1742776074=>1,1741800698=>1,1741797414=>1,1742095809=>1,1742740590=>1,1742745756=>1,1742740762=>1,1743002478=>1,1743031371=>1,1743212121=>1,1743193475=>1,1743248238=>1,1743274179=>1,1743274181=>1,1743274180=>1,1743166638=>1,1743142482=>1,1743082483=>1,1743058454=>1,1743093604=>1,1743128277=>1,1743136661=>1,1741797378=>1,1741796274=>1,1740833658=>1,1740816704=>1,1740833662=>1,1740869208=>1,1740909446=>1,1740871257=>1,1740816703=>1,1740816654=>1,1732206651=>1,1731554597=>1,1732222627=>1,1740753115=>1,1740816650=>1,1740753121=>1,1740937630=>1,1740983301=>1,1741616750=>1,1741596924=>1,1741631717=>1,1741631718=>1,1741636873=>1,1741631720=>1,1741559312=>1,1741512466=>1,1741162007=>1,1741028476=>1,1741189487=>1,1741467650=>1,1741467651=>1,1732177690=>1,1731540213=>1,1730647465=>1,1730647461=>1,1730647468=>1,1730647470=>1,1730647473=>1,1730647472=>1,1730647460=>1,1730647459=>1,1730647450=>1,1730647447=>1,1730647451=>1,1730647454=>1,1730647457=>1,1730647455=>1,1730647476=>1,1730647477=>1,1730647718=>1,1730647708=>1,1730647722=>1,1730647727=>1,1730647733=>1,1730647731=>1,1730647706=>1,1730647697=>1,1730647482=>1,1730647479=>1,1730647483=>1,1730647484=>1,1730647684=>1,1730647486=>1,1730647446=>1,1730647444=>1,1730647204=>1,1730647201=>1,1730647205=>1,1730647207=>1,1730647210=>1,1730647208=>1,1730647200=>1,1730647183=>1,1730628912=>1,1730595231=>1,1730647170=>1,1730647171=>1,1730647179=>1,1730647178=>1,1730647213=>1,1730647214=>1,1730647435=>1,1730647431=>1,1730647436=>1,1730647437=>1,1730647442=>1,1730647441=>1,1730647429=>1,1730647229=>1,1730647222=>1,1730647215=>1,1730647225=>1,1730647226=>1,1730647227=>1,1730647741=>1,1730647742=>1,1730873026=>1,1730863439=>1,1730873029=>1,1730882621=>1,1730975021=>1,1730943651=>1,1730794750=>1,1730794742=>1,1730785600=>1,1730785598=>1,1730790504=>1,1730790558=>1,1730790906=>1,1730790689=>1,1730979008=>1,1731137059=>1,1731402840=>1,1731396330=>1,1731402856=>1,1731432789=>1,1731479171=>1,1731432798=>1,1731331634=>1,1731313538=>1,1731187122=>1,1731182950=>1,1731190072=>1,1731216144=>1,1731291507=>1,1731274237=>1,1730785585=>1,1730777098=>1,1730647958=>1,1730647956=>1,1730647959=>1,1730647960=>1,1730647967=>1,1730647964=>1,1730647955=>1,1730647954=>1,1730647944=>1,1730647939=>1,1730647945=>1,1730647946=>1,1730647953=>1,1730647951=>1,1730647973=>1,1730647974=>1,1730671307=>1,1730649241=>1,1730716173=>1,1730744673=>1,1730774295=>1,1730751648=>1,1730647996=>1,1730647994=>1,1730647977=>1,1730647976=>1,1730647981=>1,1730647983=>1,1730647993=>1,1743352946=>1,1743353313=>1,1754350983=>1,1753893017=>1,1754351706=>1,1754351860=>1,1754352475=>1,1754352272=>1,1753859053=>1,1753478455=>1,1753459119=>1,1753457948=>1,1753462190=>1,1753468051=>1,1753468439=>1,1753468352=>1,1754352605=>1,1754352673=>1,1754354028=>1,1754353986=>1,1754354033=>1,1754354223=>1,1754354257=>1,1754354228=>1,1754353961=>1,1754353960=>1,1754353759=>1,1754353692=>1,1754353845=>1,1754353930=>1,1754353954=>1,1754353950=>1,1753455205=>1,1753453908=>1,1753431622=>1,1753430143=>1,1753432770=>1,1753434454=>1,1753443335=>1,1753441787=>1,1753428220=>1,1753427939=>1,1753426239=>1,1753426080=>1,1753426581=>1,1753427302=>1,1753427909=>1,1753427813=>1,1753443531=>1,1753444415=>1,1753450869=>1,1753450031=>1,1753450911=>1,1753451934=>1,1753453654=>1,1753453052=>1,1753449588=>1,1753449538=>1,1753446493=>1,1753444936=>1,1753447184=>1,1753448695=>1,1753448734=>1,1754354281=>1,1754354292=>1,1755059894=>1,1755059843=>1,1755059910=>1,1755060030=>1,1755060110=>1,1755060048=>1,1755059682=>1,1755059636=>1,1755059392=>1,1755058697=>1,1755059477=>1,1755059481=>1,1755059610=>1,1755059513=>1,1755060134=>1,1755060169=>1,1755061698=>1,1755061549=>1,1755061770=>1,1755061827=>1,1755061961=>1,1755061887=>1,1755061350=>1,1755061188=>1,1755060730=>1,1755060561=>1,1755060775=>1,1755060976=>1,1755061163=>1,1755046253=>1,1755045884=>1,1754354845=>1,1754354792=>1,1754354866=>1,1754355059=>1,1754355578=>1,1754355329=>1,1754354636=>1,1754354612=>1,1754354413=>1,1754354368=>1,1754354516=>1,1754354542=>1,1754354611=>1,1754354604=>1,1754355812=>1,1754357926=>1,1754363517=>1,1754363250=>1,1754838450=>1,1754846755=>1,1755038874=>1,1754911828=>1,1754361948=>1,1754359427=>1,1754358083=>1,1754358068=>1,1754358277=>1,1754358605=>1,1754359083=>1,1753425758=>1,1753425428=>1,1744084982=>1,1744067088=>1,1744091742=>1,1744128145=>1,1744175461=>1,1744129336=>1,1744024881=>1,1744024411=>1,1743924908=>1,1743890911=>1,1743939870=>1,1743966549=>1,1743993859=>1,1743985461=>1,1744179693=>1,1744192291=>1,1744336933=>1,1744296196=>1,1744395009=>1,1744397330=>1,1744399140=>1,1744397466=>1,1744296017=>1,1744296001=>1,1744266598=>1,1744231710=>1,1744266758=>1,1744279677=>1,1744295954=>1,1744282330=>1,1743890900=>1,1743890897=>1,1743571321=>1,1743571310=>1,1743595491=>1,1743622287=>1,1743781874=>1,1743709561=>1,1743571227=>1,1743453795=>1,1743353837=>1,1730569558=>1,1743395338=>1,1743398032=>1,1743453794=>1,1743423988=>1,1743783938=>1,1743785997=>1,1743885945=>1,1743866185=>1,1743890693=>1,1743890866=>1,1743890880=>1,1743890868=>1,1743866184=>1,1743866183=>1,1743860344=>1,1743805191=>1,1743866116=>1,1743866117=>1,1743866120=>1,1744432652=>1,1744432733=>1,1747570233=>1,1747569757=>1,1747641678=>1,1748711650=>1,1753250481=>1,1753249969=>1,1747492670=>1,1747487398=>1,1747249942=>1,1747241197=>1,1747298587=>1,1747304604=>1,1747452303=>1,1747304951=>1,1753250725=>1,1753260537=>1,1753420663=>1,1753418891=>1,1753421695=>1,1753422777=>1,1753423791=>1,1753422902=>1,1753418710=>1,1753416941=>1,1753280412=>1,1753270688=>1,1753356726=>1,1753393529=>1,1753403183=>1,1747236354=>1,1747236126=>1,1744565522=>1,1744548866=>1,1744572896=>1,1744574764=>1,1744625125=>1,1744595988=>1,1744525948=>1,1744524094=>1,1744433372=>1,1744432736=>1,1744441300=>1,1744513845=>1,1744524081=>1,1744517172=>1,1744640373=>1,1744671276=>1,1744825266=>1,1744789083=>1,1746933041=>1,1747212196=>1,1747236108=>1,1747212198=>1,1744768792=>1,1744752212=>1,1744687160=>1,1744676865=>1,1744706404=>1,1744706550=>1,1744717642=>1,1743353281=>1,1730521273=>1,1697896773=>1,1697874447=>1,1697906454=>1,1698135136=>1,1698888664=>1,1698135306=>1,1697873947=>1,1697872272=>1,1695922031=>1,1695725884=>1,1696212642=>1,1697383218=>1,1697856930=>1,1697776606=>1,1698888982=>1,1699064412=>1,1699812028=>1,1699811703=>1,1699812636=>1,1699812885=>1,1699833990=>1,1699815197=>1,1699811606=>1,1699738773=>1,1699175094=>1,1699084943=>1,1699175095=>1,1699213646=>1,1699669615=>1,1699667622=>1,1694905587=>1,1694905552=>1,1678601411=>1,1678470499=>1,1678733829=>1,1678737511=>1,1679895118=>1,1679861526=>1,1678310114=>1,1678199423=>1,1677783070=>1,1677665346=>1,1677790291=>1,1677895342=>1,1678189299=>1,1678181315=>1,1679900784=>1,1679915536=>1,1680635460=>1,1680517587=>1,1680750915=>1,1694500618=>1,1694672222=>1,1694510315=>1,1680479005=>1,1680253898=>1,1680093618=>1,1679952547=>1,1680111244=>1,1680125038=>1,1680217740=>1,1699835015=>1,1699852395=>1,1707638064=>1,1707636746=>1,1707642414=>1,1707644164=>1,1707648349=>1,1707647594=>1,1705859471=>1,1705495742=>1,1701592945=>1,1701592737=>1,1702856088=>1,1702878134=>1,1705269551=>1,1702913222=>1,1707651630=>1,1707651878=>1,1707690191=>1,1707681169=>1,1707708214=>1,1707709111=>1,1707721792=>1,1707710786=>1,1707666034=>1,1707657514=>1,1707652637=>1,1707652388=>1,1707654250=>1,1707654989=>1,1707655871=>1,1701592137=>1,1701591760=>1,1700793092=>1,1700793091=>1,1700793104=>1,1700793105=>1,1700924306=>1,1700793106=>1,1700793090=>1,1700792850=>1,1699872611=>1,1699866907=>1,1700792834=>1,1700792835=>1,1700792849=>1,1700792848=>1,1700949179=>1,1700992552=>1,1701156297=>1,1701099784=>1,1701581358=>1,1701589334=>1,1701590748=>1,1701589772=>1,1701089454=>1,1701088567=>1,1701003274=>1,1700998154=>1,1701041204=>1,1701042080=>1,1701088350=>1,1677278152=>1,1677273862=>1,1673852497=>1,1673852182=>1,1673852570=>1,1673853308=>1,1673853783=>1,1673853711=>1,1673852000=>1,1673851844=>1,1673841899=>1,1673841542=>1,1673842202=>1,1673842453=>1,1673849897=>1,1673849053=>1,1673854055=>1,1673854060=>1,1673862814=>1,1673862765=>1,1673866100=>1,1673873192=>1,1673875430=>1,1673874005=>1,1673860064=>1,1673858976=>1,1673854510=>1,1673854388=>1,1673855884=>1,1673855927=>1,1673858918=>1,1673858309=>1,1673841337=>1,1673841292=>1,1673830257=>1,1673830190=>1,1673834572=>1,1673835387=>1,1673836225=>1,1673836152=>1,1673829864=>1,1673829616=>1,1673824738=>1,1673824508=>1,1673824859=>1,1673825188=>1,1673828231=>1,1673826986=>1,1673837362=>1,1673837617=>1,1673841006=>1,1673840884=>1,1673841010=>1,1673841027=>1,1673841209=>1,1673841030=>1,1673840853=>1,1673840671=>1,1673837801=>1,1673837667=>1,1673838364=>1,1673838416=>1,1673840657=>1,1673875612=>1,1673877003=>1,1673919429=>1,1673919136=>1,1673919514=>1,1673919527=>1,1673920103=>1,1673919815=>1,1673918929=>1,1673917887=>1,1673915056=>1,1673915046=>1,1673915078=>1,1673915521=>1,1673917687=>1,1673917326=>1,1673920134=>1,1673924897=>1,1673943113=>1,1673941760=>1,1675982541=>1,1676141022=>1,1677242816=>1,1676903134=>1,1673939682=>1,1673938865=>1,1673926245=>1,1673925381=>1,1673928662=>1,1673930560=>1,1673937432=>1,1673914807=>1,1673914717=>1,1673903956=>1,1673903753=>1,1673904006=>1,1673904323=>1,1673905600=>1,1673904497=>1,1673903304=>1,1673901506=>1,1673879621=>1,1673877032=>1,1673884996=>1,1673885979=>1,1673894709=>1,1673894310=>1,1673905865=>1,1673905992=>1,1673911903=>1,1673911295=>1,1673911921=>1,1673913471=>1,1673914211=>1,1673913537=>1,1673909977=>1,1673909866=>1,1673907281=>1,1673907118=>1,1673907664=>1,1673908148=>1,1673909059=>1,1707722206=>1,1707987483=>1,1729278986=>1,1729278977=>1,1729296142=>1,1729296344=>1,1729326522=>1,1729313178=>1,1729253377=>1,1729252127=>1,1729197301=>1,1729145058=>1,1729207938=>1,1729233933=>1,1729251157=>1,1729234003=>1,1729357246=>1,1729363286=>1,1729530714=>1,1729453554=>1,1729539651=>1,1729539652=>1,1729586942=>1,1729586311=>1,1729413538=>1,1729407002=>1,1729386769=>1,1729386753=>1,1729386809=>1,1729386913=>1,1729386945=>1,1729386929=>1,1729131282=>1,1729131278=>1,1728939462=>1,1728939454=>1,1728939466=>1,1728965022=>1,1728977665=>1,1728977426=>1,1728939453=>1,1728939449=>1,1728773394=>1,1728767224=>1,1728798774=>1,1728815108=>1,1728881545=>1,1728881448=>1,1728977802=>1,1728988782=>1,1729091949=>1,1729086215=>1,1729099698=>1,1729130497=>1,1729130709=>1,1729130633=>1,1729067738=>1,1729052405=>1,1729034887=>1,1728990222=>1,1729034940=>1,1729051669=>1,1729052229=>1,1729587078=>1,1729587159=>1,1729946577=>1,1729946129=>1,1730041762=>1,1730042314=>1,1730066010=>1,1730042598=>1,1729946113=>1,1729946036=>1,1729937449=>1,1729937446=>1,1729937929=>1,1729945622=>1,1729946029=>1,1729946025=>1,1730069201=>1,1730082586=>1,1730515334=>1,1730511101=>1,1730519343=>1,1730520940=>1,1673817665=>1,1730521187=>1,1730421610=>1,1730415106=>1,1730130530=>1,1730130177=>1,1730130546=>1,1730130657=>1,1730149148=>1,1729937445=>1,1729937441=>1,1729688899=>1,1729672275=>1,1729706530=>1,1729724500=>1,1729734377=>1,1729725850=>1,1729658822=>1,1729658821=>1,1729596138=>1,1729595943=>1,1729643360=>1,1729658450=>1,1729658454=>1,1729658452=>1,1729737484=>1,1729806499=>1,1729909765=>1,1729902734=>1,1729926518=>1,1729937418=>1,1729937437=>1,1729937430=>1,1729897528=>1,1729853074=>1,1729839874=>1,1729810530=>1,1729842219=>1,1729842410=>1,1729842617=>1,1728759652=>1,1728759090=>1,1728357578=>1,1728339032=>1,1728358374=>1,1728379410=>1,1728414977=>1,1728379412=>1,1728329289=>1,1728269838=>1,1728142989=>1,1728142727=>1,1728205141=>1,1728205578=>1,1728269836=>1,1728265586=>1,1728428834=>1,1728433138=>1,1728480807=>1,1728480799=>1,1728480820=>1,1728480850=>1,1728480869=>1,1728480860=>1,1728480798=>1,1728480787=>1,1728480541=>1,1728457635=>1,1728480589=>1,1728480653=>1,1728480775=>1,1728131851=>1,1728131850=>1,1710980901=>1,1709701578=>1,1710999362=>1,1711011666=>1,1711215092=>1,1711193286=>1,1709685058=>1,1709650586=>1,1709373933=>1,1709313247=>1,1709379232=>1,1709437570=>1,1709649482=>1,1709649442=>1,1711223597=>1,1711223634=>1,1728131651=>1,1728131149=>1,1728131652=>1,1728131707=>1,1728131709=>1,1728131708=>1,1728131148=>1,1728129975=>1,1711226570=>1,1711223666=>1,1711229346=>1,1711233722=>1,1711234698=>1,1728480934=>1,1728480937=>1,1728481247=>1,1728481241=>1,1728481248=>1,1728481250=>1,1728481256=>1,1728481253=>1,1728481240=>1,1728481236=>1,1728481202=>1,1728481199=>1,1728481208=>1,1728481213=>1,1728481218=>1,1728481214=>1,1728481257=>1,1728481258=>1,1728666004=>1,1728662816=>1,1728675026=>1,1728742407=>1,1728752180=>1,1728742933=>1,1728662815=>1,1728528435=>1,1728481269=>1,1728481261=>1,1728481270=>1,1728481278=>1,1728501190=>1,1728481198=>1,1728481197=>1,1728481074=>1,1728481072=>1,1728481076=>1,1728481080=>1,1728481091=>1,1728481089=>1,1728481058=>1,1728481048=>1,1728480970=>1,1728480949=>1,1728480976=>1,1728480992=>1,1728481036=>1,1728481026=>1,1728481099=>1,1728481105=>1,1728481175=>1,1728481158=>1,1728481181=>1,1728481185=>1,1728481189=>1,1728481187=>1,1728481153=>1,1728481145=>1,1728481110=>1,1728481107=>1,1728481117=>1,1728481121=>1,1728481144=>1,1730569418=>1,);?>
1
+ <?php return array(1815957824=>1815957887,1815951408=>1815951423,1815951248=>1815951263,1815950192=>1815950207,1815940112=>1815940127,1824103962=>1,1824302614=>1,1823790283=>1,1823621949=>1,1823369696=>1,1823357376=>1,1823081068=>1,1823373786=>1,1823390552=>1,1823503770=>1,1823390613=>1,1824337292=>1,1824526635=>1,1827806633=>1,1827714700=>1,1827497812=>1,1827941180=>1,1828005465=>1,1828214770=>1,1828212865=>1,1826716304=>1,1826665305=>1,1824784991=>1,1824778397=>1,1825196899=>1,1825327272=>1,1825976327=>1,1825825768=>1,1823074510=>1,1822949558=>1,1815991036=>1,1815990578=>1,1815991398=>1,1815991697=>1,1816000503=>1,1815994346=>1,1815990039=>1,1815988174=>1,1815987058=>1,1815986079=>1,1815987540=>1,1815987919=>1,1815988170=>1,1816001110=>1,1816001462=>1,1822874642=>1,1822861470=>1,1822874643=>1,1828344313=>1,1822966067=>1,1822761223=>1,1822592626=>1,1816591798=>1,1816277101=>1,1816843885=>1,1816876693=>1,1822524861=>1,1822993678=>1,1828389835=>1,1833660197=>1,1833642227=>1,1833678925=>1,1834371235=>1,1834377678=>1,1834373984=>1,1833642226=>1,1833624474=>1,1833615996=>1,1833615943=>1,1833616318=>1,1833616741=>1,1833619177=>1,1833618965=>1,1834400977=>1,1834403367=>1,1834685402=>1,1834684398=>1,1834703255=>1,1834705242=>1,1834709021=>1,1834705548=>1,1834681120=>1,1834658287=>1,1834500386=>1,1834430565=>1,1834626253=>1,1834626774=>1,1834655957=>1,1834653424=>1,1833605013=>1,1833585637=>1,1832830995=>1,1832684492=>1,1832878407=>1,1832896344=>1,1832935024=>1,1832896372=>1,1831936541=>1,1830733278=>1,1829296394=>1,1828760109=>1,1829548467=>1,1830339032=>1,1830618322=>1,1830345735=>1,1832944920=>1,1833121088=>1,1833377626=>1,1833355872=>1,1833415666=>1,1833446211=>1,1833517338=>1,1833493658=>1,1833292790=>1,1833257070=>1,1833222020=>1,1833217596=>1,1833222021=>1,1833239102=>1,1833255697=>1,1833239165=>1,1815983915=>1,1815981954=>1,1807704645=>1,1807695864=>1,1807705898=>1,1807709867=>1,1807711928=>1,1807711669=>1,1807695274=>1,1807695271=>1,1807692953=>1,1807691616=>1,1807693078=>1,1807694400=>1,1807695245=>1,1807695101=>1,1807730580=>1,1807730630=>1,1808274746=>1,1808012334=>1,1808465185=>1,1808478795=>1,1809383817=>1,1808627745=>1,1807732594=>1,1807732221=>1,1807731244=>1,1807730685=>1,1807731391=>1,1807731719=>1,1807732198=>1,1807691607=>1,1807691468=>1,1807068756=>1,1807068694=>1,1807068899=>1,1807072199=>1,1807112856=>1,1807106951=>1,1807067555=>1,1807066635=>1,1806975097=>1,1806855649=>1,1806975884=>1,1807039496=>1,1807063183=>1,1807039991=>1,1807115053=>1,1807116435=>1,1807558688=>1,1807540806=>1,1807626065=>1,1807649196=>1,1807690220=>1,1807690023=>1,1807531065=>1,1807332262=>1,1807118317=>1,1807117624=>1,1807123316=>1,1807123317=>1,1807123336=>1,1809616709=>1,1812085194=>1,1815927080=>1,1815851652=>1,1815956002=>1,1815958548=>1,1815962517=>1,1815961639=>1,1815808993=>1,1815808653=>1,1815747842=>1,1815660435=>1,1815777514=>1,1815808641=>1,1815808650=>1,1815808647=>1,1815963566=>1,1815967563=>1,1815980456=>1,1815979893=>1,1815981116=>1,1834713616=>1,1815983064=>1,1815982446=>1,1815979837=>1,1815979659=>1,1815969601=>1,1815968344=>1,1815978480=>1,1815979264=>1,1815979433=>1,1815551247=>1,1815466141=>1,1813342471=>1,1813299513=>1,1813771831=>1,1813811434=>1,1813971970=>1,1813910659=>1,1813196906=>1,1813147132=>1,1812777941=>1,1812328602=>1,1813015474=>1,1813071410=>1,1813146307=>1,1813981189=>1,1813997074=>1,1815066364=>1,1815007412=>1,1815112634=>1,1815160815=>1,1815309597=>1,1815170531=>1,1814912348=>1,1814912338=>1,1814049044=>1,1814025623=>1,1814293566=>1,1814912324=>1,1814912336=>1,1815983302=>1,1834729464=>1,1844181892=>1,1844181891=>1,1844181893=>1,1844205577=>1,1844251250=>1,1844206289=>1,1844181890=>1,1844091445=>1,1844018980=>1,1843948174=>1,1844019177=>1,1844061380=>1,1844062162=>1,1844061816=>1,1844251321=>1,1844251341=>1,1844587151=>1,1844392088=>1,1844588995=>1,1844975182=>1,1844981264=>1,1844977696=>1,1844391964=>1,1844391962=>1,1844271873=>1,1844251418=>1,1844325031=>1,1844337748=>1,1844382730=>1,1844367602=>1,1843927995=>1,1843886705=>1,1842619346=>1,1842506334=>1,1842954001=>1,1843040803=>1,1843403044=>1,1843401251=>1,1842298326=>1,1842298320=>1,1842298256=>1,1842298228=>1,1842298259=>1,1842298278=>1,1842298302=>1,1842298279=>1,1843410450=>1,1843488066=>1,1843823118=>1,1843822771=>1,1843845578=>1,1843850329=>1,1843854318=>1,1843850917=>1,1843818498=>1,1843799005=>1,1843699278=>1,1843660921=>1,1843702350=>1,1843706004=>1,1843736068=>1,1845006419=>1,1845006613=>1,1850280466=>1,1850279350=>1,1850285410=>1,1850323521=>1,1850574448=>1,1850324492=>1,1850278638=>1,1850277996=>1,1848928649=>1,1848928494=>1,1848934370=>1,1848958282=>1,1849878261=>1,1849791271=>1,1850575202=>1,1850576210=>1,1850589416=>1,1850589260=>1,1850590450=>1,1850592441=>1,1850592745=>1,1850592490=>1,1850588975=>1,1850587406=>1,1850579816=>1,1850578264=>1,1850580267=>1,1850585944=>1,1850587268=>1,1847974396=>1,1847974078=>1,1845294450=>1,1845207559=>1,1845399303=>1,1845410035=>1,1845482553=>1,1845429447=>1,1845167596=>1,1845029982=>1,1845014622=>1,1845007196=>1,1845029947=>1,1845029979=>1,1845029981=>1,1845029980=>1,1845484068=>1,1845768075=>1,1847732194=>1,1847730860=>1,1847900369=>1,1847906462=>1,1847908866=>1,1847908766=>1,1847730858=>1,1846735113=>1,1845848298=>1,1845847730=>1,1846122762=>1,1846622495=>1,1846652054=>1,1842180618=>1,1842156752=>1,1839525095=>1,1839458825=>1,1839544705=>1,1839685974=>1,1839719266=>1,1839717521=>1,1839458824=>1,1839458823=>1,1838983734=>1,1838906751=>1,1839135432=>1,1839458818=>1,1839458821=>1,1839458820=>1,1839800739=>1,1839951374=>1,1840069521=>1,1840069408=>1,1840069804=>1,1840069805=>1,1840069981=>1,1840069925=>1,1840069376=>1,1840069233=>1,1840015875=>1,1840003517=>1,1840068626=>1,1840068790=>1,1840069205=>1,1840068995=>1,1838229729=>1,1837447875=>1,1835738010=>1,1835699004=>1,1835796925=>1,1835844827=>1,1836623882=>1,1835869856=>1,1835676276=>1,1835625890=>1,1834901827=>1,1834882781=>1,1834962111=>1,1835535452=>1,1835574741=>1,1835544224=>1,1836627189=>1,1836683935=>1,1837048626=>1,1836976612=>1,1837110877=>1,1837297369=>1,1837417679=>1,1837368618=>1,1836890841=>1,1836889790=>1,1836798142=>1,1836767323=>1,1836867405=>1,1836878291=>1,1836881179=>1,1840082642=>1,1840187072=>1,1841711996=>1,1841692397=>1,1841712017=>1,1841857086=>1,1841894339=>1,1841870774=>1,1841676821=>1,1841659648=>1,1841570355=>1,1841566262=>1,1841594147=>1,1841615470=>1,1841656873=>1,1841656837=>1,1841894345=>1,1841913712=>1,1841928880=>1,1841928862=>1,1841940745=>1,1841954983=>1,1842134735=>1,1842120462=>1,1841928861=>1,1841928857=>1,1841922827=>1,1841917227=>1,1841923428=>1,1841927176=>1,1841928432=>1,1841542271=>1,1841541894=>1,1840976810=>1,1840886871=>1,1841024247=>1,1841056216=>1,1841059046=>1,1841058141=>1,1840883314=>1,1840824260=>1,1840187449=>1,1840187445=>1,1840192915=>1,1840192918=>1,1840791138=>1,1840785909=>1,1841143517=>1,1841147167=>1,1841496558=>1,1841458834=>1,1841501711=>1,1841525706=>1,1841529807=>1,1841529360=>1,1841435317=>1,1841428476=>1,1841196516=>1,1841186645=>1,1841219681=>1,1841377588=>1,1841418868=>1,1806828314=>1,1806827836=>1,1760360410=>1,1760356293=>1,1760361641=>1,1760362632=>1,1760363236=>1,1760363028=>1,1760344890=>1,1760343757=>1,1760338111=>1,1760336856=>1,1760341411=>1,1760341565=>1,1760342830=>1,1760341963=>1,1760393270=>1,1760399711=>1,1760468559=>1,1760466813=>1,1760468927=>1,1760469406=>1,1760470942=>1,1760470895=>1,1760465263=>1,1760462520=>1,1760401603=>1,1760401582=>1,1760402646=>1,1760420870=>1,1760461774=>1,1760461468=>1,1760335828=>1,1760335776=>1,1760316441=>1,1760311088=>1,1760318291=>1,1760319017=>1,1760320134=>1,1760319322=>1,1760310980=>1,1760310939=>1,1760309426=>1,1760309065=>1,1760309658=>1,1760309964=>1,1760310288=>1,1760310181=>1,1760320834=>1,1760321359=>1,1760330816=>1,1760330511=>1,1760333405=>1,1760334195=>1,1760335350=>1,1760335271=>1,1760329319=>1,1760326782=>1,1760322924=>1,1760321689=>1,1760323495=>1,1760325179=>1,1760326258=>1,1760471312=>1,1760471353=>1,1774645551=>1,1774642363=>1,1775500816=>1,1776297076=>1,1776361521=>1,1776297769=>1,1773823327=>1,1773820518=>1,1768947898=>1,1768274829=>1,1768948142=>1,1768949282=>1,1773713837=>1,1773713681=>1,1776369268=>1,1776399966=>1,1778437654=>1,1778434980=>1,1778537752=>1,1778545533=>1,1778707026=>1,1778545861=>1,1778386123=>1,1777069482=>1,1776477544=>1,1776476406=>1,1776588353=>1,1776614258=>1,1777035835=>1,1768247918=>1,1767899226=>1,1760764868=>1,1760627336=>1,1760840047=>1,1760840365=>1,1760878540=>1,1760877709=>1,1760552085=>1,1760533967=>1,1760473222=>1,1760471918=>1,1760476258=>1,1760476610=>1,1760484803=>1,1760484639=>1,1760889038=>1,1760899591=>1,1761551108=>1,1761503731=>1,1761558607=>1,1761601302=>1,1763469226=>1,1763402434=>1,1761503730=>1,1761491844=>1,1760946560=>1,1760946049=>1,1760961278=>1,1761253691=>1,1761344292=>1,1760308357=>1,1760306919=>1,1759261053=>1,1759259409=>1,1759282657=>1,1759290595=>1,1759293381=>1,1759293329=>1,1759257397=>1,1759257106=>1,1759253481=>1,1759253283=>1,1759254074=>1,1759254895=>1,1759256265=>1,1759255207=>1,1759293611=>1,1759294379=>1,1759468699=>1,1759451516=>1,1759470860=>1,1759470958=>1,1759476339=>1,1759476293=>1,1759449239=>1,1759448297=>1,1759295007=>1,1759294906=>1,1759295699=>1,1759295986=>1,1759445304=>1,1759410223=>1,1759250694=>1,1759249850=>1,1758433301=>1,1758433265=>1,1758433555=>1,1758433894=>1,1758436738=>1,1758433922=>1,1758430828=>1,1758430484=>1,1758381918=>1,1758373948=>1,1758429226=>1,1758429289=>1,1758429843=>1,1758429330=>1,1758445794=>1,1758445796=>1,1759177253=>1,1759158117=>1,1759211618=>1,1759211634=>1,1759248869=>1,1759248713=>1,1759148241=>1,1759148240=>1,1758539000=>1,1758523893=>1,1758863892=>1,1758890197=>1,1758891378=>1,1759476459=>1,1759480595=>1,1760123212=>1,1760123105=>1,1760123977=>1,1760124597=>1,1760125043=>1,1760124721=>1,1760122665=>1,1760122409=>1,1760120847=>1,1760120677=>1,1760120856=>1,1760121609=>1,1760122149=>1,1760121806=>1,1760128157=>1,1760129616=>1,1760235451=>1,1760229939=>1,1760300083=>1,1760301463=>1,1760304703=>1,1760301515=>1,1760132340=>1,1760132039=>1,1760130009=>1,1760129842=>1,1760130330=>1,1760131180=>1,1760131318=>1,1760117078=>1,1760044456=>1,1759513158=>1,1759513143=>1,1759513163=>1,1759513164=>1,1759513168=>1,1759513165=>1,1759513141=>1,1759513131=>1,1759480599=>1,1759480597=>1,1759480601=>1,1759481112=>1,1759513129=>1,1759513110=>1,1759513184=>1,1759513189=>1,1759555554=>1,1759553796=>1,1759917364=>1,1759960498=>1,1760043292=>1,1760035617=>1,1759553529=>1,1759552969=>1,1759547313=>1,1759545844=>1,1759547628=>1,1759548730=>1,1759548957=>1,1780511083=>1,1780704688=>1,1805745292=>1,1805734106=>1,1805773689=>1,1805874437=>1,1805874481=>1,1805874473=>1,1805721521=>1,1805720532=>1,1805339783=>1,1805333734=>1,1805347675=>1,1805582101=>1,1805718129=>1,1805582102=>1,1805874490=>1,1805874513=>1,1805874592=>1,1805874580=>1,1805874608=>1,1805874610=>1,1805874619=>1,1805874615=>1,1805874576=>1,1805874562=>1,1805874542=>1,1805874540=>1,1805874545=>1,1805874556=>1,1805874560=>1,1805874557=>1,1805115376=>1,1805112985=>1,1805094515=>1,1805094514=>1,1805094516=>1,1805094517=>1,1805094522=>1,1805094518=>1,1805093086=>1,1805093085=>1,1805093077=>1,1805093076=>1,1805093078=>1,1805093082=>1,1805093084=>1,1805093083=>1,1805094523=>1,1805094524=>1,1805097179=>1,1805097178=>1,1805097180=>1,1805097181=>1,1805109881=>1,1805097182=>1,1805097174=>1,1805097173=>1,1805094526=>1,1805094525=>1,1805097170=>1,1805097171=>1,1805097172=>1,1805874639=>1,1805874649=>1,1806341639=>1,1806339957=>1,1806342480=>1,1806343892=>1,1806352654=>1,1806351515=>1,1806335107=>1,1806334157=>1,1806331603=>1,1806331176=>1,1806331714=>1,1806331977=>1,1806333916=>1,1806332188=>1,1806356996=>1,1806359115=>1,1806366242=>1,1806365862=>1,1806366331=>1,1806366497=>1,1806499174=>1,1806440224=>1,1806365851=>1,1806364943=>1,1806362537=>1,1806361201=>1,1806362699=>1,1806363053=>1,1806364095=>1,1806331102=>1,1806329127=>1,1806307195=>1,1806305018=>1,1806311050=>1,1806311495=>1,1806313378=>1,1806312384=>1,1806303757=>1,1806153520=>1,1805874662=>1,1805874651=>1,1805874683=>1,1805874685=>1,1805896202=>1,1805874686=>1,1806313960=>1,1806316084=>1,1806326554=>1,1806325679=>1,1806327021=>1,1806327053=>1,1806328043=>1,1806327072=>1,1806325444=>1,1806323652=>1,1806321675=>1,1806319627=>1,1806323242=>1,1806323283=>1,1806323603=>1,1805093075=>1,1805093074=>1,1786262101=>1,1786259911=>1,1786262923=>1,1786278104=>1,1786622688=>1,1786301794=>1,1785209708=>1,1784208138=>1,1783335621=>1,1783335209=>1,1783350076=>1,1783350712=>1,1783351294=>1,1783351292=>1,1786628450=>1,1790444174=>1,1790522564=>1,1790521700=>1,1790522828=>1,1790523022=>1,1790579813=>1,1790578842=>1,1790520104=>1,1790519586=>1,1790515558=>1,1790445222=>1,1790516249=>1,1790516379=>1,1790518659=>1,1790516394=>1,1783335117=>1,1783332954=>1,1781054274=>1,1781054188=>1,1781095558=>1,1781192110=>1,1781742494=>1,1781437712=>1,1781053807=>1,1781040254=>1,1780732325=>1,1780712257=>1,1780855291=>1,1780856138=>1,1781039242=>1,1780939582=>1,1781742633=>1,1781743696=>1,1782913441=>1,1782905806=>1,1782969985=>1,1783332951=>1,1783332953=>1,1783332952=>1,1782893503=>1,1782873643=>1,1781772561=>1,1781743780=>1,1782112712=>1,1782197052=>1,1782249514=>1,1790580273=>1,1790580882=>1,1796643954=>1,1796535159=>1,1803808203=>1,1804431089=>1,1804601142=>1,1804601026=>1,1796523607=>1,1796187958=>1,1795844415=>1,1795761845=>1,1795881669=>1,1796137578=>1,1796183269=>1,1796180759=>1,1804601154=>1,1804697342=>1,1805093066=>1,1805093062=>1,1805093067=>1,1805093068=>1,1805093070=>1,1805093069=>1,1805093061=>1,1805093060=>1,1804996042=>1,1804855719=>1,1805018006=>1,1805093058=>1,1805093059=>1,1795593758=>1,1795593757=>1,1790653037=>1,1790652177=>1,1790654447=>1,1790662741=>1,1790663329=>1,1790662884=>1,1790649701=>1,1790606682=>1,1790581710=>1,1790581077=>1,1790581713=>1,1790581771=>1,1790605697=>1,1790581793=>1,1790664686=>1,1790664786=>1,1795541452=>1,1795432303=>1,1795565194=>1,1795593754=>1,1795593756=>1,1795593755=>1,1795294820=>1,1795267602=>1,1790665903=>1,1790665620=>1,1794634014=>1,1794748629=>1,1795196637=>1,1758270779=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php CHANGED
@@ -1 +1 @@
1
- <?php return array(654386320=>654386327,635284480=>635284991,636362939=>1,636359947=>1,636363245=>1,636363872=>1,636363723=>1,636359682=>1,636359371=>1,636358687=>1,636357550=>1,636358752=>1,636358839=>1,636359000=>1,636365379=>1,636365466=>1,636371702=>1,636367798=>1,636371922=>1,636373522=>1,636374400=>1,636373621=>1,636367787=>1,636367767=>1,636365956=>1,636365847=>1,636366101=>1,636366411=>1,636367269=>1,636366459=>1,636356618=>1,636356205=>1,636255793=>1,636254594=>1,636261619=>1,636262866=>1,636263596=>1,636263544=>1,636254549=>1,636254408=>1,636232873=>1,636231707=>1,636235409=>1,636238428=>1,636254287=>1,636254277=>1,636267074=>1,636268448=>1,636305949=>1,636298293=>1,636311428=>1,636312303=>1,636353472=>1,636314284=>1,636295326=>1,636294216=>1,636287244=>1,636269927=>1,636287589=>1,636288593=>1,636291476=>1,636291124=>1,636374998=>1,636375252=>1,645678165=>1,645676457=>1,645679633=>1,645688496=>1,645704115=>1,645688664=>1,645671109=>1,645647737=>1,644856079=>1,644651865=>1,644856729=>1,645400241=>1,645647633=>1,645646875=>1,645704748=>1,646202949=>1,652559924=>1,652559923=>1,652559925=>1,652559926=>1,652562178=>1,652559933=>1,652559914=>1,652559906=>1,646229289=>1,646221011=>1,652541980=>1,652541981=>1,652559905=>1,643408017=>1,643000900=>1,636382888=>1,636382175=>1,636413866=>1,636435113=>1,636444836=>1,636435415=>1,636382096=>1,636381819=>1,636376404=>1,636375711=>1,636379075=>1,636379454=>1,636380700=>1,636379793=>1,636447405=>1,636477166=>1,642462573=>1,641994376=>1,642463190=>1,642463634=>1,643000771=>1,643000770=>1,641910256=>1,641779253=>1,636956744=>1,636955257=>1,636958555=>1,636958676=>1,637320880=>1,636225260=>1,636182480=>1,633434373=>1,633419122=>1,633434395=>1,633434450=>1,633434504=>1,633434460=>1,633400474=>1,633369623=>1,633330729=>1,633330516=>1,633330792=>1,633331067=>1,633331344=>1,633331155=>1,633434505=>1,633446379=>1,634069574=>1,633994514=>1,634069575=>1,634139509=>1,634181747=>1,634159951=>1,633970449=>1,633970055=>1,633486127=>1,633484555=>1,633878348=>1,633889285=>1,633947731=>1,633889787=>1,633330382=>1,633330074=>1,633324559=>1,633324546=>1,633324598=>1,633324696=>1,633324752=>1,633324730=>1,633324517=>1,633324469=>1,633323740=>1,633319356=>1,633323948=>1,633323961=>1,633324144=>1,633324017=>1,633324850=>1,633325409=>1,633328837=>1,633328329=>1,633329306=>1,633329379=>1,633330017=>1,633329597=>1,633327761=>1,633327151=>1,633325637=>1,633325485=>1,633325861=>1,633326535=>1,633327080=>1,634191533=>1,634194307=>1,636041990=>1,636041722=>1,636052381=>1,636053147=>1,636163335=>1,636053157=>1,635860773=>1,635860256=>1,635819858=>1,635819184=>1,635820435=>1,635820798=>1,635849277=>1,635821543=>1,636164143=>1,636165338=>1,636173831=>1,636173389=>1,636174668=>1,636175186=>1,654386179=>1,636179127=>1,636172468=>1,636172115=>1,636170620=>1,636170487=>1,636170634=>1,636171279=>1,636171331=>1,635818880=>1,635818126=>1,634469382=>1,634462987=>1,634475972=>1,634590100=>1,635077002=>1,634976630=>1,634462862=>1,634403902=>1,634194837=>1,634194572=>1,634194884=>1,634206422=>1,634242283=>1,634208019=>1,635105330=>1,635105381=>1,635284460=>1,635284458=>1,635291063=>1,635733607=>1,635818083=>1,635815000=>1,635282884=>1,635282146=>1,635179561=>1,635177096=>1,635181602=>1,635184074=>1,635184368=>1,636182481=>1,654386189=>1,665266586=>1,662152451=>1,665357968=>1,665879396=>1,665882638=>1,665879569=>1,662152275=>1,661502693=>1,658585381=>1,658522896=>1,658736635=>1,659739221=>1,661459231=>1,660250098=>1,666082775=>1,666244424=>1,676071523=>1,675967081=>1,676083216=>1,676215068=>1,676643215=>1,676286842=>1,675951213=>1,675620566=>1,666244733=>1,666244614=>1,666327619=>1,666414094=>1,675575890=>1,666414123=>1,658522142=>1,658052320=>1,654386642=>1,654386640=>1,654386643=>1,654386644=>1,654386653=>1,654386652=>1,654386639=>1,654386634=>1,654386611=>1,654386609=>1,654386616=>1,654386618=>1,654386625=>1,654386621=>1,654386654=>1,654386660=>1,654386682=>1,654386680=>1,654386684=>1,657330010=>1,657631315=>1,657358713=>1,654386678=>1,654386677=>1,654386663=>1,654386661=>1,654386664=>1,654386667=>1,654386676=>1,676651786=>1,676750297=>1,690295267=>1,690293904=>1,690297808=>1,690298196=>1,690374778=>1,690298374=>1,690251014=>1,690109163=>1,690077558=>1,690077557=>1,690089636=>1,690089641=>1,690103155=>1,690089642=>1,690392427=>1,690410958=>1,690656536=>1,690655584=>1,690657080=>1,690659169=>1,690659571=>1,690659200=>1,690655512=>1,690654879=>1,690652083=>1,690651884=>1,690653091=>1,690653950=>1,690654866=>1,690077556=>1,690077554=>1,678615636=>1,678562236=>1,678616412=>1,678673544=>1,678848586=>1,678838718=>1,678561158=>1,678524590=>1,678475932=>1,678463657=>1,678477532=>1,678493718=>1,678518242=>1,678496334=>1,678875495=>1,679056553=>1,690039718=>1,690035077=>1,690068690=>1,690072971=>1,690075331=>1,690072974=>1,690035076=>1,687918372=>1,679462146=>1,679405649=>1,679596858=>1,687918370=>1,687918371=>1,654386608=>1,654386603=>1,654386328=>1,654386315=>1,654386332=>1,654386333=>1,654386337=>1,654386336=>1,654386313=>1,654386309=>1,654386301=>1,654386299=>1,654386303=>1,654386304=>1,654386308=>1,654386307=>1,654386338=>1,654386349=>1,654386400=>1,654386392=>1,654386403=>1,654386405=>1,654386419=>1,654386417=>1,654386387=>1,654386380=>1,654386359=>1,654386358=>1,654386362=>1,654386367=>1,654386376=>1,654386369=>1,654386298=>1,654386295=>1,654386214=>1,654386213=>1,654386215=>1,654386216=>1,654386218=>1,654386217=>1,654386206=>1,654386203=>1,654386190=>1,633319309=>1,654386196=>1,654386198=>1,654386201=>1,654386200=>1,654386235=>1,654386236=>1,654386286=>1,654386276=>1,654386287=>1,654386288=>1,654386294=>1,654386291=>1,654386275=>1,654386273=>1,654386239=>1,654386238=>1,654386242=>1,654386250=>1,654386258=>1,654386426=>1,654386427=>1,654386543=>1,654386534=>1,654386547=>1,654386551=>1,654386556=>1,654386554=>1,654386532=>1,654386530=>1,654386496=>1,654386495=>1,654386497=>1,654386524=>1,654386529=>1,654386528=>1,654386557=>1,654386560=>1,654386582=>1,654386581=>1,654386593=>1,654386594=>1,654386597=>1,654386595=>1,654386575=>1,654386573=>1,654386562=>1,654386561=>1,654386566=>1,654386567=>1,654386572=>1,654386494=>1,654386493=>1,654386450=>1,654386449=>1,654386451=>1,654386452=>1,654386457=>1,654386454=>1,654386447=>1,654386446=>1,654386433=>1,654386430=>1,654386434=>1,654386438=>1,654386445=>1,654386439=>1,654386458=>1,654386459=>1,654386486=>1,654386482=>1,654386487=>1,654386489=>1,654386491=>1,654386490=>1,654386479=>1,654386478=>1,654386464=>1,654386462=>1,654386467=>1,654386468=>1,654386476=>1,654386184=>1,633319190=>1,622863409=>1,622862556=>1,622863686=>1,622865409=>1,622865417=>1,622865413=>1,622676930=>1,622639121=>1,622185529=>1,622168339=>1,622352534=>1,622372682=>1,622392076=>1,622390408=>1,622865817=>1,622865865=>1,623919432=>1,623919431=>1,623919436=>1,623919883=>1,623921706=>1,623921417=>1,623919124=>1,623651851=>1,622866430=>1,622866246=>1,622947231=>1,622998646=>1,623078382=>1,622999981=>1,622154476=>1,621936366=>1,619508025=>1,619505805=>1,619671185=>1,619675548=>1,620381444=>1,620365478=>1,619493292=>1,619432425=>1,619346498=>1,619308696=>1,619348782=>1,619360359=>1,619365399=>1,619362731=>1,620789548=>1,620830776=>1,621726834=>1,621725228=>1,621786425=>1,621786465=>1,621936325=>1,621883790=>1,621389885=>1,621359668=>1,620872359=>1,620832689=>1,621078602=>1,621098980=>1,621126015=>1,623921708=>1,623923301=>1,624624316=>1,624624167=>1,624627401=>1,624632375=>1,624633411=>1,624633147=>1,624573417=>1,624573416=>1,624573409=>1,624573389=>1,624573411=>1,624573412=>1,624573415=>1,624573414=>1,624633773=>1,624634049=>1,624639934=>1,624639424=>1,624640871=>1,624642180=>1,624648582=>1,624648383=>1,624638062=>1,624636727=>1,624634483=>1,624634182=>1,624634764=>1,624635551=>1,624635675=>1,624573380=>1,624573272=>1,623931497=>1,623931495=>1,623931498=>1,623931729=>1,623933585=>1,623932384=>1,623930731=>1,623930647=>1,623923483=>1,623923380=>1,623924417=>1,623924422=>1,623928769=>1,623924896=>1,623933596=>1,623933636=>1,624393843=>1,624342697=>1,624393934=>1,624495839=>1,624538370=>1,624496234=>1,624253360=>1,624253316=>1,623934581=>1,623934580=>1,623972171=>1,624235655=>1,624252156=>1,619280476=>1,619215518=>1,609240868=>1,609237994=>1,609242808=>1,609264145=>1,609279405=>1,609276436=>1,609237173=>1,609235679=>1,609220523=>1,609220508=>1,609221951=>1,609228039=>1,609231585=>1,609228828=>1,609285176=>1,609286201=>1,609307233=>1,609302208=>1,609309684=>1,609311111=>1,609319851=>1,609312728=>1,609300705=>1,609298210=>1,609288910=>1,609287566=>1,609289070=>1,609290663=>1,609296656=>1,609292114=>1,609220445=>1,609220339=>1,609147979=>1,609133181=>1,609148922=>1,609166755=>1,609173488=>1,609168941=>1,609132551=>1,609125473=>1,609064873=>1,609039603=>1,609071944=>1,609105484=>1,609107917=>1,609105563=>1,609192534=>1,609194354=>1,609219642=>1,609219633=>1,609219718=>1,609219795=>1,609220334=>1,609220083=>1,609219398=>1,609219355=>1,609218705=>1,609197719=>1,609218908=>1,609219086=>1,609219311=>1,609328499=>1,609330501=>1,618801760=>1,618801265=>1,618817194=>1,618823651=>1,618884305=>1,618834443=>1,618775907=>1,618713096=>1,611216940=>1,611211874=>1,614629899=>1,614630329=>1,618696269=>1,614646232=>1,618897947=>1,618899217=>1,619127347=>1,619125493=>1,619186545=>1,619186589=>1,619188210=>1,619186956=>1,619106012=>1,619059164=>1,619055350=>1,618941553=>1,619057275=>1,619057780=>1,619058858=>1,610620556=>1,610520899=>1,609431829=>1,609424698=>1,609444885=>1,609445813=>1,609463347=>1,609446452=>1,609419458=>1,609416827=>1,609332327=>1,609331751=>1,609340055=>1,609340076=>1,609353545=>1,609340388=>1,609479361=>1,609480175=>1,609610790=>1,609598493=>1,609613316=>1,609614923=>1,610373917=>1,609780242=>1,609597394=>1,609573539=>1,609507856=>1,609499937=>1,609517735=>1,609532550=>1,609573293=>1,624650030=>1,624651193=>1,633018028=>1,633017987=>1,633018344=>1,633019686=>1,633020199=>1,633019982=>1,633017943=>1,633017780=>1,633017403=>1,633017228=>1,633017423=>1,633017611=>1,633017757=>1,633017628=>1,633023346=>1,633027293=>1,633038223=>1,633038124=>1,633038259=>1,633038306=>1,633038522=>1,633038444=>1,633037761=>1,633037497=>1,633036877=>1,633027322=>1,633036884=>1,633037087=>1,633037151=>1,633037138=>1,633017216=>1,633017012=>1,633012509=>1,633012332=>1,633012629=>1,633012758=>1,633012909=>1,633012769=>1,633001511=>1,632998295=>1,631095988=>1,631095659=>1,631096147=>1,631096151=>1,632741451=>1,631226530=>1,633012966=>1,633013098=>1,633016671=>1,633016643=>1,633016734=>1,633016875=>1,633016980=>1,633016941=>1,633016495=>1,633014229=>1,633013256=>1,633013254=>1,633013835=>1,633014090=>1,633014147=>1,633038538=>1,633038748=>1,633309068=>1,633308879=>1,633309493=>1,633310096=>1,633310330=>1,633310163=>1,633308128=>1,633307568=>1,633096314=>1,633077031=>1,633231208=>1,633306126=>1,633307236=>1,633307186=>1,633310900=>1,633311009=>1,633317637=>1,633317542=>1,633317736=>1,633317871=>1,633318467=>1,633317941=>1,633317058=>1,633316885=>1,633311410=>1,633311307=>1,633312394=>1,633312813=>1,633315991=>1,633073416=>1,633058416=>1,633040133=>1,633039952=>1,633040188=>1,633040600=>1,633041776=>1,633041711=>1,633039853=>1,633039707=>1,633039021=>1,633038959=>1,633039147=>1,633039169=>1,633039693=>1,633039172=>1,633041821=>1,633041828=>1,633049984=>1,633049219=>1,633051703=>1,633057344=>1,633058322=>1,633058308=>1,633047521=>1,633045730=>1,633043092=>1,633042488=>1,633043833=>1,633043987=>1,633045414=>1,631094330=>1,631082503=>1,627161898=>1,627161897=>1,627161899=>1,627161902=>1,627301467=>1,627238842=>1,627161896=>1,627161894=>1,626367886=>1,626314439=>1,627150063=>1,627161887=>1,627161893=>1,627161891=>1,627980223=>1,627987256=>1,628209087=>1,628201997=>1,628229731=>1,628292818=>1,628623610=>1,628622191=>1,628199443=>1,628198406=>1,628101653=>1,627987599=>1,628106034=>1,628118212=>1,628197436=>1,628156617=>1,626238295=>1,626119983=>1,624689599=>1,624689369=>1,624801759=>1,624818463=>1,624818677=>1,624818676=>1,624686022=>1,624671276=>1,624652224=>1,624651611=>1,624652295=>1,624654070=>1,624655246=>1,624654198=>1,624818700=>1,624818860=>1,625830394=>1,625830303=>1,625882515=>1,625905585=>1,626028438=>1,625999556=>1,625830270=>1,625830250=>1,625816108=>1,625791296=>1,625830148=>1,625830169=>1,625830247=>1,628640517=>1,628645718=>1,630420228=>1,630370732=>1,630433968=>1,630440469=>1,630495275=>1,630495270=>1,630187455=>1,630185297=>1,629871059=>1,629870892=>1,629871512=>1,629872238=>1,629949510=>1,629873939=>1,630495528=>1,630495594=>1,630619382=>1,630497206=>1,630664462=>1,630784266=>1,630797701=>1,630794547=>1,630496535=>1,630496449=>1,630495800=>1,630495740=>1,630495908=>1,630495918=>1,630496353=>1,629870683=>1,629869902=>1,628851376=>1,628846877=>1,628851386=>1,628855372=>1,628863835=>1,628860184=>1,628805852=>1,628670038=>1,628662284=>1,628650223=>1,628662980=>1,628665746=>1,628667230=>1,628667071=>1,629334917=>1,629334918=>1,629867365=>1,629866883=>1,629867495=>1,629867684=>1,629869619=>1,629869401=>1,629846560=>1,629826068=>1,629510749=>1,629401259=>1,629549335=>1,629611620=>1,629822376=>1,609026696=>1,);?>
1
+ <?php return array(662880408=>662880415,654386560=>654386567,654386456=>654386463,654386336=>654386343,654386320=>654386327,654386304=>654386311,654386216=>654386223,635284480=>635284991,654386228=>1,654386194=>1,654386227=>1,654386232=>1,654386196=>1,654386204=>1,654386224=>1,654386198=>1,654386197=>1,654386210=>1,654386238=>1,654386258=>1,654386255=>1,654386260=>1,654386264=>1,654386268=>1,654386267=>1,654386250=>1,654386246=>1,654386189=>1,654386236=>1,654386239=>1,654386240=>1,654386244=>1,654386242=>1,654386235=>1,654386179=>1,646194210=>1,646177637=>1,646218380=>1,646220880=>1,646229289=>1,646221011=>1,646076522=>1,646074966=>1,645671109=>1,645647737=>1,645676089=>1,645676373=>1,646074400=>1,645688664=>1,646230494=>1,646230711=>1,652559933=>1,652559926=>1,652562178=>1,654386177=>1,654386180=>1,654386271=>1,652559925=>1,652559924=>1,652541980=>1,646232287=>1,652541981=>1,652559905=>1,652559923=>1,652559906=>1,654386183=>1,654386280=>1,654386400=>1,654386394=>1,654386401=>1,654386403=>1,654386405=>1,654386404=>1,654386391=>1,654386387=>1,654386375=>1,654386369=>1,654386377=>1,654386378=>1,654386379=>1,654386406=>1,654386413=>1,654386430=>1,654386428=>1,654386433=>1,654386434=>1,654386438=>1,654386437=>1,654386426=>1,654386425=>1,654386416=>1,654386415=>1,654386417=>1,654386419=>1,654386424=>1,654386367=>1,654386362=>1,654386300=>1,654386295=>1,654386301=>1,654386303=>1,654386315=>1,654386313=>1,654386294=>1,654386292=>1,654386275=>1,654386273=>1,645647633=>1,654386282=>1,654386283=>1,654386319=>1,654386328=>1,654386353=>1,654386351=>1,654386356=>1,654386358=>1,654386361=>1,654386359=>1,654386350=>1,654386349=>1,654386333=>1,654386332=>1,654386344=>1,654386345=>1,654386347=>1,654386272=>1,645400241=>1,636171331=>1,636171279=>1,636172115=>1,636173389=>1,636174668=>1,636173831=>1,636170634=>1,636170620=>1,636053240=>1,636053189=>1,636053325=>1,636163335=>1,636170487=>1,636164143=>1,636175186=>1,636235019=>1,636283751=>1,636283735=>1,636286428=>1,636292524=>1,636293985=>1,636293561=>1,636269927=>1,636268464=>1,636236484=>1,636235383=>1,636244868=>1,636247195=>1,636261619=>1,636247758=>1,636053157=>1,636053147=>1,635181602=>1,635179561=>1,635183619=>1,635183896=>1,635184073=>1,635183908=>1,635177096=>1,635105381=>1,634475972=>1,634469382=>1,634976630=>1,635082908=>1,635105330=>1,635088780=>1,635184074=>1,635184144=>1,635860773=>1,635860256=>1,636041722=>1,636041990=>1,636053116=>1,636052381=>1,635818880=>1,635733607=>1,635282146=>1,635184368=>1,635284458=>1,635284460=>1,635291063=>1,636297059=>1,636303754=>1,641910256=>1,637320880=>1,641994376=>1,642462514=>1,642835000=>1,642582863=>1,637295172=>1,637272142=>1,636472539=>1,636470597=>1,636955257=>1,636956744=>1,636970914=>1,636958555=>1,642835217=>1,642838760=>1,643895428=>1,643884245=>1,644521524=>1,644567780=>1,654386439=>1,644626145=>1,643408017=>1,643318795=>1,642879970=>1,642839032=>1,643000770=>1,643073687=>1,643194952=>1,636469685=>1,636469161=>1,636360117=>1,636356178=>1,636363428=>1,636364333=>1,636367757=>1,636365904=>1,636355454=>1,636354614=>1,636311384=>1,636304172=>1,636314264=>1,636335703=>1,636353764=>1,636336122=>1,636367938=>1,636369635=>1,636413785=>1,636410410=>1,636466306=>1,636466373=>1,636469154=>1,636468052=>1,636380252=>1,636377991=>1,636371942=>1,636371304=>1,636373286=>1,636374304=>1,636374749=>1,645401945=>1,654386443=>1,690039668=>1,690035077=>1,690068690=>1,690075331=>1,690077558=>1,690077556=>1,690012026=>1,689970416=>1,678883683=>1,678838988=>1,679031015=>1,679034654=>1,680288059=>1,679684914=>1,690089636=>1,690089642=>1,690368138=>1,690367442=>1,690374778=>1,690410958=>1,690654218=>1,690516384=>1,690298374=>1,690297808=>1,690109627=>1,690109163=>1,690291426=>1,690293398=>1,690296540=>1,690293923=>1,678634661=>1,678615636=>1,666021274=>1,665992107=>1,666204931=>1,666205462=>1,666327960=>1,666305635=>1,665984266=>1,665597801=>1,662880422=>1,662880416=>1,664669768=>1,665066701=>1,665222269=>1,665176438=>1,666392294=>1,666666274=>1,678477532=>1,676595032=>1,678518242=>1,678524590=>1,678562236=>1,678561158=>1,675974441=>1,675967081=>1,675575890=>1,666860976=>1,675586663=>1,675617706=>1,675620566=>1,690654515=>1,690655466=>1,690678615=>1,690678359=>1,690679195=>1,690679989=>1,690680011=>1,690679992=>1,690678207=>1,690677294=>1,690674572=>1,690674324=>1,690675026=>1,690675696=>1,690676487=>1,690676150=>1,690680830=>1,690681642=>1,690784878=>1,690774972=>1,690795061=>1,690795297=>1,690796634=>1,690795436=>1,690757503=>1,690753911=>1,690682180=>1,690681899=>1,690683384=>1,690683531=>1,690751489=>1,690673618=>1,690673581=>1,690662343=>1,690661852=>1,690662544=>1,690662550=>1,690663899=>1,690662602=>1,690661592=>1,690659355=>1,690656680=>1,690656147=>1,690658244=>1,690658863=>1,690659200=>1,690659084=>1,690663950=>1,690664100=>1,690668699=>1,690668332=>1,690668714=>1,690668793=>1,690670813=>1,690670088=>1,690668147=>1,690667824=>1,690666586=>1,690664570=>1,690667346=>1,690667388=>1,690667554=>1,662880407=>1,662152275=>1,654386554=>1,654386552=>1,654386555=>1,654386572=>1,654386587=>1,654386578=>1,654386547=>1,654386546=>1,654386526=>1,654386524=>1,654386527=>1,654386532=>1,654386543=>1,654386534=>1,654386588=>1,654386591=>1,654386608=>1,654386607=>1,654386609=>1,654386610=>1,654386613=>1,654386612=>1,654386606=>1,654386605=>1,654386593=>1,654386592=>1,654386595=>1,654386596=>1,654386597=>1,654386523=>1,654386518=>1,654386455=>1,654386453=>1,654386464=>1,654386466=>1,654386468=>1,654386467=>1,654386452=>1,654386451=>1,634464245=>1,654386442=>1,654386445=>1,654386447=>1,654386450=>1,654386449=>1,654386469=>1,654386471=>1,654386493=>1,654386492=>1,654386494=>1,654386500=>1,654386512=>1,654386504=>1,654386487=>1,654386486=>1,654386478=>1,654386473=>1,654386479=>1,654386482=>1,654386483=>1,654386616=>1,654386624=>1,659219654=>1,658922321=>1,659272262=>1,659272378=>1,659395912=>1,659293824=>1,658902542=>1,658899636=>1,658733305=>1,657358713=>1,658742887=>1,658748459=>1,658812797=>1,658810730=>1,659548482=>1,659548947=>1,661456034=>1,660259118=>1,661457893=>1,661459231=>1,661546965=>1,661502693=>1,660253916=>1,660249057=>1,659780378=>1,659723623=>1,659835160=>1,659925595=>1,660140902=>1,657344033=>1,657342163=>1,654386653=>1,654386652=>1,654386654=>1,654386656=>1,654386659=>1,654386658=>1,654386643=>1,654386641=>1,654386634=>1,654386627=>1,654386637=>1,654386638=>1,654386640=>1,654386639=>1,654386660=>1,654386663=>1,654386678=>1,654386675=>1,654386684=>1,656531996=>1,657329924=>1,657327613=>1,654386673=>1,654386672=>1,654386665=>1,654386664=>1,654386667=>1,654386669=>1,654386670=>1,654386441=>1,634462862=>1,623934581=>1,623934580=>1,623972171=>1,624000268=>1,624267409=>1,624252156=>1,623933636=>1,623933585=>1,623931497=>1,623930956=>1,623931498=>1,623931499=>1,623932384=>1,623931500=>1,624370047=>1,624496234=>1,624627401=>1,624626997=>1,624633147=>1,624634049=>1,624634423=>1,624634182=>1,624624316=>1,624624167=>1,624512693=>1,624512692=>1,624513965=>1,624513966=>1,624573409=>1,624538370=>1,623930731=>1,623930647=>1,622865417=>1,622865413=>1,622865817=>1,622865865=>1,623078382=>1,622998646=>1,622865409=>1,622863686=>1,622573801=>1,622555724=>1,622639121=>1,622676978=>1,622863409=>1,622859465=>1,623651851=>1,623919124=>1,623923483=>1,623923438=>1,623924417=>1,623924422=>1,623928769=>1,623924896=>1,623923380=>1,623923301=>1,623919436=>1,623919431=>1,623919883=>1,623921706=>1,623921708=>1,624634483=>1,624634764=>1,626177787=>1,626177726=>1,626181058=>1,626183871=>1,626193471=>1,626188371=>1,626177663=>1,626170857=>1,626142944=>1,626113429=>1,626145448=>1,626145898=>1,626158807=>1,626157207=>1,626212568=>1,626238249=>1,626299629=>1,626296175=>1,626306428=>1,626306504=>1,626335701=>1,626335332=>1,626296093=>1,626293832=>1,626270362=>1,626262197=>1,626273246=>1,626275150=>1,626280592=>1,626105570=>1,626096242=>1,624650030=>1,624648582=>1,624651611=>1,624652224=>1,624654070=>1,624652295=>1,624648383=>1,624644165=>1,624635675=>1,624635551=>1,624636727=>1,624639934=>1,624642183=>1,624642180=>1,624654198=>1,624655246=>1,625885719=>1,625816108=>1,625903033=>1,625998804=>1,626065168=>1,625999556=>1,625788341=>1,625675908=>1,624818588=>1,624686022=>1,624818700=>1,624819019=>1,625675906=>1,622530174=>1,622529867=>1,618728334=>1,618696241=>1,618731573=>1,618739265=>1,618781400=>1,618781271=>1,618696183=>1,618696016=>1,618680464=>1,616564158=>1,618686878=>1,618689107=>1,618695433=>1,618693597=>1,618781562=>1,618782231=>1,618899756=>1,618835098=>1,618999166=>1,619008508=>1,619057209=>1,619040125=>1,618834648=>1,618834548=>1,618800369=>1,618790649=>1,618819610=>1,618820550=>1,618834466=>1,618833432=>1,611216940=>1,611146778=>1,609573539=>1,609551580=>1,609597433=>1,609597924=>1,609598309=>1,609598275=>1,609517735=>1,609507856=>1,609478551=>1,609462901=>1,609478759=>1,609480223=>1,609506985=>1,609499937=>1,609599801=>1,609610790=>1,610520952=>1,610390162=>1,610619559=>1,610620556=>1,610975571=>1,610651687=>1,610386236=>1,610373917=>1,609614660=>1,609613767=>1,609634660=>1,609639676=>1,609659443=>1,619084177=>1,619084185=>1,621078602=>1,620839300=>1,621098980=>1,621126015=>1,621333657=>1,621130060=>1,620835575=>1,620830630=>1,620436087=>1,620435971=>1,620789548=>1,620825716=>1,620828560=>1,620827191=>1,621362498=>1,621389885=>1,622190951=>1,622162307=>1,622191498=>1,622372682=>1,622477391=>1,622477330=>1,622159151=>1,621936353=>1,621771480=>1,621725228=>1,621786425=>1,621786748=>1,621883790=>1,620404488=>1,620381444=>1,619206817=>1,619183194=>1,619214957=>1,619216648=>1,619279288=>1,619268146=>1,619179112=>1,619178353=>1,619127250=>1,619125358=>1,619132156=>1,619154217=>1,619162839=>1,619156822=>1,619294187=>1,619324566=>1,619462245=>1,619396535=>1,619511276=>1,619541918=>1,620274077=>1,619659898=>1,619394555=>1,619394211=>1,619339673=>1,619324797=>1,619349407=>1,619356270=>1,619362425=>1,626345066=>1,626345150=>1,633058675=>1,633058416=>1,633066280=>1,633066281=>1,633073416=>1,633073007=>1,633058322=>1,633058308=>1,633045414=>1,633043833=>1,633045730=>1,633049984=>1,633057344=>1,633056037=>1,633076457=>1,633096314=>1,633311410=>1,633311307=>1,633312394=>1,633312813=>1,633315991=>1,633313558=>1,633310899=>1,633308867=>1,633306126=>1,633284977=>1,633307236=>1,633307568=>1,633308123=>1,633308104=>1,633043658=>1,633043167=>1,633038538=>1,633038522=>1,633038893=>1,633038959=>1,633039169=>1,633039147=>1,633038444=>1,633038398=>1,633037151=>1,633037138=>1,633037497=>1,633037761=>1,633038306=>1,633038223=>1,633039172=>1,633039208=>1,633041776=>1,633041711=>1,633041821=>1,633041828=>1,633043092=>1,633042488=>1,633040830=>1,633040600=>1,633039707=>1,633039693=>1,633039952=>1,633040150=>1,633040188=>1,633316446=>1,633316464=>1,633446379=>1,633436275=>1,633455643=>1,633484555=>1,633889285=>1,633486127=>1,633410841=>1,633369623=>1,633330301=>1,633330036=>1,633330516=>1,633330792=>1,633331566=>1,633331155=>1,633889787=>1,633970449=>1,634194837=>1,634194572=>1,634206422=>1,634208019=>1,634316738=>1,634302650=>1,634194307=>1,634181747=>1,634069577=>1,634069576=>1,634069578=>1,634139509=>1,634159951=>1,633329165=>1,633328837=>1,633324039=>1,633324017=>1,633324418=>1,633324521=>1,633325485=>1,633324820=>1,633323949=>1,633323948=>1,633317941=>1,633316857=>1,633318398=>1,633318549=>1,633319364=>1,633318716=>1,633325637=>1,633325851=>1,633327761=>1,633327684=>1,633328001=>1,633328377=>1,633328682=>1,633328442=>1,633327291=>1,633327080=>1,633326387=>1,633325952=>1,633326600=>1,633326975=>1,633327003=>1,633037087=>1,633036884=>1,629852564=>1,629549335=>1,629866883=>1,629867495=>1,629869631=>1,629868264=>1,629401261=>1,629334918=>1,628851386=>1,628851376=>1,628855372=>1,628860184=>1,629334917=>1,628864556=>1,629869902=>1,629870892=>1,630293743=>1,630215130=>1,630408200=>1,630440129=>1,630495344=>1,630495330=>1,630130758=>1,629992444=>1,629872238=>1,629871059=>1,629874424=>1,629958568=>1,629991960=>1,629961121=>1,628846877=>1,628805852=>1,628156027=>1,628154169=>1,628158768=>1,628164720=>1,628176282=>1,628175597=>1,628153891=>1,628152435=>1,627238842=>1,627150063=>1,627632341=>1,627999278=>1,628144710=>1,628112825=>1,628203187=>1,628209431=>1,628651106=>1,628643206=>1,628662284=>1,628665482=>1,628670038=>1,628667071=>1,628641652=>1,628640757=>1,628365006=>1,628325756=>1,628632751=>1,628637073=>1,628638427=>1,630495696=>1,630495895=>1,633016980=>1,633016941=>1,633017012=>1,633017228=>1,633017423=>1,633017403=>1,633016671=>1,633016643=>1,633013835=>1,633013256=>1,633014090=>1,633014147=>1,633016495=>1,633014229=>1,633017576=>1,633017611=>1,633020199=>1,633018344=>1,633023346=>1,633027322=>1,633036877=>1,633032362=>1,633018211=>1,633018042=>1,633017757=>1,633017628=>1,633017780=>1,633017943=>1,633017987=>1,633013254=>1,633013098=>1,630742600=>1,630497805=>1,630784266=>1,630794547=>1,630812369=>1,630797701=>1,630497050=>1,630497022=>1,630496208=>1,630495974=>1,630496268=>1,630496446=>1,630496753=>1,630496722=>1,631082503=>1,631094330=>1,633012509=>1,633012332=>1,633012629=>1,633012769=>1,633012966=>1,633012909=>1,632998295=>1,631226530=>1,631095659=>1,631095417=>1,631095988=>1,631096147=>1,631096151=>1,609462850=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1815957824=>1815957887,1815951408=>1815951423,1815951248=>1815951263,1815950192=>1815950207,1815940112=>1815940127,1805874576=>1,1805874588=>1,1805874625=>1,1805874626=>1,1805874649=>1,1805874595=>1,1805874598=>1,1805874606=>1,1805874610=>1,1805874651=>1,1805874615=>1,1805874604=>1,1805874662=>1,1805897784=>1,1805897767=>1,1805897757=>1,1805897786=>1,1805897794=>1,1805897804=>1,1805897803=>1,1805897748=>1,1805897742=>1,1805883126=>1,1805874686=>1,1805883127=>1,1805883132=>1,1805883134=>1,1805883133=>1,1805874575=>1,1805874549=>1,1805737784=>1,1805734083=>1,1805737793=>1,1805755141=>1,1805764511=>1,1805755148=>1,1805721521=>1,1805720532=>1,1805347804=>1,1805347675=>1,1805582101=>1,1805582102=>1,1805718129=>1,1805866302=>1,1805866340=>1,1805874543=>1,1805874542=>1,1805874545=>1,1805897815=>1,1805874552=>1,1805874540=>1,1805874528=>1,1805874451=>1,1805874442=>1,1805874474=>1,1805874481=>1,1805874513=>1,1805874560=>1,1805897823=>1,1806339957=>1,1806332998=>1,1806341639=>1,1806341983=>1,1806343892=>1,1806342480=>1,1806331102=>1,1806329127=>1,1806323283=>1,1806323242=>1,1806327021=>1,1806327053=>1,1806328043=>1,1806327072=>1,1806351515=>1,1806352425=>1,1806364095=>1,1806362780=>1,1806364428=>1,1806364943=>1,1806366242=>1,1806365862=>1,1806362699=>1,1806362537=>1,1806353134=>1,1806352654=>1,1806356996=>1,1806359115=>1,1806362098=>1,1806360582=>1,1806322775=>1,1806319627=>1,1805897887=>1,1805897868=>1,1805897905=>1,1805897910=>1,1805897914=>1,1805897913=>1,1805897858=>1,1805897854=>1,1805897832=>1,1805897825=>1,1805897834=>1,1805897835=>1,1805897852=>1,1805897839=>1,1805897927=>1,1805897931=>1,1806307350=>1,1806303966=>1,1806311495=>1,1806312751=>1,1806316084=>1,1806312775=>1,1806303757=>1,1806299777=>1,1805897957=>1,1805897943=>1,1805897973=>1,1806153614=>1,1806270900=>1,1805339783=>1,1805333734=>1,1790579240=>1,1790578842=>1,1790580289=>1,1790580882=>1,1790581713=>1,1790581077=>1,1790522828=>1,1790521737=>1,1790516394=>1,1790516249=>1,1790518659=>1,1790520104=>1,1790521659=>1,1790521567=>1,1790581771=>1,1790581793=>1,1790665620=>1,1790664786=>1,1790666513=>1,1794177642=>1,1795348000=>1,1794748629=>1,1790662741=>1,1790654447=>1,1790605697=>1,1790603817=>1,1790649701=>1,1790651407=>1,1790652315=>1,1790652177=>1,1790515598=>1,1790445444=>1,1783332952=>1,1783332951=>1,1783332953=>1,1783332954=>1,1783335117=>1,1783335035=>1,1783015939=>1,1782970395=>1,1782112712=>1,1781790798=>1,1782892005=>1,1782901059=>1,1782925316=>1,1782913441=>1,1783335209=>1,1783350662=>1,1786296182=>1,1786278104=>1,1786301794=>1,1789323534=>1,1790445222=>1,1790444174=>1,1785287218=>1,1784197173=>1,1783638806=>1,1783350712=>1,1783703724=>1,1783885967=>1,1783968134=>1,1795432303=>1,1795485451=>1,1805093082=>1,1805093078=>1,1805093083=>1,1805093084=>1,1805093086=>1,1805093085=>1,1805093077=>1,1805093076=>1,1805093068=>1,1805093067=>1,1805093069=>1,1805093070=>1,1805093075=>1,1805093074=>1,1805094514=>1,1805094515=>1,1805097178=>1,1805097170=>1,1805107547=>1,1805109001=>1,1805116010=>1,1805114036=>1,1805094526=>1,1805094525=>1,1805094517=>1,1805094516=>1,1805094518=>1,1805094522=>1,1805094524=>1,1805094523=>1,1805093066=>1,1805093062=>1,1796094999=>1,1796018595=>1,1796180759=>1,1796302078=>1,1796544083=>1,1796523607=>1,1795836590=>1,1795593758=>1,1795541452=>1,1795497405=>1,1795593754=>1,1795593755=>1,1795593757=>1,1795593756=>1,1796552745=>1,1803780554=>1,1805036476=>1,1805017310=>1,1805093058=>1,1805093059=>1,1805093061=>1,1805093060=>1,1804998781=>1,1804996042=>1,1804601142=>1,1804431089=>1,1804601154=>1,1804852489=>1,1804855719=>1,1806366331=>1,1806851533=>1,1823614594=>1,1823503770=>1,1823621949=>1,1823643678=>1,1823790283=>1,1823720577=>1,1823496798=>1,1823457602=>1,1823110882=>1,1822976889=>1,1823217077=>1,1823357376=>1,1823390613=>1,1823390552=>1,1824103962=>1,1824435252=>1,1828005465=>1,1827941180=>1,1828212827=>1,1828214770=>1,1828760109=>1,1828284894=>1,1827798914=>1,1827714700=>1,1824784991=>1,1824526635=>1,1825196899=>1,1825825768=>1,1827240983=>1,1822966067=>1,1822874643=>1,1816000359=>1,1816000102=>1,1816000503=>1,1816001110=>1,1816101616=>1,1816001462=>1,1815995494=>1,1815991398=>1,1815988174=>1,1815988170=>1,1815990068=>1,1815990578=>1,1815991036=>1,1815990627=>1,1816277186=>1,1816515478=>1,1822524861=>1,1822484103=>1,1822592626=>1,1822761223=>1,1822874642=>1,1822861470=>1,1822471913=>1,1822471855=>1,1816876693=>1,1816591798=>1,1817289254=>1,1822471777=>1,1822471813=>1,1829296394=>1,1829324677=>1,1833615996=>1,1833615943=>1,1833616318=>1,1833618551=>1,1833619177=>1,1833618965=>1,1833605013=>1,1833585637=>1,1833493658=>1,1833446211=>1,1833495511=>1,1833502021=>1,1833580057=>1,1833575576=>1,1833624474=>1,1833642768=>1,1834403367=>1,1834400977=>1,1834430565=>1,1834463222=>1,1834487149=>1,1834466578=>1,1834386749=>1,1834377678=>1,1833660197=>1,1833648296=>1,1833678925=>1,1834160981=>1,1834371235=>1,1833415666=>1,1833356605=>1,1832825015=>1,1831936541=>1,1832825273=>1,1832879480=>1,1832896372=>1,1832882027=>1,1830733278=>1,1830618322=>1,1829548467=>1,1829522384=>1,1829579880=>1,1829579929=>1,1830339032=>1,1829744954=>1,1832954857=>1,1833034701=>1,1833238650=>1,1833222021=>1,1833239165=>1,1833255697=>1,1833356500=>1,1833355872=>1,1833222020=>1,1833217596=>1,1833063960=>1,1833038692=>1,1833107476=>1,1833109604=>1,1833123284=>1,1815987919=>1,1815987540=>1,1807709921=>1,1807709867=>1,1807711669=>1,1807711928=>1,1807731303=>1,1807730685=>1,1807707328=>1,1807705898=>1,1807695101=>1,1807694400=>1,1807695192=>1,1807695274=>1,1807695864=>1,1807695708=>1,1807731719=>1,1807732198=>1,1808932500=>1,1808645726=>1,1808999192=>1,1809254607=>1,1812328602=>1,1809383817=>1,1808627745=>1,1808478795=>1,1807732585=>1,1807732221=>1,1807732601=>1,1808012334=>1,1808402536=>1,1807693949=>1,1807692854=>1,1807065549=>1,1807065513=>1,1807066635=>1,1807067194=>1,1807068756=>1,1807068694=>1,1807039496=>1,1807038871=>1,1806828314=>1,1806440224=>1,1781743696=>1,1806852071=>1,1806975097=>1,1806903718=>1,1807068899=>1,1807072099=>1,1807531065=>1,1807123576=>1,1807558688=>1,1807691468=>1,1807691818=>1,1807691607=>1,1807123336=>1,1807123317=>1,1807118052=>1,1807072199=>1,1807118317=>1,1807123309=>1,1807123316=>1,1812563523=>1,1812777941=>1,1815961639=>1,1815958722=>1,1815962517=>1,1815963566=>1,1815968584=>1,1815967563=>1,1815958548=>1,1815945993=>1,1815808653=>1,1815808650=>1,1815808993=>1,1815854092=>1,1815927080=>1,1815881796=>1,1815979003=>1,1815979264=>1,1815982446=>1,1815981954=>1,1815983064=>1,1815983302=>1,1815987058=>1,1815983971=>1,1815981144=>1,1815981116=>1,1815979433=>1,1815979422=>1,1815979478=>1,1815979893=>1,1815980185=>1,1815808647=>1,1815808641=>1,1813981189=>1,1813811434=>1,1813997074=>1,1814025623=>1,1814293566=>1,1814049044=>1,1813342471=>1,1813299513=>1,1812984046=>1,1812808432=>1,1813071410=>1,1813144835=>1,1813147132=>1,1813146307=>1,1814912324=>1,1814912336=>1,1815541382=>1,1815466141=>1,1815551247=>1,1815747842=>1,1815805260=>1,1815777514=>1,1815199474=>1,1815170531=>1,1815007412=>1,1814912338=>1,1815066364=>1,1815112634=>1,1815160815=>1,1806366497=>1,1781508796=>1,1758098831=>1,1758098830=>1,1758098832=>1,1758098833=>1,1758098836=>1,1758098835=>1,1758098829=>1,1758098827=>1,1758098820=>1,1758098818=>1,1758098821=>1,1758098823=>1,1758098826=>1,1758098824=>1,1758098839=>1,1758098845=>1,1758098861=>1,1758098860=>1,1758098863=>1,1758098864=>1,1758098870=>1,1758098869=>1,1758098859=>1,1758098858=>1,1758098850=>1,1758098849=>1,1758098851=>1,1758098852=>1,1758098856=>1,1758098854=>1,1758098816=>1,1758098815=>1,1758098771=>1,1758098769=>1,1758098772=>1,1758098773=>1,1758098781=>1,1758098780=>1,1758098768=>1,1758098767=>1,1758098753=>1,1758098752=>1,1758098754=>1,1758098757=>1,1758098766=>1,1758098765=>1,1758098782=>1,1758098786=>1,1758098806=>1,1758098802=>1,1758098809=>1,1758098810=>1,1758098812=>1,1758098811=>1,1758098801=>1,1758098800=>1,1758098794=>1,1758098792=>1,1758098795=>1,1758098798=>1,1758098799=>1,1758098871=>1,1758098872=>1,1758430484=>1,1758430401=>1,1758431082=>1,1758432556=>1,1758433555=>1,1758433265=>1,1758429843=>1,1758429330=>1,1758270779=>1,1758098942=>1,1758373948=>1,1758381918=>1,1758429289=>1,1758429226=>1,1758433922=>1,1758434596=>1,1758891378=>1,1758890197=>1,1758892938=>1,1758944724=>1,1759148241=>1,1759148240=>1,1758864877=>1,1758863892=>1,1758436738=>1,1758435809=>1,1758523893=>1,1758539000=>1,1758574331=>1,1758098938=>1,1758098937=>1,1758098898=>1,1758098896=>1,1758098899=>1,1758098900=>1,1758098903=>1,1758098901=>1,1758098894=>1,1758098893=>1,1758098878=>1,1758098874=>1,1758098879=>1,1758098883=>1,1758098888=>1,1758098887=>1,1758098906=>1,1758098908=>1,1758098929=>1,1758098928=>1,1758098931=>1,1758098932=>1,1758098934=>1,1758098933=>1,1758098926=>1,1758098923=>1,1758098913=>1,1758098909=>1,1758098914=>1,1758098920=>1,1758098921=>1,1758098751=>1,1758098750=>1,1755804777=>1,1755804617=>1,1755804906=>1,1755805003=>1,1755822223=>1,1755805037=>1,1755804600=>1,1755804042=>1,1755802078=>1,1755801466=>1,1755802197=>1,1755802377=>1,1755803801=>1,1755802957=>1,1755849617=>1,1755856558=>1,1755882228=>1,1755882190=>1,1755882464=>1,1755882737=>1,1755884243=>1,1755883298=>1,1755880646=>1,1755880006=>1,1755856593=>1,1755856591=>1,1755862951=>1,1755879516=>1,1755879942=>1,1755879673=>1,1755801332=>1,1755801327=>1,1755113096=>1,1755112942=>1,1755113798=>1,1755115095=>1,1755116857=>1,1755115418=>1,1755112307=>1,1755112258=>1,1755062038=>1,1755062026=>1,1755069603=>1,1755080392=>1,1755112136=>1,1755111507=>1,1755117128=>1,1755117417=>1,1755800511=>1,1755800431=>1,1755800671=>1,1755800811=>1,1755801192=>1,1755801055=>1,1755800204=>1,1755800159=>1,1755119133=>1,1755119056=>1,1755186062=>1,1755325681=>1,1755461782=>1,1755884594=>1,1755885421=>1,1758098712=>1,1758098711=>1,1758098713=>1,1758098716=>1,1758098720=>1,1758098718=>1,1758098707=>1,1758098706=>1,1758098699=>1,1758098697=>1,1758098700=>1,1758098702=>1,1758098705=>1,1758098703=>1,1758098721=>1,1758098724=>1,1758098741=>1,1758098740=>1,1758098742=>1,1758098746=>1,1758098748=>1,1758098747=>1,1758098739=>1,1758098737=>1,1758098730=>1,1758098726=>1,1758098732=>1,1758098733=>1,1758098734=>1,1758098696=>1,1758098691=>1,1757437149=>1,1757431275=>1,1757437710=>1,1757474058=>1,1757682295=>1,1757677905=>1,1757324460=>1,1756873836=>1,1756188204=>1,1756067260=>1,1756327456=>1,1756350676=>1,1756452651=>1,1756360750=>1,1757683625=>1,1757706112=>1,1757943873=>1,1757942926=>1,1757943925=>1,1757972839=>1,1758098690=>1,1757977120=>1,1757942516=>1,1757941987=>1,1757763605=>1,1757757278=>1,1757768863=>1,1757802949=>1,1757911006=>1,1759149732=>1,1759177253=>1,1760466849=>1,1760466767=>1,1760468559=>1,1760468927=>1,1760470868=>1,1760470109=>1,1760466603=>1,1760465263=>1,1760449308=>1,1760447088=>1,1760462498=>1,1760462520=>1,1760463450=>1,1760463366=>1,1760470895=>1,1760471312=>1,1760632962=>1,1760555036=>1,1760633247=>1,1760637109=>1,1760792413=>1,1760764868=>1,1760484803=>1,1760484639=>1,1760471353=>1,1760471331=>1,1760471918=>1,1760473222=>1,1760476258=>1,1760475971=>1,1760402646=>1,1760401603=>1,1760339068=>1,1760337907=>1,1760339498=>1,1760341411=>1,1760342830=>1,1760341963=>1,1760337058=>1,1760336807=>1,1760333405=>1,1760332732=>1,1760334195=>1,1760335271=>1,1760335828=>1,1760335776=>1,1760342970=>1,1760343757=>1,1760357604=>1,1760356293=>1,1760360410=>1,1760361641=>1,1760385894=>1,1760385809=>1,1760353507=>1,1760353350=>1,1760344890=>1,1760344463=>1,1760348121=>1,1760348364=>1,1760348757=>1,1760840047=>1,1760840365=>1,1778535896=>1,1778535538=>1,1778535951=>1,1778535955=>1,1778537696=>1,1778536105=>1,1778535025=>1,1778535004=>1,1778434980=>1,1778386123=>1,1778437364=>1,1778437654=>1,1778534749=>1,1778534517=>1,1778541073=>1,1778541231=>1,1778604028=>1,1778573086=>1,1780855291=>1,1780856139=>1,1780939583=>1,1780939582=>1,1778563302=>1,1778546855=>1,1778544137=>1,1778541307=>1,1778544630=>1,1778545481=>1,1778546023=>1,1777035835=>1,1776651997=>1,1761325300=>1,1761325295=>1,1761325301=>1,1761344292=>1,1761579667=>1,1761570234=>1,1761253691=>1,1760946560=>1,1760841208=>1,1760841103=>1,1760862154=>1,1760877709=>1,1760946049=>1,1760878540=>1,1761579684=>1,1761585969=>1,1775500816=>1,1771712580=>1,1776441118=>1,1776513464=>1,1776559578=>1,1776543760=>1,1770072381=>1,1768947898=>1,1761601467=>1,1761601302=>1,1761601474=>1,1763402434=>1,1767899226=>1,1760330816=>1,1760330511=>1,1759547313=>1,1759543481=>1,1759547628=>1,1759548730=>1,1759552969=>1,1759548957=>1,1759513208=>1,1759513202=>1,1759482375=>1,1759481118=>1,1759482630=>1,1759513151=>1,1759513165=>1,1759513161=>1,1759917364=>1,1760035617=>1,1760122409=>1,1760122149=>1,1760122843=>1,1760123212=>1,1760123977=>1,1760123660=>1,1760121806=>1,1760121609=>1,1760044456=>1,1760043292=>1,1760116823=>1,1760120677=>1,1760120856=>1,1760120847=>1,1759477136=>1,1759476459=>1,1759257106=>1,1759255207=>1,1759257397=>1,1759261053=>1,1759293329=>1,1759282657=>1,1759254090=>1,1759254074=>1,1759248713=>1,1759211634=>1,1759248869=>1,1759249850=>1,1759253283=>1,1759250694=>1,1759293381=>1,1759296536=>1,1759468699=>1,1759451512=>1,1759470860=>1,1759470958=>1,1759476339=>1,1759476293=>1,1759449441=>1,1759449239=>1,1759446691=>1,1759445304=>1,1759446736=>1,1759448297=>1,1759449095=>1,1760124251=>1,1760124322=>1,1760310980=>1,1760310939=>1,1760311088=>1,1760312623=>1,1760316604=>1,1760315962=>1,1760310288=>1,1760310181=>1,1760307465=>1,1760306919=>1,1760308357=>1,1760309065=>1,1760309658=>1,1760309426=>1,1760317813=>1,1760318291=>1,1760322924=>1,1760322402=>1,1760323495=>1,1760326086=>1,1760330030=>1,1760329319=>1,1760321702=>1,1760321689=>1,1760319322=>1,1760319017=>1,1760320834=>1,1760321072=>1,1760321359=>1,1760304287=>1,1760303532=>1,1760129853=>1,1760129621=>1,1760130009=>1,1760130330=>1,1760130878=>1,1760130370=>1,1760129616=>1,1760128805=>1,1760124721=>1,1760124597=>1,1760125043=>1,1760126518=>1,1760126962=>1,1760126852=>1,1760131061=>1,1760131180=>1,1760300694=>1,1760300083=>1,1760300971=>1,1760301384=>1,1760301515=>1,1760301463=>1,1760299525=>1,1760235451=>1,1760131504=>1,1760131318=>1,1760132340=>1,1760132440=>1,1760228931=>1,1755061990=>1,);?>
1
+ <?php return array(1903037185=>1,1902968259=>1,1903087620=>1,1903087697=>1,1903137191=>1,1903098628=>1,1902939490=>1,1902924317=>1,1902796438=>1,1902795463=>1,1902826914=>1,1902852428=>1,1902923960=>1,1902877938=>1,1903137691=>1,1903137760=>1,1903676473=>1,1903592173=>1,1903716916=>1,1903773529=>1,1904377147=>1,1903856254=>1,1903554320=>1,1903514960=>1,1903138205=>1,1903137992=>1,1903138293=>1,1903138399=>1,1903510205=>1,1903138487=>1,1902787606=>1,1902627012=>1,1900756425=>1,1900667730=>1,1900900870=>1,1901000130=>1,1901013699=>1,1901009638=>1,1900665748=>1,1900663564=>1,1900394858=>1,1900314716=>1,1900522970=>1,1900550971=>1,1900660800=>1,1900572733=>1,1901018582=>1,1901022781=>1,1902014750=>1,1901996028=>1,1902361643=>1,1902361652=>1,1902575431=>1,1902471317=>1,1901662697=>1,1901579416=>1,1901326230=>1,1901205351=>1,1901490427=>1,1901505386=>1,1901535366=>1,1904838719=>1,1904995662=>1,1911814156=>1,1911614982=>1,1911909091=>1,1912107724=>1,1912258312=>1,1912145653=>1,1911516774=>1,1911483976=>1,1911205603=>1,1911036768=>1,1911232209=>1,1911352714=>1,1911361390=>1,1911358966=>1,1912330445=>1,1912343322=>1,1912590523=>1,1912561345=>1,1912932594=>1,1912933438=>1,1913004738=>1,1912933554=>1,1912549681=>1,1912536587=>1,1912379111=>1,1912366089=>1,1912384729=>1,1912386173=>1,1912505368=>1,1912386897=>1,1910974660=>1,1910970319=>1,1907642221=>1,1907032110=>1,1908341811=>1,1908774343=>1,1908940042=>1,1908939603=>1,1906466695=>1,1906427264=>1,1905011507=>1,1905010507=>1,1905048364=>1,1906314330=>1,1906385775=>1,1906385203=>1,1908952595=>1,1908973467=>1,1910311049=>1,1910122744=>1,1910501027=>1,1910501056=>1,1910953760=>1,1910869842=>1,1909485594=>1,1909336632=>1,1908987555=>1,1908987554=>1,1908996631=>1,1909189682=>1,1909278514=>1,1900271739=>1,1900197599=>1,1892039972=>1,1891895381=>1,1892106686=>1,1892110186=>1,1893032261=>1,1892608366=>1,1891854132=>1,1891853323=>1,1890577112=>1,1890439192=>1,1891113669=>1,1891636900=>1,1891845143=>1,1891818212=>1,1893032920=>1,1893211683=>1,1894765836=>1,1894749142=>1,1894771482=>1,1894985243=>1,1895035303=>1,1895001139=>1,1894730595=>1,1894586829=>1,1893873887=>1,1893836528=>1,1893994316=>1,1894144061=>1,1894467318=>1,1894450067=>1,1890080452=>1,1890080444=>1,1887892950=>1,1887885375=>1,1888421349=>1,1888422476=>1,1889573308=>1,1888422654=>1,1887885292=>1,1887882582=>1,1887815882=>1,1887813770=>1,1887816078=>1,1887876920=>1,1887882303=>1,1887877022=>1,1889720080=>1,1889720342=>1,1890080372=>1,1890080355=>1,1890080375=>1,1890080404=>1,1890080435=>1,1890080415=>1,1890080327=>1,1890080295=>1,1889720409=>1,1889720395=>1,1889720488=>1,1889720493=>1,1890061303=>1,1895142414=>1,1895306194=>1,1897784534=>1,1897784462=>1,1897784574=>1,1898326445=>1,1899322189=>1,1899320167=>1,1897716589=>1,1897624110=>1,1897260350=>1,1897260342=>1,1897369352=>1,1897375512=>1,1897573615=>1,1897421502=>1,1899337634=>1,1899357895=>1,1900143025=>1,1900092475=>1,1900166773=>1,1900166786=>1,1900197505=>1,1900166902=>1,1899715163=>1,1899715162=>1,1899364338=>1,1899358565=>1,1899510006=>1,1899511989=>1,1899643204=>1,1897219868=>1,1897219586=>1,1896086660=>1,1896045349=>1,1896134649=>1,1896310155=>1,1896359455=>1,1896337994=>1,1896008466=>1,1895923496=>1,1895629373=>1,1895316996=>1,1895768600=>1,1895769669=>1,1895922508=>1,1895770207=>1,1896522171=>1,1896542871=>1,1896716960=>1,1896672589=>1,1897165094=>1,1897218680=>1,1897219292=>1,1897218711=>1,1896663757=>1,1896600940=>1,1896580554=>1,1896568751=>1,1896580555=>1,1896580556=>1,1896595746=>1,1913004740=>1,1913007466=>1,1921061830=>1,1921061750=>1,1921125689=>1,1921133361=>1,1921158445=>1,1921135091=>1,1920402862=>1,1920066759=>1,1919971784=>1,1919971742=>1,1919971789=>1,1919971809=>1,1919971833=>1,1919971821=>1,1921432546=>1,1921856003=>1,1925670574=>1,1925667258=>1,1925673506=>1,1925935204=>1,1926714500=>1,1926537218=>1,1925040378=>1,1924727762=>1,1921866702=>1,1921856516=>1,1921974905=>1,1922021058=>1,1922410869=>1,1922383979=>1,1919971736=>1,1919971716=>1,1918865689=>1,1918863176=>1,1918877586=>1,1918887437=>1,1919063468=>1,1918924408=>1,1918851152=>1,1918583134=>1,1917868981=>1,1917864110=>1,1917880432=>1,1917903431=>1,1918408087=>1,1917907012=>1,1919352354=>1,1919470350=>1,1919971652=>1,1919971633=>1,1919971656=>1,1919971660=>1,1919971697=>1,1919971695=>1,1919971613=>1,1919971608=>1,1919665386=>1,1919581682=>1,1919971586=>1,1919971599=>1,1919971601=>1,1926716269=>1,1926717122=>1,1929134412=>1,1929128546=>1,1929135359=>1,1929250585=>1,1929302953=>1,1929288009=>1,1928935384=>1,1928908397=>1,1928647704=>1,1928488873=>1,1928699386=>1,1928753072=>1,1928887766=>1,1928862014=>1,1929303458=>1,1929313329=>1,1931236630=>1,1931230716=>1,1931238063=>1,1931238944=>1,1931255068=>1,1931254340=>1,1931229517=>1,1931229124=>1,1931053813=>1,1930909303=>1,1931223003=>1,1931223472=>1,1931224849=>1,1928406027=>1,1928378509=>1,1926920040=>1,1926850292=>1,1926960722=>1,1927115228=>1,1927304315=>1,1927283685=>1,1926833901=>1,1926804707=>1,1926731277=>1,1926727897=>1,1926734858=>1,1926737087=>1,1926772121=>1,1926737439=>1,1927365906=>1,1927452423=>1,1927770374=>1,1927708622=>1,1927775184=>1,1927800702=>1,1928311119=>1,1927858000=>1,1927700882=>1,1927660466=>1,1927611354=>1,1927582201=>1,1927652034=>1,1927652095=>1,1927655981=>1,1917820958=>1,1917568342=>1,1914921511=>1,1914918219=>1,1914983356=>1,1914992402=>1,1915045851=>1,1915037939=>1,1914846066=>1,1914843412=>1,1914637859=>1,1914377956=>1,1914717957=>1,1914728970=>1,1914840422=>1,1914735987=>1,1915045943=>1,1915046021=>1,1915191696=>1,1915191512=>1,1915204648=>1,1915204908=>1,1915205719=>1,1915205329=>1,1915186736=>1,1915182041=>1,1915046798=>1,1915046579=>1,1915047295=>1,1915051134=>1,1915172199=>1,1915118031=>1,1914377116=>1,1914376029=>1,1914226422=>1,1914213634=>1,1914226904=>1,1914297104=>1,1914304358=>1,1914303721=>1,1914190180=>1,1914188792=>1,1913011566=>1,1913010098=>1,1913013220=>1,1913029323=>1,1914188732=>1,1913771055=>1,1914307862=>1,1914309698=>1,1914365974=>1,1914352976=>1,1914366597=>1,1914372287=>1,1914376002=>1,1914375629=>1,1914334663=>1,1914326995=>1,1914323009=>1,1914320229=>1,1914323840=>1,1914326713=>1,1914326927=>1,1915206018=>1,1915206021=>1,1915506208=>1,1915504266=>1,1915507605=>1,1915533710=>1,1915546046=>1,1915534352=>1,1915504176=>1,1915481620=>1,1915423939=>1,1915423580=>1,1915449358=>1,1915451797=>1,1915478847=>1,1915459003=>1,1915548956=>1,1915571270=>1,1916216128=>1,1915742868=>1,1916346322=>1,1916929932=>1,1917188109=>1,1917005658=>1,1915742408=>1,1915741608=>1,1915607052=>1,1915585100=>1,1915607176=>1,1915607236=>1,1915609182=>1,1915423518=>1,1915423509=>1,1915250380=>1,1915247781=>1,1915251549=>1,1915252030=>1,1915285018=>1,1915252604=>1,1915247732=>1,1915243374=>1,1915228059=>1,1915219605=>1,1915240656=>1,1915241539=>1,1915242269=>1,1915241620=>1,1915289313=>1,1915303535=>1,1915391146=>1,1915390813=>1,1915421341=>1,1915423064=>1,1915423306=>1,1915423208=>1,1915390471=>1,1915361932=>1,1915305298=>1,1915305128=>1,1915307154=>1,1915324844=>1,1915355604=>1,1887701043=>1,1887324261=>1,1863050317=>1,1863017018=>1,1863078721=>1,1863126232=>1,1863150904=>1,1863126413=>1,1863012585=>1,1863012506=>1,1863012499=>1,1863012498=>1,1863012501=>1,1863012502=>1,1863012505=>1,1863012504=>1,1863159693=>1,1863248638=>1,1863779995=>1,1863779987=>1,1863779996=>1,1863780002=>1,1863780004=>1,1863780003=>1,1863779983=>1,1863779981=>1,1863399982=>1,1863274171=>1,1863779973=>1,1863779975=>1,1863779980=>1,1863779976=>1,1863012497=>1,1862998980=>1,1860896542=>1,1860747826=>1,1861224113=>1,1861387279=>1,1861848054=>1,1861642602=>1,1860722478=>1,1860720610=>1,1860717718=>1,1860716676=>1,1860717778=>1,1860718141=>1,1860718766=>1,1860718244=>1,1861980739=>1,1862049585=>1,1862344828=>1,1862344755=>1,1862345755=>1,1862350611=>1,1862998978=>1,1862842308=>1,1862342594=>1,1862342583=>1,1862342543=>1,1862213453=>1,1862342550=>1,1862342553=>1,1862342578=>1,1863780006=>1,1864108761=>1,1867135220=>1,1867115980=>1,1867135224=>1,1867231683=>1,1867562338=>1,1867432749=>1,1867113677=>1,1867062708=>1,1866588960=>1,1866409508=>1,1866752829=>1,1866756346=>1,1866759126=>1,1866759091=>1,1867834768=>1,1868146761=>1,1868487350=>1,1868463578=>1,1869625173=>1,1870042628=>1,1870044156=>1,1870042829=>1,1868431518=>1,1868399286=>1,1868207282=>1,1868206812=>1,1868209965=>1,1868217718=>1,1868382710=>1,1866146308=>1,1865951366=>1,1864942889=>1,1864942870=>1,1865395093=>1,1865523800=>1,1865944470=>1,1865640588=>1,1864942865=>1,1864942864=>1,1864254557=>1,1864109555=>1,1864913993=>1,1864942855=>1,1864942863=>1,1864942862=>1,1865944477=>1,1865944481=>1,1865949254=>1,1865948046=>1,1865949255=>1,1865949256=>1,1865949258=>1,1865949257=>1,1865944489=>1,1865944488=>1,1865944483=>1,1865944482=>1,1865944484=>1,1865944486=>1,1865944487=>1,1860690831=>1,1860679817=>1,1854440312=>1,1854437030=>1,1854440770=>1,1854465065=>1,1854465405=>1,1854465078=>1,1854413606=>1,1853212330=>1,1851126394=>1,1851068156=>1,1851134810=>1,1851594666=>1,1851644714=>1,1851639956=>1,1854465712=>1,1854466006=>1,1855475372=>1,1854919513=>1,1855489438=>1,1855523322=>1,1855915561=>1,1855683047=>1,1854853291=>1,1854831663=>1,1854471882=>1,1854468659=>1,1854482247=>1,1854490637=>1,1854591486=>1,1854562877=>1,1850863277=>1,1850815236=>1,1850598410=>1,1850597908=>1,1850598512=>1,1850598597=>1,1850598678=>1,1850598641=>1,1850597823=>1,1850597814=>1,1850594010=>1,1850594001=>1,1850594108=>1,1850595635=>1,1850596781=>1,1850596612=>1,1850599103=>1,1850599515=>1,1850642397=>1,1850642245=>1,1850642403=>1,1850644849=>1,1850752622=>1,1850647939=>1,1850604111=>1,1850603534=>1,1850599608=>1,1850599554=>1,1850601193=>1,1850601287=>1,1850601525=>1,1856292220=>1,1856292626=>1,1856871692=>1,1856813889=>1,1856908168=>1,1856965610=>1,1857112790=>1,1857108757=>1,1856811860=>1,1856809404=>1,1856800370=>1,1856799315=>1,1856803332=>1,1856803393=>1,1856809391=>1,1856804922=>1,1857113461=>1,1857168335=>1,1857483699=>1,1857451050=>1,1857492215=>1,1857923243=>1,1860444953=>1,1859132070=>1,1857417199=>1,1857338415=>1,1857210245=>1,1857210222=>1,1857213777=>1,1857214363=>1,1857268849=>1,1856799314=>1,1856739365=>1,1856510227=>1,1856510200=>1,1856510246=>1,1856510298=>1,1856510478=>1,1856510358=>1,1856510143=>1,1856510139=>1,1856510014=>1,1856510010=>1,1856510030=>1,1856510031=>1,1856510113=>1,1856510089=>1,1856510492=>1,1856510503=>1,1856511243=>1,1856510696=>1,1856562600=>1,1856645456=>1,1856707093=>1,1856677691=>1,1856510693=>1,1856510681=>1,1856510583=>1,1856510520=>1,1856510632=>1,1856510634=>1,1856510655=>1,1870049637=>1,1870140350=>1,1884565757=>1,1884307283=>1,1884715886=>1,1884803742=>1,1885065294=>1,1884964947=>1,1884306366=>1,1884207323=>1,1884198322=>1,1884197310=>1,1884205577=>1,1884205580=>1,1884205587=>1,1884205581=>1,1885130661=>1,1885130999=>1,1885301027=>1,1885300797=>1,1885301809=>1,1885302347=>1,1885687979=>1,1885302544=>1,1885288832=>1,1885288792=>1,1885131487=>1,1885131380=>1,1885131570=>1,1885191684=>1,1885206576=>1,1885194257=>1,1884197309=>1,1884197308=>1,1883289929=>1,1883255890=>1,1883330651=>1,1883330682=>1,1883330732=>1,1883330694=>1,1881557675=>1,1880747017=>1,1880390044=>1,1880164564=>1,1880555943=>1,1880583518=>1,1880659800=>1,1880583911=>1,1883330755=>1,1883359443=>1,1883951044=>1,1883950651=>1,1883952981=>1,1883953523=>1,1884170191=>1,1884170180=>1,1883926448=>1,1883922600=>1,1883423251=>1,1883366377=>1,1883464022=>1,1883904377=>1,1883920791=>1,1885781455=>1,1885796367=>1,1886406259=>1,1886215504=>1,1886406262=>1,1886638695=>1,1887020789=>1,1886640424=>1,1885993165=>1,1885949221=>1,1885891098=>1,1885890314=>1,1885899596=>1,1885900492=>1,1885905379=>1,1885900546=>1,1887020790=>1,1887100835=>1,1887189471=>1,1887187541=>1,1887203739=>1,1887322268=>1,1887323342=>1,1887322561=>1,1887187469=>1,1887184870=>1,1887182036=>1,1887175073=>1,1887183781=>1,1887184151=>1,1887184611=>1,1885888152=>1,1885887855=>1,1885870581=>1,1885870293=>1,1885880396=>1,1885880549=>1,1885880906=>1,1885880822=>1,1885870200=>1,1885869946=>1,1885798117=>1,1885796601=>1,1885864646=>1,1885864881=>1,1885869933=>1,1885865201=>1,1885881200=>1,1885881571=>1,1885883133=>1,1885883096=>1,1885883276=>1,1885883309=>1,1885883935=>1,1885883387=>1,1885883057=>1,1885882871=>1,1885881827=>1,1885881633=>1,1885882718=>1,1885882721=>1,1885882828=>1,1880164563=>1,1880119900=>1,1875356633=>1,1875352785=>1,1875792376=>1,1875792389=>1,1875820187=>1,1875793669=>1,1875282130=>1,1875247706=>1,1874920639=>1,1874893212=>1,1874921374=>1,1875136302=>1,1875231743=>1,1875143740=>1,1875820188=>1,1875822585=>1,1878064832=>1,1878060615=>1,1878071738=>1,1878074663=>1,1878153834=>1,1878153826=>1,1878000540=>1,1877278255=>1,1876911431=>1,1875822586=>1,1876954343=>1,1877278249=>1,1877278253=>1,1877278252=>1,1874890579=>1,1874877745=>1,1870588711=>1,1870587442=>1,1872854634=>1,1872854635=>1,1872854637=>1,1872854636=>1,1870587288=>1,1870587276=>1,1870273469=>1,1870173610=>1,1870499434=>1,1870512666=>1,1870587188=>1,1870587141=>1,1872883690=>1,1872931171=>1,1874076096=>1,1874074864=>1,1874080253=>1,1874081673=>1,1874439107=>1,1874186437=>1,1874071697=>1,1874067686=>1,1873276305=>1,1873221826=>1,1873879397=>1,1873880865=>1,1874025166=>1,1878154429=>1,1878154469=>1,1878890180=>1,1878890158=>1,1878890368=>1,1878890410=>1,1878890454=>1,1878890424=>1,1878890151=>1,1878889700=>1,1878842489=>1,1878833690=>1,1878843091=>1,1878865993=>1,1878889606=>1,1878889568=>1,1878953236=>1,1878959803=>1,1880119064=>1,1880116412=>1,1880119117=>1,1880119200=>1,1880119670=>1,1880119427=>1,1879432391=>1,1879314840=>1,1878985332=>1,1878979960=>1,1879034151=>1,1879044916=>1,1879045576=>1,1878782831=>1,1878748084=>1,1878540107=>1,1878257834=>1,1878540212=>1,1878549723=>1,1878554939=>1,1878550237=>1,1878222788=>1,1878222324=>1,1878171268=>1,1878160547=>1,1878171367=>1,1878171860=>1,1878182454=>1,1878178004=>1,1878560321=>1,1878596769=>1,1878692539=>1,1878668468=>1,1878697213=>1,1878729513=>1,1878748012=>1,1878731550=>1,1878663392=>1,1878662844=>1,1878628914=>1,1878625778=>1,1878650686=>1,1878651337=>1,1878651543=>1,1850593510=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1887324261=>1,1887322645=>1,1887815882=>1,1889573308=>1,1889720495=>1,1889720476=>1,1887322561=>1,1887322268=>1,1887187541=>1,1887184611=>1,1887189471=>1,1887191449=>1,1887203739=>1,1887201375=>1,1890061303=>1,1891367087=>1,1893032261=>1,1892608366=>1,1893039294=>1,1893039882=>1,1894602704=>1,1894277887=>1,1892110186=>1,1892106686=>1,1891839659=>1,1891809362=>1,1891852294=>1,1891853493=>1,1891854149=>1,1891854132=>1,1887184151=>1,1887183781=>1,1885946200=>1,1885908557=>1,1885946242=>1,1885946882=>1,1885993080=>1,1885992486=>1,1885905025=>1,1885900743=>1,1885882721=>1,1885881003=>1,1885883124=>1,1885883149=>1,1885890988=>1,1885884466=>1,1886215504=>1,1886406259=>1,1887019830=>1,1887019828=>1,1887020789=>1,1887020790=>1,1887182036=>1,1887021813=>1,1887019827=>1,1887019826=>1,1886457560=>1,1886406260=>1,1886594348=>1,1886611842=>1,1886959579=>1,1894668170=>1,1895380783=>1,1901017111=>1,1901009638=>1,1901017832=>1,1901022921=>1,1901325819=>1,1901085508=>1,1900662899=>1,1900661060=>1,1900314716=>1,1900286904=>1,1900361015=>1,1900394899=>1,1900394983=>1,1900394966=>1,1901509424=>1,1901540295=>1,1902796438=>1,1902795463=>1,1902807532=>1,1902826914=>1,1902877938=>1,1902852428=>1,1902787606=>1,1902730426=>1,1901884378=>1,1901817599=>1,1902321181=>1,1902362431=>1,1902575154=>1,1902362444=>1,1900286740=>1,1900256361=>1,1897218499=>1,1897165094=>1,1897219122=>1,1897260342=>1,1897369352=>1,1897260350=>1,1896600940=>1,1896580556=>1,1896337994=>1,1895629373=>1,1896542871=>1,1896579754=>1,1896580555=>1,1896580554=>1,1897375580=>1,1897623295=>1,1900092435=>1,1899851438=>1,1900092593=>1,1900166671=>1,1900197599=>1,1900166786=>1,1899364338=>1,1899357895=>1,1897817695=>1,1897817691=>1,1898636972=>1,1899267486=>1,1899320167=>1,1885880631=>1,1885880434=>1,1879044248=>1,1878966109=>1,1879044467=>1,1879048380=>1,1879314840=>1,1879258303=>1,1878966011=>1,1878943308=>1,1878779261=>1,1878741706=>1,1878825152=>1,1878834572=>1,1878891957=>1,1878866556=>1,1879432391=>1,1880119064=>1,1883330608=>1,1883290403=>1,1883330651=>1,1883330780=>1,1883359443=>1,1883330812=>1,1883289929=>1,1883256260=>1,1880119427=>1,1880119200=>1,1880547835=>1,1880555943=>1,1880804674=>1,1880747017=>1,1878730339=>1,1878692360=>1,1875822585=>1,1875820188=>1,1876781399=>1,1876911431=>1,1877278252=>1,1877278249=>1,1875820187=>1,1875793669=>1,1875359859=>1,1875282130=>1,1875452452=>1,1875701714=>1,1875792389=>1,1875792376=>1,1877278253=>1,1877278255=>1,1878527947=>1,1878234082=>1,1878551108=>1,1878551689=>1,1878662844=>1,1878572194=>1,1878233225=>1,1878233028=>1,1878150221=>1,1878038112=>1,1878153801=>1,1878173376=>1,1878223624=>1,1883366377=>1,1883392776=>1,1884539179=>1,1884453526=>1,1884964947=>1,1884992409=>1,1885067797=>1,1885065294=>1,1884307250=>1,1884307042=>1,1884306866=>1,1884306842=>1,1884306878=>1,1884306882=>1,1884306998=>1,1884306902=>1,1885130661=>1,1885140403=>1,1885687979=>1,1885325938=>1,1885864587=>1,1885864940=>1,1885869936=>1,1885864971=>1,1885301460=>1,1885301391=>1,1885198327=>1,1885198123=>1,1885206576=>1,1885208357=>1,1885290153=>1,1884306770=>1,1884306614=>1,1884197306=>1,1884195114=>1,1884197309=>1,1884198322=>1,1884205581=>1,1884205580=>1,1884170191=>1,1884170180=>1,1883922600=>1,1883920791=>1,1883924546=>1,1883951044=>1,1883952600=>1,1883951935=>1,1884205582=>1,1884205584=>1,1884305010=>1,1884305006=>1,1884305202=>1,1884305414=>1,1884306034=>1,1884305430=>1,1884303762=>1,1884303750=>1,1884208370=>1,1884207850=>1,1884300966=>1,1884302658=>1,1884302662=>1,1902889497=>1,1902939490=>1,1915435024=>1,1915424938=>1,1915451969=>1,1915499218=>1,1915542544=>1,1915525511=>1,1915423928=>1,1915422308=>1,1915325201=>1,1915322151=>1,1915327005=>1,1915390956=>1,1915415193=>1,1915398302=>1,1915607453=>1,1915607519=>1,1916346322=>1,1916215228=>1,1916929932=>1,1916929939=>1,1917820958=>1,1917005658=>1,1915740543=>1,1915740378=>1,1915617857=>1,1915608179=>1,1915636476=>1,1915636882=>1,1915740211=>1,1915657731=>1,1915303278=>1,1915289313=>1,1915201966=>1,1915184442=>1,1915203032=>1,1915204167=>1,1915204873=>1,1915204769=>1,1915171648=>1,1915168299=>1,1915046584=>1,1915046557=>1,1915047756=>1,1915048566=>1,1915122464=>1,1915117645=>1,1915206021=>1,1915243275=>1,1915285399=>1,1915285326=>1,1915285429=>1,1915285466=>1,1915289304=>1,1915285480=>1,1915285083=>1,1915284937=>1,1915250986=>1,1915246371=>1,1915273448=>1,1915284707=>1,1915284865=>1,1917864110=>1,1917868981=>1,1919971681=>1,1919971666=>1,1919971687=>1,1919971690=>1,1919971702=>1,1919971697=>1,1919971660=>1,1919971657=>1,1919971644=>1,1919971642=>1,1919971648=>1,1919971649=>1,1919971656=>1,1919971652=>1,1919971703=>1,1919971704=>1,1919971742=>1,1919971736=>1,1919971744=>1,1919971746=>1,1919971752=>1,1919971750=>1,1919971735=>1,1919971732=>1,1919971707=>1,1919971705=>1,1919971715=>1,1919971716=>1,1919971719=>1,1919971637=>1,1919971623=>1,1918865827=>1,1918863176=>1,1918875841=>1,1918876249=>1,1918923690=>1,1918877454=>1,1918855008=>1,1918851335=>1,1917903431=>1,1917880432=>1,1917980501=>1,1918408087=>1,1918821105=>1,1918408747=>1,1919352354=>1,1919470350=>1,1919971609=>1,1919971599=>1,1919971611=>1,1919971612=>1,1919971619=>1,1919971615=>1,1919971594=>1,1919971591=>1,1919774996=>1,1919756614=>1,1919964342=>1,1919971586=>1,1919971588=>1,1915045851=>1,1914992402=>1,1907650245=>1,1907650239=>1,1907650247=>1,1907650251=>1,1907650301=>1,1907650269=>1,1907650200=>1,1907650167=>1,1907650064=>1,1907642220=>1,1907650072=>1,1907650073=>1,1907650095=>1,1907650080=>1,1908475606=>1,1908939603=>1,1911281628=>1,1911036768=>1,1911348469=>1,1911478243=>1,1911761440=>1,1911614982=>1,1910162139=>1,1909485594=>1,1908952595=>1,1908940042=>1,1908973467=>1,1908987554=>1,1909189682=>1,1908996631=>1,1907642187=>1,1907642183=>1,1903128346=>1,1903111884=>1,1903137760=>1,1903137942=>1,1903142839=>1,1903138205=>1,1903111844=>1,1903111576=>1,1902968259=>1,1902950650=>1,1902976944=>1,1903079366=>1,1903098674=>1,1903087620=>1,1903449265=>1,1903765983=>1,1906385203=>1,1906323302=>1,1906385775=>1,1906427264=>1,1907642129=>1,1907032110=>1,1906316838=>1,1905011507=>1,1903767016=>1,1903766392=>1,1903767190=>1,1904377101=>1,1904377147=>1,1911778790=>1,1912057247=>1,1914338158=>1,1914325546=>1,1914338165=>1,1914357166=>1,1914375270=>1,1914375103=>1,1914324243=>1,1914322973=>1,1914307924=>1,1914306841=>1,1914308484=>1,1914309328=>1,1914320229=>1,1914310034=>1,1914375847=>1,1914382874=>1,1914981826=>1,1914971301=>1,1914982723=>1,1914982831=>1,1914984305=>1,1914983882=>1,1914971220=>1,1914918219=>1,1914717957=>1,1914637859=>1,1914728970=>1,1914843412=>1,1914846066=>1,1914304358=>1,1914298322=>1,1912536587=>1,1912501570=>1,1912549681=>1,1912560954=>1,1912570154=>1,1912561020=>1,1912499873=>1,1912499377=>1,1912366089=>1,1912123093=>1,1912367425=>1,1912373679=>1,1912386897=>1,1912379111=>1,1912571583=>1,1912590523=>1,1914220909=>1,1914191131=>1,1914289193=>1,1914297573=>1,1914297961=>1,1914297730=>1,1914189189=>1,1913771055=>1,1913004738=>1,1912933554=>1,1913007466=>1,1913010098=>1,1913013220=>1,1875261774=>1,1875261772=>1,1842298254=>1,1842195020=>1,1842298256=>1,1842298259=>1,1842298280=>1,1842298279=>1,1842134735=>1,1842132398=>1,1841954983=>1,1841936570=>1,1842048067=>1,1842119468=>1,1842131729=>1,1842120466=>1,1842298291=>1,1842298302=>1,1842648137=>1,1842507575=>1,1843007178=>1,1843052771=>1,1843398466=>1,1843105350=>1,1842453264=>1,1842334590=>1,1842298315=>1,1842298309=>1,1842298326=>1,1842298332=>1,1842308189=>1,1842298625=>1,1841936446=>1,1841935999=>1,1841623813=>1,1841623586=>1,1841656837=>1,1841659648=>1,1841692397=>1,1841676821=>1,1841615470=>1,1841594147=>1,1841525706=>1,1841501711=>1,1841529360=>1,1841566262=>1,1841573449=>1,1841570355=>1,1841711953=>1,1841711980=>1,1841922827=>1,1841917227=>1,1841923428=>1,1841927176=>1,1841934209=>1,1841928867=>1,1841910341=>1,1841894345=>1,1841857086=>1,1841778727=>1,1841891106=>1,1841893729=>1,1841894339=>1,1843403044=>1,1843412818=>1,1844251341=>1,1844236824=>1,1844251481=>1,1844271873=>1,1844276945=>1,1844276352=>1,1844214800=>1,1844211998=>1,1844205577=>1,1844204976=>1,1844206289=>1,1844211969=>1,1844211971=>1,1844211970=>1,1844337748=>1,1844360182=>1,1845006419=>1,1844977696=>1,1845006635=>1,1845007107=>1,1845029979=>1,1845029947=>1,1844946748=>1,1844941767=>1,1844382730=>1,1844373730=>1,1844391962=>1,1844391964=>1,1844392088=>1,1844204244=>1,1844181893=>1,1843822771=>1,1843818498=>1,1843823118=>1,1843845578=>1,1843849140=>1,1843847221=>1,1843733041=>1,1843702350=>1,1843554283=>1,1843488629=>1,1843576853=>1,1843660921=>1,1843699278=>1,1843696985=>1,1843850917=>1,1843854318=>1,1844061816=>1,1844061380=>1,1844091445=>1,1844181890=>1,1844181892=>1,1844181891=>1,1844061372=>1,1844019177=>1,1843927995=>1,1843886705=>1,1843948174=>1,1843948211=>1,1844018980=>1,1841496558=>1,1841489910=>1,1836683935=>1,1836627377=>1,1836714154=>1,1836714246=>1,1836763229=>1,1836719663=>1,1836627189=>1,1836625200=>1,1836017216=>1,1836016132=>1,1836018252=>1,1836021305=>1,1836623882=>1,1836623155=>1,1836798142=>1,1836855632=>1,1837050945=>1,1837050838=>1,1837195511=>1,1837307774=>1,1837447875=>1,1837383180=>1,1837028377=>1,1836977518=>1,1836878277=>1,1836867405=>1,1836879408=>1,1836880488=>1,1836976612=>1,1836974134=>1,1835884167=>1,1835869244=>1,1834709021=>1,1834705548=>1,1834716657=>1,1834729464=>1,1834881033=>1,1834791411=>1,1834705242=>1,1834704906=>1,1834622657=>1,1834573826=>1,1834626774=>1,1834681120=>1,1834703255=>1,1834685402=>1,1834881234=>1,1834962111=>1,1835799686=>1,1835738010=>1,1835817233=>1,1835817236=>1,1835869242=>1,1835844827=>1,1835676276=>1,1835625890=>1,1835535452=>1,1834996680=>1,1835543968=>1,1835545598=>1,1835574741=>1,1838229729=>1,1838481847=>1,1841056216=>1,1841033185=>1,1841058141=>1,1841059046=>1,1841143517=>1,1841130576=>1,1840972344=>1,1840918309=>1,1840187449=>1,1840187445=>1,1840775515=>1,1840824260=>1,1840886871=>1,1840883314=>1,1841147167=>1,1841161673=>1,1841384855=>1,1841377588=>1,1841428476=>1,1841435317=>1,1841458834=>1,1841450592=>1,1841363496=>1,1841355106=>1,1841196516=>1,1841186645=>1,1841219681=>1,1841316908=>1,1841317634=>1,1840187072=>1,1840086625=>1,1839458823=>1,1839458821=>1,1839458824=>1,1839458825=>1,1839525095=>1,1839460971=>1,1839458820=>1,1839458818=>1,1838543071=>1,1838531760=>1,1838983734=>1,1839086417=>1,1839133746=>1,1839086440=>1,1839541851=>1,1839551834=>1,1840015875=>1,1839855242=>1,1840069106=>1,1840069108=>1,1840079077=>1,1840069408=>1,1839800739=>1,1839797923=>1,1839685974=>1,1839561013=>1,1839717521=>1,1839717525=>1,1839719266=>1,1845029980=>1,1845029981=>1,1863012505=>1,1863012504=>1,1863012527=>1,1863017018=>1,1863121807=>1,1863078688=>1,1862998980=>1,1862998978=>1,1862345755=>1,1862344828=>1,1862350611=>1,1862796207=>1,1862894289=>1,1862842308=>1,1863126232=>1,1863126413=>1,1865603446=>1,1865549845=>1,1865944470=>1,1865944472=>1,1865944483=>1,1865944477=>1,1865524057=>1,1865395093=>1,1864254557=>1,1863159693=>1,1864805987=>1,1864913993=>1,1865395001=>1,1864942858=>1,1862344755=>1,1862322854=>1,1856809333=>1,1856803393=>1,1856809392=>1,1856809394=>1,1856811860=>1,1856811855=>1,1856803332=>1,1856747044=>1,1856293990=>1,1856292626=>1,1856319074=>1,1856645456=>1,1856707093=>1,1856677691=>1,1856813889=>1,1856814448=>1,1860718141=>1,1860717778=>1,1860718244=>1,1860722325=>1,1861386682=>1,1860722478=>1,1860717718=>1,1860716676=>1,1856908168=>1,1856871692=>1,1857923243=>1,1859132070=>1,1860715444=>1,1865944484=>1,1865944486=>1,1870587048=>1,1870586953=>1,1870587257=>1,1870587447=>1,1870587610=>1,1870587476=>1,1870586905=>1,1870547707=>1,1870042829=>1,1868431518=>1,1870044156=>1,1870049637=>1,1870547506=>1,1870143085=>1,1872854634=>1,1872854635=>1,1874892195=>1,1874860919=>1,1874917497=>1,1875038108=>1,1875247706=>1,1875150749=>1,1874079332=>1,1874077451=>1,1872854637=>1,1872854636=>1,1873569235=>1,1874074677=>1,1874076470=>1,1868304223=>1,1868300714=>1,1866146308=>1,1865951366=>1,1866409508=>1,1866494611=>1,1866752829=>1,1866588960=>1,1865949258=>1,1865949257=>1,1865944488=>1,1865944487=>1,1865944489=>1,1865949254=>1,1865949256=>1,1865949255=>1,1866756346=>1,1866759091=>1,1868207282=>1,1868206812=>1,1868207310=>1,1868209965=>1,1868300597=>1,1868217718=>1,1868146761=>1,1868117428=>1,1866838141=>1,1866759126=>1,1867135220=>1,1867135224=>1,1867231683=>1,1856292220=>1,1855949486=>1,1850399846=>1,1850394333=>1,1850484397=>1,1850574448=>1,1850575202=>1,1850574896=>1,1850393385=>1,1850392937=>1,1850223178=>1,1850223079=>1,1850278790=>1,1850285410=>1,1850324492=>1,1850287748=>1,1850575954=>1,1850576210=>1,1850586213=>1,1850585378=>1,1850586483=>1,1850588988=>1,1850589095=>1,1850589058=>1,1850584201=>1,1850583740=>1,1850578264=>1,1850578009=>1,1850579478=>1,1850580267=>1,1850583693=>1,1850581891=>1,1850222862=>1,1850213727=>1,1845484068=>1,1845482553=>1,1845768075=>1,1845848068=>1,1845849718=>1,1845848298=>1,1845428256=>1,1845410035=>1,1845185092=>1,1845029982=>1,1845207559=>1,1845294450=>1,1845399303=>1,1845364265=>1,1846122762=>1,1846652054=>1,1847974396=>1,1847974394=>1,1848038432=>1,1848934370=>1,1849882975=>1,1849878261=>1,1847974354=>1,1847908766=>1,1847732194=>1,1846735113=>1,1847772278=>1,1847897129=>1,1847900369=>1,1850589274=>1,1850589307=>1,1850745181=>1,1850740278=>1,1850863277=>1,1851594666=>1,1852191843=>1,1852191055=>1,1850676287=>1,1850676228=>1,1850645005=>1,1850644360=>1,1850646319=>1,1850646483=>1,1850653688=>1,1850647628=>1,1854436708=>1,1854437229=>1,1854649934=>1,1854622411=>1,1854853291=>1,1854919513=>1,1855523322=>1,1855469523=>1,1854610055=>1,1854609989=>1,1854465829=>1,1854465405=>1,1854466237=>1,1854468944=>1,1854566736=>1,1850643530=>1,1850643024=>1,1850593935=>1,1850593907=>1,1850594025=>1,1850594039=>1,1850596628=>1,1850596612=>1,1850593864=>1,1850593490=>1,1850589472=>1,1850589362=>1,1850591479=>1,1850592269=>1,1850593409=>1,1850592349=>1,1850596815=>1,1850597656=>1,1850598597=>1,1850598571=>1,1850598678=>1,1850601287=>1,1850603626=>1,1850603534=>1,1850598512=>1,1850597908=>1,1850597802=>1,1850597781=>1,1850597811=>1,1850597823=>1,1850597863=>1,1834501754=>1,);?>
1
+ <?php return array(1974011024=>1974011031,1966593040=>1966593047,1959924157=>1,1959920694=>1,1959921287=>1,1959938146=>1,1960090203=>1,1959990217=>1,1959803576=>1,1959102090=>1,1958861914=>1,1958823462=>1,1958861994=>1,1959100650=>1,1960091036=>1,1959600772=>1,1960099267=>1,1960985606=>1,1960972819=>1,1960994451=>1,1960995024=>1,1961002409=>1,1960996270=>1,1960972721=>1,1960971915=>1,1960968380=>1,1958745429=>1,1960968889=>1,1960970779=>1,1960970980=>1,1960970797=>1,1960091432=>1,1958742248=>1,1950023641=>1,1950021032=>1,1950678775=>1,1951023309=>1,1951141367=>1,1951080670=>1,1950020972=>1,1950018440=>1,1949700481=>1,1949612940=>1,1949780669=>1,1949817319=>1,1950016829=>1,1949967362=>1,1951206489=>1,1951221420=>1,1953616626=>1,1953522890=>1,1953786981=>1,1954356956=>1,1958741103=>1,1954364329=>1,1953522730=>1,1952283679=>1,1952109452=>1,1952109385=>1,1952114002=>1,1952115570=>1,1952266753=>1,1961092991=>1,1961136072=>1,1967466927=>1,1967075721=>1,1967571590=>1,1967604749=>1,1968056950=>1,1967604879=>1,1967007115=>1,1966911435=>1,1965804549=>1,1965344311=>1,1966798435=>1,1966858298=>1,1966910163=>1,1966885002=>1,1968134053=>1,1968180716=>1,1968679855=>1,1968446194=>1,1968710757=>1,1968741353=>1,1968759186=>1,1968752960=>1,1968387395=>1,1968387164=>1,1968270595=>1,1968199143=>1,1968274292=>1,1968295364=>1,1968335021=>1,1965344152=>1,1965190612=>1,1961673864=>1,1961369370=>1,1961685923=>1,1962658305=>1,1963396130=>1,1962719498=>1,1961350578=>1,1961345634=>1,1961280237=>1,1961159899=>1,1961302392=>1,1961302420=>1,1961336621=>1,1961309264=>1,1963885447=>1,1964133355=>1,1964605934=>1,1964576379=>1,1964630391=>1,1965079003=>1,1965190576=>1,1965190540=>1,1964403791=>1,1964357230=>1,1964259458=>1,1964139513=>1,1964260417=>1,1964323597=>1,1964357229=>1,1949494299=>1,1949441265=>1,1940769842=>1,1940601968=>1,1940770128=>1,1941058022=>1,1941375902=>1,1941307504=>1,1940290846=>1,1940090713=>1,1939858355=>1,1939858317=>1,1939900850=>1,1939905627=>1,1939930763=>1,1939923078=>1,1941572097=>1,1941577767=>1,1942777968=>1,1942528942=>1,1942876245=>1,1943147638=>1,1943639103=>1,1943349594=>1,1942226478=>1,1942105845=>1,1941608706=>1,1941578010=>1,1941698232=>1,1941977624=>1,1942073091=>1,1941990644=>1,1939857909=>1,1939857108=>1,1939846451=>1,1939846181=>1,1939848014=>1,1939848392=>1,1939848869=>1,1939848488=>1,1939841325=>1,1939839683=>1,1939831758=>1,1939831668=>1,1939838105=>1,1939838612=>1,1939839562=>1,1939839389=>1,1939850072=>1,1939850155=>1,1939855358=>1,1939854922=>1,1939855492=>1,1939855503=>1,1939856846=>1,1939856749=>1,1939853232=>1,1939852927=>1,1939850936=>1,1939850514=>1,1939851324=>1,1939851422=>1,1939852915=>1,1943667682=>1,1943732233=>1,1946052078=>1,1946032297=>1,1946293909=>1,1946297957=>1,1946426945=>1,1946391956=>1,1945949371=>1,1945935293=>1,1945683185=>1,1945681051=>1,1945748046=>1,1945748047=>1,1945920757=>1,1945762482=>1,1946510493=>1,1946569210=>1,1948111627=>1,1948040812=>1,1948127497=>1,1948162285=>1,1949401017=>1,1948208291=>1,1947828005=>1,1947753971=>1,1947744310=>1,1946697544=>1,1947753625=>1,1947753649=>1,1947753705=>1,1945661658=>1,1945659957=>1,1944542966=>1,1944522890=>1,1944543671=>1,1944559155=>1,1944575979=>1,1944560344=>1,1944485764=>1,1944349848=>1,1943766986=>1,1943732762=>1,1944220315=>1,1944277049=>1,1944339073=>1,1944313875=>1,1944820591=>1,1944827961=>1,1944995774=>1,1944939891=>1,1945016844=>1,1945035785=>1,1945653246=>1,1945093135=>1,1944888957=>1,1944888346=>1,1944848619=>1,1944848306=>1,1944865835=>1,1944865836=>1,1944872534=>1,1968784934=>1,1969001331=>1,1978695330=>1,1978687346=>1,1978710051=>1,1978710052=>1,1978714691=>1,1978710819=>1,1978687139=>1,1978687114=>1,1978659875=>1,1978659363=>1,1978659878=>1,1978661645=>1,1978687083=>1,1978687066=>1,1978719444=>1,1978743087=>1,1979628732=>1,1979186706=>1,1981123972=>1,1981466630=>1,1981473437=>1,1981466632=>1,1979156692=>1,1979156691=>1,1978929139=>1,1978777949=>1,1979156680=>1,1979156682=>1,1979156690=>1,1979156684=>1,1978659346=>1,1978648509=>1,1977234145=>1,1977234054=>1,1977248850=>1,1977555509=>1,1977689891=>1,1977556079=>1,1976979468=>1,1976959833=>1,1976783428=>1,1976783418=>1,1976783429=>1,1976783433=>1,1976913938=>1,1976804236=>1,1978164116=>1,1978599371=>1,1978611025=>1,1978610024=>1,1978634970=>1,1978647581=>1,1978648508=>1,1978648506=>1,1978608219=>1,1978604275=>1,1978601328=>1,1978601327=>1,1978601586=>1,1978602054=>1,1978604161=>1,1984250431=>1,1984286153=>1,1986103941=>1,1986103762=>1,1986107363=>1,1986112076=>1,1986112078=>1,1986112077=>1,1986103634=>1,1986103326=>1,1986093674=>1,1986088311=>1,1986095918=>1,1986097578=>1,1986101283=>1,1986101050=>1,1986117172=>1,1986120761=>1,1986194504=>1,1986165187=>1,1986220464=>1,1986226522=>1,1986226524=>1,1986226523=>1,1986133866=>1,1986132314=>1,1986122214=>1,1986121301=>1,1986122780=>1,1986129810=>1,1986130218=>1,1986084626=>1,1986079386=>1,1985762288=>1,1985760092=>1,1985763180=>1,1985763771=>1,1985868035=>1,1985783186=>1,1985011409=>1,1984998863=>1,1984331783=>1,1984317482=>1,1984349395=>1,1984652327=>1,1984985325=>1,1984801566=>1,1986007788=>1,1986013846=>1,1986072538=>1,1986072060=>1,1986075474=>1,1986076274=>1,1986078186=>1,1986076898=>1,1986072058=>1,1986071323=>1,1986033882=>1,1986020665=>1,1986036867=>1,1986038279=>1,1986043733=>1,1976783404=>1,1976783368=>1,1973312213=>1,1973289426=>1,1973326646=>1,1973327833=>1,1973581557=>1,1973332035=>1,1973161852=>1,1973161811=>1,1971907076=>1,1971907073=>1,1971907078=>1,1971907080=>1,1973161810=>1,1973161809=>1,1973619793=>1,1973646763=>1,1974011012=>1,1974011011=>1,1974011013=>1,1974011014=>1,1974011021=>1,1974011018=>1,1974011010=>1,1973995445=>1,1973692637=>1,1973659212=>1,1973737431=>1,1973742652=>1,1973976653=>1,1973894028=>1,1971846024=>1,1971846019=>1,1969641683=>1,1969641682=>1,1969641827=>1,1969644290=>1,1969659913=>1,1969650394=>1,1969640290=>1,1969639447=>1,1969038291=>1,1939831485=>1,1969149585=>1,1969176881=>1,1969638778=>1,1969631276=>1,1969728866=>1,1970639108=>1,1971822012=>1,1971575002=>1,1971843509=>1,1971845765=>1,1971845962=>1,1971845766=>1,1970923513=>1,1970923505=>1,1970917166=>1,1970916581=>1,1970922315=>1,1970922445=>1,1970923494=>1,1974011022=>1,1974011023=>1,1975849714=>1,1975690489=>1,1976087043=>1,1976087206=>1,1976303591=>1,1976135119=>1,1975654484=>1,1975651378=>1,1975194646=>1,1975194634=>1,1975195943=>1,1975195944=>1,1975195946=>1,1975195945=>1,1976375765=>1,1976407368=>1,1976769347=>1,1976769342=>1,1976769390=>1,1976769391=>1,1976769434=>1,1976769406=>1,1976769341=>1,1976769340=>1,1976769287=>1,1976576367=>1,1976769320=>1,1976769321=>1,1976769336=>1,1975089874=>1,1975089873=>1,1974011059=>1,1974011051=>1,1974011060=>1,1974011064=>1,1974011073=>1,1974011069=>1,1974011050=>1,1974011049=>1,1974011036=>1,1974011032=>1,1974011037=>1,1974011042=>1,1974011046=>1,1974011044=>1,1974026857=>1,1974026858=>1,1974484628=>1,1974324744=>1,1974598295=>1,1974598296=>1,1975089869=>1,1975023077=>1,1974180656=>1,1974175663=>1,1974026862=>1,1974026859=>1,1974026982=>1,1974117876=>1,1974151689=>1,1968970502=>1,1939830377=>1,1935135795=>1,1935135772=>1,1935135796=>1,1935135829=>1,1935135842=>1,1935135837=>1,1935135766=>1,1935135761=>1,1935135625=>1,1935135622=>1,1935135660=>1,1935135676=>1,1935135712=>1,1935135680=>1,1935135870=>1,1935135872=>1,1935135978=>1,1935135971=>1,1935135986=>1,1935136773=>1,1935136783=>1,1935136778=>1,1935135960=>1,1935135959=>1,1935135911=>1,1935135906=>1,1935135920=>1,1935135932=>1,1935135951=>1,1935135934=>1,1935135611=>1,1935135602=>1,1935135332=>1,1935135320=>1,1935135336=>1,1935135352=>1,1935135368=>1,1935135355=>1,1935135302=>1,1935135291=>1,1935135243=>1,1935134430=>1,1935135259=>1,1935135266=>1,1935135282=>1,1935135276=>1,1935135369=>1,1935135391=>1,1935135557=>1,1935135532=>1,1935135564=>1,1935135567=>1,1935135570=>1,1935135569=>1,1935135516=>1,1935135505=>1,1935135421=>1,1935135410=>1,1935135427=>1,1935135446=>1,1935135493=>1,1935136801=>1,1935136810=>1,1935137315=>1,1935137303=>1,1935137317=>1,1935137321=>1,1935137348=>1,1935137347=>1,1935137302=>1,1935137197=>1,1935137145=>1,1935137139=>1,1935137160=>1,1935137163=>1,1935137176=>1,1935137167=>1,1935137354=>1,1935137421=>1,1935137662=>1,1935137651=>1,1935137702=>1,1935137734=>1,1935137743=>1,1935137737=>1,1935137645=>1,1935137626=>1,1935137519=>1,1935137454=>1,1935137576=>1,1935137591=>1,1935137604=>1,1935137128=>1,1935137123=>1,1935136898=>1,1935136896=>1,1935136909=>1,1935136936=>1,1935136951=>1,1935136937=>1,1935136894=>1,1935136870=>1,1935136822=>1,1935136815=>1,1935136826=>1,1935136845=>1,1935136857=>1,1935136848=>1,1935136961=>1,1935136970=>1,1935137043=>1,1935137035=>1,1935137044=>1,1935137047=>1,1935137110=>1,1935137064=>1,1935137029=>1,1935137027=>1,1935136993=>1,1935136971=>1,1935137004=>1,1935137007=>1,1935137011=>1,1935134410=>1,1935134387=>1,1935091213=>1,1934970098=>1,1935091395=>1,1935094021=>1,1935094053=>1,1935094024=>1,1934952203=>1,1934911934=>1,1933957386=>1,1933727749=>1,1934015082=>1,1934020625=>1,1934179238=>1,1934020762=>1,1935094058=>1,1935094074=>1,1935094320=>1,1935094279=>1,1935094335=>1,1935094340=>1,1935094365=>1,1935094362=>1,1935094275=>1,1935094239=>1,1935094131=>1,1935094094=>1,1935094141=>1,1935094159=>1,1935094220=>1,1935094184=>1,1933631758=>1,1933497379=>1,1931293935=>1,1931292292=>1,1931305609=>1,1931305611=>1,1931316208=>1,1931309743=>1,1931291452=>1,1931290105=>1,1931257967=>1,1931256952=>1,1931266581=>1,1931276847=>1,1931289090=>1,1931277429=>1,1931321703=>1,1931321767=>1,1933010497=>1,1932988400=>1,1933064022=>1,1933079101=>1,1933384119=>1,1933089161=>1,1932678076=>1,1931458398=>1,1931329579=>1,1931322531=>1,1931329730=>1,1931329911=>1,1931333261=>1,1935094398=>1,1935094404=>1,1935097645=>1,1935097628=>1,1935097653=>1,1935097660=>1,1935097698=>1,1935097679=>1,1935097609=>1,1935097585=>1,1935097474=>1,1935097469=>1,1935097480=>1,1935097546=>1,1935097571=>1,1935097560=>1,1935097708=>1,1935097737=>1,1935134253=>1,1935134225=>1,1935134255=>1,1935134280=>1,1935134382=>1,1935134285=>1,1935134211=>1,1935131694=>1,1935097774=>1,1935097765=>1,1935121017=>1,1935121037=>1,1935126627=>1,1935097467=>1,1935097416=>1,1935094628=>1,1935094574=>1,1935094680=>1,1935094698=>1,1935094744=>1,1935094702=>1,1935094547=>1,1935094531=>1,1935094421=>1,1935094418=>1,1935094454=>1,1935094456=>1,1935094519=>1,1935094492=>1,1935095343=>1,1935095512=>1,1935096270=>1,1935096257=>1,1935096460=>1,1935097356=>1,1935097410=>1,1935097388=>1,1935096255=>1,1935096197=>1,1935095781=>1,1935095686=>1,1935095878=>1,1935095909=>1,1935095914=>1,1935137765=>1,1935137770=>1,1935146616=>1,1935146583=>1,1935146617=>1,1935146650=>1,1935146673=>1,1935146672=>1,1935146557=>1,1935146550=>1,1935146522=>1,1935146515=>1,1935146524=>1,1935146530=>1,1935146546=>1,1935146539=>1,1935146711=>1,1935146713=>1,1935146842=>1,1935146786=>1,1935146863=>1,1935146873=>1,1935146906=>1,1935146888=>1,1935146779=>1,1935146777=>1,1935146726=>1,1935146722=>1,1935146727=>1,1935146731=>1,1935146776=>1,1935146735=>1,1935146470=>1,1935146462=>1,1935144888=>1,1935144859=>1,1935144953=>1,1935146289=>1,1935146320=>1,1935146310=>1,1935144775=>1,1935144761=>1,1935144508=>1,1935144487=>1,1935144542=>1,1935144556=>1,1935144657=>1,1935144603=>1,1935146335=>1,1935146336=>1,1935146406=>1,1935146398=>1,1935146408=>1,1935146416=>1,1935146433=>1,1935146421=>1,1935146383=>1,1935146366=>1,1935146341=>1,1935146337=>1,1935146357=>1,1935146364=>1,1935146365=>1,1935146909=>1,1935146932=>1,1939800932=>1,1939645699=>1,1939800933=>1,1939808138=>1,1939812574=>1,1939812110=>1,1939507851=>1,1939477996=>1,1939225476=>1,1938980832=>1,1939252606=>1,1939286152=>1,1939476045=>1,1939362547=>1,1939813051=>1,1939813659=>1,1939827385=>1,1939827350=>1,1939827428=>1,1939827560=>1,1939829092=>1,1939828875=>1,1939826098=>1,1939821522=>1,1939817278=>1,1939814161=>1,1939819364=>1,1939820425=>1,1939821299=>1,1938979803=>1,1938844532=>1,1937059076=>1,1936974733=>1,1937525114=>1,1937525534=>1,1937535211=>1,1937526326=>1,1936834810=>1,1936804879=>1,1935146946=>1,1935146942=>1,1935146973=>1,1935146997=>1,1936796631=>1,1935171435=>1,1937641559=>1,1937641579=>1,1937721450=>1,1937720330=>1,1938084352=>1,1938095282=>1,1938104945=>1,1938102071=>1,1937719275=>1,1937711274=>1,1937708452=>1,1937708450=>1,1937708964=>1,1937709018=>1,1937710546=>1,1935144482=>1,1935144444=>1,1935141158=>1,1935141048=>1,1935141176=>1,1935141203=>1,1935141264=>1,1935141229=>1,1935141017=>1,1935141011=>1,1935140928=>1,1935140891=>1,1935140968=>1,1935140970=>1,1935140997=>1,1935140995=>1,1935141281=>1,1935141302=>1,1935141641=>1,1935141562=>1,1935141683=>1,1935141717=>1,1935141901=>1,1935141757=>1,1935141534=>1,1935141512=>1,1935141366=>1,1935141335=>1,1935141398=>1,1935141424=>1,1935141488=>1,1935141456=>1,1935138294=>1,1935138293=>1,1935137931=>1,1935137922=>1,1935137950=>1,1935137988=>1,1935137992=>1,1935137990=>1,1935137916=>1,1935137850=>1,1935137800=>1,1935137795=>1,1935137803=>1,1935137808=>1,1935137821=>1,1935137809=>1,1935138031=>1,1935138067=>1,1935138225=>1,1935138197=>1,1935138237=>1,1935138253=>1,1935138276=>1,1935138263=>1,1935138190=>1,1935138174=>1,1935138107=>1,1935138104=>1,1935138110=>1,1935138134=>1,1935138139=>1,1935141960=>1,1935141993=>1,1935143545=>1,1935143462=>1,1935143562=>1,1935143578=>1,1935143686=>1,1935143594=>1,1935143430=>1,1935143362=>1,1935143180=>1,1935142961=>1,1935143217=>1,1935143220=>1,1935143286=>1,1935143232=>1,1935143688=>1,1935143691=>1,1935144161=>1,1935144129=>1,1935144178=>1,1935144201=>1,1935144355=>1,1935144298=>1,1935144095=>1,1935144011=>1,1935143834=>1,1935143723=>1,1935143842=>1,1935143905=>1,1935143912=>1,1935142895=>1,1935142881=>1,1935142314=>1,1935142254=>1,1935142321=>1,1935142363=>1,1935142414=>1,1935142377=>1,1935142187=>1,1935142157=>1,1935142015=>1,1935141994=>1,1935142046=>1,1935142080=>1,1935142116=>1,1935142090=>1,1935142505=>1,1935142509=>1,1935142757=>1,1935142752=>1,1935142802=>1,1935142810=>1,1935142879=>1,1935142812=>1,1935142733=>1,1935142701=>1,1935142525=>1,1935142518=>1,1935142574=>1,1935142593=>1,1935142600=>1,1931255591=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1947654947=>1,1947643052=>1,1947655062=>1,1947655619=>1,1947753672=>1,1947753492=>1,1947603167=>1,1947603143=>1,1946493865=>1,1946493801=>1,1946569210=>1,1946748838=>1,1947532618=>1,1947325334=>1,1947753680=>1,1947816007=>1,1949494299=>1,1949441265=>1,1949780669=>1,1949805417=>1,1950021032=>1,1950016771=>1,1949371549=>1,1949307655=>1,1947899599=>1,1947868123=>1,1947932433=>1,1948111809=>1,1948208291=>1,1948134173=>1,1946463678=>1,1946297957=>1,1944522890=>1,1944485764=>1,1944559155=>1,1944578136=>1,1944865836=>1,1944848306=>1,1944350143=>1,1944349848=>1,1943017525=>1,1942921371=>1,1943766972=>1,1943767030=>1,1944349414=>1,1944348701=>1,1944872534=>1,1944888350=>1,1945669973=>1,1945669969=>1,1945683185=>1,1945920757=>1,1946052078=>1,1945935293=>1,1945661658=>1,1945295722=>1,1944995774=>1,1944888957=>1,1945016843=>1,1945035785=>1,1945096983=>1,1950021089=>1,1950021107=>1,1960083384=>1,1959990217=>1,1960090203=>1,1960090530=>1,1960091432=>1,1960091036=>1,1959959679=>1,1959857615=>1,1959529597=>1,1959102314=>1,1959600772=>1,1959803352=>1,1959803739=>1,1959803576=>1,1960602855=>1,1960968421=>1,1961030566=>1,1960996270=>1,1961136072=>1,1961159899=>1,1961303823=>1,1961302392=>1,1960995483=>1,1960995336=>1,1960970797=>1,1960968671=>1,1960971262=>1,1960972738=>1,1960974105=>1,1960973846=>1,1959100650=>1,1958861914=>1,1952108675=>1,1951221420=>1,1952109385=>1,1952109452=>1,1952266753=>1,1952114495=>1,1951206489=>1,1951141367=>1,1950023212=>1,1950023192=>1,1950023287=>1,1950657358=>1,1950844162=>1,1950678775=>1,1952283679=>1,1952847604=>1,1954217807=>1,1953907713=>1,1958742874=>1,1958745182=>1,1958824195=>1,1958823462=>1,1953906404=>1,1953906402=>1,1953522890=>1,1953522730=>1,1953616626=>1,1953786981=>1,1953906188=>1,1942894031=>1,1942778731=>1,1939818846=>1,1939817278=>1,1939819364=>1,1939820157=>1,1939820827=>1,1939820425=>1,1939816135=>1,1939814161=>1,1939800933=>1,1939645699=>1,1939801591=>1,1939812574=>1,1939813907=>1,1939812588=>1,1939821445=>1,1939821522=>1,1939828908=>1,1939828875=>1,1939831144=>1,1939831191=>1,1939831772=>1,1939831758=>1,1939828648=>1,1939827560=>1,1939822634=>1,1939821564=>1,1939826098=>1,1939826709=>1,1939827428=>1,1939827350=>1,1939476556=>1,1939476045=>1,1937708450=>1,1937704997=>1,1937708452=>1,1937708964=>1,1937710546=>1,1937709018=>1,1937641541=>1,1937535211=>1,1936796631=>1,1936747019=>1,1936974733=>1,1937059076=>1,1937525114=>1,1937524894=>1,1937711274=>1,1937719275=>1,1938844532=>1,1938234393=>1,1938979803=>1,1938980832=>1,1939328430=>1,1939097545=>1,1938132037=>1,1938095537=>1,1937720578=>1,1937720330=>1,1937720587=>1,1937721450=>1,1938087762=>1,1939836635=>1,1939837028=>1,1940769842=>1,1940598592=>1,1940770286=>1,1940770513=>1,1941058022=>1,1941057619=>1,1940293143=>1,1940266384=>1,1939856347=>1,1939855503=>1,1939856908=>1,1939900850=>1,1940075754=>1,1939905627=>1,1941307504=>1,1941375902=>1,1942734828=>1,1942728580=>1,1942736189=>1,1942738781=>1,1942777968=>1,1942739308=>1,1942701996=>1,1942680072=>1,1941698232=>1,1941380102=>1,1942279389=>1,1942664957=>1,1942676063=>1,1939855492=>1,1939855358=>1,1939846908=>1,1939846181=>1,1939848237=>1,1939848392=>1,1939848580=>1,1939848428=>1,1939840871=>1,1939840094=>1,1939838487=>1,1939838105=>1,1939838878=>1,1939839389=>1,1939840033=>1,1939839840=>1,1939848869=>1,1939849520=>1,1939853213=>1,1939852915=>1,1939853280=>1,1939853797=>1,1939854014=>1,1939853805=>1,1939852536=>1,1939851831=>1,1939850072=>1,1939849581=>1,1939850514=>1,1939850936=>1,1939851422=>1,1961309264=>1,1961335598=>1,1975690489=>1,1975669506=>1,1975708437=>1,1976131838=>1,1976294812=>1,1976251213=>1,1975654449=>1,1975648670=>1,1975089869=>1,1975023077=>1,1975089873=>1,1975089874=>1,1975648593=>1,1975194634=>1,1976303576=>1,1976407368=>1,1976769404=>1,1976769383=>1,1976769420=>1,1976769438=>1,1976783415=>1,1976783394=>1,1976769368=>1,1976769365=>1,1976412549=>1,1976411001=>1,1976769293=>1,1976769324=>1,1976769353=>1,1976769335=>1,1974801249=>1,1974650164=>1,1973773978=>1,1973770238=>1,1973788097=>1,1973799704=>1,1973958393=>1,1973911668=>1,1973743639=>1,1973742737=>1,1973642636=>1,1973639674=>1,1973649747=>1,1973659115=>1,1973742336=>1,1973693233=>1,1973970880=>1,1974026836=>1,1974598295=>1,1974206287=>1,1974598296=>1,1974625317=>1,1974644900=>1,1974638975=>1,1974170438=>1,1974147704=>1,1974056983=>1,1974026982=>1,1974073233=>1,1974078584=>1,1974105927=>1,1976783428=>1,1976795257=>1,1984122930=>1,1982489797=>1,1984286153=>1,1984331783=>1,1985033966=>1,1984985325=>1,1982489722=>1,1982489699=>1,1981445647=>1,1981445642=>1,1981466632=>1,1981473437=>1,1982411382=>1,1982055747=>1,1985040389=>1,1985502307=>1,1986043742=>1,1986043736=>1,1986046330=>1,1986071323=>1,1986072060=>1,1986072058=>1,1986038279=>1,1986036867=>1,1985868035=>1,1985716570=>1,1986013846=>1,1986020665=>1,1986033882=>1,1981445641=>1,1981445640=>1,1978604161=>1,1978602054=>1,1978610024=>1,1978647581=>1,1978648507=>1,1978648506=>1,1978601586=>1,1977555563=>1,1976939592=>1,1976804236=>1,1977234054=>1,1977234145=>1,1977555467=>1,1977248850=>1,1978710819=>1,1978731647=>1,1979211976=>1,1979186706=>1,1979472788=>1,1979628411=>1,1980491941=>1,1980371497=>1,1979156692=>1,1979156684=>1,1978777949=>1,1978743052=>1,1978944735=>1,1979156647=>1,1979156680=>1,1973630011=>1,1973618294=>1,1966858298=>1,1966856675=>1,1966883300=>1,1966883480=>1,1967031412=>1,1967007276=>1,1966856664=>1,1966810996=>1,1966593042=>1,1966593040=>1,1966593043=>1,1966593046=>1,1966798435=>1,1966593047=>1,1967041749=>1,1967041974=>1,1968056950=>1,1968056849=>1,1968134053=>1,1968194038=>1,1968315373=>1,1968265394=>1,1968056763=>1,1967816098=>1,1967042298=>1,1967042052=>1,1967045728=>1,1967814789=>1,1967814916=>1,1967814792=>1,1965626376=>1,1965614925=>1,1962509203=>1,1962372724=>1,1962526086=>1,1962530655=>1,1962719498=>1,1962536114=>1,1962372723=>1,1962372722=>1,1961345609=>1,1961336774=>1,1961369370=>1,1961673864=>1,1962279814=>1,1962021873=>1,1962828821=>1,1964133355=>1,1965190540=>1,1965078544=>1,1965190576=>1,1965190612=>1,1965344311=>1,1965344152=>1,1964742629=>1,1964605934=>1,1964259458=>1,1964139513=>1,1964357229=>1,1964357230=>1,1964515361=>1,1968710757=>1,1968928268=>1,1971846020=>1,1971846019=>1,1971846021=>1,1971846023=>1,1971846371=>1,1971846024=>1,1971845962=>1,1971845770=>1,1971845762=>1,1971822012=>1,1971845763=>1,1971845764=>1,1971845766=>1,1971845765=>1,1971907073=>1,1971907076=>1,1973339722=>1,1973327833=>1,1973560731=>1,1973578585=>1,1973583043=>1,1973583031=>1,1973327138=>1,1973326646=>1,1971907080=>1,1971907078=>1,1973161809=>1,1973161852=>1,1973289426=>1,1971575002=>1,1971575001=>1,1969640647=>1,1969640294=>1,1969641682=>1,1969641683=>1,1969644290=>1,1969641827=>1,1969640290=>1,1969639447=>1,1969624363=>1,1969621130=>1,1969631276=>1,1969631614=>1,1969638778=>1,1969638690=>1,1969650394=>1,1969702355=>1,1970923513=>1,1970923505=>1,1970923574=>1,1971574998=>1,1971575000=>1,1971574999=>1,1970923494=>1,1970922445=>1,1970639108=>1,1969728866=>1,1970660710=>1,1970868337=>1,1970917166=>1,1936700293=>1,1936694596=>1,1935095784=>1,1935095585=>1,1935095968=>1,1935096122=>1,1935096223=>1,1935096204=>1,1935095454=>1,1935094734=>1,1935094534=>1,1935094514=>1,1935094544=>1,1935094624=>1,1935094724=>1,1935094642=>1,1935096354=>1,1935096431=>1,1935097742=>1,1935097740=>1,1935120953=>1,1935126627=>1,1935134221=>1,1935131654=>1,1935097708=>1,1935097691=>1,1935097400=>1,1935097375=>1,1935097566=>1,1935097625=>1,1935097667=>1,1935097632=>1,1935094472=>1,1935094450=>1,1934028676=>1,1934020762=>1,1934609173=>1,1934911934=>1,1934970098=>1,1934968229=>1,1934020625=>1,1934015082=>1,1933869988=>1,1933836316=>1,1933933701=>1,1933957386=>1,1934006417=>1,1933982064=>1,1935091259=>1,1935091269=>1,1935094352=>1,1935094350=>1,1935094393=>1,1935094394=>1,1935094432=>1,1935094425=>1,1935094231=>1,1935094225=>1,1935091415=>1,1935091367=>1,1935094028=>1,1935094043=>1,1935094093=>1,1935134236=>1,1935134258=>1,1935135946=>1,1935135903=>1,1935135948=>1,1935135949=>1,1935135968=>1,1935135957=>1,1935135894=>1,1935135879=>1,1935135786=>1,1935135775=>1,1935135789=>1,1935135806=>1,1935135844=>1,1935135812=>1,1935135994=>1,1935136778=>1,1935137004=>1,1935136951=>1,1935137023=>1,1935137025=>1,1935137045=>1,1935137036=>1,1935136940=>1,1935136926=>1,1935136842=>1,1935136784=>1,1935136886=>1,1935136910=>1,1935136911=>1,1935135734=>1,1935135668=>1,1935135359=>1,1935135357=>1,1935135377=>1,1935135390=>1,1935135401=>1,1935135396=>1,1935135308=>1,1935135276=>1,1935134306=>1,1935134292=>1,1935134394=>1,1935134418=>1,1935135253=>1,1935134439=>1,1935135461=>1,1935135463=>1,1935135589=>1,1935135579=>1,1935135598=>1,1935135625=>1,1935135648=>1,1935135644=>1,1935135578=>1,1935135555=>1,1935135532=>1,1935135497=>1,1935135543=>1,1935135545=>1,1935135546=>1,1933462244=>1,1933284303=>1,1922625569=>1,1922021058=>1,1924727762=>1,1925667258=>1,1925935204=>1,1925673506=>1,1921978352=>1,1921946213=>1,1921135091=>1,1921133361=>1,1921158445=>1,1921856516=>1,1921946212=>1,1921866702=>1,1926544787=>1,1926676305=>1,1927163322=>1,1927138064=>1,1927163442=>1,1927194004=>1,1927369420=>1,1927365906=>1,1927126796=>1,1926941858=>1,1926734858=>1,1926731277=>1,1926737087=>1,1926755242=>1,1926908842=>1,1926808957=>1,1921125689=>1,1921061746=>1,1919971836=>1,1919971823=>1,1919971837=>1,1919972104=>1,1919972200=>1,1919972188=>1,1919971821=>1,1919971813=>1,1919971779=>1,1919971772=>1,1919971788=>1,1919971789=>1,1919971802=>1,1919971794=>1,1919972209=>1,1919972222=>1,1920040491=>1,1920040490=>1,1920040492=>1,1920046067=>1,1920402862=>1,1920066759=>1,1920040489=>1,1919972341=>1,1919972284=>1,1919972247=>1,1919972299=>1,1919972330=>1,1919972336=>1,1927369505=>1,1927388746=>1,1931289090=>1,1931276847=>1,1931290105=>1,1931291452=>1,1931305609=>1,1931291539=>1,1931268501=>1,1931257724=>1,1931242510=>1,1931238063=>1,1931254451=>1,1931255068=>1,1931256952=>1,1931255591=>1,1931305611=>1,1931306195=>1,1931458398=>1,1931336893=>1,1932472433=>1,1932928008=>1,1933079201=>1,1933079113=>1,1931329911=>1,1931329730=>1,1931321427=>1,1931316208=>1,1931321703=>1,1931321767=>1,1931329579=>1,1931229560=>1,1931224849=>1,1928488873=>1,1928487387=>1,1928505214=>1,1928597227=>1,1928696051=>1,1928628994=>1,1928406027=>1,1928190958=>1,1927655981=>1,1927389046=>1,1927660466=>1,1927700904=>1,1928190874=>1,1927770374=>1,1928699789=>1,1928724439=>1,1929218730=>1,1929138376=>1,1929286837=>1,1929363954=>1,1931220605=>1,1931053813=>1,1929134412=>1,1929071603=>1,1928898796=>1,1928862014=>1,1928900088=>1,1928990533=>1,1929027793=>1,1935137115=>1,1935137128=>1,1935143953=>1,1935143912=>1,1935144001=>1,1935144031=>1,1935144060=>1,1935144033=>1,1935143899=>1,1935143885=>1,1935143741=>1,1935143566=>1,1935143823=>1,1935143837=>1,1935143875=>1,1935143864=>1,1935144126=>1,1935144149=>1,1935144320=>1,1935144318=>1,1935144351=>1,1935144355=>1,1935144369=>1,1935144363=>1,1935144310=>1,1935144306=>1,1935144180=>1,1935144176=>1,1935144189=>1,1935144214=>1,1935144282=>1,1935144247=>1,1935143525=>1,1935143506=>1,1935142994=>1,1935142958=>1,1935143023=>1,1935143029=>1,1935143066=>1,1935143033=>1,1935142952=>1,1935142895=>1,1935142658=>1,1935142613=>1,1935142662=>1,1935142689=>1,1935142777=>1,1935142756=>1,1935143090=>1,1935143114=>1,1935143427=>1,1935143375=>1,1935143432=>1,1935143457=>1,1935143503=>1,1935143462=>1,1935143369=>1,1935143349=>1,1935143194=>1,1935143176=>1,1935143197=>1,1935143239=>1,1935143330=>1,1935144381=>1,1935144387=>1,1935146662=>1,1935146640=>1,1935146696=>1,1935146711=>1,1935146741=>1,1935146731=>1,1935146631=>1,1935146621=>1,1935146563=>1,1935146537=>1,1935146571=>1,1935146589=>1,1935146599=>1,1935146590=>1,1935146767=>1,1935146779=>1,1935146973=>1,1935146968=>1,1935147000=>1,1935147005=>1,1935171413=>1,1935171344=>1,1935146915=>1,1935146863=>1,1935146791=>1,1935146784=>1,1935146809=>1,1935146813=>1,1935146861=>1,1935146525=>1,1935146522=>1,1935144880=>1,1935144836=>1,1935144919=>1,1935144932=>1,1935146325=>1,1935146271=>1,1935144780=>1,1935144763=>1,1935144575=>1,1935144455=>1,1935144623=>1,1935144666=>1,1935144729=>1,1935144707=>1,1935146328=>1,1935146342=>1,1935146449=>1,1935146447=>1,1935146456=>1,1935146462=>1,1935146480=>1,1935146479=>1,1935146440=>1,1935146431=>1,1935146352=>1,1935146343=>1,1935146379=>1,1935146380=>1,1935146430=>1,1935142611=>1,1935142568=>1,1935137675=>1,1935137603=>1,1935137700=>1,1935137718=>1,1935137737=>1,1935137724=>1,1935137591=>1,1935137574=>1,1935137495=>1,1935137479=>1,1935137501=>1,1935137511=>1,1935137544=>1,1935137533=>1,1935137797=>1,1935137809=>1,1935138227=>1,1935138105=>1,1935138255=>1,1935140919=>1,1935140928=>1,1935140923=>1,1935138103=>1,1935138050=>1,1935137961=>1,1935137877=>1,1935137970=>1,1935137998=>1,1935138019=>1,1935138007=>1,1935137477=>1,1935137469=>1,1935137217=>1,1935137207=>1,1935137227=>1,1935137230=>1,1935137264=>1,1935137235=>1,1935137175=>1,1935137165=>1,1935137132=>1,1935137131=>1,1935137140=>1,1935137141=>1,1935137163=>1,1935137142=>1,1935137268=>1,1935137270=>1,1935137411=>1,1935137384=>1,1935137414=>1,1935137420=>1,1935137459=>1,1935137437=>1,1935137382=>1,1935137369=>1,1935137300=>1,1935137272=>1,1935137335=>1,1935137342=>1,1935137348=>1,1935141022=>1,1935141062=>1,1935142064=>1,1935142055=>1,1935142136=>1,1935142154=>1,1935142205=>1,1935142185=>1,1935142046=>1,1935142029=>1,1935141900=>1,1935141871=>1,1935141911=>1,1935141927=>1,1935142008=>1,1935141951=>1,1935142217=>1,1935142226=>1,1935142423=>1,1935142395=>1,1935142448=>1,1935142472=>1,1935142487=>1,1935142475=>1,1935142355=>1,1935142332=>1,1935142265=>1,1935142263=>1,1935142285=>1,1935142308=>1,1935142314=>1,1935141847=>1,1935141840=>1,1935141404=>1,1935141371=>1,1935141412=>1,1935141457=>1,1935141474=>1,1935141467=>1,1935141281=>1,1935141270=>1,1935141110=>1,1935141088=>1,1935141120=>1,1935141146=>1,1935141200=>1,1935141151=>1,1935141480=>1,1935141485=>1,1935141724=>1,1935141654=>1,1935141743=>1,1935141789=>1,1935141825=>1,1935141803=>1,1935141653=>1,1935141604=>1,1935141519=>1,1935141504=>1,1935141521=>1,1935141525=>1,1935141529=>1,1919971769=>1,);?>
1
+ <?php return array(2017173694=>1,2017173626=>1,2017173695=>1,2017173840=>1,2017174216=>1,2017174133=>1,2017144476=>1,2017144446=>1,2017143729=>1,2017143644=>1,2017143738=>1,2017143792=>1,2017144443=>1,2017143956=>1,2017174771=>1,2017174871=>1,2017991945=>1,2017983743=>1,2018265898=>1,2018283088=>1,2018765312=>1,2018755615=>1,2017786297=>1,2017779119=>1,2017175924=>1,2017175541=>1,2017176471=>1,2017176712=>1,2017177427=>1,2017177409=>1,2017143442=>1,2017143255=>1,2017034039=>1,2017033747=>1,2017034041=>1,2017034052=>1,2017140818=>1,2017034172=>1,2017033695=>1,2017033645=>1,2017032770=>1,2017032765=>1,2017032840=>1,2017033030=>1,2017033493=>1,2017033262=>1,2017140945=>1,2017141690=>1,2017142763=>1,2017142694=>1,2017142934=>1,2017143002=>1,2017143122=>1,2017143091=>1,2017142568=>1,2017142495=>1,2017141926=>1,2017141795=>1,2017142124=>1,2017142430=>1,2017142462=>1,2018769172=>1,2018830459=>1,2026823087=>1,2026816733=>1,2026825838=>1,2026983720=>1,2027347410=>1,2027160893=>1,2026657053=>1,2026634454=>1,2026579592=>1,2026571766=>1,2026612254=>1,2026622621=>1,2026624696=>1,2026624668=>1,2027427708=>1,2028602930=>1,2030719173=>1,2030610997=>1,2030743925=>1,2030753874=>1,2030846155=>1,2030815634=>1,2030599210=>1,2030575065=>1,2028605315=>1,2028605314=>1,2028607074=>1,2028767771=>1,2028819034=>1,2028768742=>1,2026310834=>1,2026304541=>1,2021074811=>1,2018919380=>1,2021868402=>1,2021884115=>1,2021956597=>1,2021945890=>1,2018919314=>1,2018919307=>1,2018830708=>1,2018830508=>1,2018831199=>1,2018831996=>1,2018870506=>1,2018832299=>1,2022901153=>1,2022993377=>1,2026191348=>1,2026190098=>1,2026280450=>1,2026301186=>1,2026301907=>1,2026301250=>1,2026072223=>1,2026015368=>1,2023168016=>1,2023051970=>1,2025856452=>1,2025872482=>1,2025984602=>1,2017032722=>1,2017032674=>1,2016680721=>1,2016556867=>1,2016680722=>1,2016692243=>1,2016692246=>1,2016692244=>1,2015616759=>1,2015465242=>1,2015152582=>1,2015112650=>1,2015206193=>1,2015206686=>1,2015417400=>1,2015222062=>1,2016692248=>1,2016692271=>1,2016692292=>1,2016692290=>1,2016692301=>1,2016692576=>1,2016911470=>1,2016718968=>1,2016692289=>1,2016692283=>1,2016692276=>1,2016692272=>1,2016692278=>1,2016692279=>1,2016692282=>1,2016692280=>1,2015085268=>1,2015075133=>1,2014859298=>1,2014858986=>1,2014886470=>1,2014887512=>1,2014919997=>1,2014895601=>1,2014853186=>1,2014849888=>1,2014103950=>1,2014042603=>1,2014114226=>1,2014176040=>1,2014848541=>1,2014842522=>1,2014923958=>1,2014926035=>1,2015059948=>1,2015045919=>1,2015060100=>1,2015068344=>1,2015075024=>1,2015068966=>1,2015037186=>1,2015031314=>1,2014954122=>1,2014948279=>1,2014956233=>1,2014962252=>1,2014964476=>1,2016920843=>1,2016933167=>1,2016980933=>1,2016980696=>1,2017031169=>1,2017031298=>1,2017031542=>1,2017031494=>1,2016980566=>1,2016980550=>1,2016980173=>1,2016980164=>1,2016980202=>1,2016980203=>1,2016980316=>1,2016980313=>1,2017031679=>1,2017031827=>1,2017032245=>1,2017032208=>1,2017032406=>1,2017032429=>1,2017032625=>1,2017032518=>1,2017032182=>1,2017032118=>1,2017031874=>1,2017031829=>1,2017031905=>1,2017032003=>1,2017032112=>1,2016979851=>1,2016979828=>1,2016978192=>1,2016977894=>1,2016978208=>1,2016978243=>1,2016978470=>1,2016978299=>1,2016977856=>1,2016977806=>1,2016977106=>1,2016977034=>1,2016977422=>1,2016977576=>1,2016977636=>1,2016977613=>1,2016978480=>1,2016978520=>1,2016979191=>1,2016979094=>1,2016979303=>1,2016979555=>1,2016979787=>1,2016979714=>1,2016978864=>1,2016978824=>1,2016978609=>1,2016978604=>1,2016978615=>1,2016978808=>1,2016978814=>1,2030963020=>1,2031061323=>1,2050311685=>1,2048610933=>1,2050319724=>1,2050323509=>1,2050326085=>1,2050323511=>1,2047850321=>1,2047810081=>1,2047486427=>1,2047327723=>1,2047499753=>1,2047771394=>1,2047809883=>1,2047806007=>1,2050339428=>1,2050366338=>1,2050678495=>1,2050677888=>1,2050736493=>1,2050737400=>1,2051434034=>1,2050928386=>1,2050661835=>1,2050659092=>1,2050449491=>1,2050396932=>1,2050496442=>1,2050647727=>1,2050658980=>1,2050658828=>1,2047211289=>1,2047210513=>1,2044970790=>1,2044965164=>1,2044970910=>1,2045030461=>1,2045088385=>1,2045065297=>1,2044927514=>1,2044770409=>1,2043539119=>1,2043232144=>1,2043610522=>1,2043610750=>1,2044745291=>1,2043672510=>1,2045097969=>1,2045119169=>1,2045770667=>1,2045764231=>1,2045791464=>1,2047083618=>1,2047139923=>1,2047100614=>1,2045610974=>1,2045598771=>1,2045138834=>1,2045121936=>1,2045188803=>1,2045471761=>1,2045503318=>1,2051454858=>1,2052589184=>1,2056951682=>1,2056935970=>1,2056971078=>1,2057035362=>1,2057332615=>1,2057098906=>1,2056931121=>1,2056921545=>1,2056219593=>1,2056178921=>1,2056258870=>1,2056261035=>1,2056795312=>1,2056460391=>1,2057390736=>1,2057879278=>1,2061536626=>1,2061513651=>1,2061547434=>1,2061554018=>1,2061593123=>1,2061558730=>1,2059928065=>1,2059620334=>1,2057991825=>1,2057989601=>1,2058374691=>1,2059335268=>1,2059411533=>1,2056079986=>1,2055973931=>1,2053127014=>1,2053127012=>1,2053127016=>1,2053127018=>1,2053516274=>1,2053127019=>1,2053127011=>1,2053022189=>1,2052982862=>1,2052687079=>1,2052985397=>1,2052987518=>1,2052988163=>1,2052987801=>1,2053833000=>1,2053907198=>1,2055214442=>1,2055214378=>1,2055296308=>1,2055325254=>1,2055967340=>1,2055886683=>1,2054807492=>1,2054806372=>1,2054303917=>1,2054303878=>1,2054504489=>1,2054522116=>1,2054797302=>1,2043232068=>1,2043223225=>1,2032798044=>1,2032771306=>1,2032807012=>1,2032833683=>1,2032835271=>1,2032834350=>1,2032758345=>1,2032754631=>1,2032718054=>1,2032716651=>1,2032726294=>1,2032736379=>1,2032750692=>1,2032744393=>1,2032835909=>1,2032848453=>1,2033509683=>1,2033488838=>1,2033512726=>1,2033512845=>1,2033626930=>1,2033515079=>1,2033488501=>1,2033466742=>1,2032898756=>1,2032898691=>1,2032904772=>1,2032909315=>1,2033083816=>1,2032937867=>1,2032715122=>1,2032714928=>1,2031549688=>1,2031549681=>1,2031656169=>1,2031713418=>1,2032036366=>1,2031744941=>1,2031490250=>1,2031462743=>1,2031157574=>1,2031091349=>1,2031162005=>1,2031235354=>1,2031286168=>1,2031242506=>1,2032092850=>1,2032100700=>1,2032690887=>1,2032679502=>1,2032692180=>1,2032692300=>1,2032709188=>1,2032700370=>1,2032373893=>1,2032263847=>1,2032103501=>1,2032103498=>1,2032103502=>1,2032103507=>1,2032103510=>1,2033714919=>1,2033715083=>1,2039250682=>1,2039192634=>1,2039576741=>1,2040881231=>1,2041642621=>1,2041402146=>1,2038965720=>1,2038430364=>1,2038002644=>1,2038002163=>1,2038082887=>1,2038083015=>1,2038427945=>1,2038427933=>1,2042068583=>1,2042634461=>1,2043155490=>1,2043104602=>1,2043217959=>1,2043219505=>1,2043222264=>1,2043220554=>1,2043100512=>1,2043100208=>1,2042938647=>1,2042728441=>1,2042945627=>1,2042948618=>1,2043087686=>1,2037719185=>1,2037446465=>1,2034571002=>1,2034570758=>1,2034571578=>1,2034572550=>1,2034574254=>1,2034573726=>1,2034566922=>1,2034566798=>1,2033797656=>1,2033790629=>1,2033797802=>1,2033827917=>1,2034018486=>1,2033867226=>1,2034574458=>1,2034574830=>1,2036589582=>1,2036379860=>1,2036600898=>1,2036602859=>1,2037259818=>1,2036686503=>1,2036250270=>1,2035113954=>1,2034575962=>1,2034574994=>1,2034576802=>1,2034576806=>1,2034848704=>1,2013896746=>1,2013890800=>1,1995751608=>1,1995037716=>1,1995763458=>1,1995766178=>1,1996615712=>1,1995766179=>1,1994943779=>1,1994130767=>1,1992476090=>1,1992475498=>1,1992953796=>1,1993454470=>1,1994130762=>1,1993595681=>1,1996618245=>1,1996632602=>1,1996968202=>1,1996964327=>1,1997003124=>1,1997005237=>1,1997106239=>1,1997097430=>1,1996912964=>1,1996872035=>1,1996792233=>1,1996787270=>1,1996792665=>1,1996792803=>1,1996803051=>1,1996802702=>1,1992422097=>1,1992419645=>1,1991776195=>1,1991752780=>1,1991777205=>1,1991905627=>1,1992099467=>1,1991969835=>1,1991654910=>1,1991498938=>1,1991204131=>1,1991185570=>1,1991241741=>1,1991242416=>1,1991485641=>1,1991242556=>1,1992100618=>1,1992137993=>1,1992410383=>1,1992406321=>1,1992411669=>1,1992411683=>1,1992419044=>1,1992411686=>1,1992403596=>1,1992398104=>1,1992332163=>1,1992331619=>1,1992366262=>1,1992367046=>1,1992398101=>1,1997144725=>1,1997188782=>1,1998433531=>1,1998433307=>1,1998434737=>1,1998434746=>1,1998435777=>1,1998435040=>1,1998433277=>1,1998433114=>1,1998418009=>1,1998415189=>1,1998418594=>1,1998432023=>1,1998432966=>1,1998432845=>1,1998436043=>1,1998436393=>1,1998439697=>1,1998439670=>1,1998440033=>1,1998440232=>1,1998440485=>1,1998440337=>1,1998439358=>1,1998438905=>1,1998438033=>1,1998437834=>1,1998438712=>1,1998438721=>1,1998438856=>1,1998414721=>1,1998414249=>1,1997707538=>1,1997707316=>1,1998327519=>1,1998328086=>1,1998336549=>1,1998328855=>1,1997706931=>1,1997658120=>1,1997188982=>1,1997188978=>1,1997188993=>1,1997493050=>1,1997511634=>1,1997495538=>1,1998391174=>1,1998391599=>1,1998411238=>1,1998410477=>1,1998411739=>1,1998412174=>1,1998413602=>1,1998412556=>1,1998404395=>1,1998403707=>1,1998393417=>1,1998391856=>1,1998396318=>1,1998403063=>1,1998403312=>1,1991180986=>1,1991144328=>1,1989196798=>1,1989194238=>1,1989203285=>1,1989203289=>1,1990241372=>1,1990226281=>1,1989193734=>1,1989193733=>1,1989188610=>1,1989188349=>1,1989190643=>1,1989190652=>1,1989193697=>1,1989192701=>1,1990245275=>1,1990266882=>1,1990279415=>1,1990279304=>1,1990279808=>1,1990279916=>1,1990280679=>1,1990280069=>1,1990275796=>1,1990275597=>1,1990267660=>1,1990267097=>1,1990274751=>1,1990275040=>1,1990275481=>1,1990275296=>1,1989187473=>1,1989187326=>1,1987729637=>1,1987541756=>1,1987760100=>1,1987774620=>1,1988379064=>1,1988005585=>1,1987244650=>1,1987202351=>1,1986356843=>1,1986241649=>1,1986455194=>1,1986490264=>1,1986522357=>1,1986522356=>1,1988414218=>1,1988461611=>1,1989154680=>1,1989150706=>1,1989161692=>1,1989175550=>1,1989187016=>1,1989176048=>1,1989008711=>1,1988962644=>1,1988495708=>1,1988486469=>1,1988715221=>1,1988906002=>1,1988906198=>1,1990280693=>1,1990281487=>1,1990988787=>1,1990988624=>1,1990995049=>1,1990998583=>1,1990998727=>1,1990998594=>1,1990988144=>1,1990988068=>1,1990956611=>1,1990951653=>1,1990957112=>1,1990983081=>1,1990987917=>1,1990983136=>1,1990998738=>1,1990998775=>1,1991102858=>1,1991031172=>1,1991105879=>1,1991109552=>1,1991136989=>1,1991136298=>1,1991022935=>1,1991022902=>1,1990999863=>1,1990998800=>1,1991000034=>1,1991005083=>1,1991007186=>1,1990945185=>1,1990942212=>1,1990412957=>1,1990410555=>1,1990412961=>1,1990421608=>1,1990428337=>1,1990421972=>1,1990327034=>1,1990326574=>1,1990282067=>1,1990281774=>1,1990282828=>1,1990282946=>1,1990306434=>1,1990287933=>1,1990449320=>1,1990533007=>1,1990861219=>1,1990729834=>1,1990861335=>1,1990864484=>1,1990941455=>1,1990938887=>1,1990666025=>1,1990602869=>1,1990534098=>1,1990534037=>1,1990534920=>1,1990574874=>1,1990575199=>1,1998441069=>1,1998441379=>1,2004431033=>1,2004401834=>1,2004505657=>1,2004619530=>1,2004622911=>1,2004619655=>1,2004255401=>1,2004060310=>1,2003072726=>1,2003072402=>1,2003415401=>1,2003583117=>1,2004022334=>1,2003715926=>1,2004637125=>1,2004757740=>1,2005754972=>1,2005721233=>1,2005760296=>1,2005841604=>1,2005943506=>1,2005941827=>1,2005672480=>1,2005410493=>1,2004981464=>1,2004918900=>1,2005207649=>1,2005353722=>1,2005383522=>1,2005354391=>1,2003072197=>1,2003072112=>1,2001513390=>1,2001509743=>1,2001513461=>1,2001588096=>1,2001830402=>1,2001818226=>1,2001507908=>1,2001507819=>1,2001506500=>1,2001506486=>1,2001506512=>1,2001507570=>1,2001507805=>1,2001507791=>1,2001837076=>1,2001920583=>1,2002594189=>1,2002533494=>1,2002604692=>1,2002655057=>1,2003068977=>1,2002861749=>1,2002452001=>1,2002443691=>1,2001923978=>1,2001921874=>1,2001924122=>1,2002107759=>1,2002422560=>1,2006029479=>1,2006110193=>1,2011902626=>1,2011902393=>1,2011902646=>1,2011953544=>1,2012420751=>1,2011954405=>1,2011823896=>1,2011492136=>1,2008838940=>1,2008838935=>1,2008856221=>1,2008902131=>1,2011242534=>1,2009221739=>1,2012618233=>1,2012619217=>1,2013077509=>1,2013048532=>1,2013156442=>1,2013157429=>1,2013425592=>1,2013210025=>1,2013047941=>1,2013045338=>1,2012717651=>1,2012694692=>1,2012797207=>1,2013002678=>1,2013044770=>1,2008833681=>1,2008653011=>1,2006513503=>1,2006511767=>1,2007020165=>1,2007020193=>1,2007024523=>1,2007024136=>1,2006195657=>1,2006191528=>1,2006151942=>1,2006144724=>1,2006151966=>1,2006163767=>1,2006191527=>1,2006191526=>1,2007077026=>1,2007081404=>1,2008282091=>1,2008248860=>1,2008351047=>1,2008363115=>1,2008419069=>1,2008418091=>1,2008217797=>1,2008112017=>1,2007263812=>1,2007202170=>1,2007374462=>1,2007378601=>1,2007425581=>1,2001506469=>1,2001506449=>1,1999024331=>1,1999024328=>1,1999024337=>1,1999024344=>1,1999024351=>1,1999024349=>1,1999024316=>1,1999024304=>1,1999024235=>1,1999024230=>1,1999024265=>1,1999024271=>1,1999024291=>1,1999024279=>1,1999024360=>1,1999026056=>1,1999026162=>1,1999026161=>1,1999026163=>1,1999026165=>1,1999026170=>1,1999026166=>1,1999026159=>1,1999026156=>1,1999026073=>1,1999026057=>1,1999026142=>1,1999026146=>1,1999026153=>1,1999026147=>1,1999024227=>1,1999024222=>1,1998448859=>1,1998448572=>1,1998449556=>1,1998450411=>1,1998452004=>1,1998451371=>1,1998447407=>1,1998447257=>1,1998442062=>1,1998442007=>1,1998442853=>1,1998442928=>1,1998447162=>1,1998446981=>1,1998452561=>1,1998452642=>1,1999024199=>1,1999024161=>1,1999024208=>1,1999024210=>1,1999024218=>1,1999024214=>1,1999024146=>1,1999024142=>1,1998883459=>1,1998453923=>1,1998888706=>1,1999024133=>1,1999024137=>1,1999026173=>1,1999026174=>1,2001503975=>1,2001503921=>1,2001504003=>1,2001504006=>1,2001504046=>1,2001504034=>1,2001503884=>1,2001503820=>1,2000656476=>1,2000653981=>1,2001503750=>1,2001503751=>1,2001503779=>1,2001503769=>1,2001504172=>1,2001504175=>1,2001504681=>1,2001504653=>1,2001504686=>1,2001506385=>1,2001506406=>1,2001506396=>1,2001504640=>1,2001504618=>1,2001504184=>1,2001504177=>1,2001504210=>1,2001504240=>1,2001504521=>1,2000653980=>1,2000491333=>1,1999279035=>1,1999279034=>1,1999279036=>1,1999279038=>1,1999550502=>1,1999510674=>1,1999273927=>1,1999270833=>1,1999134811=>1,1999134554=>1,1999135394=>1,1999212895=>1,1999263213=>1,1999262194=>1,1999592305=>1,1999592306=>1,2000133009=>1,2000036481=>1,2000250906=>1,2000262436=>1,2000387944=>1,2000266334=>1,2000035548=>1,1999950093=>1,1999683196=>1,1999678755=>1,1999688351=>1,1999867720=>1,1999937538=>1,1986228879=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2016692248=>2016692255,2030743925=>1,2030610997=>1,2030753874=>1,2030870058=>1,2030963020=>1,2030880611=>1,2030599210=>1,2030581815=>1,2028819034=>1,2028768742=>1,2028838448=>1,2030259828=>1,2031061323=>1,2030575065=>1,2028767771=>1,2031091349=>1,2031880750=>1,2031549688=>1,2031932067=>1,2031932073=>1,2031932077=>1,2031932075=>1,2031549681=>1,2031490250=>1,2031162005=>1,2031157574=>1,2031189572=>1,2031235354=>1,2031286168=>1,2031242506=>1,2028607074=>1,2028605314=>1,2026190098=>1,2026072223=>1,2026191348=>1,2026199360=>1,2026280450=>1,2026236580=>1,2026072221=>1,2026072220=>1,2023159786=>1,2023075890=>1,2023168016=>1,2025872482=>1,2026015368=>1,2025984602=>1,2026301208=>1,2026301357=>1,2026634181=>1,2026633609=>1,2026657053=>1,2026816733=>1,2028602930=>1,2027749508=>1,2026624696=>1,2026624668=>1,2026304541=>1,2026301907=>1,2026310834=>1,2026571766=>1,2026622621=>1,2031932082=>1,2031981941=>1,2032936344=>1,2032904772=>1,2033284390=>1,2033284662=>1,2033488501=>1,2033285372=>1,2032898756=>1,2032898691=>1,2032843682=>1,2032841290=>1,2032847885=>1,2032847891=>1,2032876989=>1,2032848453=>1,2033509683=>1,2033512726=>1,2033896557=>1,2033896556=>1,2034566798=>1,2034570758=>1,2034571578=>1,2034571002=>1,2033896555=>1,2033896554=>1,2033716436=>1,2033626930=>1,2033836913=>1,2033837142=>1,2033837164=>1,2032836201=>1,2032832104=>1,2032103510=>1,2032103509=>1,2032113472=>1,2032124020=>1,2032263847=>1,2032214807=>1,2032103507=>1,2032103502=>1,2032061578=>1,2032058639=>1,2032100772=>1,2032103498=>1,2032103501=>1,2032103500=>1,2032304319=>1,2032373285=>1,2032743986=>1,2032737729=>1,2032744393=>1,2032750692=>1,2032798044=>1,2032758345=>1,2032716651=>1,2032715122=>1,2032679502=>1,2032390746=>1,2032692180=>1,2032692300=>1,2032700370=>1,2023051970=>1,2021884115=>1,2017033194=>1,2017032853=>1,2017033252=>1,2017033289=>1,2017033384=>1,2017033378=>1,2017032850=>1,2017032453=>1,2017031876=>1,2017031835=>1,2017031902=>1,2017032115=>1,2017032447=>1,2017032287=>1,2017033399=>1,2017033661=>1,2017034188=>1,2017034172=>1,2017043843=>1,2017044013=>1,2017044641=>1,2017044567=>1,2017034135=>1,2017034119=>1,2017033712=>1,2017033668=>1,2017033840=>1,2017033896=>1,2017034036=>1,2017033978=>1,2017031693=>1,2017031585=>1,2016978291=>1,2016978216=>1,2016978467=>1,2016978709=>1,2016978808=>1,2016978778=>1,2016977558=>1,2016977412=>1,2016977075=>1,2016976992=>1,2016977078=>1,2016977325=>1,2016977387=>1,2016977383=>1,2016978894=>1,2016979673=>1,2016980876=>1,2016980855=>1,2017031209=>1,2017031351=>1,2017031413=>1,2017031383=>1,2016980822=>1,2016980765=>1,2016980202=>1,2016979793=>1,2016980222=>1,2016980440=>1,2016980576=>1,2017045148=>1,2017045699=>1,2018265898=>1,2017991945=>1,2018266073=>1,2018287659=>1,2018743290=>1,2018668225=>1,2017190944=>1,2017176196=>1,2017175025=>1,2017174559=>1,2017175672=>1,2017175810=>1,2017175955=>1,2017175924=>1,2018755810=>1,2018760229=>1,2018919403=>1,2018919279=>1,2018927492=>1,2019299174=>1,2034572550=>1,2021868402=>1,2018870506=>1,2018832299=>1,2018830508=>1,2018830459=>1,2018830708=>1,2018831199=>1,2018831996=>1,2017174319=>1,2017174213=>1,2017142350=>1,2017142224=>1,2017142530=>1,2017142591=>1,2017142618=>1,2017142598=>1,2017142111=>1,2017141259=>1,2017046126=>1,2017045820=>1,2017140763=>1,2017140831=>1,2017141153=>1,2017140901=>1,2017142917=>1,2017142952=>1,2017144663=>1,2017144540=>1,2017144720=>1,2017144800=>1,2017173752=>1,2017173670=>1,2017144089=>1,2017143860=>1,2017143113=>1,2017143028=>1,2017143346=>1,2017143583=>1,2017143630=>1,2021956597=>1,2034573726=>1,2059617530=>1,2059516026=>1,2059620286=>1,2059648317=>1,2061513651=>1,2059928065=>1,2059421438=>1,2059421434=>1,2057965441=>1,2057961747=>1,2058377761=>1,2058478877=>1,2059411533=>1,2059248913=>1,2061536626=>1,2061547434=>1,2061662212=>1,2061651426=>1,2061664507=>1,2061665419=>1,2061667892=>1,2061667651=>1,2061647450=>1,2061637060=>1,2061560582=>1,2061554018=>1,2061593123=>1,2061593124=>1,2061593489=>1,2061593128=>1,2057754982=>1,2057417396=>1,2054806849=>1,2054522116=>1,2054807065=>1,2054807538=>1,2055324161=>1,2055214378=>1,2054504489=>1,2054315157=>1,2053653510=>1,2053516274=>1,2053833084=>1,2053833821=>1,2054303878=>1,2054303856=>1,2055624358=>1,2056079986=>1,2056951682=>1,2056935970=>1,2056971078=>1,2057021729=>1,2057311652=>1,2057035362=>1,2056931121=>1,2056921545=>1,2056258870=>1,2056123018=>1,2056261035=>1,2056460391=>1,2056795589=>1,2061668781=>1,2061670402=>1,2064580173=>1,2064502331=>1,2064580202=>1,2064580226=>1,2064594652=>1,2064591912=>1,2064502201=>1,2064501911=>1,2064079045=>1,2064079019=>1,2064085901=>1,2064091548=>1,2064501869=>1,2064167376=>1,2065188918=>1,2065195802=>1,2066817539=>1,2065626569=>1,2066821746=>1,2066824438=>1,2067024302=>1,2067024132=>1,2065612685=>1,2065612195=>1,2065582964=>1,2065582963=>1,2065598535=>1,2065607492=>1,2065611822=>1,2064077332=>1,2064072346=>1,2061761232=>1,2061748146=>1,2061782133=>1,2062880420=>1,2063075685=>1,2062964262=>1,2061740822=>1,2061740006=>1,2061674676=>1,2061671644=>1,2061675274=>1,2061683526=>1,2061739023=>1,2061711498=>1,2063104057=>1,2063104440=>1,2063707180=>1,2063703467=>1,2063709038=>1,2063711529=>1,2064066079=>1,2063886944=>1,2063563002=>1,2063562762=>1,2063120613=>1,2063120611=>1,2063122501=>1,2063124755=>1,2063533658=>1,2053127019=>1,2053127016=>1,2043100512=>1,2043100208=>1,2043129814=>1,2043217940=>1,2043217981=>1,2043217959=>1,2043091264=>1,2043087686=>1,2041152202=>1,2039576741=>1,2041642621=>1,2041905494=>1,2042728441=>1,2042634461=>1,2043217999=>1,2043218016=>1,2043219663=>1,2043219650=>1,2043219698=>1,2043220554=>1,2043223154=>1,2043222264=>1,2043219626=>1,2043219557=>1,2043218074=>1,2043218027=>1,2043218101=>1,2043218124=>1,2043219505=>1,2043218151=>1,2039250682=>1,2039192634=>1,2034865629=>1,2034860942=>1,2035113954=>1,2035333778=>1,2036589582=>1,2036379860=>1,2034848704=>1,2034833745=>1,2034574458=>1,2034574254=>1,2034574830=>1,2034575962=>1,2034576806=>1,2034576802=>1,2036600898=>1,2036686503=>1,2038427933=>1,2038364819=>1,2038427945=>1,2038430364=>1,2038965720=>1,2038870763=>1,2038083243=>1,2038080158=>1,2037276464=>1,2037259818=>1,2037827466=>1,2038001878=>1,2038004058=>1,2043223225=>1,2043229485=>1,2051826580=>1,2051547530=>1,2051826883=>1,2051826969=>1,2052600178=>1,2051827023=>1,2051454858=>1,2051453682=>1,2050339428=>1,2050326085=>1,2050366338=>1,2050396932=>1,2050575399=>1,2050449491=>1,2052685963=>1,2052984172=>1,2053024204=>1,2053022920=>1,2053028609=>1,2053029427=>1,2053127012=>1,2053127011=>1,2053022594=>1,2053022405=>1,2052985367=>1,2052985333=>1,2052985914=>1,2052988163=>1,2053022189=>1,2050300806=>1,2048581433=>1,2044846531=>1,2044775779=>1,2044847620=>1,2044945109=>1,2045004277=>1,2044970922=>1,2044750723=>1,2043610750=>1,2043232094=>1,2043232068=>1,2043232100=>1,2043232144=>1,2043232213=>1,2043232189=>1,2045065313=>1,2045088641=>1,2047478407=>1,2047473633=>1,2047499753=>1,2047806007=>1,2048397167=>1,2047810081=>1,2045770685=>1,2045764267=>1,2045097969=>1,2045093617=>1,2045108748=>1,2045133678=>1,2045567749=>1,2016976948=>1,2016692663=>1,1992331619=>1,1992151794=>1,1992332511=>1,1992333737=>1,1992372340=>1,1992362637=>1,1992137993=>1,1992100618=>1,1991776821=>1,1991654910=>1,1991777016=>1,1991777205=>1,1992099467=>1,1991905627=>1,1992372341=>1,1992372342=>1,1992476090=>1,1992475498=>1,1993403955=>1,1993428262=>1,1994943779=>1,1993437663=>1,1992419645=>1,1992415482=>1,1992373042=>1,1992373041=>1,1992373045=>1,1992402332=>1,1992410383=>1,1992403596=>1,1991498938=>1,1991481110=>1,1991025172=>1,1991022949=>1,1991030869=>1,1991030966=>1,1991102858=>1,1991102484=>1,1991008211=>1,1991007009=>1,1990998967=>1,1990998800=>1,1991004460=>1,1991005704=>1,1991006289=>1,1991006122=>1,1991103102=>1,1991106416=>1,1991204131=>1,1991185570=>1,1991241741=>1,1991242304=>1,1991242586=>1,1991242473=>1,1991181346=>1,1991180986=>1,1991109341=>1,1991109260=>1,1991134799=>1,1991136442=>1,1991136591=>1,1994978570=>1,1995751608=>1,1998409888=>1,1998409498=>1,1998411024=>1,1998411238=>1,1998412556=>1,1998412174=>1,1998409364=>1,1998405904=>1,1998397495=>1,1998396318=>1,1998399603=>1,1998399818=>1,1998403270=>1,1998403087=>1,1998413638=>1,1998414249=>1,1998424790=>1,1998424543=>1,1998427118=>1,1998427320=>1,1998427623=>1,1998427325=>1,1998424271=>1,1998423715=>1,1998415116=>1,1998414721=>1,1998417861=>1,1998418009=>1,1998418594=>1,1998393999=>1,1998393437=>1,1996969819=>1,1996969304=>1,1996969839=>1,1997092177=>1,1997188782=>1,1997112324=>1,1996968996=>1,1996862727=>1,1995766178=>1,1995763458=>1,1995766179=>1,1996059747=>1,1996792665=>1,1996183210=>1,1997188978=>1,1997188998=>1,1998391174=>1,1997708866=>1,1998391599=>1,1998391628=>1,1998393417=>1,1998392408=>1,1997708326=>1,1997707316=>1,1997495538=>1,1997493050=>1,1997495874=>1,1997511634=>1,1997706931=>1,1990998709=>1,1990990013=>1,1986226526=>1,1986226524=>1,1986228879=>1,1986241649=>1,1986293122=>1,1986244763=>1,1986226523=>1,1986226522=>1,1986130219=>1,1986130218=>1,1986132269=>1,1986133866=>1,1986189356=>1,1986143130=>1,1986439458=>1,1986455194=>1,1988486469=>1,1988461611=>1,1988495708=>1,1988906002=>1,1988962644=>1,1988959200=>1,1988414218=>1,1988379064=>1,1987202351=>1,1986490264=>1,1987244650=>1,1987324018=>1,1987774620=>1,1987716898=>1,1986129810=>1,1986122780=>1,1986084626=>1,1986081700=>1,1986087252=>1,1986088311=>1,1986095918=>1,1986093674=>1,1986079386=>1,1986078186=>1,1986074565=>1,1986073810=>1,1986075042=>1,1986075482=>1,1986076898=>1,1986076274=>1,1986097578=>1,1986101050=>1,1986112077=>1,1986112076=>1,1986117581=>1,1986120761=>1,1986122625=>1,1986121301=>1,1986110883=>1,1986107363=>1,1986101283=>1,1986101282=>1,1986101284=>1,1986103941=>1,1986106318=>1,1989027664=>1,1989154680=>1,1990428337=>1,1990421608=>1,1990449320=>1,1990575133=>1,1990617835=>1,1990611231=>1,1990412961=>1,1990412957=>1,1990282168=>1,1990282124=>1,1990282710=>1,1990282854=>1,1990324530=>1,1990324528=>1,1990671658=>1,1990690059=>1,1990983055=>1,1990957724=>1,1990988068=>1,1990988249=>1,1990988678=>1,1990988318=>1,1990956714=>1,1990951653=>1,1990869271=>1,1990749657=>1,1990916395=>1,1990941454=>1,1990945171=>1,1990281652=>1,1990281475=>1,1989190643=>1,1989188610=>1,1989193697=>1,1989193733=>1,1989194238=>1,1989193734=>1,1989188349=>1,1989187473=>1,1989175550=>1,1989161692=>1,1989176048=>1,1989185529=>1,1989187326=>1,1989187016=>1,1989196022=>1,1989196798=>1,1990274977=>1,1990274788=>1,1990275322=>1,1990279458=>1,1990280773=>1,1990280176=>1,1990230322=>1,1990226382=>1,1989198031=>1,1989197795=>1,1989203285=>1,1989203289=>1,1989649160=>1,1998429578=>1,1998430442=>1,2012810073=>1,2012717651=>1,2012993910=>1,2012994000=>1,2013045338=>1,2013044770=>1,2012654109=>1,2012618233=>1,2011910981=>1,2011902646=>1,2011953544=>1,2011954405=>1,2012066795=>1,2012063008=>1,2013045514=>1,2013047941=>1,2014848541=>1,2014842522=>1,2014853186=>1,2014859298=>1,2014881160=>1,2014877977=>1,2013478209=>1,2013202781=>1,2013077509=>1,2013048532=>1,2013084131=>1,2013156442=>1,2013188966=>1,2013157429=>1,2011902626=>1,2011902393=>1,2006511767=>1,2006191526=>1,2006513503=>1,2006946174=>1,2007077026=>1,2007020351=>1,2006163767=>1,2006151966=>1,2005943997=>1,2005928929=>1,2006029479=>1,2006110192=>1,2006151942=>1,2006144724=>1,2007081404=>1,2007099033=>1,2008838940=>1,2008838935=>1,2008851075=>1,2008856221=>1,2011823896=>1,2009164034=>1,2008833681=>1,2008672168=>1,2007262340=>1,2007261574=>1,2007320311=>1,2008282091=>1,2008655751=>1,2014882699=>1,2014883435=>1,2016692271=>1,2016692264=>1,2016692272=>1,2016692273=>1,2016692277=>1,2016692275=>1,2016692259=>1,2016692257=>1,2016692243=>1,2016556867=>1,2016692245=>1,2016692246=>1,2016692256=>1,2016692247=>1,2016692278=>1,2016692289=>1,2016692570=>1,2016692304=>1,2016692576=>1,2016692629=>1,1986072538=>1,2016692631=>1,2016692297=>1,2016692296=>1,2016692291=>1,2016692290=>1,2016692292=>1,2016692294=>1,2016692295=>1,2015590409=>1,2015465242=>1,2014959194=>1,2014956233=>1,2014962252=>1,2014983229=>1,2014991634=>1,2014987137=>1,2014948065=>1,2014945377=>1,2014895601=>1,2014887512=>1,2014919997=>1,2014924240=>1,2014926035=>1,2014925080=>1,2014994837=>1,2014995794=>1,2015075024=>1,2015073746=>1,2015112650=>1,2015204511=>1,2015222062=>1,2015206686=>1,2015065741=>1,2015061132=>1,2015003766=>1,2014998075=>1,2015025932=>1,2015028574=>1,2015045944=>1,2005841604=>1,2005773617=>1,1998448572=>1,1998447407=>1,1998450411=>1,1998788626=>1,1999134554=>1,1998883459=>1,1998447257=>1,1998447213=>1,1998442065=>1,1998442062=>1,1998442080=>1,1998442540=>1,1998446249=>1,1998442896=>1,1999259398=>1,1999270755=>1,2000250906=>1,1999937538=>1,2000262436=>1,2000266334=>1,2000387944=>1,2000376929=>1,1999592307=>1,1999592306=>1,1999279036=>1,1999279034=>1,1999279038=>1,1999280524=>1,1999592305=>1,1999510674=>1,1998440518=>1,1998440337=>1,1998433959=>1,1998433941=>1,1998434737=>1,1998435777=>1,1998436393=>1,1998436043=>1,1998433830=>1,1998433531=>1,1998431122=>1,1998430817=>1,1998431128=>1,1998432845=>1,1998433307=>1,1998433134=>1,1998436523=>1,1998436561=>1,1998439737=>1,1998439697=>1,1998439850=>1,1998439906=>1,1998440232=>1,1998440033=>1,1998439358=>1,1998438800=>1,1998437423=>1,1998437242=>1,1998437616=>1,1998437834=>1,1998437911=>1,2000555168=>1,2000653979=>1,2003415401=>1,2002656958=>1,2003633840=>1,2003715390=>1,2004019948=>1,2003715926=>1,2002655057=>1,2002604692=>1,2001837076=>1,2001830402=>1,2001921874=>1,2002422560=>1,2002533494=>1,2002422987=>1,2004060310=>1,2004380866=>1,2005722767=>1,2005721233=>1,2005754972=>1,2005755499=>1,2005764511=>1,2005760712=>1,2005540247=>1,2005410493=>1,2004981464=>1,2004919021=>1,2005383522=>1,2005383978=>1,2005410475=>1,2001504236=>1,2001504219=>1,2001503854=>1,2001503836=>1,2001503866=>1,2001503885=>1,2001503908=>1,2001503907=>1,2001503831=>1,2001503813=>1,2000653981=>1,2000653980=>1,2000655780=>1,2000934483=>1,2001503758=>1,2001475500=>1,2001503953=>1,2001504003=>1,2001504165=>1,2001504164=>1,2001504182=>1,2001504184=>1,2001504205=>1,2001504191=>1,2001504157=>1,2001504124=>1,2001504072=>1,2001504059=>1,2001504094=>1,2001504110=>1,2001504111=>1,2016933167=>1,);?>
1
+ <?php return array(2088239175=>1,2088239173=>1,2088239193=>1,2088239199=>1,2088239270=>1,2088239255=>1,2088239118=>1,2088239114=>1,2087965470=>1,2087342376=>1,2087968652=>1,2087983798=>1,2088160430=>1,2088039143=>1,2088239286=>1,2088239297=>1,2088239576=>1,2088239565=>1,2088239581=>1,2088239590=>1,2088239595=>1,2088239592=>1,2088239464=>1,2088239410=>1,2088239303=>1,2088239298=>1,2088239318=>1,2088239341=>1,2088239390=>1,2088239366=>1,2087281308=>1,2087260449=>1,2086159113=>1,2085743385=>1,2086159118=>1,2086159124=>1,2086159126=>1,2086159125=>1,2085736692=>1,2085701797=>1,2084588053=>1,2084587863=>1,2084588399=>1,2084741166=>1,2084820740=>1,2084783002=>1,2086159136=>1,2086159139=>1,2086526559=>1,2086483918=>1,2086622019=>1,2086631922=>1,2086633402=>1,2086633181=>1,2086370226=>1,2086313282=>1,2086159156=>1,2086159143=>1,2086159158=>1,2086215996=>1,2086216654=>1,2088239597=>1,2088239602=>1,2088240321=>1,2088240311=>1,2088240417=>1,2088240433=>1,2088240463=>1,2088240451=>1,2088240306=>1,2088240265=>1,2088240171=>1,2088240159=>1,2088240175=>1,2088240187=>1,2088240251=>1,2088240223=>1,2088240482=>1,2088240486=>1,2088240707=>1,2088240696=>1,2088240709=>1,2088240731=>1,2088240778=>1,2088240742=>1,2088240623=>1,2088240558=>1,2088240504=>1,2088240497=>1,2088240507=>1,2088240512=>1,2088240538=>1,2088240535=>1,2088240152=>1,2088240145=>1,2088239744=>1,2088239737=>1,2088239768=>1,2088239821=>1,2088239892=>1,2088239845=>1,2088239732=>1,2088239716=>1,2088239646=>1,2088239644=>1,2088239661=>1,2088239663=>1,2088239685=>1,2088239678=>1,2088239911=>1,2088239912=>1,2088240094=>1,2088240092=>1,2088240102=>1,2088240111=>1,2088240140=>1,2088240112=>1,2088240009=>1,2088239998=>1,2088239935=>1,2088239917=>1,2088239942=>1,2088239967=>1,2088239980=>1,2084584874=>1,2083456813=>1,2081145715=>1,2081145711=>1,2081145718=>1,2081145722=>1,2081145741=>1,2081145740=>1,2081145705=>1,2081145703=>1,2081145685=>1,2081145679=>1,2081145687=>1,2081145698=>1,2081145702=>1,2081145699=>1,2081145752=>1,2081145754=>1,2081145918=>1,2081145848=>1,2081145941=>1,2081145943=>1,2081145994=>1,2081145989=>1,2081145828=>1,2081145821=>1,2081145764=>1,2081145758=>1,2081145769=>1,2081145773=>1,2081145814=>1,2081145793=>1,2081145672=>1,2081145647=>1,2081145269=>1,2081145259=>1,2081145287=>1,2081145319=>1,2081145367=>1,2081145364=>1,2081145236=>1,2081145182=>1,2081144957=>1,2081144870=>1,2081145041=>1,2081145098=>1,2081145128=>1,2081145123=>1,2081145387=>1,2081145388=>1,2081145535=>1,2081145530=>1,2081145572=>1,2081145575=>1,2081145601=>1,2081145577=>1,2081145513=>1,2081145462=>1,2081145416=>1,2081145392=>1,2081145429=>1,2081145433=>1,2081145435=>1,2081145996=>1,2081146010=>1,2081272109=>1,2081272069=>1,2081272140=>1,2081272182=>1,2082043022=>1,2081462310=>1,2081271977=>1,2081271900=>1,2081216483=>1,2081216463=>1,2081216486=>1,2081216490=>1,2081271830=>1,2081216496=>1,2082328258=>1,2082668406=>1,2083126477=>1,2083124663=>1,2083129191=>1,2083456681=>1,2083456806=>1,2083456682=>1,2083124115=>1,2083113095=>1,2083060490=>1,2083060098=>1,2083113002=>1,2083113019=>1,2083113038=>1,2081216454=>1,2081216406=>1,2081149914=>1,2081149889=>1,2081149938=>1,2081150245=>1,2081173663=>1,2081150439=>1,2081149801=>1,2081149728=>1,2081146051=>1,2081146032=>1,2081146067=>1,2081146077=>1,2081146100=>1,2081146086=>1,2081214506=>1,2081214708=>1,2081216287=>1,2081216273=>1,2081216324=>1,2081216326=>1,2081216396=>1,2081216335=>1,2081216258=>1,2081215151=>1,2081215053=>1,2081215049=>1,2081215076=>1,2081215145=>1,2081215150=>1,2088240839=>1,2088240851=>1,2088243643=>1,2088243592=>1,2088243661=>1,2088243669=>1,2088243699=>1,2088243673=>1,2088243590=>1,2088243582=>1,2088243510=>1,2088243509=>1,2088243519=>1,2088243548=>1,2088243563=>1,2088243552=>1,2088243700=>1,2088243715=>1,2088243881=>1,2088243862=>1,2088243890=>1,2088243891=>1,2088243893=>1,2088243892=>1,2088243786=>1,2088243785=>1,2088243764=>1,2088243750=>1,2088243766=>1,2088243768=>1,2088243780=>1,2088243774=>1,2088243467=>1,2088243453=>1,2088243192=>1,2088243176=>1,2088243253=>1,2088243264=>1,2088243273=>1,2088243271=>1,2088243087=>1,2088243086=>1,2088243041=>1,2088243035=>1,2088243055=>1,2088243063=>1,2088243081=>1,2088243074=>1,2088243286=>1,2088243303=>1,2088243405=>1,2088243398=>1,2088243406=>1,2088243429=>1,2088243451=>1,2088243434=>1,2088243395=>1,2088243385=>1,2088243309=>1,2088243307=>1,2088243313=>1,2088243348=>1,2088243361=>1,2088243899=>1,2088243905=>1,2088247870=>1,2088247828=>1,2088247897=>1,2088247979=>1,2088248004=>1,2088247990=>1,2088247796=>1,2088247792=>1,2088247740=>1,2088247720=>1,2088247749=>1,2088247760=>1,2088247782=>1,2088247778=>1,2088248020=>1,2088248080=>1,2088248330=>1,2088248298=>1,2088248369=>1,2088248388=>1,2088248420=>1,2088248419=>1,2088248238=>1,2088248234=>1,2088248117=>1,2088248104=>1,2088248136=>1,2088248177=>1,2088248224=>1,2088247717=>1,2088247699=>1,2088247409=>1,2088247400=>1,2088247411=>1,2088247441=>1,2088247481=>1,2088247444=>1,2088247359=>1,2088243951=>1,2088243922=>1,2088243919=>1,2088243927=>1,2088243940=>1,2088243950=>1,2088243946=>1,2088247500=>1,2088247515=>1,2088247633=>1,2088247608=>1,2088247634=>1,2088247640=>1,2088247679=>1,2088247658=>1,2088247603=>1,2088247573=>1,2088247538=>1,2088247535=>1,2088247542=>1,2088247545=>1,2088247549=>1,2088243026=>1,2088242981=>1,2088241743=>1,2088241673=>1,2088241752=>1,2088241753=>1,2088241844=>1,2088241843=>1,2088241671=>1,2088241668=>1,2088241539=>1,2088241536=>1,2088241578=>1,2088241585=>1,2088241653=>1,2088241645=>1,2088241869=>1,2088241878=>1,2088242013=>1,2088241972=>1,2088242044=>1,2088242057=>1,2088242083=>1,2088242071=>1,2088241962=>1,2088241961=>1,2088241883=>1,2088241882=>1,2088241931=>1,2088241946=>1,2088241956=>1,2088241952=>1,2088241516=>1,2088241509=>1,2088241109=>1,2088241076=>1,2088241182=>1,2088241222=>1,2088241227=>1,2088241223=>1,2088241069=>1,2088241045=>1,2088240902=>1,2088240872=>1,2088240906=>1,2088240917=>1,2088240986=>1,2088240944=>1,2088241248=>1,2088241262=>1,2088241414=>1,2088241402=>1,2088241421=>1,2088241431=>1,2088241486=>1,2088241477=>1,2088241389=>1,2088241386=>1,2088241321=>1,2088241267=>1,2088241323=>1,2088241350=>1,2088241367=>1,2088242122=>1,2088242133=>1,2088242685=>1,2088242681=>1,2088242694=>1,2088242699=>1,2088242740=>1,2088242703=>1,2088242675=>1,2088242672=>1,2088242621=>1,2088242613=>1,2088242637=>1,2088242648=>1,2088242658=>1,2088242656=>1,2088242766=>1,2088242784=>1,2088242906=>1,2088242890=>1,2088242912=>1,2088242921=>1,2088242973=>1,2088242965=>1,2088242875=>1,2088242857=>1,2088242806=>1,2088242793=>1,2088242822=>1,2088242831=>1,2088242850=>1,2088242599=>1,2088242577=>1,2088242214=>1,2088242213=>1,2088242219=>1,2088242227=>1,2088242309=>1,2088242293=>1,2088242210=>1,2088242209=>1,2088242147=>1,2088242143=>1,2088242152=>1,2088242190=>1,2088242208=>1,2088242194=>1,2088242316=>1,2088242318=>1,2088242501=>1,2088242454=>1,2088242502=>1,2088242511=>1,2088242574=>1,2088242513=>1,2088242414=>1,2088242398=>1,2088242344=>1,2088242343=>1,2088242361=>1,2088242365=>1,2088242381=>1,2081144856=>1,2081144790=>1,2071354310=>1,2071304409=>1,2071421844=>1,2071462429=>1,2071471324=>1,2071468243=>1,2071304407=>1,2071302155=>1,2070943042=>1,2070863579=>1,2071191885=>1,2071216706=>1,2071292227=>1,2071220605=>1,2071473874=>1,2071529704=>1,2072091025=>1,2072077947=>1,2072113325=>1,2072113326=>1,2072130082=>1,2072124684=>1,2071921365=>1,2071863398=>1,2071618346=>1,2071602644=>1,2071767147=>1,2071767157=>1,2071847556=>1,2071767189=>1,2070851493=>1,2070850561=>1,2067369154=>1,2067367945=>1,2067370567=>1,2067380540=>1,2067390762=>1,2067386283=>1,2067367280=>1,2067348132=>1,2067331483=>1,2067331025=>1,2067332510=>1,2067339122=>1,2067345321=>1,2067343868=>1,2067431499=>1,2067433762=>1,2070266406=>1,2069738193=>1,2070411291=>1,2070411414=>1,2070838761=>1,2070829670=>1,2068688642=>1,2068330166=>1,2067898138=>1,2067488360=>1,2067898266=>1,2067913080=>1,2067913111=>1,2072299425=>1,2072428406=>1,2073391305=>1,2073391295=>1,2073391306=>1,2073391308=>1,2073391339=>1,2073391316=>1,2073391294=>1,2073391293=>1,2073391222=>1,2073391221=>1,2073391233=>1,2073391245=>1,2073391282=>1,2073391274=>1,2073391368=>1,2073391369=>1,2073391406=>1,2073391401=>1,2073391412=>1,2073391416=>1,2073391426=>1,2073391423=>1,2073391400=>1,2073391397=>1,2073391381=>1,2073391373=>1,2073391383=>1,2073391391=>1,2073391392=>1,2073391212=>1,2073391210=>1,2072721642=>1,2072719044=>1,2072722164=>1,2072722259=>1,2072722274=>1,2072722261=>1,2072696926=>1,2072696925=>1,2072518218=>1,2072517034=>1,2072528796=>1,2072651034=>1,2072696923=>1,2072664450=>1,2072722418=>1,2072729684=>1,2073391166=>1,2073391162=>1,2073391183=>1,2073391191=>1,2073391203=>1,2073391202=>1,2073391160=>1,2073391134=>1,2073198607=>1,2073188767=>1,2073391120=>1,2073391128=>1,2073391130=>1,2067326176=>1,2067322588=>1,2063706845=>1,2063661539=>1,2063707180=>1,2063709038=>1,2063863280=>1,2063771710=>1,2063563002=>1,2063562762=>1,2063104440=>1,2063104057=>1,2063120611=>1,2063120613=>1,2063126889=>1,2063124755=>1,2063886944=>1,2063925322=>1,2064167329=>1,2064167240=>1,2064183466=>1,2064304706=>1,2064433420=>1,2064338408=>1,2064167000=>1,2064166979=>1,2064072346=>1,2064066079=>1,2064077332=>1,2064079019=>1,2064091548=>1,2064085901=>1,2063075685=>1,2062367141=>1,2061668781=>1,2061667892=>1,2061670402=>1,2061671644=>1,2061674676=>1,2061674215=>1,2061667651=>1,2061665419=>1,2061637060=>1,2061593489=>1,2061647450=>1,2061651426=>1,2061664507=>1,2061662212=>1,2061675274=>1,2061677875=>1,2062032970=>1,2061814983=>1,2062033089=>1,2062038724=>1,2062311788=>1,2062038782=>1,2061782133=>1,2061748146=>1,2061711498=>1,2061683526=>1,2061739023=>1,2061740006=>1,2061740822=>1,2064448909=>1,2064501869=>1,2067024827=>1,2067024820=>1,2067024833=>1,2067024878=>1,2067045117=>1,2067038723=>1,2067024819=>1,2067024785=>1,2067024644=>1,2067024375=>1,2067024669=>1,2067024726=>1,2067024776=>1,2067024766=>1,2067091320=>1,2067194208=>1,2067295971=>1,2067290799=>1,2067314603=>1,2067318680=>1,2067318859=>1,2067318731=>1,2067289291=>1,2067274948=>1,2067209925=>1,2067200617=>1,2067210132=>1,2067270525=>1,2067274860=>1,2067024374=>1,2067024339=>1,2065582963=>1,2065174989=>1,2065598535=>1,2065601172=>1,2065612195=>1,2065611822=>1,2065174663=>1,2064594652=>1,2064502331=>1,2064501911=>1,2064523030=>1,2064544468=>1,2064591912=>1,2064575507=>1,2065612685=>1,2065641223=>1,2067024317=>1,2067024264=>1,2067024324=>1,2067024330=>1,2067024337=>1,2067024336=>1,2067024203=>1,2067010541=>1,2066821746=>1,2066817539=>1,2066824438=>1,2067006358=>1,2067008885=>1,2073391427=>1,2073391428=>1,2076999573=>1,2076999511=>1,2076999607=>1,2076999654=>1,2076999906=>1,2076999711=>1,2076999493=>1,2076999476=>1,2076999227=>1,2076994676=>1,2076999277=>1,2076999312=>1,2076999463=>1,2076999329=>1,2077008725=>1,2077009472=>1,2077114555=>1,2077111391=>1,2077114667=>1,2077114848=>1,2077115671=>1,2077115458=>1,2077105691=>1,2077105480=>1,2077011367=>1,2077010185=>1,2077011446=>1,2077104031=>1,2077104835=>1,2077104224=>1,2076977165=>1,2076831227=>1,2075419604=>1,2075366288=>1,2075431508=>1,2075476121=>1,2075857000=>1,2075666434=>1,2075344735=>1,2075158093=>1,2075026821=>1,2075019661=>1,2075054739=>1,2075056583=>1,2075079986=>1,2075076466=>1,2075875784=>1,2075942573=>1,2076775035=>1,2076774781=>1,2076792466=>1,2076815718=>1,2076828933=>1,2076819017=>1,2076708830=>1,2076473462=>1,2076084343=>1,2076032666=>1,2076117858=>1,2076374543=>1,2076394624=>1,2077115880=>1,2077115949=>1,2079670336=>1,2079629136=>1,2079674435=>1,2079935521=>1,2079935531=>1,2079935529=>1,2079532809=>1,2079354932=>1,2079188426=>1,2079177844=>1,2079211644=>1,2079241274=>1,2079344651=>1,2079259560=>1,2079935532=>1,2079935534=>1,2081129845=>1,2081129803=>1,2081129919=>1,2081139714=>1,2081144628=>1,2081143981=>1,2080958186=>1,2080802730=>1,2080158735=>1,2079935535=>1,2080315159=>1,2080372882=>1,2080768999=>1,2079175240=>1,2079155589=>1,2077122352=>1,2077120695=>1,2077122463=>1,2077147695=>1,2077148063=>1,2077148051=>1,2077120407=>1,2077120298=>1,2077117091=>1,2077116668=>1,2077117256=>1,2077117519=>1,2077119683=>1,2077118560=>1,2077149555=>1,2077691878=>1,2079095358=>1,2079077778=>1,2079114580=>1,2079116558=>1,2079121449=>1,2079119099=>1,2078995322=>1,2078989186=>1,2078795190=>1,2078752957=>1,2078798218=>1,2078804718=>1,2078817881=>1,2074952858=>1,2074952321=>1,2073391956=>1,2073391954=>1,2073391958=>1,2073391959=>1,2073391961=>1,2073391960=>1,2073391952=>1,2073391940=>1,2073391900=>1,2073391896=>1,2073391904=>1,2073391905=>1,2073391925=>1,2073391907=>1,2073391964=>1,2073391974=>1,2073392063=>1,2073392053=>1,2073392071=>1,2073392080=>1,2073392111=>1,2073392088=>1,2073392045=>1,2073392024=>1,2073391995=>1,2073391992=>1,2073391998=>1,2073391999=>1,2073392022=>1,2073392016=>1,2073391884=>1,2073391879=>1,2073391490=>1,2073391489=>1,2073391492=>1,2073391527=>1,2073391532=>1,2073391528=>1,2073391487=>1,2073391485=>1,2073391443=>1,2073391436=>1,2073391450=>1,2073391466=>1,2073391478=>1,2073391473=>1,2073391534=>1,2073391539=>1,2073391605=>1,2073391593=>1,2073391608=>1,2073391609=>1,2073391614=>1,2073391612=>1,2073391587=>1,2073391585=>1,2073391553=>1,2073391542=>1,2073391567=>1,2073391574=>1,2073391575=>1,2073392114=>1,2073541366=>1,2074227058=>1,2074222702=>1,2074261062=>1,2074261063=>1,2074405084=>1,2074291743=>1,2074220565=>1,2074126255=>1,2074106926=>1,2074106925=>1,2074106939=>1,2074106988=>1,2074118543=>1,2074107034=>1,2074412033=>1,2074427907=>1,2074536460=>1,2074535751=>1,2074536958=>1,2074734113=>1,2074945265=>1,2074822377=>1,2074495780=>1,2074494070=>1,2074460280=>1,2074428294=>1,2074466158=>1,2074466181=>1,2074486732=>1,2074106913=>1,2074106900=>1,2073912204=>1,2073912203=>1,2073921838=>1,2073922582=>1,2073923434=>1,2073922902=>1,2073904242=>1,2073903766=>1,2073640805=>1,2073568916=>1,2073805749=>1,2073806229=>1,2073871054=>1,2073870660=>1,2073923566=>1,2073925410=>1,2074063573=>1,2074063434=>1,2074106885=>1,2074106886=>1,2074106896=>1,2074106895=>1,2073961100=>1,2073955159=>1,2073925602=>1,2073925442=>1,2073927314=>1,2073940286=>1,2073946506=>1,2061593124=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2088251075=>1,2088251064=>1,2088251099=>1,2088251115=>1,2088251159=>1,2088251148=>1,2088251063=>1,2088251059=>1,2088251031=>1,2088251012=>1,2088251041=>1,2088251043=>1,2088251050=>1,2088251049=>1,2088251161=>1,2088251223=>1,2088251494=>1,2088251430=>1,2088251500=>1,2088251517=>1,2088251545=>1,2088251526=>1,2088251411=>1,2088251387=>1,2088251228=>1,2088251226=>1,2088251278=>1,2088251360=>1,2088251381=>1,2088251368=>1,2088251007=>1,2088250921=>1,2088250549=>1,2088250547=>1,2088250551=>1,2088250593=>1,2088250631=>1,2088250603=>1,2088250531=>1,2088250496=>1,2088250412=>1,2088250409=>1,2088250434=>1,2088250452=>1,2088250493=>1,2088250461=>1,2088250656=>1,2088250701=>1,2088250788=>1,2088250786=>1,2088250837=>1,2088250882=>1,2088250911=>1,2088250887=>1,2088250760=>1,2088250755=>1,2088250714=>1,2088250703=>1,2088250720=>1,2088250745=>1,2088250747=>1,2088251584=>1,2088251590=>1,2088252733=>1,2088252729=>1,2088252753=>1,2088252763=>1,2088252849=>1,2088252824=>1,2088252698=>1,2088252691=>1,2088252544=>1,2088252539=>1,2088252550=>1,2088252569=>1,2088252641=>1,2088252581=>1,2088252860=>1,2088252932=>1,2088253383=>1,2088253302=>1,2088253395=>1,2088253396=>1,2088253518=>1,2088253422=>1,2088253228=>1,2088253157=>1,2088253011=>1,2088253005=>1,2088253059=>1,2088253072=>1,2088253119=>1,2088253077=>1,2088252525=>1,2088252523=>1,2088251935=>1,2088251927=>1,2088251939=>1,2088251992=>1,2088252063=>1,2088252037=>1,2088251922=>1,2088251888=>1,2088251725=>1,2088251696=>1,2088251752=>1,2088251762=>1,2088251790=>1,2088251773=>1,2088252075=>1,2088252168=>1,2088252348=>1,2088252327=>1,2088252372=>1,2088252435=>1,2088252500=>1,2088252461=>1,2088252295=>1,2088252271=>1,2088252196=>1,2088252174=>1,2088252229=>1,2088252264=>1,2088252267=>1,2088250383=>1,2088249730=>1,2088247775=>1,2088247770=>1,2088247784=>1,2088247797=>1,2088247891=>1,2088247860=>1,2088247760=>1,2088247757=>1,2088247669=>1,2088247632=>1,2088247710=>1,2088247730=>1,2088247733=>1,2088247731=>1,2088247917=>1,2088247920=>1,2088248226=>1,2088248224=>1,2088248245=>1,2088248259=>1,2088248290=>1,2088248282=>1,2088248191=>1,2088248188=>1,2088247927=>1,2088247923=>1,2088247994=>1,2088247995=>1,2088248166=>1,2088248036=>1,2088247623=>1,2088247609=>1,2088243952=>1,2088243950=>1,2088243954=>1,2088247318=>1,2088247374=>1,2088247361=>1,2088243945=>1,2088243941=>1,2088243883=>1,2088243870=>1,2088243904=>1,2088243905=>1,2088243929=>1,2088243920=>1,2088247375=>1,2088247385=>1,2088247503=>1,2088247494=>1,2088247511=>1,2088247570=>1,2088247606=>1,2088247586=>1,2088247484=>1,2088247468=>1,2088247431=>1,2088247396=>1,2088247435=>1,2088247437=>1,2088247450=>1,2088248295=>1,2088248338=>1,2088249295=>1,2088249276=>1,2088249308=>1,2088249365=>1,2088249405=>1,2088249387=>1,2088249271=>1,2088249257=>1,2088249184=>1,2088249143=>1,2088249193=>1,2088249222=>1,2088249243=>1,2088249234=>1,2088249449=>1,2088249452=>1,2088249591=>1,2088249577=>1,2088249672=>1,2088249677=>1,2088249698=>1,2088249688=>1,2088249566=>1,2088249550=>1,2088249490=>1,2088249465=>1,2088249528=>1,2088249531=>1,2088249540=>1,2088249130=>1,2088249120=>1,2088248584=>1,2088248516=>1,2088248793=>1,2088248807=>1,2088248866=>1,2088248817=>1,2088248512=>1,2088248501=>1,2088248378=>1,2088248370=>1,2088248400=>1,2088248438=>1,2088248473=>1,2088248456=>1,2088248873=>1,2088248890=>1,2088249091=>1,2088249070=>1,2088249092=>1,2088249096=>1,2088249118=>1,2088249104=>1,2088249060=>1,2088249047=>1,2088248925=>1,2088248916=>1,2088248960=>1,2088248967=>1,2088249040=>1,2088253536=>1,2088253576=>1,2088257697=>1,2088257695=>1,2088257709=>1,2088257745=>1,2088257773=>1,2088257768=>1,2088257691=>1,2088257633=>1,2088257497=>1,2088257469=>1,2088257506=>1,2088257523=>1,2088257612=>1,2088257578=>1,2088257780=>1,2088257784=>1,2088257932=>1,2088257922=>1,2088257950=>1,2088257977=>1,2088258015=>1,2088257986=>1,2088257884=>1,2088257883=>1,2088257803=>1,2088257797=>1,2088257811=>1,2088257826=>1,2088257870=>1,2088257841=>1,2088257468=>1,2088257462=>1,2088257104=>1,2088257094=>1,2088257119=>1,2088257124=>1,2088257157=>1,2088257151=>1,2088257091=>1,2088257081=>1,2088257015=>1,2088256906=>1,2088257027=>1,2088257032=>1,2088257056=>1,2088257035=>1,2088257159=>1,2088257161=>1,2088257376=>1,2088257360=>1,2088257402=>1,2088257415=>1,2088257458=>1,2088257423=>1,2088257259=>1,2088257255=>1,2088257206=>1,2088257200=>1,2088257228=>1,2088257243=>1,2088257249=>1,2088258055=>1,2088258073=>1,2088258793=>1,2088258789=>1,2088258803=>1,2088258808=>1,2088258850=>1,2088258842=>1,2088258782=>1,2088258750=>1,2088258637=>1,2088258632=>1,2088258655=>1,2088258673=>1,2088258700=>1,2088258692=>1,2088258855=>1,2088258864=>1,2088259002=>1,2088258989=>1,2088259005=>1,2088259056=>1,2088259085=>1,2088259064=>1,2088258965=>1,2088258962=>1,2088258936=>1,2088258876=>1,2088258943=>1,2088258950=>1,2088258951=>1,2088258616=>1,2088258614=>1,2088258242=>1,2088258228=>1,2088258256=>1,2088258307=>1,2088258349=>1,2088258322=>1,2088258219=>1,2088258207=>1,2088258120=>1,2088258102=>1,2088258122=>1,2088258145=>1,2088258172=>1,2088258159=>1,2088258378=>1,2088258384=>1,2088258558=>1,2088258530=>1,2088258577=>1,2088258599=>1,2088258606=>1,2088258603=>1,2088258516=>1,2088258484=>1,2088258406=>1,2088258403=>1,2088258418=>1,2088258424=>1,2088258460=>1,2088256889=>1,2088256885=>1,2088254758=>1,2088254753=>1,2088254764=>1,2088254792=>1,2088254836=>1,2088254811=>1,2088254749=>1,2088254729=>1,2088254673=>1,2088254654=>1,2088254686=>1,2088254687=>1,2088254705=>1,2088254702=>1,2088254885=>1,2088254896=>1,2088255134=>1,2088255122=>1,2088255183=>1,2088255226=>1,2088255248=>1,2088255242=>1,2088255121=>1,2088255120=>1,2088254982=>1,2088254902=>1,2088254988=>1,2088255038=>1,2088255082=>1,2088255041=>1,2088254637=>1,2088254595=>1,2088253923=>1,2088253798=>1,2088253943=>1,2088253954=>1,2088253990=>1,2088253962=>1,2088253795=>1,2088253752=>1,2088253625=>1,2088253586=>1,2088253629=>1,2088253649=>1,2088253745=>1,2088253672=>1,2088253993=>1,2088254020=>1,2088254403=>1,2088254316=>1,2088254404=>1,2088254520=>1,2088254563=>1,2088254548=>1,2088254288=>1,2088254145=>1,2088254058=>1,2088254048=>1,2088254059=>1,2088254100=>1,2088254103=>1,2088255276=>1,2088255326=>1,2088256393=>1,2088256315=>1,2088256408=>1,2088256418=>1,2088256471=>1,2088256453=>1,2088256310=>1,2088256291=>1,2088256225=>1,2088256173=>1,2088256226=>1,2088256260=>1,2088256289=>1,2088256270=>1,2088256483=>1,2088256546=>1,2088256740=>1,2088256690=>1,2088256790=>1,2088256810=>1,2088256870=>1,2088256865=>1,2088256680=>1,2088256675=>1,2088256622=>1,2088256549=>1,2088256644=>1,2088256650=>1,2088256656=>1,2088256160=>1,2088256134=>1,2088255774=>1,2088255730=>1,2088255780=>1,2088255810=>1,2088255830=>1,2088255821=>1,2088255719=>1,2088255716=>1,2088255471=>1,2088255416=>1,2088255536=>1,2088255541=>1,2088255642=>1,2088255555=>1,2088255862=>1,2088255864=>1,2088255996=>1,2088255994=>1,2088256015=>1,2088256043=>1,2088256088=>1,2088256061=>1,2088255972=>1,2088255967=>1,2088255893=>1,2088255889=>1,2088255929=>1,2088255935=>1,2088255947=>1,2088243865=>1,2088243859=>1,2079447187=>1,2079442128=>1,2079447216=>1,2079532809=>1,2079925138=>1,2079917755=>1,2079440616=>1,2079259560=>1,2078795190=>1,2078752957=>1,2078798218=>1,2078799610=>1,2079155589=>1,2078804718=>1,2080802730=>1,2080957996=>1,2081145319=>1,2081145269=>1,2081145425=>1,2081145472=>1,2081145645=>1,2081145572=>1,2081145179=>1,2081145171=>1,2081129803=>1,2081129687=>1,2081129924=>1,2081144851=>1,2081145130=>1,2081144980=>1,2077691878=>1,2077118781=>1,2076999840=>1,2076999834=>1,2077008742=>1,2077009070=>1,2077061560=>1,2077009636=>1,2076999538=>1,2076999476=>1,2076999294=>1,2076999272=>1,2076999347=>1,2076999434=>1,2076999446=>1,2076999440=>1,2077104447=>1,2077104715=>1,2077116002=>1,2077115570=>1,2077116576=>1,2077116802=>1,2077117519=>1,2077117150=>1,2077115458=>1,2077111897=>1,2077105252=>1,2077104920=>1,2077105345=>1,2077105691=>1,2077111391=>1,2081145661=>1,2081145715=>1,2083113074=>1,2083112979=>1,2083113078=>1,2083113110=>1,2083121783=>1,2083118192=>1,2083078220=>1,2083060098=>1,2081272182=>1,2081216500=>1,2081456967=>1,2081462310=>1,2082337816=>1,2082072890=>1,2083125686=>1,2083126005=>1,2084820740=>1,2084783002=>1,2085597424=>1,2085609242=>1,2085736692=>1,2085701797=>1,2084741166=>1,2084587968=>1,2083160029=>1,2083129191=>1,2083198517=>1,2083456806=>1,2083456813=>1,2081216420=>1,2081216334=>1,2081145868=>1,2081145811=>1,2081145930=>1,2081145969=>1,2081146009=>1,2081145979=>1,2081145778=>1,2081145769=>1,2081145720=>1,2081145718=>1,2081145727=>1,2081145730=>1,2081145757=>1,2081145734=>1,2081146026=>1,2081146051=>1,2081215199=>1,2081215121=>1,2081216312=>1,2081216326=>1,2081216330=>1,2081216329=>1,2081214702=>1,2081150433=>1,2081146091=>1,2081146066=>1,2081146092=>1,2081149719=>1,2081149948=>1,2076999263=>1,2076998070=>1,2070820506=>1,2070818764=>1,2071029433=>1,2071121668=>1,2071302155=>1,2071289061=>1,2070411291=>1,2070409549=>1,2067898285=>1,2067898278=>1,2067913080=>1,2067913111=>1,2068648688=>1,2068645902=>1,2071303839=>1,2071304228=>1,2071847556=>1,2071767189=>1,2071882942=>1,2072098278=>1,2072113326=>1,2072113325=>1,2071690484=>1,2071658869=>1,2071414169=>1,2071304407=>1,2071465916=>1,2071469735=>1,2071540168=>1,2071471324=>1,2067542084=>1,2067500672=>1,2067292711=>1,2067290799=>1,2067304672=>1,2067314575=>1,2067328470=>1,2067326176=>1,2067290404=>1,2067289291=>1,2067038723=>1,2067024819=>1,2067091320=>1,2067270525=>1,2067274948=>1,2067274860=>1,2067331483=>1,2067335396=>1,2067431499=>1,2067390762=>1,2067465011=>1,2067488360=>1,2067498038=>1,2067490148=>1,2067367945=>1,2067367280=>1,2067343868=>1,2067339122=>1,2067343939=>1,2067348075=>1,2067348132=>1,2072117368=>1,2072120678=>1,2073927314=>1,2073925442=>1,2074106925=>1,2074261063=>1,2074886290=>1,2074789508=>1,2073925410=>1,2073925279=>1,2073561219=>1,2073482422=>1,2073564265=>1,2073903766=>1,2073912203=>1,2073904242=>1,2075158093=>1,2075761920=>1,2076819017=>1,2076815718=>1,2076825485=>1,2076848546=>1,2076993146=>1,2076992701=>1,2076792466=>1,2076774781=>1,2076245921=>1,2075998046=>1,2076394624=>1,2076473462=>1,2076708830=>1,2073427714=>1,2073391975=>1,2072722164=>1,2072721642=>1,2072722259=>1,2072722274=>1,2072729682=>1,2072722418=>1,2072719044=>1,2072696925=>1,2072394288=>1,2072179835=>1,2072518218=>1,2072660346=>1,2072696923=>1,2072664450=>1,2072729684=>1,2072729686=>1,2073391567=>1,2073391532=>1,2073391568=>1,2073391570=>1,2073391689=>1,2073391575=>1,2073391485=>1,2073391435=>1,2073198607=>1,2072754010=>1,2073391321=>1,2073391368=>1,2073391389=>1,2085744578=>1,2086159113=>1,2088242373=>1,2088242355=>1,2088242473=>1,2088242489=>1,2088242549=>1,2088242511=>1,2088242354=>1,2088242341=>1,2088242245=>1,2088242169=>1,2088242278=>1,2088242282=>1,2088242294=>1,2088242286=>1,2088242559=>1,2088242560=>1,2088242829=>1,2088242779=>1,2088242861=>1,2088242865=>1,2088242892=>1,2088242877=>1,2088242759=>1,2088242757=>1,2088242627=>1,2088242561=>1,2088242656=>1,2088242662=>1,2088242730=>1,2088242720=>1,2088242121=>1,2088242083=>1,2088241542=>1,2088241539=>1,2088241545=>1,2088241553=>1,2088241559=>1,2088241557=>1,2088241516=>1,2088241515=>1,2088241390=>1,2088241372=>1,2088241422=>1,2088241426=>1,2088241507=>1,2088241431=>1,2088241586=>1,2088241630=>1,2088241823=>1,2088241756=>1,2088241840=>1,2088241843=>1,2088242080=>1,2088241960=>1,2088241725=>1,2088241720=>1,2088241652=>1,2088241651=>1,2088241654=>1,2088241674=>1,2088241714=>1,2088242895=>1,2088242907=>1,2088243572=>1,2088243565=>1,2088243593=>1,2088243599=>1,2088243628=>1,2088243623=>1,2088243560=>1,2088243549=>1,2088243483=>1,2088243465=>1,2088243499=>1,2088243505=>1,2088243548=>1,2088243513=>1,2088243630=>1,2088243634=>1,2088243789=>1,2088243737=>1,2088243796=>1,2088243825=>1,2088243842=>1,2088243830=>1,2088243716=>1,2088243709=>1,2088243656=>1,2088243650=>1,2088243662=>1,2088243695=>1,2088243701=>1,2088243448=>1,2088243424=>1,2088243176=>1,2088243168=>1,2088243180=>1,2088243194=>1,2088243208=>1,2088243196=>1,2088243153=>1,2088243124=>1,2088243029=>1,2088242953=>1,2088243030=>1,2088243042=>1,2088243066=>1,2088243049=>1,2088243233=>1,2088243248=>1,2088243366=>1,2088243362=>1,2088243367=>1,2088243369=>1,2088243388=>1,2088243381=>1,2088243361=>1,2088243335=>1,2088243256=>1,2088243255=>1,2088243274=>1,2088243304=>1,2088243321=>1,2088241360=>1,2088241329=>1,2088239489=>1,2088239465=>1,2088239515=>1,2088239524=>1,2088239587=>1,2088239572=>1,2088239453=>1,2088239445=>1,2088239382=>1,2088239377=>1,2088239384=>1,2088239392=>1,2088239444=>1,2088239442=>1,2088239595=>1,2088239613=>1,2088239820=>1,2088239816=>1,2088239900=>1,2088239919=>1,2088239946=>1,2088239926=>1,2088239777=>1,2088239765=>1,2088239632=>1,2088239630=>1,2088239663=>1,2088239664=>1,2088239698=>1,2088239678=>1,2088239351=>1,2088239334=>1,2087518688=>1,2087342376=>1,2087666980=>1,2087735059=>1,2087965470=>1,2087803934=>1,2086559617=>1,2086526559=>1,2086159126=>1,2086159124=>1,2086159137=>1,2086159158=>1,2086216654=>1,2086215996=>1,2087968652=>1,2087983798=>1,2088239220=>1,2088239198=>1,2088239236=>1,2088239282=>1,2088239331=>1,2088239306=>1,2088239194=>1,2088239182=>1,2088160430=>1,2088039143=>1,2088239128=>1,2088239154=>1,2088239162=>1,2088239964=>1,2088239998=>1,2088240859=>1,2088240857=>1,2088240863=>1,2088240866=>1,2088240944=>1,2088240890=>1,2088240848=>1,2088240840=>1,2088240721=>1,2088240719=>1,2088240772=>1,2088240776=>1,2088240830=>1,2088240812=>1,2088241058=>1,2088241063=>1,2088241174=>1,2088241164=>1,2088241179=>1,2088241274=>1,2088241310=>1,2088241279=>1,2088241116=>1,2088241112=>1,2088241081=>1,2088241074=>1,2088241090=>1,2088241093=>1,2088241097=>1,2088240688=>1,2088240668=>1,2088240146=>1,2088240118=>1,2088240160=>1,2088240228=>1,2088240239=>1,2088240236=>1,2088240094=>1,2088240069=>1,2088240025=>1,2088240013=>1,2088240036=>1,2088240049=>1,2088240067=>1,2088240062=>1,2088240382=>1,2088240389=>1,2088240561=>1,2088240559=>1,2088240586=>1,2088240603=>1,2088240633=>1,2088240605=>1,2088240533=>1,2088240494=>1,2088240437=>1,2088240415=>1,2088240468=>1,2088240472=>1,2088240485=>1,2067024324=>1,);?>
1
+ <?php return array(2088261680=>1,2088261640=>1,2088261759=>1,2088261760=>1,2088261856=>1,2088261825=>1,2088261635=>1,2088261619=>1,2088261577=>1,2088261574=>1,2088261578=>1,2088261583=>1,2088261590=>1,2088261589=>1,2088261872=>1,2088261894=>1,2088262086=>1,2088262083=>1,2088262125=>1,2088262173=>1,2088262207=>1,2088262202=>1,2088262070=>1,2088262020=>1,2088261908=>1,2088261895=>1,2088261930=>1,2088261973=>1,2088262005=>1,2088261994=>1,2088261553=>1,2088261547=>1,2088261221=>1,2088261202=>1,2088261227=>1,2088261234=>1,2088261247=>1,2088261244=>1,2088261163=>1,2088261162=>1,2088261091=>1,2088261042=>1,2088261097=>1,2088261101=>1,2088261114=>1,2088261105=>1,2088261268=>1,2088261306=>1,2088261479=>1,2088261478=>1,2088261514=>1,2088261532=>1,2088261538=>1,2088261536=>1,2088261449=>1,2088261414=>1,2088261384=>1,2088261331=>1,2088261390=>1,2088261397=>1,2088261408=>1,2088262240=>1,2088262286=>1,2088263176=>1,2088263165=>1,2088263207=>1,2088263218=>1,2088263234=>1,2088263232=>1,2088263059=>1,2088263053=>1,2088263006=>1,2088263002=>1,2088263012=>1,2088263016=>1,2088263044=>1,2088263028=>1,2088263239=>1,2088263287=>1,2088263644=>1,2088263636=>1,2088263647=>1,2088263659=>1,2088263688=>1,2088263666=>1,2088263635=>1,2088263616=>1,2088263379=>1,2088263319=>1,2088263428=>1,2088263461=>1,2088263478=>1,2088263477=>1,2088263000=>1,2088262988=>1,2088262648=>1,2088262545=>1,2088262650=>1,2088262666=>1,2088262687=>1,2088262683=>1,2088262542=>1,2088262516=>1,2088262364=>1,2088262288=>1,2088262370=>1,2088262385=>1,2088262494=>1,2088262487=>1,2088262692=>1,2088262720=>1,2088262897=>1,2088262896=>1,2088262910=>1,2088262919=>1,2088262956=>1,2088262943=>1,2088262890=>1,2088262875=>1,2088262768=>1,2088262739=>1,2088262791=>1,2088262827=>1,2088262868=>1,2088261005=>1,2088261003=>1,2088258999=>1,2088258990=>1,2088259063=>1,2088259064=>1,2088259098=>1,2088259083=>1,2088258965=>1,2088258934=>1,2088258858=>1,2088258854=>1,2088258864=>1,2088258884=>1,2088258909=>1,2088258908=>1,2088259102=>1,2088259153=>1,2088259334=>1,2088259279=>1,2088259358=>1,2088259364=>1,2088259366=>1,2088259365=>1,2088259271=>1,2088259252=>1,2088259191=>1,2088259184=>1,2088259214=>1,2088259221=>1,2088259241=>1,2088259224=>1,2088258845=>1,2088258827=>1,2088258578=>1,2088258576=>1,2088258586=>1,2088258594=>1,2088258612=>1,2088258604=>1,2088258563=>1,2088258555=>1,2088258482=>1,2088258473=>1,2088258507=>1,2088258515=>1,2088258553=>1,2088258517=>1,2088258617=>1,2088258672=>1,2088258737=>1,2088258728=>1,2088258761=>1,2088258788=>1,2088258810=>1,2088258797=>1,2088258726=>1,2088258725=>1,2088258694=>1,2088258682=>1,2088258704=>1,2088258712=>1,2088258713=>1,2088259373=>1,2088259381=>1,2088260452=>1,2088260444=>1,2088260454=>1,2088260507=>1,2088260553=>1,2088260533=>1,2088260367=>1,2088260280=>1,2088260037=>1,2088260028=>1,2088260039=>1,2088260045=>1,2088260185=>1,2088260124=>1,2088260559=>1,2088260588=>1,2088260866=>1,2088260859=>1,2088260868=>1,2088260901=>1,2088260977=>1,2088260961=>1,2088260808=>1,2088260780=>1,2088260641=>1,2088260611=>1,2088260713=>1,2088260716=>1,2088260733=>1,2088260008=>1,2088260007=>1,2088259523=>1,2088259514=>1,2088259535=>1,2088259536=>1,2088259597=>1,2088259568=>1,2088259509=>1,2088259475=>1,2088259389=>1,2088259382=>1,2088259390=>1,2088259401=>1,2088259469=>1,2088259411=>1,2088259600=>1,2088259607=>1,2088259812=>1,2088259779=>1,2088259846=>1,2088259908=>1,2088259968=>1,2088259949=>1,2088259777=>1,2088259733=>1,2088259641=>1,2088259611=>1,2088259696=>1,2088259704=>1,2088259732=>1,2088263700=>1,2088263740=>1,2088268016=>1,2088268008=>1,2088268033=>1,2088268040=>1,2088268106=>1,2088268042=>1,2088267991=>1,2088267990=>1,2088267908=>1,2088267895=>1,2088267926=>1,2088267948=>1,2088267963=>1,2088267952=>1,2088268122=>1,2088268149=>1,2088268272=>1,2088268260=>1,2088268274=>1,2088268292=>1,2088268375=>1,2088268302=>1,2088268255=>1,2088268237=>1,2088268155=>1,2088268150=>1,2088268172=>1,2088268188=>1,2088268215=>1,2088268207=>1,2088267872=>1,2088267863=>1,2088267361=>1,2088267321=>1,2088267370=>1,2088267443=>1,2088267470=>1,2088267449=>1,2088267320=>1,2088267298=>1,2088267238=>1,2088267231=>1,2088267240=>1,2088267251=>1,2088267294=>1,2088267277=>1,2088267489=>1,2088267513=>1,2088267811=>1,2088267755=>1,2088267818=>1,2088267821=>1,2088267851=>1,2088267832=>1,2088267738=>1,2088267725=>1,2088267534=>1,2088267515=>1,2088267575=>1,2088267711=>1,2088267718=>1,2088268381=>1,2088268384=>1,2088269524=>1,2088269523=>1,2088269541=>1,2088269577=>1,2088269596=>1,2088269590=>1,2088269491=>1,2088269487=>1,2088269399=>1,2088269369=>1,2088269447=>1,2088269462=>1,2088269479=>1,2088269477=>1,2088269619=>1,2088269667=>1,2088269867=>1,2088269852=>1,2088269870=>1,2088269876=>1,2088269908=>1,2088269877=>1,2088269808=>1,2088269796=>1,2088269723=>1,2088269676=>1,2088269731=>1,2088269783=>1,2088269788=>1,2088269367=>1,2088269327=>1,2088268669=>1,2088268646=>1,2088268808=>1,2088268814=>1,2088268839=>1,2088268828=>1,2088268531=>1,2088268528=>1,2088268427=>1,2088268402=>1,2088268448=>1,2088268472=>1,2088268522=>1,2088268520=>1,2088268847=>1,2088268872=>1,2088269172=>1,2088269165=>1,2088269254=>1,2088269284=>1,2088269324=>1,2088269320=>1,2088269155=>1,2088269150=>1,2088268931=>1,2088268916=>1,2088269009=>1,2088269137=>1,2088269138=>1,2088267166=>1,2088267120=>1,2088264670=>1,2088264618=>1,2088264673=>1,2088264695=>1,2088264757=>1,2088264721=>1,2088264597=>1,2088264588=>1,2088264469=>1,2088264434=>1,2088264509=>1,2088264510=>1,2088264566=>1,2088264536=>1,2088264769=>1,2088264808=>1,2088265002=>1,2088264975=>1,2088265019=>1,2088265036=>1,2088265107=>1,2088265084=>1,2088264947=>1,2088264940=>1,2088264841=>1,2088264840=>1,2088264843=>1,2088264888=>1,2088264900=>1,2088264890=>1,2088264415=>1,2088264391=>1,2088264013=>1,2088264009=>1,2088264042=>1,2088264058=>1,2088264113=>1,2088264063=>1,2088263976=>1,2088263972=>1,2088263767=>1,2088263758=>1,2088263791=>1,2088263842=>1,2088263908=>1,2088263853=>1,2088264124=>1,2088264132=>1,2088264284=>1,2088264280=>1,2088264289=>1,2088264295=>1,2088264356=>1,2088264326=>1,2088264258=>1,2088264245=>1,2088264158=>1,2088264155=>1,2088264176=>1,2088264189=>1,2088264236=>1,2088265154=>1,2088265166=>1,2088266548=>1,2088266535=>1,2088266576=>1,2088266625=>1,2088266719=>1,2088266671=>1,2088266526=>1,2088266464=>1,2088266320=>1,2088266300=>1,2088266353=>1,2088266357=>1,2088266455=>1,2088266398=>1,2088266728=>1,2088266733=>1,2088266918=>1,2088266899=>1,2088266946=>1,2088266962=>1,2088267075=>1,2088267066=>1,2088266883=>1,2088266881=>1,2088266781=>1,2088266737=>1,2088266840=>1,2088266845=>1,2088266853=>1,2088266215=>1,2088266202=>1,2088265406=>1,2088265393=>1,2088265435=>1,2088265445=>1,2088265458=>1,2088265452=>1,2088265384=>1,2088265374=>1,2088265177=>1,2088265175=>1,2088265250=>1,2088265280=>1,2088265306=>1,2088265299=>1,2088265489=>1,2088265498=>1,2088265908=>1,2088265853=>1,2088265942=>1,2088265945=>1,2088266117=>1,2088266104=>1,2088265821=>1,2088265819=>1,2088265608=>1,2088265508=>1,2088265619=>1,2088265710=>1,2088265815=>1,2088258469=>1,2088258461=>1,2088252055=>1,2088252037=>1,2088252060=>1,2088252101=>1,2088252140=>1,2088252115=>1,2088252026=>1,2088252016=>1,2088251913=>1,2088251885=>1,2088251943=>1,2088251980=>1,2088252002=>1,2088251996=>1,2088252171=>1,2088252214=>1,2088252393=>1,2088252374=>1,2088252403=>1,2088252418=>1,2088252456=>1,2088252419=>1,2088252357=>1,2088252350=>1,2088252265=>1,2088252253=>1,2088252277=>1,2088252310=>1,2088252321=>1,2088252311=>1,2088251862=>1,2088251832=>1,2088251321=>1,2088251317=>1,2088251354=>1,2088251369=>1,2088251399=>1,2088251374=>1,2088251304=>1,2088251282=>1,2088251205=>1,2088251201=>1,2088251206=>1,2088251209=>1,2088251259=>1,2088251233=>1,2088251454=>1,2088251482=>1,2088251612=>1,2088251585=>1,2088251623=>1,2088251624=>1,2088251829=>1,2088251728=>1,2088251559=>1,2088251550=>1,2088251503=>1,2088251486=>1,2088251506=>1,2088251514=>1,2088251536=>1,2088252461=>1,2088252475=>1,2088253240=>1,2088253202=>1,2088253298=>1,2088253307=>1,2088253314=>1,2088253311=>1,2088253121=>1,2088253107=>1,2088253088=>1,2088253069=>1,2088253091=>1,2088253096=>1,2088253099=>1,2088253097=>1,2088253320=>1,2088253325=>1,2088253490=>1,2088253477=>1,2088253494=>1,2088253546=>1,2088253586=>1,2088253549=>1,2088253455=>1,2088253446=>1,2088253375=>1,2088253341=>1,2088253408=>1,2088253411=>1,2088253431=>1,2088253048=>1,2088253023=>1,2088252665=>1,2088252661=>1,2088252676=>1,2088252683=>1,2088252722=>1,2088252702=>1,2088252646=>1,2088252619=>1,2088252515=>1,2088252477=>1,2088252528=>1,2088252537=>1,2088252618=>1,2088252544=>1,2088252730=>1,2088252748=>1,2088252922=>1,2088252921=>1,2088252935=>1,2088252957=>1,2088252983=>1,2088252964=>1,2088252904=>1,2088252880=>1,2088252796=>1,2088252763=>1,2088252835=>1,2088252851=>1,2088252874=>1,2088251188=>1,2088251181=>1,2088249366=>1,2088249336=>1,2088249368=>1,2088249384=>1,2088249399=>1,2088249393=>1,2088249298=>1,2088249251=>1,2088249187=>1,2088249183=>1,2088249189=>1,2088249202=>1,2088249237=>1,2088249219=>1,2088249400=>1,2088249450=>1,2088249602=>1,2088249555=>1,2088249607=>1,2088249610=>1,2088249628=>1,2088249627=>1,2088249527=>1,2088249518=>1,2088249484=>1,2088249468=>1,2088249497=>1,2088249506=>1,2088249511=>1,2088249510=>1,2088249111=>1,2088249064=>1,2088248632=>1,2088248628=>1,2088248695=>1,2088248713=>1,2088248744=>1,2088248726=>1,2088248583=>1,2088248557=>1,2088248468=>1,2088248454=>1,2088248477=>1,2088248485=>1,2088248543=>1,2088248531=>1,2088248780=>1,2088248790=>1,2088248932=>1,2088248915=>1,2088248970=>1,2088248983=>1,2088249042=>1,2088249004=>1,2088248906=>1,2088248900=>1,2088248829=>1,2088248806=>1,2088248856=>1,2088248891=>1,2088248896=>1,2088249629=>1,2088249636=>1,2088250707=>1,2088250694=>1,2088250711=>1,2088250718=>1,2088250741=>1,2088250740=>1,2088250685=>1,2088250684=>1,2088250571=>1,2088250556=>1,2088250605=>1,2088250613=>1,2088250648=>1,2088250625=>1,2088250746=>1,2088250784=>1,2088251060=>1,2088251036=>1,2088251065=>1,2088251088=>1,2088251108=>1,2088251107=>1,2088251027=>1,2088250999=>1,2088250839=>1,2088250824=>1,2088250897=>1,2088250909=>1,2088250966=>1,2088250540=>1,2088250508=>1,2088249768=>1,2088249749=>1,2088249807=>1,2088249810=>1,2088249823=>1,2088249812=>1,2088249742=>1,2088249717=>1,2088249671=>1,2088249653=>1,2088249678=>1,2088249706=>1,2088249716=>1,2088249711=>1,2088249825=>1,2088249838=>1,2088250412=>1,2088250405=>1,2088250425=>1,2088250428=>1,2088250493=>1,2088250447=>1,2088250403=>1,2088250395=>1,2088249854=>1,2088249848=>1,2088250385=>1,2088250387=>1,2088250392=>1,2088253619=>1,2088253635=>1,2088257139=>1,2088257131=>1,2088257141=>1,2088257162=>1,2088257181=>1,2088257164=>1,2088257122=>1,2088257119=>1,2088257059=>1,2088257048=>1,2088257063=>1,2088257084=>1,2088257110=>1,2088257094=>1,2088257186=>1,2088257244=>1,2088257339=>1,2088257330=>1,2088257341=>1,2088257363=>1,2088257372=>1,2088257370=>1,2088257310=>1,2088257308=>1,2088257264=>1,2088257249=>1,2088257282=>1,2088257289=>1,2088257302=>1,2088257290=>1,2088257027=>1,2088256998=>1,2088256479=>1,2088256439=>1,2088256493=>1,2088256518=>1,2088256533=>1,2088256523=>1,2088256410=>1,2088256368=>1,2088256232=>1,2088256231=>1,2088256238=>1,2088256275=>1,2088256314=>1,2088256279=>1,2088256573=>1,2088256595=>1,2088256809=>1,2088256761=>1,2088256906=>1,2088256957=>1,2088256979=>1,2088256973=>1,2088256750=>1,2088256719=>1,2088256630=>1,2088256605=>1,2088256632=>1,2088256650=>1,2088256698=>1,2088257375=>1,2088257419=>1,2088258101=>1,2088258056=>1,2088258129=>1,2088258165=>1,2088258179=>1,2088258169=>1,2088258044=>1,2088258038=>1,2088257945=>1,2088257935=>1,2088257994=>1,2088258005=>1,2088258035=>1,2088258029=>1,2088258200=>1,2088258216=>1,2088258337=>1,2088258333=>1,2088258361=>1,2088258370=>1,2088258381=>1,2088258379=>1,2088258320=>1,2088258311=>1,2088258257=>1,2088258240=>1,2088258264=>1,2088258278=>1,2088258285=>1,2088257930=>1,2088257911=>1,2088257565=>1,2088257546=>1,2088257576=>1,2088257624=>1,2088257632=>1,2088257630=>1,2088257543=>1,2088257540=>1,2088257429=>1,2088257421=>1,2088257430=>1,2088257449=>1,2088257503=>1,2088257490=>1,2088257645=>1,2088257685=>1,2088257836=>1,2088257826=>1,2088257846=>1,2088257860=>1,2088257889=>1,2088257865=>1,2088257807=>1,2088257771=>1,2088257725=>1,2088257688=>1,2088257736=>1,2088257747=>1,2088257759=>1,2088256227=>1,2088256215=>1,2088254482=>1,2088254480=>1,2088254526=>1,2088254550=>1,2088254565=>1,2088254559=>1,2088254468=>1,2088254453=>1,2088254320=>1,2088254317=>1,2088254367=>1,2088254399=>1,2088254442=>1,2088254405=>1,2088254583=>1,2088254600=>1,2088254854=>1,2088254796=>1,2088254867=>1,2088254877=>1,2088254909=>1,2088254904=>1,2088254774=>1,2088254686=>1,2088254630=>1,2088254601=>1,2088254646=>1,2088254658=>1,2088254676=>1,2088254673=>1,2088254287=>1,2088254138=>1,2088253810=>1,2088253808=>1,2088253818=>1,2088253823=>1,2088253857=>1,2088253827=>1,2088253779=>1,2088253734=>1,2088253706=>1,2088253642=>1,2088253709=>1,2088253722=>1,2088253728=>1,2088253724=>1,2088253862=>1,2088253874=>1,2088254084=>1,2088254031=>1,2088254090=>1,2088254103=>1,2088254122=>1,2088254108=>1,2088254023=>1,2088254002=>1,2088253935=>1,2088253877=>1,2088253950=>1,2088253958=>1,2088253990=>1,2088254916=>1,2088254939=>1,2088255737=>1,2088255723=>1,2088255824=>1,2088255853=>1,2088255862=>1,2088255860=>1,2088255701=>1,2088255618=>1,2088255508=>1,2088255499=>1,2088255545=>1,2088255570=>1,2088255577=>1,2088255572=>1,2088255866=>1,2088255870=>1,2088256075=>1,2088256049=>1,2088256113=>1,2088256122=>1,2088256197=>1,2088256174=>1,2088256042=>1,2088256031=>1,2088255884=>1,2088255881=>1,2088255891=>1,2088255964=>1,2088256030=>1,2088255486=>1,2088255472=>1,2088255110=>1,2088255105=>1,2088255138=>1,2088255148=>1,2088255172=>1,2088255152=>1,2088255093=>1,2088255090=>1,2088254966=>1,2088254947=>1,2088254974=>1,2088254978=>1,2088255047=>1,2088255028=>1,2088255189=>1,2088255218=>1,2088255376=>1,2088255364=>1,2088255410=>1,2088255424=>1,2088255445=>1,2088255428=>1,2088255336=>1,2088255324=>1,2088255240=>1,2088255226=>1,2088255267=>1,2088255275=>1,2088255291=>1,2088248424=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2088281531=>1,2088281458=>1,2088281542=>1,2088281580=>1,2088281587=>1,2088281582=>1,2088281401=>1,2088281385=>1,2088281286=>1,2088281285=>1,2088281338=>1,2088281351=>1,2088281383=>1,2088281357=>1,2088281592=>1,2088281597=>1,2088282491=>1,2088282464=>1,2088282545=>1,2088282571=>1,2088282635=>1,2088282587=>1,2088282454=>1,2088282421=>1,2088282210=>1,2088282160=>1,2088282244=>1,2088282297=>1,2088282339=>1,2088282323=>1,2088281260=>1,2088281230=>1,2088280352=>1,2088280173=>1,2088280379=>1,2088280404=>1,2088280497=>1,2088280439=>1,2088280152=>1,2088280133=>1,2088279642=>1,2088279631=>1,2088279663=>1,2088279667=>1,2088280120=>1,2088280096=>1,2088280572=>1,2088280629=>1,2088281030=>1,2088281013=>1,2088281094=>1,2088281113=>1,2088281176=>1,2088281150=>1,2088280899=>1,2088280814=>1,2088280761=>1,2088280635=>1,2088280762=>1,2088280798=>1,2088280806=>1,2088282693=>1,2088282769=>1,2088285317=>1,2088284107=>1,2088285334=>1,2088285413=>1,2088285712=>1,2088285699=>1,2088284072=>1,2088284067=>1,2088283972=>1,2088283921=>1,2088283974=>1,2088283989=>1,2088284035=>1,2088283998=>1,2088285720=>1,2088285745=>1,2088286044=>1,2088286036=>1,2088286086=>1,2088286118=>1,2088286172=>1,2088286160=>1,2088286021=>1,2088286016=>1,2088285774=>1,2088285761=>1,2088285790=>1,2088285899=>1,2088285964=>1,2088285959=>1,2088283869=>1,2088283832=>1,2088282974=>1,2088282958=>1,2088282988=>1,2088283038=>1,2088283098=>1,2088283061=>1,2088282941=>1,2088282902=>1,2088282820=>1,2088282819=>1,2088282831=>1,2088282832=>1,2088282858=>1,2088282857=>1,2088283115=>1,2088283151=>1,2088283715=>1,2088283628=>1,2088283752=>1,2088283772=>1,2088283825=>1,2088283781=>1,2088283501=>1,2088283461=>1,2088283249=>1,2088283210=>1,2088283351=>1,2088283389=>1,2088283406=>1,2088279616=>1,2088279612=>1,2088276331=>1,2088276235=>1,2088276362=>1,2088276429=>1,2088276504=>1,2088276469=>1,2088276234=>1,2088276216=>1,2088275889=>1,2088275833=>1,2088275930=>1,2088275938=>1,2088276215=>1,2088276105=>1,2088276513=>1,2088276530=>1,2088277142=>1,2088277054=>1,2088277165=>1,2088277199=>1,2088277298=>1,2088277282=>1,2088276945=>1,2088276933=>1,2088276594=>1,2088276568=>1,2088276606=>1,2088276825=>1,2088276931=>1,2088276840=>1,2088275775=>1,2088275755=>1,2088273945=>1,2088273833=>1,2088273948=>1,2088274017=>1,2088274059=>1,2088274033=>1,2088273784=>1,2088273694=>1,2088273450=>1,2088273404=>1,2088273511=>1,2088273629=>1,2088273643=>1,2088273637=>1,2088274282=>1,2088274312=>1,2088274757=>1,2088274721=>1,2088274831=>1,2088274915=>1,2088275734=>1,2088275716=>1,2088274641=>1,2088274596=>1,2088274528=>1,2088274351=>1,2088274532=>1,2088274539=>1,2088274551=>1,2088277316=>1,2088277389=>1,2088278870=>1,2088278779=>1,2088278879=>1,2088278889=>1,2088279076=>1,2088279063=>1,2088278650=>1,2088278640=>1,2088278380=>1,2088278292=>1,2088278398=>1,2088278420=>1,2088278504=>1,2088278467=>1,2088279103=>1,2088279128=>1,2088279487=>1,2088279479=>1,2088279493=>1,2088279539=>1,2088279581=>1,2088279562=>1,2088279453=>1,2088279409=>1,2088279154=>1,2088279135=>1,2088279155=>1,2088279206=>1,2088279304=>1,2088278197=>1,2088278175=>1,2088277653=>1,2088277641=>1,2088277661=>1,2088277662=>1,2088277767=>1,2088277725=>1,2088277623=>1,2088277588=>1,2088277421=>1,2088277410=>1,2088277446=>1,2088277510=>1,2088277581=>1,2088277516=>1,2088277771=>1,2088277774=>1,2088278073=>1,2088278067=>1,2088278082=>1,2088278097=>1,2088278145=>1,2088278125=>1,2088278047=>1,2088278001=>1,2088277793=>1,2088277788=>1,2088277842=>1,2088277935=>1,2088277977=>1,2088286186=>1,2088286217=>1,2088292673=>1,2088292602=>1,2088292700=>1,2088292758=>1,2088292789=>1,2088292778=>1,2088292599=>1,2088292598=>1,2088292528=>1,2088292519=>1,2088292554=>1,2088292567=>1,2088292591=>1,2088292583=>1,2088292834=>1,2088292908=>1,2088293162=>1,2088293157=>1,2088293164=>1,2088293167=>1,2088293195=>1,2088293171=>1,2088293142=>1,2088293107=>1,2088292915=>1,2088292911=>1,2088292932=>1,2088293011=>1,2088293101=>1,2088293050=>1,2088292492=>1,2088292481=>1,2088290059=>1,2088290008=>1,2088290063=>1,2088290066=>1,2088290106=>1,2088290073=>1,2088289985=>1,2088289978=>1,2088289913=>1,2088289858=>1,2088289934=>1,2088289961=>1,2088289975=>1,2088289974=>1,2088290126=>1,2088290134=>1,2088292356=>1,2088290278=>1,2088292397=>1,2088292406=>1,2088292472=>1,2088292416=>1,2088290253=>1,2088290245=>1,2088290166=>1,2088290164=>1,2088290168=>1,2088290187=>1,2088290233=>1,2088293199=>1,2088293263=>1,2088294367=>1,2088294352=>1,2088294381=>1,2088294390=>1,2088294404=>1,2088294393=>1,2088294280=>1,2088294269=>1,2088294082=>1,2088293925=>1,2088294114=>1,2088294134=>1,2088294253=>1,2088294197=>1,2088294423=>1,2088294478=>1,2088294607=>1,2088294604=>1,2088294670=>1,2088294705=>1,2088294725=>1,2088294722=>1,2088294602=>1,2088294594=>1,2088294508=>1,2088294482=>1,2088294520=>1,2088294557=>1,2088294588=>1,2088293916=>1,2088293911=>1,2088293347=>1,2088293346=>1,2088293369=>1,2088293382=>1,2088293410=>1,2088293392=>1,2088293345=>1,2088293339=>1,2088293281=>1,2088293266=>1,2088293289=>1,2088293316=>1,2088293328=>1,2088293320=>1,2088293411=>1,2088293423=>1,2088293688=>1,2088293661=>1,2088293705=>1,2088293811=>1,2088293849=>1,2088293836=>1,2088293646=>1,2088293571=>1,2088293509=>1,2088293442=>1,2088293513=>1,2088293547=>1,2088293560=>1,2088289827=>1,2088289820=>1,2088287199=>1,2088287178=>1,2088287220=>1,2088287224=>1,2088287356=>1,2088287293=>1,2088287168=>1,2088287050=>1,2088286880=>1,2088286877=>1,2088286901=>1,2088286969=>1,2088287027=>1,2088287008=>1,2088287358=>1,2088287385=>1,2088287558=>1,2088287545=>1,2088287606=>1,2088287644=>1,2088287716=>1,2088287670=>1,2088287528=>1,2088287521=>1,2088287397=>1,2088287386=>1,2088287436=>1,2088287466=>1,2088287506=>1,2088287495=>1,2088286864=>1,2088286826=>1,2088286516=>1,2088286509=>1,2088286540=>1,2088286563=>1,2088286589=>1,2088286571=>1,2088286502=>1,2088286477=>1,2088286233=>1,2088286222=>1,2088286304=>1,2088286335=>1,2088286457=>1,2088286375=>1,2088286591=>1,2088286602=>1,2088286794=>1,2088286764=>1,2088286802=>1,2088286804=>1,2088286824=>1,2088286818=>1,2088286725=>1,2088286704=>1,2088286634=>1,2088286627=>1,2088286636=>1,2088286647=>1,2088286658=>1,2088287742=>1,2088287817=>1,2088289463=>1,2088289457=>1,2088289471=>1,2088289482=>1,2088289500=>1,2088289492=>1,2088289434=>1,2088289431=>1,2088289317=>1,2088289301=>1,2088289355=>1,2088289369=>1,2088289411=>1,2088289408=>1,2088289525=>1,2088289539=>1,2088289680=>1,2088289643=>1,2088289695=>1,2088289721=>1,2088289785=>1,2088289759=>1,2088289626=>1,2088289624=>1,2088289571=>1,2088289546=>1,2088289593=>1,2088289599=>1,2088289603=>1,2088289284=>1,2088289274=>1,2088288109=>1,2088288101=>1,2088288202=>1,2088288206=>1,2088288238=>1,2088288225=>1,2088288078=>1,2088288062=>1,2088287890=>1,2088287834=>1,2088287914=>1,2088287924=>1,2088288037=>1,2088287941=>1,2088289045=>1,2088289050=>1,2088289154=>1,2088289150=>1,2088289198=>1,2088289215=>1,2088289250=>1,2088289228=>1,2088289137=>1,2088289123=>1,2088289111=>1,2088289093=>1,2088289113=>1,2088289114=>1,2088289122=>1,2088273390=>1,2088273377=>1,2088262970=>1,2088262878=>1,2088262990=>1,2088263498=>1,2088263884=>1,2088263624=>1,2088262871=>1,2088262854=>1,2088262768=>1,2088262751=>1,2088262775=>1,2088262776=>1,2088262818=>1,2088262807=>1,2088263886=>1,2088263895=>1,2088264120=>1,2088264104=>1,2088264160=>1,2088264189=>1,2088264245=>1,2088264224=>1,2088264103=>1,2088264031=>1,2088263955=>1,2088263902=>1,2088263985=>1,2088263988=>1,2088264014=>1,2088264011=>1,2088262733=>1,2088262690=>1,2088262195=>1,2088262166=>1,2088262261=>1,2088262275=>1,2088262327=>1,2088262280=>1,2088262138=>1,2088262134=>1,2088262010=>1,2088261993=>1,2088262013=>1,2088262052=>1,2088262104=>1,2088262076=>1,2088262340=>1,2088262346=>1,2088262517=>1,2088262504=>1,2088262546=>1,2088262576=>1,2088262680=>1,2088262605=>1,2088262478=>1,2088262472=>1,2088262424=>1,2088262363=>1,2088262450=>1,2088262451=>1,2088262470=>1,2088264292=>1,2088264319=>1,2088265509=>1,2088265495=>1,2088265560=>1,2088265627=>1,2088265784=>1,2088265715=>1,2088265450=>1,2088265414=>1,2088265324=>1,2088265297=>1,2088265340=>1,2088265343=>1,2088265374=>1,2088265363=>1,2088265813=>1,2088265820=>1,2088266077=>1,2088266054=>1,2088266083=>1,2088266094=>1,2088266120=>1,2088266112=>1,2088266037=>1,2088266023=>1,2088265880=>1,2088265854=>1,2088265901=>1,2088265966=>1,2088266018=>1,2088265243=>1,2088265239=>1,2088264624=>1,2088264619=>1,2088264647=>1,2088264656=>1,2088264699=>1,2088264683=>1,2088264560=>1,2088264538=>1,2088264385=>1,2088264327=>1,2088264400=>1,2088264421=>1,2088264523=>1,2088264500=>1,2088264706=>1,2088264710=>1,2088265002=>1,2088264994=>1,2088265118=>1,2088265167=>1,2088265220=>1,2088265205=>1,2088264943=>1,2088264904=>1,2088264752=>1,2088264750=>1,2088264784=>1,2088264789=>1,2088264894=>1,2088261967=>1,2088261937=>1,2088259823=>1,2088259807=>1,2088259857=>1,2088259873=>1,2088259894=>1,2088259882=>1,2088259802=>1,2088259767=>1,2088259629=>1,2088259572=>1,2088259630=>1,2088259682=>1,2088259745=>1,2088259703=>1,2088259931=>1,2088259996=>1,2088260380=>1,2088260350=>1,2088260391=>1,2088260419=>1,2088260463=>1,2088260462=>1,2088260319=>1,2088260300=>1,2088260058=>1,2088260030=>1,2088260115=>1,2088260121=>1,2088260142=>1,2088260133=>1,2088259559=>1,2088259558=>1,2088259273=>1,2088259270=>1,2088259281=>1,2088259289=>1,2088259309=>1,2088259304=>1,2088259260=>1,2088259226=>1,2088259133=>1,2088259132=>1,2088259141=>1,2088259148=>1,2088259206=>1,2088259162=>1,2088259314=>1,2088259329=>1,2088259503=>1,2088259496=>1,2088259506=>1,2088259515=>1,2088259549=>1,2088259540=>1,2088259472=>1,2088259468=>1,2088259368=>1,2088259345=>1,2088259380=>1,2088259413=>1,2088259460=>1,2088260493=>1,2088260595=>1,2088261535=>1,2088261507=>1,2088261548=>1,2088261579=>1,2088261591=>1,2088261586=>1,2088261489=>1,2088261484=>1,2088261458=>1,2088261394=>1,2088261465=>1,2088261479=>1,2088261481=>1,2088261480=>1,2088261618=>1,2088261620=>1,2088261781=>1,2088261746=>1,2088261807=>1,2088261856=>1,2088261919=>1,2088261898=>1,2088261741=>1,2088261728=>1,2088261670=>1,2088261642=>1,2088261688=>1,2088261719=>1,2088261721=>1,2088261381=>1,2088261256=>1,2088260787=>1,2088260777=>1,2088260802=>1,2088260828=>1,2088260841=>1,2088260829=>1,2088260750=>1,2088260727=>1,2088260614=>1,2088260610=>1,2088260656=>1,2088260685=>1,2088260692=>1,2088260691=>1,2088260845=>1,2088260899=>1,2088261148=>1,2088261122=>1,2088261165=>1,2088261166=>1,2088261231=>1,2088261192=>1,2088261090=>1,2088261036=>1,2088260994=>1,2088260984=>1,2088260996=>1,2088261004=>1,2088261018=>1,2088266137=>1,2088266190=>1,2088270387=>1,2088270385=>1,2088270395=>1,2088270447=>1,2088270504=>1,2088270500=>1,2088270355=>1,2088270320=>1,2088270160=>1,2088270153=>1,2088270197=>1,2088270238=>1,2088270275=>1,2088270271=>1,2088270506=>1,2088270507=>1,2088270965=>1,2088270938=>1,2088271026=>1,2088271039=>1,2088271106=>1,2088271059=>1,2088270925=>1,2088270886=>1,2088270797=>1,2088270625=>1,2088270799=>1,2088270841=>1,2088270861=>1,2088270856=>1,2088270053=>1,2088270040=>1,2088269507=>1,2088269439=>1,2088269564=>1,2088269577=>1,2088269676=>1,2088269605=>1,2088269366=>1,2088269311=>1,2088269217=>1,2088269204=>1,2088269248=>1,2088269291=>1,2088269299=>1,2088269294=>1,2088269679=>1,2088269720=>1,2088269831=>1,2088269819=>1,2088269833=>1,2088269950=>1,2088269998=>1,2088269978=>1,2088269807=>1,2088269793=>1,2088269727=>1,2088269722=>1,2088269739=>1,2088269755=>1,2088269764=>1,2088271109=>1,2088271111=>1,2088272638=>1,2088272631=>1,2088272722=>1,2088272789=>1,2088272800=>1,2088272797=>1,2088272575=>1,2088272396=>1,2088272229=>1,2088272222=>1,2088272295=>1,2088272319=>1,2088272370=>1,2088272360=>1,2088272818=>1,2088272850=>1,2088273120=>1,2088273111=>1,2088273195=>1,2088273197=>1,2088273365=>1,2088273266=>1,2088273103=>1,2088273092=>1,2088273008=>1,2088272998=>1,2088273043=>1,2088273045=>1,2088273050=>1,2088272202=>1,2088272172=>1,2088271450=>1,2088271437=>1,2088271483=>1,2088271494=>1,2088271529=>1,2088271502=>1,2088271425=>1,2088271405=>1,2088271150=>1,2088271130=>1,2088271183=>1,2088271283=>1,2088271312=>1,2088271308=>1,2088271538=>1,2088271551=>1,2088271984=>1,2088271965=>1,2088272015=>1,2088272111=>1,2088272139=>1,2088272133=>1,2088271869=>1,2088271743=>1,2088271573=>1,2088271558=>1,2088271612=>1,2088271631=>1,2088271651=>1,2088269194=>1,2088269188=>1,2088267324=>1,2088267307=>1,2088267338=>1,2088267354=>1,2088267504=>1,2088267384=>1,2088267305=>1,2088267280=>1,2088267106=>1,2088267082=>1,2088267119=>1,2088267216=>1,2088267279=>1,2088267252=>1,2088267507=>1,2088267538=>1,2088267827=>1,2088267821=>1,2088267849=>1,2088267852=>1,2088267865=>1,2088267861=>1,2088267807=>1,2088267806=>1,2088267633=>1,2088267577=>1,2088267706=>1,2088267731=>1,2088267740=>1,2088267733=>1,2088267080=>1,2088267068=>1,2088266505=>1,2088266482=>1,2088266535=>1,2088266541=>1,2088266642=>1,2088266630=>1,2088266310=>1,2088266307=>1,2088266226=>1,2088266215=>1,2088266242=>1,2088266255=>1,2088266295=>1,2088266288=>1,2088266665=>1,2088266688=>1,2088266938=>1,2088266893=>1,2088266987=>1,2088266988=>1,2088267062=>1,2088267006=>1,2088266889=>1,2088266886=>1,2088266784=>1,2088266710=>1,2088266833=>1,2088266850=>1,2088266868=>1,2088267891=>1,2088267894=>1,2088268776=>1,2088268720=>1,2088268811=>1,2088268813=>1,2088268848=>1,2088268817=>1,2088268707=>1,2088268702=>1,2088268513=>1,2088268504=>1,2088268568=>1,2088268632=>1,2088268689=>1,2088268654=>1,2088268851=>1,2088268870=>1,2088269106=>1,2088269083=>1,2088269117=>1,2088269134=>1,2088269174=>1,2088269142=>1,2088269051=>1,2088269041=>1,2088268943=>1,2088268925=>1,2088268949=>1,2088269019=>1,2088269034=>1,2088268495=>1,2088268466=>1,2088268089=>1,2088268068=>1,2088268120=>1,2088268121=>1,2088268152=>1,2088268132=>1,2088268038=>1,2088268030=>1,2088267931=>1,2088267899=>1,2088267947=>1,2088267992=>1,2088268024=>1,2088268004=>1,2088268200=>1,2088268248=>1,2088268367=>1,2088268355=>1,2088268410=>1,2088268428=>1,2088268465=>1,2088268455=>1,2088268326=>1,2088268314=>1,2088268261=>1,2088268256=>1,2088268265=>1,2088268280=>1,2088268296=>1,2088259119=>1,);?>
1
+ <?php return array(2088289412=>1,2088289405=>1,2088289428=>1,2088289437=>1,2088289493=>1,2088289456=>1,2088289395=>1,2088289383=>1,2088289320=>1,2088289296=>1,2088289329=>1,2088289347=>1,2088289358=>1,2088289350=>1,2088289516=>1,2088289548=>1,2088289654=>1,2088289652=>1,2088289663=>1,2088289666=>1,2088289712=>1,2088289700=>1,2088289624=>1,2088289613=>1,2088289577=>1,2088289559=>1,2088289591=>1,2088289597=>1,2088289606=>1,2088289602=>1,2088289293=>1,2088289287=>1,2088288062=>1,2088288057=>1,2088288068=>1,2088288074=>1,2088288142=>1,2088288120=>1,2088288055=>1,2088288044=>1,2088287947=>1,2088287928=>1,2088287956=>1,2088287996=>1,2088288022=>1,2088288006=>1,2088288164=>1,2088288206=>1,2088289227=>1,2088289178=>1,2088289228=>1,2088289256=>1,2088289285=>1,2088289278=>1,2088289096=>1,2088289077=>1,2088288229=>1,2088288224=>1,2088288230=>1,2088289043=>1,2088289044=>1,2088289733=>1,2088289734=>1,2088292394=>1,2088292393=>1,2088292412=>1,2088292447=>1,2088292462=>1,2088292450=>1,2088290292=>1,2088290247=>1,2088290158=>1,2088290145=>1,2088290162=>1,2088290192=>1,2088290226=>1,2088290206=>1,2088292464=>1,2088292467=>1,2088292567=>1,2088292560=>1,2088292570=>1,2088292573=>1,2088292605=>1,2088292583=>1,2088292555=>1,2088292552=>1,2088292531=>1,2088292468=>1,2088292532=>1,2088292533=>1,2088292549=>1,2088292539=>1,2088290123=>1,2088290112=>1,2088289836=>1,2088289833=>1,2088289846=>1,2088289875=>1,2088289883=>1,2088289879=>1,2088289823=>1,2088289809=>1,2088289744=>1,2088289737=>1,2088289770=>1,2088289785=>1,2088289801=>1,2088289788=>1,2088289903=>1,2088289911=>1,2088290045=>1,2088290038=>1,2088290046=>1,2088290051=>1,2088290087=>1,2088290062=>1,2088290010=>1,2088290003=>1,2088289964=>1,2088289936=>1,2088289995=>1,2088289997=>1,2088290000=>1,2088287923=>1,2088287883=>1,2088286306=>1,2088286292=>1,2088286337=>1,2088286386=>1,2088286430=>1,2088286428=>1,2088286276=>1,2088286220=>1,2088286143=>1,2088286054=>1,2088286159=>1,2088286175=>1,2088286203=>1,2088286197=>1,2088286438=>1,2088286443=>1,2088286631=>1,2088286608=>1,2088286634=>1,2088286759=>1,2088286782=>1,2088286767=>1,2088286588=>1,2088286545=>1,2088286460=>1,2088286444=>1,2088286462=>1,2088286503=>1,2088286528=>1,2088286512=>1,2088285957=>1,2088285938=>1,2088285332=>1,2088285326=>1,2088285336=>1,2088285358=>1,2088285479=>1,2088285412=>1,2088285307=>1,2088285248=>1,2088285075=>1,2088285034=>1,2088285157=>1,2088285161=>1,2088285203=>1,2088285165=>1,2088285486=>1,2088285509=>1,2088285814=>1,2088285812=>1,2088285828=>1,2088285878=>1,2088285910=>1,2088285897=>1,2088285772=>1,2088285745=>1,2088285588=>1,2088285548=>1,2088285607=>1,2088285616=>1,2088285709=>1,2088286785=>1,2088286793=>1,2088287447=>1,2088287441=>1,2088287469=>1,2088287486=>1,2088287530=>1,2088287498=>1,2088287370=>1,2088287363=>1,2088287282=>1,2088287258=>1,2088287311=>1,2088287319=>1,2088287347=>1,2088287343=>1,2088287561=>1,2088287587=>1,2088287756=>1,2088287724=>1,2088287757=>1,2088287824=>1,2088287873=>1,2088287860=>1,2088287714=>1,2088287711=>1,2088287643=>1,2088287634=>1,2088287657=>1,2088287673=>1,2088287686=>1,2088287257=>1,2088287228=>1,2088286952=>1,2088286929=>1,2088286978=>1,2088286979=>1,2088286999=>1,2088286982=>1,2088286916=>1,2088286880=>1,2088286832=>1,2088286826=>1,2088286844=>1,2088286853=>1,2088286871=>1,2088286859=>1,2088287008=>1,2088287010=>1,2088287158=>1,2088287126=>1,2088287175=>1,2088287179=>1,2088287215=>1,2088287206=>1,2088287118=>1,2088287105=>1,2088287042=>1,2088287027=>1,2088287049=>1,2088287098=>1,2088287102=>1,2088292627=>1,2088292633=>1,2088296720=>1,2088296708=>1,2088296731=>1,2088296738=>1,2088296789=>1,2088296748=>1,2088296697=>1,2088296655=>1,2088295383=>1,2088295382=>1,2088295400=>1,2088295407=>1,2088296510=>1,2088296460=>1,2088296797=>1,2088296803=>1,2088297033=>1,2088297029=>1,2088297081=>1,2088297102=>1,2088297132=>1,2088297125=>1,2088297005=>1,2088297004=>1,2088296851=>1,2088296823=>1,2088296864=>1,2088296899=>1,2088296994=>1,2088296907=>1,2088295364=>1,2088295359=>1,2088294873=>1,2088294872=>1,2088294883=>1,2088294887=>1,2088294896=>1,2088294891=>1,2088294857=>1,2088294849=>1,2088294764=>1,2088294755=>1,2088294774=>1,2088294784=>1,2088294843=>1,2088294820=>1,2088294919=>1,2088294954=>1,2088295197=>1,2088295193=>1,2088295281=>1,2088295322=>1,2088295341=>1,2088295336=>1,2088295171=>1,2088295160=>1,2088295058=>1,2088295038=>1,2088295066=>1,2088295078=>1,2088295101=>1,2088297148=>1,2088297176=>1,2088298428=>1,2088298363=>1,2088298512=>1,2088298513=>1,2088298571=>1,2088298543=>1,2088298335=>1,2088298322=>1,2088298220=>1,2088298154=>1,2088298234=>1,2088298237=>1,2088298273=>1,2088298256=>1,2088298606=>1,2088298639=>1,2088298750=>1,2088298745=>1,2088298772=>1,2088298781=>1,2088298813=>1,2088298787=>1,2088298723=>1,2088298693=>1,2088298665=>1,2088298660=>1,2088298679=>1,2088298682=>1,2088298686=>1,2088298126=>1,2088298116=>1,2088297363=>1,2088297358=>1,2088297386=>1,2088297438=>1,2088297549=>1,2088297519=>1,2088297329=>1,2088297323=>1,2088297180=>1,2088297177=>1,2088297235=>1,2088297250=>1,2088297305=>1,2088297252=>1,2088297557=>1,2088297606=>1,2088298018=>1,2088298012=>1,2088298036=>1,2088298060=>1,2088298071=>1,2088298069=>1,2088297907=>1,2088297837=>1,2088297634=>1,2088297618=>1,2088297683=>1,2088297767=>1,2088297801=>1,2088294742=>1,2088294731=>1,2088293345=>1,2088293332=>1,2088293359=>1,2088293378=>1,2088293406=>1,2088293400=>1,2088293289=>1,2088293281=>1,2088293240=>1,2088293238=>1,2088293248=>1,2088293252=>1,2088293274=>1,2088293267=>1,2088293408=>1,2088293479=>1,2088293610=>1,2088293601=>1,2088293626=>1,2088293630=>1,2088293691=>1,2088293647=>1,2088293594=>1,2088293561=>1,2088293491=>1,2088293489=>1,2088293508=>1,2088293528=>1,2088293546=>1,2088293534=>1,2088293208=>1,2088293202=>1,2088292780=>1,2088292770=>1,2088292806=>1,2088292841=>1,2088292893=>1,2088292842=>1,2088292745=>1,2088292741=>1,2088292654=>1,2088292641=>1,2088292656=>1,2088292669=>1,2088292719=>1,2088292707=>1,2088292903=>1,2088292916=>1,2088293061=>1,2088293046=>1,2088293085=>1,2088293129=>1,2088293145=>1,2088293143=>1,2088293044=>1,2088293009=>1,2088292941=>1,2088292940=>1,2088292957=>1,2088292971=>1,2088292987=>1,2088293713=>1,2088293726=>1,2088294445=>1,2088294426=>1,2088294453=>1,2088294478=>1,2088294498=>1,2088294481=>1,2088294409=>1,2088294380=>1,2088294328=>1,2088294323=>1,2088294330=>1,2088294364=>1,2088294366=>1,2088294365=>1,2088294505=>1,2088294506=>1,2088294673=>1,2088294660=>1,2088294685=>1,2088294687=>1,2088294720=>1,2088294717=>1,2088294652=>1,2088294637=>1,2088294543=>1,2088294526=>1,2088294544=>1,2088294564=>1,2088294622=>1,2088294314=>1,2088294302=>1,2088293932=>1,2088293909=>1,2088293969=>1,2088293979=>1,2088293987=>1,2088293983=>1,2088293901=>1,2088293891=>1,2088293823=>1,2088293739=>1,2088293831=>1,2088293854=>1,2088293886=>1,2088293855=>1,2088294014=>1,2088294016=>1,2088294234=>1,2088294172=>1,2088294236=>1,2088294254=>1,2088294281=>1,2088294255=>1,2088294154=>1,2088294150=>1,2088294058=>1,2088294032=>1,2088294105=>1,2088294117=>1,2088294122=>1,2088284995=>1,2088284951=>1,2088274373=>1,2088274366=>1,2088274434=>1,2088274500=>1,2088274530=>1,2088274514=>1,2088274321=>1,2088274195=>1,2088274036=>1,2088273952=>1,2088274091=>1,2088274131=>1,2088274183=>1,2088274166=>1,2088274539=>1,2088274559=>1,2088275718=>1,2088274925=>1,2088275731=>1,2088275747=>1,2088275765=>1,2088275757=>1,2088274906=>1,2088274904=>1,2088274646=>1,2088274642=>1,2088274710=>1,2088274714=>1,2088274786=>1,2088274733=>1,2088273924=>1,2088273913=>1,2088273260=>1,2088273230=>1,2088273330=>1,2088273358=>1,2088273428=>1,2088273384=>1,2088273226=>1,2088273141=>1,2088272976=>1,2088272948=>1,2088273015=>1,2088273026=>1,2088273050=>1,2088273047=>1,2088273452=>1,2088273462=>1,2088273647=>1,2088273592=>1,2088273708=>1,2088273728=>1,2088273909=>1,2088273854=>1,2088273586=>1,2088273570=>1,2088273486=>1,2088273473=>1,2088273528=>1,2088273530=>1,2088273531=>1,2088275810=>1,2088275848=>1,2088276929=>1,2088276894=>1,2088276933=>1,2088276997=>1,2088277090=>1,2088277019=>1,2088276892=>1,2088276871=>1,2088276697=>1,2088276689=>1,2088276731=>1,2088276763=>1,2088276852=>1,2088276800=>1,2088277135=>1,2088277147=>1,2088277358=>1,2088277342=>1,2088277369=>1,2088277388=>1,2088277396=>1,2088277392=>1,2088277329=>1,2088277253=>1,2088277182=>1,2088277154=>1,2088277213=>1,2088277219=>1,2088277250=>1,2088276665=>1,2088276641=>1,2088276002=>1,2088275986=>1,2088276048=>1,2088276053=>1,2088276059=>1,2088276056=>1,2088275980=>1,2088275953=>1,2088275898=>1,2088275852=>1,2088275914=>1,2088275915=>1,2088275932=>1,2088275921=>1,2088276152=>1,2088276155=>1,2088276535=>1,2088276510=>1,2088276560=>1,2088276577=>1,2088276613=>1,2088276581=>1,2088276477=>1,2088276413=>1,2088276251=>1,2088276209=>1,2088276308=>1,2088276324=>1,2088276395=>1,2088272934=>1,2088272867=>1,2088270725=>1,2088270722=>1,2088270749=>1,2088270760=>1,2088270767=>1,2088270766=>1,2088270630=>1,2088270595=>1,2088270514=>1,2088270482=>1,2088270525=>1,2088270553=>1,2088270594=>1,2088270558=>1,2088270778=>1,2088270790=>1,2088271045=>1,2088271027=>1,2088271060=>1,2088271116=>1,2088271159=>1,2088271149=>1,2088271016=>1,2088271010=>1,2088270852=>1,2088270825=>1,2088270908=>1,2088270945=>1,2088271009=>1,2088270989=>1,2088270475=>1,2088270459=>1,2088270175=>1,2088270150=>1,2088270179=>1,2088270215=>1,2088270302=>1,2088270289=>1,2088270080=>1,2088270063=>1,2088269977=>1,2088269945=>1,2088270008=>1,2088270035=>1,2088270053=>1,2088270047=>1,2088270307=>1,2088270331=>1,2088270426=>1,2088270414=>1,2088270428=>1,2088270432=>1,2088270456=>1,2088270442=>1,2088270401=>1,2088270397=>1,2088270362=>1,2088270348=>1,2088270368=>1,2088270372=>1,2088270382=>1,2088271163=>1,2088271173=>1,2088272205=>1,2088272191=>1,2088272217=>1,2088272230=>1,2088272257=>1,2088272250=>1,2088272141=>1,2088272078=>1,2088271944=>1,2088271928=>1,2088271948=>1,2088271997=>1,2088272022=>1,2088272014=>1,2088272370=>1,2088272411=>1,2088272819=>1,2088272784=>1,2088272838=>1,2088272840=>1,2088272862=>1,2088272848=>1,2088272778=>1,2088272669=>1,2088272455=>1,2088272421=>1,2088272456=>1,2088272480=>1,2088272610=>1,2088271913=>1,2088271866=>1,2088271377=>1,2088271376=>1,2088271388=>1,2088271406=>1,2088271498=>1,2088271476=>1,2088271374=>1,2088271341=>1,2088271226=>1,2088271218=>1,2088271257=>1,2088271273=>1,2088271279=>1,2088271275=>1,2088271507=>1,2088271541=>1,2088271699=>1,2088271695=>1,2088271700=>1,2088271732=>1,2088271837=>1,2088271792=>1,2088271652=>1,2088271643=>1,2088271558=>1,2088271548=>1,2088271563=>1,2088271567=>1,2088271618=>1,2088277435=>1,2088277436=>1,2088282349=>1,2088282315=>1,2088282364=>1,2088282370=>1,2088282457=>1,2088282451=>1,2088282296=>1,2088282278=>1,2088282140=>1,2088282120=>1,2088282208=>1,2088282220=>1,2088282268=>1,2088282247=>1,2088282545=>1,2088282551=>1,2088282829=>1,2088282801=>1,2088282836=>1,2088282882=>1,2088282939=>1,2088282893=>1,2088282755=>1,2088282694=>1,2088282605=>1,2088282570=>1,2088282618=>1,2088282633=>1,2088282670=>1,2088282660=>1,2088281565=>1,2088281556=>1,2088281224=>1,2088281124=>1,2088281255=>1,2088281262=>1,2088281312=>1,2088281270=>1,2088281117=>1,2088281111=>1,2088281002=>1,2088280954=>1,2088281043=>1,2088281070=>1,2088281100=>1,2088281074=>1,2088281335=>1,2088281339=>1,2088281454=>1,2088281448=>1,2088281503=>1,2088281515=>1,2088281543=>1,2088281541=>1,2088281445=>1,2088281437=>1,2088281373=>1,2088281352=>1,2088281388=>1,2088281414=>1,2088281426=>1,2088282953=>1,2088282969=>1,2088284076=>1,2088284054=>1,2088284089=>1,2088284140=>1,2088284302=>1,2088284246=>1,2088284027=>1,2088283999=>1,2088283885=>1,2088283865=>1,2088283907=>1,2088283915=>1,2088283982=>1,2088283969=>1,2088284347=>1,2088284385=>1,2088284690=>1,2088284671=>1,2088284766=>1,2088284861=>1,2088284908=>1,2088284893=>1,2088284653=>1,2088284622=>1,2088284413=>1,2088284412=>1,2088284453=>1,2088284587=>1,2088284611=>1,2088283860=>1,2088283849=>1,2088283238=>1,2088283234=>1,2088283303=>1,2088283312=>1,2088283319=>1,2088283315=>1,2088283214=>1,2088283167=>1,2088283098=>1,2088283000=>1,2088283104=>1,2088283139=>1,2088283151=>1,2088283150=>1,2088283343=>1,2088283348=>1,2088283711=>1,2088283644=>1,2088283734=>1,2088283754=>1,2088283838=>1,2088283808=>1,2088283583=>1,2088283555=>1,2088283369=>1,2088283354=>1,2088283449=>1,2088283456=>1,2088283525=>1,2088280939=>1,2088280888=>1,2088278408=>1,2088278303=>1,2088278421=>1,2088278463=>1,2088278488=>1,2088278467=>1,2088278295=>1,2088278273=>1,2088278184=>1,2088278175=>1,2088278193=>1,2088278194=>1,2088278256=>1,2088278201=>1,2088278572=>1,2088278576=>1,2088278833=>1,2088278810=>1,2088278866=>1,2088278883=>1,2088278926=>1,2088278905=>1,2088278806=>1,2088278796=>1,2088278586=>1,2088278583=>1,2088278624=>1,2088278707=>1,2088278745=>1,2088278732=>1,2088278167=>1,2088278152=>1,2088277698=>1,2088277634=>1,2088277708=>1,2088277715=>1,2088277806=>1,2088277730=>1,2088277567=>1,2088277540=>1,2088277501=>1,2088277465=>1,2088277509=>1,2088277510=>1,2088277527=>1,2088277523=>1,2088277842=>1,2088277845=>1,2088278005=>1,2088277985=>1,2088278011=>1,2088278057=>1,2088278093=>1,2088278090=>1,2088277984=>1,2088277983=>1,2088277883=>1,2088277868=>1,2088277927=>1,2088277959=>1,2088277978=>1,2088278982=>1,2088279008=>1,2088280229=>1,2088280212=>1,2088280240=>1,2088280244=>1,2088280435=>1,2088280362=>1,2088280200=>1,2088280136=>1,2088279630=>1,2088279587=>1,2088279656=>1,2088279675=>1,2088279806=>1,2088279792=>1,2088280451=>1,2088280453=>1,2088280803=>1,2088280770=>1,2088280815=>1,2088280839=>1,2088280848=>1,2088280843=>1,2088280758=>1,2088280742=>1,2088280550=>1,2088280505=>1,2088280648=>1,2088280687=>1,2088280705=>1,2088279565=>1,2088279544=>1,2088279169=>1,2088279157=>1,2088279178=>1,2088279213=>1,2088279248=>1,2088279226=>1,2088279124=>1,2088279101=>1,2088279018=>1,2088279017=>1,2088279026=>1,2088279032=>1,2088279100=>1,2088279043=>1,2088279250=>1,2088279294=>1,2088279422=>1,2088279419=>1,2088279423=>1,2088279483=>1,2088279541=>1,2088279540=>1,2088279411=>1,2088279403=>1,2088279312=>1,2088279301=>1,2088279313=>1,2088279373=>1,2088279374=>1,2088269925=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2088384350=>1,2088384345=>1,2088384365=>1,2088384371=>1,2088384417=>1,2088384382=>1,2088384306=>1,2088384304=>1,2088384192=>1,2088384188=>1,2088384207=>1,2088384281=>1,2088384293=>1,2088384285=>1,2088384419=>1,2088384486=>1,2088384725=>1,2088384714=>1,2088384726=>1,2088384741=>1,2088384793=>1,2088384754=>1,2088384710=>1,2088384695=>1,2088384522=>1,2088384500=>1,2088384609=>1,2088384628=>1,2088384673=>1,2088384657=>1,2088384174=>1,2088384158=>1,2088383429=>1,2088383409=>1,2088383430=>1,2088383477=>1,2088383608=>1,2088383511=>1,2088383408=>1,2088383304=>1,2088383256=>1,2088383235=>1,2088383278=>1,2088383289=>1,2088383300=>1,2088383298=>1,2088383647=>1,2088383657=>1,2088384071=>1,2088384057=>1,2088384104=>1,2088384114=>1,2088384138=>1,2088384129=>1,2088384024=>1,2088384020=>1,2088383934=>1,2088383696=>1,2088383943=>1,2088383982=>1,2088383994=>1,2088384844=>1,2088384883=>1,2088387294=>1,2088387217=>1,2088387307=>1,2088387338=>1,2088387395=>1,2088387375=>1,2088387177=>1,2088387174=>1,2088387023=>1,2088386919=>1,2088387031=>1,2088387052=>1,2088387123=>1,2088387097=>1,2088387409=>1,2088387492=>1,2088387821=>1,2088387814=>1,2088387832=>1,2088387861=>1,2088387912=>1,2088387876=>1,2088387797=>1,2088387782=>1,2088387561=>1,2088387553=>1,2088387605=>1,2088387687=>1,2088387741=>1,2088387700=>1,2088386912=>1,2088386840=>1,2088385451=>1,2088385279=>1,2088385470=>1,2088385538=>1,2088385644=>1,2088385609=>1,2088385258=>1,2088385249=>1,2088384987=>1,2088384972=>1,2088384996=>1,2088384997=>1,2088385213=>1,2088385060=>1,2088385700=>1,2088385732=>1,2088386629=>1,2088386622=>1,2088386667=>1,2088386736=>1,2088386820=>1,2088386744=>1,2088386603=>1,2088385984=>1,2088385802=>1,2088385789=>1,2088385820=>1,2088385943=>1,2088385957=>1,2088383230=>1,2088383147=>1,2088379758=>1,2088379699=>1,2088379781=>1,2088379804=>1,2088379907=>1,2088379807=>1,2088379681=>1,2088379677=>1,2088379543=>1,2088379507=>1,2088379570=>1,2088379595=>1,2088379663=>1,2088379626=>1,2088379945=>1,2088379950=>1,2088380058=>1,2088380049=>1,2088380061=>1,2088380069=>1,2088380095=>1,2088380076=>1,2088380028=>1,2088380026=>1,2088379965=>1,2088379961=>1,2088379972=>1,2088379977=>1,2088380016=>1,2088379989=>1,2088379504=>1,2088379497=>1,2088378991=>1,2088378949=>1,2088379020=>1,2088379074=>1,2088379183=>1,2088379139=>1,2088378934=>1,2088378876=>1,2088378774=>1,2088378771=>1,2088378818=>1,2088378821=>1,2088378837=>1,2088378830=>1,2088379224=>1,2088379233=>1,2088379304=>1,2088379288=>1,2088379332=>1,2088379349=>1,2088379455=>1,2088379438=>1,2088379285=>1,2088379284=>1,2088379251=>1,2088379240=>1,2088379256=>1,2088379266=>1,2088379272=>1,2088380125=>1,2088380157=>1,2088382322=>1,2088382269=>1,2088382494=>1,2088382534=>1,2088382581=>1,2088382567=>1,2088382252=>1,2088382238=>1,2088381889=>1,2088381870=>1,2088382049=>1,2088382105=>1,2088382217=>1,2088382149=>1,2088382721=>1,2088382750=>1,2088383044=>1,2088382992=>1,2088383069=>1,2088383074=>1,2088383125=>1,2088383076=>1,2088382946=>1,2088382943=>1,2088382808=>1,2088382753=>1,2088382829=>1,2088382893=>1,2088382897=>1,2088381779=>1,2088381775=>1,2088380462=>1,2088380454=>1,2088380567=>1,2088380610=>1,2088380754=>1,2088380646=>1,2088380451=>1,2088380440=>1,2088380171=>1,2088380167=>1,2088380296=>1,2088380325=>1,2088380436=>1,2088380397=>1,2088380849=>1,2088380851=>1,2088381561=>1,2088381546=>1,2088381565=>1,2088381608=>1,2088381687=>1,2088381674=>1,2088381473=>1,2088381445=>1,2088380973=>1,2088380956=>1,2088381055=>1,2088381113=>1,2088381138=>1,2088387997=>1,2088387998=>1,2088396473=>1,2088396458=>1,2088396500=>1,2088396527=>1,2088396580=>1,2088396579=>1,2088396365=>1,2088396339=>1,2088396282=>1,2088396281=>1,2088396285=>1,2088396314=>1,2088396332=>1,2088396325=>1,2088396636=>1,2088396658=>1,2088396856=>1,2088396817=>1,2088396875=>1,2088396905=>1,2088396981=>1,2088396921=>1,2088396784=>1,2088396773=>1,2088396721=>1,2088396705=>1,2088396757=>1,2088396758=>1,2088396772=>1,2088396763=>1,2088396270=>1,2088396254=>1,2088395779=>1,2088395771=>1,2088395812=>1,2088395841=>1,2088395868=>1,2088395846=>1,2088395743=>1,2088395733=>1,2088395626=>1,2088395535=>1,2088395672=>1,2088395689=>1,2088395726=>1,2088395703=>1,2088395892=>1,2088395932=>1,2088396148=>1,2088396062=>1,2088396212=>1,2088396228=>1,2088396249=>1,2088396247=>1,2088396061=>1,2088396047=>1,2088396028=>1,2088396019=>1,2088396030=>1,2088396036=>1,2088396041=>1,2088396996=>1,2088397046=>1,2088398083=>1,2088398076=>1,2088398101=>1,2088398168=>1,2088398172=>1,2088398170=>1,2088398051=>1,2088398049=>1,2088397966=>1,2088397894=>1,2088397970=>1,2088398024=>1,2088398036=>1,2088398030=>1,2088398200=>1,2088398230=>1,2088398938=>1,2088398925=>1,2088398939=>1,2088398965=>1,2088398977=>1,2088398970=>1,2088398924=>1,2088398890=>1,2088398320=>1,2088398313=>1,2088398863=>1,2088398876=>1,2088398889=>1,2088397893=>1,2088397888=>1,2088397481=>1,2088397475=>1,2088397487=>1,2088397536=>1,2088397587=>1,2088397570=>1,2088397466=>1,2088397348=>1,2088397153=>1,2088397122=>1,2088397186=>1,2088397262=>1,2088397330=>1,2088397289=>1,2088397601=>1,2088397602=>1,2088397752=>1,2088397745=>1,2088397758=>1,2088397857=>1,2088397887=>1,2088397859=>1,2088397693=>1,2088397675=>1,2088397632=>1,2088397620=>1,2088397647=>1,2088397653=>1,2088397669=>1,2088395524=>1,2088393974=>1,2088389394=>1,2088389337=>1,2088389416=>1,2088389417=>1,2088389488=>1,2088389420=>1,2088389330=>1,2088389311=>1,2088389114=>1,2088389014=>1,2088389136=>1,2088389217=>1,2088389245=>1,2088389232=>1,2088389506=>1,2088389525=>1,2088390475=>1,2088390443=>1,2088390483=>1,2088390541=>1,2088390607=>1,2088390557=>1,2088390429=>1,2088390424=>1,2088389559=>1,2088389544=>1,2088389599=>1,2088389608=>1,2088390418=>1,2088389622=>1,2088388978=>1,2088388927=>1,2088388383=>1,2088388346=>1,2088388395=>1,2088388428=>1,2088388517=>1,2088388509=>1,2088388268=>1,2088388253=>1,2088388135=>1,2088388054=>1,2088388173=>1,2088388179=>1,2088388233=>1,2088388182=>1,2088388600=>1,2088388602=>1,2088388831=>1,2088388798=>1,2088388842=>1,2088388868=>1,2088388897=>1,2088388870=>1,2088388755=>1,2088388743=>1,2088388641=>1,2088388635=>1,2088388673=>1,2088388721=>1,2088388740=>1,2088390612=>1,2088390734=>1,2088393338=>1,2088393336=>1,2088393345=>1,2088393425=>1,2088393467=>1,2088393445=>1,2088393325=>1,2088393321=>1,2088393121=>1,2088393110=>1,2088393168=>1,2088393190=>1,2088393315=>1,2088393210=>1,2088393550=>1,2088393560=>1,2088393821=>1,2088393803=>1,2088393858=>1,2088393884=>1,2088393938=>1,2088393925=>1,2088393790=>1,2088393759=>1,2088393679=>1,2088393628=>1,2088393694=>1,2088393741=>1,2088393743=>1,2088393082=>1,2088393028=>1,2088391131=>1,2088391120=>1,2088391162=>1,2088391226=>1,2088391255=>1,2088391250=>1,2088391083=>1,2088391073=>1,2088390878=>1,2088390761=>1,2088390946=>1,2088390948=>1,2088391056=>1,2088391029=>1,2088391298=>1,2088391346=>1,2088392089=>1,2088392085=>1,2088392094=>1,2088392170=>1,2088392997=>1,2088392975=>1,2088392060=>1,2088392038=>1,2088391405=>1,2088391374=>1,2088391949=>1,2088391968=>1,2088391972=>1,2088378755=>1,2088378752=>1,2088300263=>1,2088300261=>1,2088300275=>1,2088300297=>1,2088300331=>1,2088300319=>1,2088300239=>1,2088300216=>1,2088300120=>1,2088299981=>1,2088300165=>1,2088300185=>1,2088300203=>1,2088300200=>1,2088300351=>1,2088300410=>1,2088300618=>1,2088300612=>1,2088300647=>1,2088300661=>1,2088300689=>1,2088300667=>1,2088300577=>1,2088300529=>1,2088300440=>1,2088300429=>1,2088300452=>1,2088300459=>1,2088300505=>1,2088300478=>1,2088299968=>1,2088299959=>1,2088299527=>1,2088299500=>1,2088299529=>1,2088299544=>1,2088299593=>1,2088299561=>1,2088299490=>1,2088299485=>1,2088299402=>1,2088299390=>1,2088299408=>1,2088299409=>1,2088299433=>1,2088299410=>1,2088299597=>1,2088299637=>1,2088299770=>1,2088299748=>1,2088299812=>1,2088299826=>1,2088299900=>1,2088299891=>1,2088299743=>1,2088299721=>1,2088299651=>1,2088299645=>1,2088299678=>1,2088299690=>1,2088299719=>1,2088300698=>1,2088300699=>1,2088302327=>1,2088302325=>1,2088302341=>1,2088302414=>1,2088302493=>1,2088302490=>1,2088302298=>1,2088302255=>1,2088302035=>1,2088301994=>1,2088302088=>1,2088302089=>1,2088302151=>1,2088302134=>1,2088302511=>1,2088302515=>1,2088302920=>1,2088302913=>1,2088302969=>1,2088302976=>1,2088302993=>1,2088302991=>1,2088302853=>1,2088302836=>1,2088302719=>1,2088302560=>1,2088302791=>1,2088302803=>1,2088302833=>1,2088301987=>1,2088301865=>1,2088301025=>1,2088300992=>1,2088301094=>1,2088301125=>1,2088301310=>1,2088301126=>1,2088300989=>1,2088300913=>1,2088300731=>1,2088300709=>1,2088300791=>1,2088300804=>1,2088300903=>1,2088300892=>1,2088301335=>1,2088301431=>1,2088301721=>1,2088301613=>1,2088301737=>1,2088301770=>1,2088301835=>1,2088301777=>1,2088301566=>1,2088301552=>1,2088301455=>1,2088301449=>1,2088301457=>1,2088301500=>1,2088301521=>1,2088299305=>1,2088299298=>1,2088296931=>1,2088296893=>1,2088296933=>1,2088296946=>1,2088296991=>1,2088296953=>1,2088296843=>1,2088296820=>1,2088296779=>1,2088296778=>1,2088296780=>1,2088296797=>1,2088296804=>1,2088296798=>1,2088297049=>1,2088297062=>1,2088297348=>1,2088297346=>1,2088297351=>1,2088297371=>1,2088297470=>1,2088297390=>1,2088297332=>1,2088297310=>1,2088297120=>1,2088297094=>1,2088297123=>1,2088297146=>1,2088297253=>1,2088297250=>1,2088296726=>1,2088296664=>1,2088295036=>1,2088294980=>1,2088295088=>1,2088295099=>1,2088295165=>1,2088295148=>1,2088294964=>1,2088294956=>1,2088294800=>1,2088294778=>1,2088294802=>1,2088294845=>1,2088294950=>1,2088294865=>1,2088295215=>1,2088295243=>1,2088295333=>1,2088295329=>1,2088295334=>1,2088296463=>1,2088296596=>1,2088296499=>1,2088295318=>1,2088295301=>1,2088295249=>1,2088295244=>1,2088295262=>1,2088295278=>1,2088295283=>1,2088297585=>1,2088297699=>1,2088298860=>1,2088298809=>1,2088298865=>1,2088298868=>1,2088298910=>1,2088298891=>1,2088298806=>1,2088298793=>1,2088298571=>1,2088298568=>1,2088298618=>1,2088298639=>1,2088298725=>1,2088298695=>1,2088298919=>1,2088298961=>1,2088299166=>1,2088299159=>1,2088299184=>1,2088299220=>1,2088299287=>1,2088299271=>1,2088299145=>1,2088299070=>1,2088298986=>1,2088298979=>1,2088299032=>1,2088299041=>1,2088299066=>1,2088298566=>1,2088298545=>1,2088298080=>1,2088298014=>1,2088298113=>1,2088298114=>1,2088298194=>1,2088298180=>1,2088297995=>1,2088297916=>1,2088297816=>1,2088297800=>1,2088297835=>1,2088297865=>1,2088297909=>1,2088297891=>1,2088298224=>1,2088298235=>1,2088298481=>1,2088298475=>1,2088298505=>1,2088298511=>1,2088298544=>1,2088298512=>1,2088298454=>1,2088298418=>1,2088298273=>1,2088298259=>1,2088298287=>1,2088298301=>1,2088298326=>1,2088303030=>1,2088303083=>1,2088376462=>1,2088376460=>1,2088376496=>1,2088376508=>1,2088376543=>1,2088376526=>1,2088376434=>1,2088376429=>1,2088376407=>1,2088376395=>1,2088376412=>1,2088376417=>1,2088376427=>1,2088376418=>1,2088376580=>1,2088376586=>1,2088376672=>1,2088376663=>1,2088376689=>1,2088376698=>1,2088376711=>1,2088376701=>1,2088376644=>1,2088376642=>1,2088376599=>1,2088376590=>1,2088376607=>1,2088376616=>1,2088376636=>1,2088376621=>1,2088376384=>1,2088376379=>1,2088376042=>1,2088376014=>1,2088376052=>1,2088376056=>1,2088376075=>1,2088376058=>1,2088376011=>1,2088376004=>1,2088375935=>1,2088375931=>1,2088375959=>1,2088375970=>1,2088376002=>1,2088375983=>1,2088376103=>1,2088376113=>1,2088376332=>1,2088376325=>1,2088376334=>1,2088376336=>1,2088376370=>1,2088376368=>1,2088376266=>1,2088376255=>1,2088376149=>1,2088376139=>1,2088376168=>1,2088376224=>1,2088376252=>1,2088376732=>1,2088376737=>1,2088378251=>1,2088378228=>1,2088378263=>1,2088378270=>1,2088378394=>1,2088378291=>1,2088378161=>1,2088378139=>1,2088377970=>1,2088377962=>1,2088377995=>1,2088378022=>1,2088378100=>1,2088378029=>1,2088378397=>1,2088378422=>1,2088378559=>1,2088378553=>1,2088378562=>1,2088378574=>1,2088378663=>1,2088378578=>1,2088378548=>1,2088378534=>1,2088378476=>1,2088378433=>1,2088378483=>1,2088378490=>1,2088378499=>1,2088377784=>1,2088377748=>1,2088376945=>1,2088376944=>1,2088376975=>1,2088377038=>1,2088377055=>1,2088377043=>1,2088376854=>1,2088376814=>1,2088376752=>1,2088376748=>1,2088376781=>1,2088376784=>1,2088376787=>1,2088376785=>1,2088377059=>1,2088377101=>1,2088377536=>1,2088377495=>1,2088377563=>1,2088377605=>1,2088377647=>1,2088377634=>1,2088377451=>1,2088377430=>1,2088377134=>1,2088377131=>1,2088377135=>1,2088377260=>1,2088377272=>1,2088375902=>1,2088375893=>1,2088371131=>1,2088371112=>1,2088371157=>1,2088371162=>1,2088371261=>1,2088371194=>1,2088371011=>1,2088370998=>1,2088370940=>1,2088370926=>1,2088370962=>1,2088370963=>1,2088370995=>1,2088370975=>1,2088371306=>1,2088371313=>1,2088371501=>1,2088371494=>1,2088371508=>1,2088371510=>1,2088371544=>1,2088371525=>1,2088371488=>1,2088371486=>1,2088371352=>1,2088371329=>1,2088371392=>1,2088371438=>1,2088371480=>1,2088371460=>1,2088370921=>1,2088370868=>1,2088303308=>1,2088303282=>1,2088303329=>1,2088303414=>1,2088303479=>1,2088303443=>1,2088303275=>1,2088303269=>1,2088303163=>1,2088303147=>1,2088303181=>1,2088303221=>1,2088303265=>1,2088303228=>1,2088303521=>1,2088303579=>1,2088370566=>1,2088370552=>1,2088370615=>1,2088370775=>1,2088370855=>1,2088370832=>1,2088370534=>1,2088370477=>1,2088303712=>1,2088303606=>1,2088370328=>1,2088370408=>1,2088370448=>1,2088371567=>1,2088371588=>1,2088375235=>1,2088375113=>1,2088375267=>1,2088375316=>1,2088375334=>1,2088375330=>1,2088375024=>1,2088374916=>1,2088374786=>1,2088374774=>1,2088374812=>1,2088374827=>1,2088374915=>1,2088374831=>1,2088375409=>1,2088375430=>1,2088375737=>1,2088375666=>1,2088375842=>1,2088375862=>1,2088375886=>1,2088375863=>1,2088375660=>1,2088375586=>1,2088375475=>1,2088375445=>1,2088375500=>1,2088375522=>1,2088375533=>1,2088374747=>1,2088374740=>1,2088371773=>1,2088371742=>1,2088371818=>1,2088371935=>1,2088373864=>1,2088373847=>1,2088371741=>1,2088371729=>1,2088371590=>1,2088371589=>1,2088371650=>1,2088371655=>1,2088371684=>1,2088371659=>1,2088374016=>1,2088374065=>1,2088374522=>1,2088374507=>1,2088374588=>1,2088374703=>1,2088374721=>1,2088374713=>1,2088374427=>1,2088374424=>1,2088374171=>1,2088374102=>1,2088374230=>1,2088374263=>1,2088374310=>1,2088294763=>1,);?>
1
+ <?php return array(2088384170=>1,2088384150=>1,2088384205=>1,2088384206=>1,2088384275=>1,2088384222=>1,2088384148=>1,2088384146=>1,2088384069=>1,2088384066=>1,2088384084=>1,2088384118=>1,2088384123=>1,2088384120=>1,2088384280=>1,2088384289=>1,2088384414=>1,2088384397=>1,2088384435=>1,2088384442=>1,2088384505=>1,2088384458=>1,2088384387=>1,2088384379=>1,2088384318=>1,2088384302=>1,2088384329=>1,2088384331=>1,2088384351=>1,2088384339=>1,2088384052=>1,2088384045=>1,2088381258=>1,2088381213=>1,2088381359=>1,2088381458=>1,2088381549=>1,2088381527=>1,2088380768=>1,2088380155=>1,2088380109=>1,2088380101=>1,2088380122=>1,2088380128=>1,2088380143=>1,2088380132=>1,2088381624=>1,2088381642=>1,2088383622=>1,2088383608=>1,2088383789=>1,2088383908=>1,2088384021=>1,2088384020=>1,2088383333=>1,2088383219=>1,2088381763=>1,2088381759=>1,2088382030=>1,2088382365=>1,2088383087=>1,2088384527=>1,2088384539=>1,2088385360=>1,2088385359=>1,2088385382=>1,2088385389=>1,2088385439=>1,2088385431=>1,2088385353=>1,2088385327=>1,2088385196=>1,2088385169=>1,2088385266=>1,2088385285=>1,2088385304=>1,2088385292=>1,2088385483=>1,2088385490=>1,2088385820=>1,2088385760=>1,2088385834=>1,2088385873=>1,2088385946=>1,2088385943=>1,2088385725=>1,2088385711=>1,2088385526=>1,2088385506=>1,2088385634=>1,2088385649=>1,2088385700=>1,2088385697=>1,2088385120=>1,2088385088=>1,2088384729=>1,2088384695=>1,2088384745=>1,2088384748=>1,2088384758=>1,2088384756=>1,2088384683=>1,2088384681=>1,2088384578=>1,2088384573=>1,2088384635=>1,2088384637=>1,2088384675=>1,2088384651=>1,2088384762=>1,2088384787=>1,2088384925=>1,2088384922=>1,2088384933=>1,2088384944=>1,2088385075=>1,2088385058=>1,2088384910=>1,2088384887=>1,2088384829=>1,2088384788=>1,2088384832=>1,2088384840=>1,2088384876=>1,2088380100=>1,2088380076=>1,2088378561=>1,2088378557=>1,2088378600=>1,2088378606=>1,2088378628=>1,2088378617=>1,2088378547=>1,2088378546=>1,2088378474=>1,2088378466=>1,2088378478=>1,2088378510=>1,2088378538=>1,2088378523=>1,2088378635=>1,2088378640=>1,2088378827=>1,2088378802=>1,2088378842=>1,2088378860=>1,2088378885=>1,2088378861=>1,2088378790=>1,2088378783=>1,2088378679=>1,2088378669=>1,2088378696=>1,2088378712=>1,2088378746=>1,2088378729=>1,2088378452=>1,2088378441=>1,2088377940=>1,2088377935=>1,2088377943=>1,2088377961=>1,2088378010=>1,2088377967=>1,2088377887=>1,2088377867=>1,2088377654=>1,2088377644=>1,2088377671=>1,2088377804=>1,2088377839=>1,2088377831=>1,2088378017=>1,2088378040=>1,2088378261=>1,2088378260=>1,2088378280=>1,2088378315=>1,2088378417=>1,2088378399=>1,2088378248=>1,2088378165=>1,2088378083=>1,2088378059=>1,2088378087=>1,2088378107=>1,2088378160=>1,2088378901=>1,2088378904=>1,2088379733=>1,2088379726=>1,2088379744=>1,2088379747=>1,2088379790=>1,2088379748=>1,2088379717=>1,2088379706=>1,2088379607=>1,2088379591=>1,2088379650=>1,2088379661=>1,2088379695=>1,2088379676=>1,2088379803=>1,2088379808=>1,2088380003=>1,2088379975=>1,2088380020=>1,2088380036=>1,2088380049=>1,2088380040=>1,2088379943=>1,2088379922=>1,2088379860=>1,2088379841=>1,2088379879=>1,2088379887=>1,2088379906=>1,2088379586=>1,2088379559=>1,2088379225=>1,2088379203=>1,2088379239=>1,2088379265=>1,2088379313=>1,2088379282=>1,2088379181=>1,2088379142=>1,2088378968=>1,2088378944=>1,2088379063=>1,2088379123=>1,2088379140=>1,2088379138=>1,2088379338=>1,2088379371=>1,2088379493=>1,2088379490=>1,2088379519=>1,2088379521=>1,2088379558=>1,2088379544=>1,2088379468=>1,2088379438=>1,2088379394=>1,2088379389=>1,2088379417=>1,2088379424=>1,2088379425=>1,2088385962=>1,2088385989=>1,2088393423=>1,2088393414=>1,2088393448=>1,2088393460=>1,2088393499=>1,2088393472=>1,2088393379=>1,2088393372=>1,2088393225=>1,2088393214=>1,2088393228=>1,2088393261=>1,2088393364=>1,2088393299=>1,2088393502=>1,2088393525=>1,2088393703=>1,2088393688=>1,2088393736=>1,2088393780=>1,2088393854=>1,2088393787=>1,2088393657=>1,2088393636=>1,2088393587=>1,2088393553=>1,2088393593=>1,2088393600=>1,2088393625=>1,2088393622=>1,2088393182=>1,2088393180=>1,2088391949=>1,2088391948=>1,2088392005=>1,2088392023=>1,2088392123=>1,2088392071=>1,2088391942=>1,2088391408=>1,2088391248=>1,2088391232=>1,2088391259=>1,2088391261=>1,2088391347=>1,2088391287=>1,2088392126=>1,2088392148=>1,2088393122=>1,2088393103=>1,2088393135=>1,2088393163=>1,2088393174=>1,2088393164=>1,2088393083=>1,2088393037=>1,2088392183=>1,2088392157=>1,2088392971=>1,2088392978=>1,2088393021=>1,2088393886=>1,2088393908=>1,2088398971=>1,2088398945=>1,2088398980=>1,2088398981=>1,2088398991=>1,2088398982=>1,2088398929=>1,2088398918=>1,2088398855=>1,2088398854=>1,2088398883=>1,2088398892=>1,2088398905=>1,2088398901=>1,2088398996=>1,2088399015=>1,2088399078=>1,2088399073=>1,2088399120=>1,2088399135=>1,2088399159=>1,2088399142=>1,2088399051=>1,2088399050=>1,2088399030=>1,2088399017=>1,2088399036=>1,2088399039=>1,2088399041=>1,2088398853=>1,2088398851=>1,2088396686=>1,2088396606=>1,2088396707=>1,2088396769=>1,2088397338=>1,2088397232=>1,2088396448=>1,2088396431=>1,2088393965=>1,2088393936=>1,2088395670=>1,2088395721=>1,2088396097=>1,2088395989=>1,2088397502=>1,2088397577=>1,2088397973=>1,2088397893=>1,2088398013=>1,2088398197=>1,2088398327=>1,2088398264=>1,2088397873=>1,2088397849=>1,2088397781=>1,2088397580=>1,2088397784=>1,2088397787=>1,2088397830=>1,2088391223=>1,2088391192=>1,2088389060=>1,2088389049=>1,2088389108=>1,2088389135=>1,2088389144=>1,2088389136=>1,2088389047=>1,2088389039=>1,2088388982=>1,2088388980=>1,2088389001=>1,2088389006=>1,2088389033=>1,2088389024=>1,2088389154=>1,2088389183=>1,2088389440=>1,2088389439=>1,2088389450=>1,2088389458=>1,2088389481=>1,2088389465=>1,2088389415=>1,2088389367=>1,2088389224=>1,2088389207=>1,2088389235=>1,2088389241=>1,2088389323=>1,2088389321=>1,2088388956=>1,2088388954=>1,2088388635=>1,2088388618=>1,2088388654=>1,2088388686=>1,2088388716=>1,2088388712=>1,2088388611=>1,2088386584=>1,2088385995=>1,2088385993=>1,2088386025=>1,2088386035=>1,2088386046=>1,2088386040=>1,2088388745=>1,2088388773=>1,2088388920=>1,2088388904=>1,2088388921=>1,2088388936=>1,2088388952=>1,2088388945=>1,2088388891=>1,2088388877=>1,2088388805=>1,2088388796=>1,2088388811=>1,2088388815=>1,2088388852=>1,2088389485=>1,2088389493=>1,2088390831=>1,2088390813=>1,2088390850=>1,2088390871=>1,2088390902=>1,2088390876=>1,2088390809=>1,2088390793=>1,2088390702=>1,2088390693=>1,2088390761=>1,2088390765=>1,2088390774=>1,2088390771=>1,2088390903=>1,2088390937=>1,2088391137=>1,2088391135=>1,2088391146=>1,2088391153=>1,2088391163=>1,2088391159=>1,2088391129=>1,2088391106=>1,2088390982=>1,2088390971=>1,2088391066=>1,2088391082=>1,2088391099=>1,2088390653=>1,2088390642=>1,2088390404=>1,2088389621=>1,2088390413=>1,2088390419=>1,2088390450=>1,2088390420=>1,2088389620=>1,2088389575=>1,2088389520=>1,2088389504=>1,2088389531=>1,2088389539=>1,2088389569=>1,2088389566=>1,2088390456=>1,2088390465=>1,2088390599=>1,2088390592=>1,2088390611=>1,2088390614=>1,2088390623=>1,2088390615=>1,2088390585=>1,2088390555=>1,2088390496=>1,2088390481=>1,2088390512=>1,2088390515=>1,2088390519=>1,2088377568=>1,2088377564=>1,2088302842=>1,2088302830=>1,2088302855=>1,2088302884=>1,2088302911=>1,2088302899=>1,2088302810=>1,2088302792=>1,2088302749=>1,2088302699=>1,2088302751=>1,2088302764=>1,2088302790=>1,2088302767=>1,2088302995=>1,2088303003=>1,2088303186=>1,2088303180=>1,2088303188=>1,2088303190=>1,2088303211=>1,2088303210=>1,2088303167=>1,2088303166=>1,2088303046=>1,2088303029=>1,2088303077=>1,2088303101=>1,2088303157=>1,2088303149=>1,2088302633=>1,2088302604=>1,2088302025=>1,2088302010=>1,2088302043=>1,2088302050=>1,2088302056=>1,2088302051=>1,2088302000=>1,2088301973=>1,2088301868=>1,2088301862=>1,2088301884=>1,2088301898=>1,2088301935=>1,2088301912=>1,2088302057=>1,2088302101=>1,2088302476=>1,2088302459=>1,2088302479=>1,2088302504=>1,2088302595=>1,2088302582=>1,2088302418=>1,2088302404=>1,2088302227=>1,2088302191=>1,2088302228=>1,2088302264=>1,2088302332=>1,2088303220=>1,2088303224=>1,2088304279=>1,2088304277=>1,2088304323=>1,2088304344=>1,2088304646=>1,2088304644=>1,2088304252=>1,2088304195=>1,2088304064=>1,2088304063=>1,2088304077=>1,2088304120=>1,2088304182=>1,2088304130=>1,2088304829=>1,2088304853=>1,2088315444=>1,2088315424=>1,2088315499=>1,2088315515=>1,2088315529=>1,2088315520=>1,2088314805=>1,2088314699=>1,2088304946=>1,2088304867=>1,2088305075=>1,2088314398=>1,2088314433=>1,2088304060=>1,2088304037=>1,2088303402=>1,2088303379=>1,2088303409=>1,2088303422=>1,2088303506=>1,2088303489=>1,2088303355=>1,2088303342=>1,2088303265=>1,2088303244=>1,2088303313=>1,2088303322=>1,2088303332=>1,2088303328=>1,2088303518=>1,2088303547=>1,2088303841=>1,2088303822=>1,2088303894=>1,2088303901=>1,2088303950=>1,2088303925=>1,2088303817=>1,2088303763=>1,2088303592=>1,2088303566=>1,2088303670=>1,2088303738=>1,2088303744=>1,2088301858=>1,2088301851=>1,2088299821=>1,2088299762=>1,2088299853=>1,2088299878=>1,2088299922=>1,2088299905=>1,2088299756=>1,2088299738=>1,2088299666=>1,2088299661=>1,2088299681=>1,2088299714=>1,2088299737=>1,2088299723=>1,2088299932=>1,2088299933=>1,2088300053=>1,2088300049=>1,2088300055=>1,2088300069=>1,2088300088=>1,2088300087=>1,2088300042=>1,2088300030=>1,2088299993=>1,2088299950=>1,2088300003=>1,2088300005=>1,2088300028=>1,2088300024=>1,2088299645=>1,2088299639=>1,2088299182=>1,2088299178=>1,2088299186=>1,2088299193=>1,2088299206=>1,2088299195=>1,2088299143=>1,2088299083=>1,2088298909=>1,2088298904=>1,2088298951=>1,2088298970=>1,2088299073=>1,2088298975=>1,2088299207=>1,2088299212=>1,2088299571=>1,2088299567=>1,2088299592=>1,2088299627=>1,2088299635=>1,2088299631=>1,2088299511=>1,2088299499=>1,2088299260=>1,2088299233=>1,2088299325=>1,2088299453=>1,2088299490=>1,2088300091=>1,2088300099=>1,2088301410=>1,2088301369=>1,2088301434=>1,2088301437=>1,2088301478=>1,2088301450=>1,2088301324=>1,2088301322=>1,2088301196=>1,2088301165=>1,2088301209=>1,2088301230=>1,2088301271=>1,2088301234=>1,2088301486=>1,2088301496=>1,2088301720=>1,2088301709=>1,2088301776=>1,2088301810=>1,2088301840=>1,2088301814=>1,2088301705=>1,2088301693=>1,2088301564=>1,2088301523=>1,2088301647=>1,2088301664=>1,2088301684=>1,2088301162=>1,2088301136=>1,2088300362=>1,2088300350=>1,2088300405=>1,2088300414=>1,2088300596=>1,2088300531=>1,2088300343=>1,2088300300=>1,2088300154=>1,2088300127=>1,2088300179=>1,2088300181=>1,2088300249=>1,2088300202=>1,2088300632=>1,2088300655=>1,2088300944=>1,2088300916=>1,2088300962=>1,2088301068=>1,2088301134=>1,2088301079=>1,2088300873=>1,2088300843=>1,2088300738=>1,2088300672=>1,2088300810=>1,2088300816=>1,2088300834=>1,2088315546=>1,2088315564=>1,2088376120=>1,2088376101=>1,2088376121=>1,2088376127=>1,2088376133=>1,2088376132=>1,2088376056=>1,2088376052=>1,2088375971=>1,2088375961=>1,2088375981=>1,2088376019=>1,2088376044=>1,2088376022=>1,2088376141=>1,2088376143=>1,2088376263=>1,2088376244=>1,2088376273=>1,2088376274=>1,2088376287=>1,2088376285=>1,2088376235=>1,2088376231=>1,2088376152=>1,2088376146=>1,2088376192=>1,2088376202=>1,2088376230=>1,2088376211=>1,2088375960=>1,2088375934=>1,2088375547=>1,2088375520=>1,2088375554=>1,2088375564=>1,2088375572=>1,2088375565=>1,2088375509=>1,2088375492=>1,2088375425=>1,2088375392=>1,2088375452=>1,2088375467=>1,2088375485=>1,2088375470=>1,2088375617=>1,2088375636=>1,2088375830=>1,2088375823=>1,2088375836=>1,2088375880=>1,2088375917=>1,2088375887=>1,2088375821=>1,2088375804=>1,2088375648=>1,2088375644=>1,2088375668=>1,2088375713=>1,2088375722=>1,2088376304=>1,2088376305=>1,2088376822=>1,2088376813=>1,2088376841=>1,2088376883=>1,2088376978=>1,2088376955=>1,2088376796=>1,2088376780=>1,2088376764=>1,2088376745=>1,2088376768=>1,2088376769=>1,2088376776=>1,2088376770=>1,2088376995=>1,2088377020=>1,2088377433=>1,2088377405=>1,2088377440=>1,2088377483=>1,2088377552=>1,2088377496=>1,2088377403=>1,2088377316=>1,2088377167=>1,2088377109=>1,2088377212=>1,2088377213=>1,2088377277=>1,2088376737=>1,2088376735=>1,2088376442=>1,2088376440=>1,2088376453=>1,2088376464=>1,2088376473=>1,2088376465=>1,2088376436=>1,2088376434=>1,2088376308=>1,2088376306=>1,2088376340=>1,2088376393=>1,2088376421=>1,2088376396=>1,2088376485=>1,2088376508=>1,2088376642=>1,2088376637=>1,2088376686=>1,2088376694=>1,2088376724=>1,2088376704=>1,2088376633=>1,2088376626=>1,2088376538=>1,2088376517=>1,2088376553=>1,2088376585=>1,2088376596=>1,2088375356=>1,2088375322=>1,2088371283=>1,2088371282=>1,2088371302=>1,2088371306=>1,2088371337=>1,2088371335=>1,2088371239=>1,2088371221=>1,2088371149=>1,2088371101=>1,2088371160=>1,2088371161=>1,2088371179=>1,2088371163=>1,2088371408=>1,2088371427=>1,2088371619=>1,2088371609=>1,2088371640=>1,2088371657=>1,2088371695=>1,2088371693=>1,2088371601=>1,2088371587=>1,2088371443=>1,2088371438=>1,2088371445=>1,2088371505=>1,2088371583=>1,2088371566=>1,2088371100=>1,2088371076=>1,2088370604=>1,2088370582=>1,2088370623=>1,2088370658=>1,2088370730=>1,2088370661=>1,2088370569=>1,2088370429=>1,2088315893=>1,2088315613=>1,2088332372=>1,2088370183=>1,2088370353=>1,2088370282=>1,2088370736=>1,2088370743=>1,2088370939=>1,2088370923=>1,2088370954=>1,2088371004=>1,2088371054=>1,2088371047=>1,2088370913=>1,2088370894=>1,2088370831=>1,2088370822=>1,2088370847=>1,2088370851=>1,2088370887=>1,2088371749=>1,2088371756=>1,2088374824=>1,2088374814=>1,2088374857=>1,2088374885=>1,2088374928=>1,2088374908=>1,2088374802=>1,2088374791=>1,2088374624=>1,2088374617=>1,2088374642=>1,2088374745=>1,2088374779=>1,2088374766=>1,2088374978=>1,2088374999=>1,2088375205=>1,2088375176=>1,2088375224=>1,2088375260=>1,2088375314=>1,2088375291=>1,2088375154=>1,2088375103=>1,2088375079=>1,2088375069=>1,2088375082=>1,2088375094=>1,2088375098=>1,2088374597=>1,2088374570=>1,2088372029=>1,2088372026=>1,2088372114=>1,2088372117=>1,2088372213=>1,2088372151=>1,2088372004=>1,2088371998=>1,2088371804=>1,2088371801=>1,2088371810=>1,2088371830=>1,2088371864=>1,2088371857=>1,2088372222=>1,2088373846=>1,2088374448=>1,2088374443=>1,2088374454=>1,2088374501=>1,2088374559=>1,2088374557=>1,2088374442=>1,2088374203=>1,2088373885=>1,2088373877=>1,2088373902=>1,2088374149=>1,2088374164=>1,2088298819=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2088424038=>1,2088424033=>1,2088424050=>1,2088424158=>1,2088424176=>1,2088424159=>1,2088424032=>1,2088424016=>1,2088423792=>1,2088423786=>1,2088423916=>1,2088423929=>1,2088423986=>1,2088423968=>1,2088424179=>1,2088424189=>1,2088424458=>1,2088424419=>1,2088424486=>1,2088424509=>1,2088424568=>1,2088424516=>1,2088424363=>1,2088424330=>1,2088424226=>1,2088424198=>1,2088424275=>1,2088424287=>1,2088424313=>1,2088424298=>1,2088423774=>1,2088423707=>1,2088423486=>1,2088423479=>1,2088423505=>1,2088423527=>1,2088423549=>1,2088423534=>1,2088423464=>1,2088423456=>1,2088423374=>1,2088423356=>1,2088423419=>1,2088423420=>1,2088423437=>1,2088423431=>1,2088423557=>1,2088423564=>1,2088423625=>1,2088423623=>1,2088423639=>1,2088423662=>1,2088423700=>1,2088423690=>1,2088423611=>1,2088423608=>1,2088423595=>1,2088423591=>1,2088423603=>1,2088423604=>1,2088423605=>1,2088424579=>1,2088424589=>1,2088426922=>1,2088426909=>1,2088426932=>1,2088426936=>1,2088427066=>1,2088426956=>1,2088426859=>1,2088426838=>1,2088426686=>1,2088426567=>1,2088426717=>1,2088426726=>1,2088426808=>1,2088426735=>1,2088427122=>1,2088427130=>1,2088427394=>1,2088427386=>1,2088427440=>1,2088427445=>1,2088427459=>1,2088427452=>1,2088427331=>1,2088427328=>1,2088427214=>1,2088427180=>1,2088427218=>1,2088427303=>1,2088427326=>1,2088427316=>1,2088426546=>1,2088426445=>1,2088424755=>1,2088424737=>1,2088424781=>1,2088424793=>1,2088424819=>1,2088424805=>1,2088424727=>1,2088424718=>1,2088424614=>1,2088424599=>1,2088424669=>1,2088424674=>1,2088424711=>1,2088424694=>1,2088424877=>1,2088424885=>1,2088426271=>1,2088426243=>1,2088426360=>1,2088426413=>1,2088426439=>1,2088426420=>1,2088426151=>1,2088426141=>1,2088425072=>1,2088424947=>1,2088426021=>1,2088426074=>1,2088426076=>1,2088423355=>1,2088423331=>1,2088421596=>1,2088421567=>1,2088421606=>1,2088421635=>1,2088421651=>1,2088421640=>1,2088421558=>1,2088421550=>1,2088421472=>1,2088421469=>1,2088421487=>1,2088421513=>1,2088421531=>1,2088421520=>1,2088421663=>1,2088421690=>1,2088421893=>1,2088421862=>1,2088421931=>1,2088421961=>1,2088421978=>1,2088421972=>1,2088421830=>1,2088421824=>1,2088421745=>1,2088421717=>1,2088421753=>1,2088421765=>1,2088421807=>1,2088421792=>1,2088421466=>1,2088421459=>1,2088418116=>1,2088418110=>1,2088418120=>1,2088418149=>1,2088418163=>1,2088418157=>1,2088418094=>1,2088418078=>1,2088417155=>1,2088417149=>1,2088417189=>1,2088417191=>1,2088417277=>1,2088417257=>1,2088418181=>1,2088418211=>1,2088421405=>1,2088421399=>1,2088421423=>1,2088421429=>1,2088421447=>1,2088421445=>1,2088421397=>1,2088419257=>1,2088418292=>1,2088418222=>1,2088419083=>1,2088419130=>1,2088419215=>1,2088422001=>1,2088422021=>1,2088423002=>1,2088422984=>1,2088423018=>1,2088423019=>1,2088423026=>1,2088423022=>1,2088422956=>1,2088422953=>1,2088422812=>1,2088422769=>1,2088422889=>1,2088422918=>1,2088422948=>1,2088422937=>1,2088423057=>1,2088423071=>1,2088423278=>1,2088423260=>1,2088423286=>1,2088423289=>1,2088423302=>1,2088423291=>1,2088423221=>1,2088423135=>1,2088423105=>1,2088423094=>1,2088423113=>1,2088423115=>1,2088423132=>1,2088422762=>1,2088422707=>1,2088422230=>1,2088422224=>1,2088422241=>1,2088422251=>1,2088422327=>1,2088422273=>1,2088422180=>1,2088422166=>1,2088422070=>1,2088422035=>1,2088422107=>1,2088422116=>1,2088422139=>1,2088422120=>1,2088422349=>1,2088422366=>1,2088422645=>1,2088422609=>1,2088422652=>1,2088422660=>1,2088422703=>1,2088422686=>1,2088422589=>1,2088422478=>1,2088422418=>1,2088422386=>1,2088422452=>1,2088422457=>1,2088422465=>1,2088427506=>1,2088427534=>1,2088433576=>1,2088433491=>1,2088433578=>1,2088433619=>1,2088433625=>1,2088433624=>1,2088433413=>1,2088433363=>1,2088433304=>1,2088433301=>1,2088433305=>1,2088433339=>1,2088433360=>1,2088433344=>1,2088433647=>1,2088433711=>1,2088433962=>1,2088433922=>1,2088434019=>1,2088434061=>1,2088434090=>1,2088434062=>1,2088433902=>1,2088433890=>1,2088433770=>1,2088433741=>1,2088433783=>1,2088433785=>1,2088433872=>1,2088433813=>1,2088433286=>1,2088433283=>1,2088432682=>1,2088432646=>1,2088432755=>1,2088432763=>1,2088432782=>1,2088432780=>1,2088432583=>1,2088432577=>1,2088432477=>1,2088432475=>1,2088432497=>1,2088432511=>1,2088432547=>1,2088432513=>1,2088432825=>1,2088432872=>1,2088433159=>1,2088433118=>1,2088433222=>1,2088433228=>1,2088433243=>1,2088433229=>1,2088433115=>1,2088433097=>1,2088432943=>1,2088432937=>1,2088432969=>1,2088433032=>1,2088433087=>1,2088434096=>1,2088434135=>1,2088435524=>1,2088435503=>1,2088435528=>1,2088435536=>1,2088435572=>1,2088435565=>1,2088435499=>1,2088435498=>1,2088435474=>1,2088435465=>1,2088435479=>1,2088435481=>1,2088435496=>1,2088435488=>1,2088435644=>1,2088435692=>1,2089065402=>1,2089040688=>1,2089065732=>1,2089093112=>1,2090107039=>1,2089592334=>1,2089016718=>1,2088897614=>1,2088727944=>1,2088629164=>1,2088730121=>1,2088819995=>1,2088823170=>1,2088435400=>1,2088435309=>1,2088434530=>1,2088434422=>1,2088434551=>1,2088434563=>1,2088434618=>1,2088434577=>1,2088434412=>1,2088434382=>1,2088434213=>1,2088434184=>1,2088434214=>1,2088434289=>1,2088434347=>1,2088434296=>1,2088434685=>1,2088434714=>1,2088435137=>1,2088435011=>1,2088435222=>1,2088435229=>1,2088435308=>1,2088435261=>1,2088434940=>1,2088434855=>1,2088434788=>1,2088434772=>1,2088434791=>1,2088434803=>1,2088434814=>1,2088432469=>1,2088432456=>1,2088429044=>1,2088429016=>1,2088429110=>1,2088429157=>1,2088429166=>1,2088429158=>1,2088429015=>1,2088428989=>1,2088428867=>1,2088428861=>1,2088428874=>1,2088428877=>1,2088428983=>1,2088428939=>1,2088429168=>1,2088429205=>1,2088429744=>1,2088429601=>1,2088429761=>1,2088429778=>1,2088429793=>1,2088429789=>1,2088429600=>1,2088429539=>1,2088429226=>1,2088429208=>1,2088429250=>1,2088429327=>1,2088429350=>1,2088429349=>1,2088428847=>1,2088428844=>1,2088428141=>1,2088428101=>1,2088428169=>1,2088428182=>1,2088428248=>1,2088428230=>1,2088428088=>1,2088427931=>1,2088427623=>1,2088427598=>1,2088427636=>1,2088427657=>1,2088427785=>1,2088427765=>1,2088428351=>1,2088428385=>1,2088428717=>1,2088428713=>1,2088428730=>1,2088428748=>1,2088428815=>1,2088428781=>1,2088428622=>1,2088428617=>1,2088428444=>1,2088428423=>1,2088428533=>1,2088428584=>1,2088428601=>1,2088429895=>1,2088429907=>1,2088431273=>1,2088431197=>1,2088431274=>1,2088431333=>1,2088431462=>1,2088431438=>1,2088431100=>1,2088431065=>1,2088430949=>1,2088430942=>1,2088431010=>1,2088431028=>1,2088431061=>1,2088431040=>1,2088431531=>1,2088431537=>1,2088431907=>1,2088431895=>1,2088432154=>1,2088432167=>1,2088432450=>1,2088432222=>1,2088431833=>1,2088431825=>1,2088431605=>1,2088431594=>1,2088431678=>1,2088431750=>1,2088431788=>1,2088430916=>1,2088430879=>1,2088430168=>1,2088430159=>1,2088430189=>1,2088430271=>1,2088430296=>1,2088430277=>1,2088430126=>1,2088430117=>1,2088429918=>1,2088429917=>1,2088429926=>1,2088429935=>1,2088430114=>1,2088429980=>1,2088430354=>1,2088430397=>1,2088430755=>1,2088430722=>1,2088430805=>1,2088430821=>1,2088430843=>1,2088430837=>1,2088430623=>1,2088430580=>1,2088430469=>1,2088430427=>1,2088430503=>1,2088430515=>1,2088430573=>1,2088417052=>1,2088416925=>1,2088403244=>1,2088403225=>1,2088403266=>1,2088403269=>1,2088403301=>1,2088403295=>1,2088403208=>1,2088403151=>1,2088402947=>1,2088402927=>1,2088403008=>1,2088403029=>1,2088403061=>1,2088403043=>1,2088403302=>1,2088403317=>1,2088403847=>1,2088403829=>1,2088403889=>1,2088403899=>1,2088404089=>1,2088404046=>1,2088403782=>1,2088403771=>1,2088403360=>1,2088403323=>1,2088403372=>1,2088403595=>1,2088403764=>1,2088403705=>1,2088402925=>1,2088402833=>1,2088402158=>1,2088402147=>1,2088402206=>1,2088402294=>1,2088402403=>1,2088402402=>1,2088402112=>1,2088402076=>1,2088401966=>1,2088401949=>1,2088401983=>1,2088401986=>1,2088402032=>1,2088401988=>1,2088402438=>1,2088402447=>1,2088402731=>1,2088402718=>1,2088402739=>1,2088402775=>1,2088402818=>1,2088402813=>1,2088402707=>1,2088402700=>1,2088402523=>1,2088402451=>1,2088402552=>1,2088402656=>1,2088402694=>1,2088404101=>1,2088404105=>1,2088407330=>1,2088407308=>1,2088407417=>1,2088407431=>1,2088407442=>1,2088407439=>1,2088407196=>1,2088407148=>1,2088407010=>1,2088406997=>1,2088407053=>1,2088407091=>1,2088407116=>1,2088407104=>1,2088407534=>1,2088407546=>1,2088408152=>1,2088408147=>1,2088408185=>1,2088408219=>1,2088408300=>1,2088408280=>1,2088408081=>1,2088408068=>1,2088407590=>1,2088407589=>1,2088407699=>1,2088407707=>1,2088407758=>1,2088406996=>1,2088406993=>1,2088406445=>1,2088406409=>1,2088406503=>1,2088406542=>1,2088406634=>1,2088406619=>1,2088406385=>1,2088406361=>1,2088404283=>1,2088404270=>1,2088404303=>1,2088406279=>1,2088406347=>1,2088406291=>1,2088406693=>1,2088406697=>1,2088406861=>1,2088406842=>1,2088406888=>1,2088406912=>1,2088406969=>1,2088406963=>1,2088406804=>1,2088406793=>1,2088406747=>1,2088406706=>1,2088406759=>1,2088406763=>1,2088406774=>1,2088401935=>1,2088401909=>1,2088399908=>1,2088399880=>1,2088399923=>1,2088399958=>1,2088400002=>1,2088399964=>1,2088399783=>1,2088399781=>1,2088399712=>1,2088399704=>1,2088399725=>1,2088399741=>1,2088399762=>1,2088399749=>1,2088400008=>1,2088400043=>1,2088400272=>1,2088400270=>1,2088400278=>1,2088400304=>1,2088400341=>1,2088400338=>1,2088400207=>1,2088400199=>1,2088400094=>1,2088400053=>1,2088400120=>1,2088400183=>1,2088400189=>1,2088400184=>1,2088399691=>1,2088399676=>1,2088399183=>1,2088399182=>1,2088399190=>1,2088399198=>1,2088399230=>1,2088399200=>1,2088399168=>1,2088399146=>1,2088399006=>1,2088398991=>1,2088399059=>1,2088399062=>1,2088399141=>1,2088399065=>1,2088399248=>1,2088399276=>1,2088399457=>1,2088399438=>1,2088399554=>1,2088399572=>1,2088399647=>1,2088399635=>1,2088399419=>1,2088399411=>1,2088399301=>1,2088399285=>1,2088399307=>1,2088399333=>1,2088399351=>1,2088400348=>1,2088400373=>1,2088401281=>1,2088401275=>1,2088401339=>1,2088401401=>1,2088401469=>1,2088401449=>1,2088401240=>1,2088401226=>1,2088401161=>1,2088401137=>1,2088401165=>1,2088401169=>1,2088401215=>1,2088401183=>1,2088401471=>1,2088401556=>1,2088401708=>1,2088401707=>1,2088401737=>1,2088401739=>1,2088401908=>1,2088401823=>1,2088401692=>1,2088401688=>1,2088401569=>1,2088401558=>1,2088401591=>1,2088401615=>1,2088401685=>1,2088401135=>1,2088401123=>1,2088400567=>1,2088400563=>1,2088400597=>1,2088400620=>1,2088400730=>1,2088400725=>1,2088400547=>1,2088400543=>1,2088400425=>1,2088400410=>1,2088400474=>1,2088400489=>1,2088400506=>1,2088400496=>1,2088400732=>1,2088400743=>1,2088401056=>1,2088401039=>1,2088401091=>1,2088401110=>1,2088401120=>1,2088401113=>1,2088401007=>1,2088400888=>1,2088400803=>1,2088400749=>1,2088400813=>1,2088400852=>1,2088400861=>1,2088408312=>1,2088408464=>1,2088414582=>1,2088414568=>1,2088414606=>1,2088414665=>1,2088414730=>1,2088414678=>1,2088414553=>1,2088414485=>1,2088414410=>1,2088414385=>1,2088414417=>1,2088414446=>1,2088414484=>1,2088414451=>1,2088414748=>1,2088414756=>1,2088415078=>1,2088415075=>1,2088415087=>1,2088415095=>1,2088415157=>1,2088415120=>1,2088415061=>1,2088415031=>1,2088414837=>1,2088414827=>1,2088414883=>1,2088414885=>1,2088415024=>1,2088414945=>1,2088414365=>1,2088414230=>1,2088413803=>1,2088413774=>1,2088413805=>1,2088413860=>1,2088413899=>1,2088413873=>1,2088413766=>1,2088413754=>1,2088413698=>1,2088413680=>1,2088413703=>1,2088413734=>1,2088413747=>1,2088413736=>1,2088413913=>1,2088413920=>1,2088414074=>1,2088414045=>1,2088414122=>1,2088414193=>1,2088414212=>1,2088414203=>1,2088414022=>1,2088414017=>1,2088413950=>1,2088413930=>1,2088413966=>1,2088413983=>1,2088413996=>1,2088415245=>1,2088415263=>1,2088416173=>1,2088416113=>1,2088416184=>1,2088416194=>1,2088416225=>1,2088416218=>1,2088416077=>1,2088416052=>1,2088416005=>1,2088415989=>1,2088416011=>1,2088416031=>1,2088416047=>1,2088416037=>1,2088416295=>1,2088416524=>1,2088416847=>1,2088416835=>1,2088416854=>1,2088416868=>1,2088416908=>1,2088416884=>1,2088416796=>1,2088416777=>1,2088416664=>1,2088416588=>1,2088416677=>1,2088416683=>1,2088416702=>1,2088415943=>1,2088415936=>1,2088415450=>1,2088415435=>1,2088415466=>1,2088415507=>1,2088415545=>1,2088415517=>1,2088415433=>1,2088415398=>1,2088415300=>1,2088415264=>1,2088415367=>1,2088415370=>1,2088415397=>1,2088415373=>1,2088415550=>1,2088415553=>1,2088415729=>1,2088415685=>1,2088415750=>1,2088415804=>1,2088415926=>1,2088415905=>1,2088415649=>1,2088415646=>1,2088415590=>1,2088415568=>1,2088415598=>1,2088415620=>1,2088415636=>1,2088413624=>1,2088413614=>1,2088410529=>1,2088410526=>1,2088410561=>1,2088410645=>1,2088410721=>1,2088410710=>1,2088410499=>1,2088410497=>1,2088409592=>1,2088409589=>1,2088410374=>1,2088410422=>1,2088410446=>1,2088410444=>1,2088410724=>1,2088410773=>1,2088411018=>1,2088410997=>1,2088411021=>1,2088411024=>1,2088411166=>1,2088411107=>1,2088410979=>1,2088410972=>1,2088410888=>1,2088410796=>1,2088410936=>1,2088410944=>1,2088410950=>1,2088410949=>1,2088409515=>1,2088409487=>1,2088408926=>1,2088408899=>1,2088408937=>1,2088409091=>1,2088409180=>1,2088409120=>1,2088408802=>1,2088408799=>1,2088408596=>1,2088408489=>1,2088408641=>1,2088408673=>1,2088408780=>1,2088408675=>1,2088409182=>1,2088409261=>1,2088409414=>1,2088409376=>1,2088409424=>1,2088409456=>1,2088409486=>1,2088409485=>1,2088409367=>1,2088409325=>1,2088409281=>1,2088409269=>1,2088409303=>1,2088409307=>1,2088409310=>1,2088411195=>1,2088411217=>1,2088412777=>1,2088412734=>1,2088412837=>1,2088412862=>1,2088412924=>1,2088412909=>1,2088412733=>1,2088412705=>1,2088412339=>1,2088412309=>1,2088412424=>1,2088412512=>1,2088412543=>1,2088412520=>1,2088413200=>1,2088413249=>1,2088413473=>1,2088413397=>1,2088413534=>1,2088413535=>1,2088413597=>1,2088413555=>1,2088413390=>1,2088413381=>1,2088413254=>1,2088413250=>1,2088413284=>1,2088413333=>1,2088413346=>1,2088412254=>1,2088412203=>1,2088411617=>1,2088411516=>1,2088411624=>1,2088411650=>1,2088411709=>1,2088411651=>1,2088411438=>1,2088411433=>1,2088411249=>1,2088411222=>1,2088411304=>1,2088411311=>1,2088411324=>1,2088411314=>1,2088411730=>1,2088411790=>1,2088412069=>1,2088411990=>1,2088412128=>1,2088412152=>1,2088412188=>1,2088412174=>1,2088411985=>1,2088411983=>1,2088411896=>1,2088411840=>1,2088411903=>1,2088411919=>1,2088411932=>1,2088398978=>1,);?>
1
+ <?php return array(2088419236=>1,2088419214=>1,2088419244=>1,2088419248=>1,2088419271=>1,2088419253=>1,2088419209=>1,2088419208=>1,2088419170=>1,2088419155=>1,2088419180=>1,2088419195=>1,2088419199=>1,2088419197=>1,2088419296=>1,2088419306=>1,2088421497=>1,2088421496=>1,2088421499=>1,2088421516=>1,2088421582=>1,2088421523=>1,2088421479=>1,2088421460=>1,2088421379=>1,2088419308=>1,2088421418=>1,2088421426=>1,2088421437=>1,2088421436=>1,2088419143=>1,2088419141=>1,2088417364=>1,2088417328=>1,2088417492=>1,2088417834=>1,2088418011=>1,2088417844=>1,2088417326=>1,2088417324=>1,2088417231=>1,2088417222=>1,2088417234=>1,2088417275=>1,2088417290=>1,2088417284=>1,2088418053=>1,2088418104=>1,2088419076=>1,2088418293=>1,2088419083=>1,2088419110=>1,2088419133=>1,2088419119=>1,2088418259=>1,2088418242=>1,2088418152=>1,2088418142=>1,2088418167=>1,2088418186=>1,2088418211=>1,2088421586=>1,2088421633=>1,2088422265=>1,2088422227=>1,2088422275=>1,2088422287=>1,2088422315=>1,2088422305=>1,2088422226=>1,2088422225=>1,2088422187=>1,2088422185=>1,2088422198=>1,2088422202=>1,2088422219=>1,2088422204=>1,2088422337=>1,2088422347=>1,2088422463=>1,2088422456=>1,2088422475=>1,2088422511=>1,2088422546=>1,2088422532=>1,2088422453=>1,2088422425=>1,2088422372=>1,2088422360=>1,2088422388=>1,2088422390=>1,2088422396=>1,2088422395=>1,2088422184=>1,2088422180=>1,2088421769=>1,2088421756=>1,2088421775=>1,2088421810=>1,2088421869=>1,2088421843=>1,2088421751=>1,2088421737=>1,2088421665=>1,2088421650=>1,2088421702=>1,2088421729=>1,2088421734=>1,2088421731=>1,2088421876=>1,2088421900=>1,2088422117=>1,2088422047=>1,2088422130=>1,2088422133=>1,2088422171=>1,2088422152=>1,2088422017=>1,2088421975=>1,2088421910=>1,2088421908=>1,2088421926=>1,2088421938=>1,2088421944=>1,2088417152=>1,2088417111=>1,2088415786=>1,2088415781=>1,2088415806=>1,2088415809=>1,2088415873=>1,2088415861=>1,2088415735=>1,2088415680=>1,2088415550=>1,2088415515=>1,2088415592=>1,2088415610=>1,2088415677=>1,2088415665=>1,2088415885=>1,2088415918=>1,2088416012=>1,2088416006=>1,2088416016=>1,2088416029=>1,2088416069=>1,2088416041=>1,2088415992=>1,2088415980=>1,2088415944=>1,2088415939=>1,2088415948=>1,2088415966=>1,2088415979=>1,2088415976=>1,2088415509=>1,2088415504=>1,2088414969=>1,2088414967=>1,2088414991=>1,2088415020=>1,2088415037=>1,2088415024=>1,2088414951=>1,2088414938=>1,2088414803=>1,2088414765=>1,2088414847=>1,2088414869=>1,2088414901=>1,2088414884=>1,2088415095=>1,2088415116=>1,2088415386=>1,2088415379=>1,2088415402=>1,2088415417=>1,2088415490=>1,2088415477=>1,2088415354=>1,2088415338=>1,2088415176=>1,2088415161=>1,2088415224=>1,2088415290=>1,2088415299=>1,2088416070=>1,2088416093=>1,2088416587=>1,2088416575=>1,2088416589=>1,2088416596=>1,2088416635=>1,2088416617=>1,2088416540=>1,2088416522=>1,2088416459=>1,2088416451=>1,2088416462=>1,2088416471=>1,2088416502=>1,2088416501=>1,2088416650=>1,2088416715=>1,2088416913=>1,2088416832=>1,2088417032=>1,2088417069=>1,2088417100=>1,2088417079=>1,2088416831=>1,2088416822=>1,2088416732=>1,2088416729=>1,2088416739=>1,2088416765=>1,2088416790=>1,2088416415=>1,2088416408=>1,2088416180=>1,2088416176=>1,2088416195=>1,2088416199=>1,2088416229=>1,2088416201=>1,2088416155=>1,2088416137=>1,2088416099=>1,2088416097=>1,2088416103=>1,2088416107=>1,2088416133=>1,2088416130=>1,2088416239=>1,2088416248=>1,2088416326=>1,2088416312=>1,2088416333=>1,2088416377=>1,2088416383=>1,2088416381=>1,2088416310=>1,2088416298=>1,2088416265=>1,2088416252=>1,2088416266=>1,2088416272=>1,2088416291=>1,2088422556=>1,2088422573=>1,2088428876=>1,2088428870=>1,2088428878=>1,2088428880=>1,2088428954=>1,2088428939=>1,2088428842=>1,2088428838=>1,2088428805=>1,2088428783=>1,2088428810=>1,2088428813=>1,2088428835=>1,2088428833=>1,2088428957=>1,2088428959=>1,2088429114=>1,2088429085=>1,2088429130=>1,2088429153=>1,2088429205=>1,2088429168=>1,2088429077=>1,2088429048=>1,2088429021=>1,2088429003=>1,2088429030=>1,2088429037=>1,2088429043=>1,2088429039=>1,2088428761=>1,2088428712=>1,2088427738=>1,2088427461=>1,2088427848=>1,2088427888=>1,2088428092=>1,2088427957=>1,2088427449=>1,2088427377=>1,2088427196=>1,2088427059=>1,2088427243=>1,2088427313=>1,2088427349=>1,2088427314=>1,2088428129=>1,2088428190=>1,2088428416=>1,2088428406=>1,2088428480=>1,2088428507=>1,2088428658=>1,2088428617=>1,2088428388=>1,2088428380=>1,2088428280=>1,2088428206=>1,2088428307=>1,2088428351=>1,2088428369=>1,2088429220=>1,2088429230=>1,2088430544=>1,2088430529=>1,2088430562=>1,2088430586=>1,2088430597=>1,2088430595=>1,2088430516=>1,2088430515=>1,2088430252=>1,2088430251=>1,2088430305=>1,2088430342=>1,2088430436=>1,2088430400=>1,2088430623=>1,2088430676=>1,2088430901=>1,2088430899=>1,2088430948=>1,2088430998=>1,2088431009=>1,2088431004=>1,2088430857=>1,2088430787=>1,2088430710=>1,2088430704=>1,2088430722=>1,2088430734=>1,2088430778=>1,2088430245=>1,2088430233=>1,2088429499=>1,2088429479=>1,2088429572=>1,2088429646=>1,2088429840=>1,2088429692=>1,2088429474=>1,2088429437=>1,2088429238=>1,2088429232=>1,2088429262=>1,2088429295=>1,2088429310=>1,2088429305=>1,2088429844=>1,2088429868=>1,2088430173=>1,2088430168=>1,2088430187=>1,2088430193=>1,2088430227=>1,2088430208=>1,2088430161=>1,2088430090=>1,2088429963=>1,2088429878=>1,2088429981=>1,2088430027=>1,2088430082=>1,2088427037=>1,2088427027=>1,2088423248=>1,2088423247=>1,2088423255=>1,2088423258=>1,2088423317=>1,2088423271=>1,2088423211=>1,2088423210=>1,2088423075=>1,2088423027=>1,2088423096=>1,2088423098=>1,2088423139=>1,2088423123=>1,2088423334=>1,2088423338=>1,2088423427=>1,2088423409=>1,2088423446=>1,2088423463=>1,2088423467=>1,2088423465=>1,2088423407=>1,2088423386=>1,2088423348=>1,2088423340=>1,2088423352=>1,2088423366=>1,2088423375=>1,2088423374=>1,2088423003=>1,2088422980=>1,2088422680=>1,2088422666=>1,2088422723=>1,2088422726=>1,2088422752=>1,2088422742=>1,2088422650=>1,2088422644=>1,2088422579=>1,2088422574=>1,2088422594=>1,2088422629=>1,2088422635=>1,2088422634=>1,2088422754=>1,2088422765=>1,2088422842=>1,2088422838=>1,2088422886=>1,2088422917=>1,2088422975=>1,2088422941=>1,2088422835=>1,2088422820=>1,2088422802=>1,2088422771=>1,2088422803=>1,2088422809=>1,2088422815=>1,2088423474=>1,2088423476=>1,2088425146=>1,2088424921=>1,2088426025=>1,2088426057=>1,2088426212=>1,2088426154=>1,2088424843=>1,2088424742=>1,2088424609=>1,2088424600=>1,2088424611=>1,2088424627=>1,2088424732=>1,2088424640=>1,2088426230=>1,2088426262=>1,2088426869=>1,2088426844=>1,2088426875=>1,2088426898=>1,2088426953=>1,2088426951=>1,2088426591=>1,2088426499=>1,2088426328=>1,2088426282=>1,2088426409=>1,2088426419=>1,2088426486=>1,2088424533=>1,2088424499=>1,2088423595=>1,2088423573=>1,2088423600=>1,2088423623=>1,2088423666=>1,2088423637=>1,2088423564=>1,2088423559=>1,2088423519=>1,2088423511=>1,2088423524=>1,2088423525=>1,2088423544=>1,2088423543=>1,2088423713=>1,2088424046=>1,2088424239=>1,2088424187=>1,2088424309=>1,2088424371=>1,2088424405=>1,2088424380=>1,2088424175=>1,2088424141=>1,2088424078=>1,2088424054=>1,2088424098=>1,2088424100=>1,2088424118=>1,2088414752=>1,2088414703=>1,2088402561=>1,2088402544=>1,2088402629=>1,2088402632=>1,2088402691=>1,2088402651=>1,2088402539=>1,2088402508=>1,2088402372=>1,2088402353=>1,2088402416=>1,2088402484=>1,2088402507=>1,2088402504=>1,2088402717=>1,2088402729=>1,2088403051=>1,2088403039=>1,2088403131=>1,2088403216=>1,2088403379=>1,2088403245=>1,2088402969=>1,2088402951=>1,2088402764=>1,2088402755=>1,2088402791=>1,2088402820=>1,2088402939=>1,2088402877=>1,2088402302=>1,2088402280=>1,2088401909=>1,2088401890=>1,2088401933=>1,2088401937=>1,2088401947=>1,2088401940=>1,2088401878=>1,2088401856=>1,2088401799=>1,2088401771=>1,2088401801=>1,2088401816=>1,2088401850=>1,2088401825=>1,2088401979=>1,2088401991=>1,2088402157=>1,2088402139=>1,2088402166=>1,2088402196=>1,2088402250=>1,2088402231=>1,2088402109=>1,2088402103=>1,2088402076=>1,2088402005=>1,2088402079=>1,2088402080=>1,2088402083=>1,2088403569=>1,2088403783=>1,2088406904=>1,2088406902=>1,2088406910=>1,2088406954=>1,2088407072=>1,2088406997=>1,2088406886=>1,2088406854=>1,2088406741=>1,2088406713=>1,2088406744=>1,2088406746=>1,2088406797=>1,2088406794=>1,2088407088=>1,2088407163=>1,2088407343=>1,2088407328=>1,2088407352=>1,2088407360=>1,2088407437=>1,2088407407=>1,2088407276=>1,2088407256=>1,2088407201=>1,2088407188=>1,2088407225=>1,2088407234=>1,2088407247=>1,2088406692=>1,2088406601=>1,2088404117=>1,2088404024=>1,2088404118=>1,2088404238=>1,2088404320=>1,2088404247=>1,2088403996=>1,2088403993=>1,2088403825=>1,2088403807=>1,2088403871=>1,2088403926=>1,2088403985=>1,2088403972=>1,2088404332=>1,2088404382=>1,2088406491=>1,2088406434=>1,2088406508=>1,2088406523=>1,2088406584=>1,2088406551=>1,2088406420=>1,2088406412=>1,2088406329=>1,2088406325=>1,2088406351=>1,2088406355=>1,2088406411=>1,2088401750=>1,2088401715=>1,2088399709=>1,2088399701=>1,2088399727=>1,2088399738=>1,2088399746=>1,2088399745=>1,2088399687=>1,2088399669=>1,2088399605=>1,2088399601=>1,2088399610=>1,2088399617=>1,2088399644=>1,2088399626=>1,2088399751=>1,2088399754=>1,2088399924=>1,2088399912=>1,2088399928=>1,2088399935=>1,2088399971=>1,2088399946=>1,2088399902=>1,2088399889=>1,2088399804=>1,2088399790=>1,2088399824=>1,2088399830=>1,2088399875=>1,2088399831=>1,2088399581=>1,2088399547=>1,2088399333=>1,2088399327=>1,2088399339=>1,2088399340=>1,2088399366=>1,2088399352=>1,2088399326=>1,2088399316=>1,2088399169=>1,2088399165=>1,2088399176=>1,2088399195=>1,2088399251=>1,2088399205=>1,2088399378=>1,2088399381=>1,2088399498=>1,2088399493=>1,2088399516=>1,2088399520=>1,2088399546=>1,2088399530=>1,2088399490=>1,2088399481=>1,2088399405=>1,2088399395=>1,2088399409=>1,2088399426=>1,2088399462=>1,2088399993=>1,2088400000=>1,2088400549=>1,2088400505=>1,2088400569=>1,2088400637=>1,2088400979=>1,2088400779=>1,2088400443=>1,2088400386=>1,2088400299=>1,2088400295=>1,2088400339=>1,2088400344=>1,2088400366=>1,2088400364=>1,2088401125=>1,2088401374=>1,2088401611=>1,2088401579=>1,2088401622=>1,2088401679=>1,2088401707=>1,2088401694=>1,2088401560=>1,2088401557=>1,2088401418=>1,2088401410=>1,2088401495=>1,2088401542=>1,2088401548=>1,2088400283=>1,2088400275=>1,2088400085=>1,2088400078=>1,2088400104=>1,2088400107=>1,2088400125=>1,2088400115=>1,2088400074=>1,2088400058=>1,2088400008=>1,2088400001=>1,2088400013=>1,2088400022=>1,2088400045=>1,2088400026=>1,2088400131=>1,2088400135=>1,2088400198=>1,2088400197=>1,2088400219=>1,2088400226=>1,2088400232=>1,2088400229=>1,2088400189=>1,2088400184=>1,2088400138=>1,2088400136=>1,2088400139=>1,2088400149=>1,2088400158=>1,2088407440=>1,2088407457=>1,2088412101=>1,2088412092=>1,2088412204=>1,2088412211=>1,2088412299=>1,2088412237=>1,2088412081=>1,2088412063=>1,2088411932=>1,2088411921=>1,2088411935=>1,2088411996=>1,2088412054=>1,2088412036=>1,2088412302=>1,2088412308=>1,2088412552=>1,2088412536=>1,2088412556=>1,2088412574=>1,2088412597=>1,2088412590=>1,2088412484=>1,2088412444=>1,2088412351=>1,2088412310=>1,2088412370=>1,2088412381=>1,2088412442=>1,2088412398=>1,2088411911=>1,2088411794=>1,2088411260=>1,2088411256=>1,2088411316=>1,2088411341=>1,2088411377=>1,2088411359=>1,2088411233=>1,2088411190=>1,2088411086=>1,2088411050=>1,2088411139=>1,2088411148=>1,2088411185=>1,2088411154=>1,2088411386=>1,2088411396=>1,2088411677=>1,2088411638=>1,2088411679=>1,2088411708=>1,2088411772=>1,2088411731=>1,2088411611=>1,2088411551=>1,2088411473=>1,2088411432=>1,2088411476=>1,2088411479=>1,2088411508=>1,2088412599=>1,2088412663=>1,2088413931=>1,2088413923=>1,2088414041=>1,2088414067=>1,2088414096=>1,2088414087=>1,2088413866=>1,2088413847=>1,2088413726=>1,2088413711=>1,2088413728=>1,2088413753=>1,2088413793=>1,2088413757=>1,2088414127=>1,2088414234=>1,2088414581=>1,2088414565=>1,2088414603=>1,2088414673=>1,2088414693=>1,2088414675=>1,2088414462=>1,2088414426=>1,2088414261=>1,2088414239=>1,2088414358=>1,2088414398=>1,2088414399=>1,2088413710=>1,2088413703=>1,2088413252=>1,2088413239=>1,2088413254=>1,2088413272=>1,2088413300=>1,2088413298=>1,2088413211=>1,2088413197=>1,2088412725=>1,2088412718=>1,2088412776=>1,2088412857=>1,2088412924=>1,2088412874=>1,2088413319=>1,2088413341=>1,2088413568=>1,2088413521=>1,2088413636=>1,2088413648=>1,2088413683=>1,2088413671=>1,2088413466=>1,2088413436=>1,2088413376=>1,2088413348=>1,2088413378=>1,2088413403=>1,2088413429=>1,2088411036=>1,2088410924=>1,2088408689=>1,2088408677=>1,2088408701=>1,2088408707=>1,2088408732=>1,2088408710=>1,2088408674=>1,2088408667=>1,2088408634=>1,2088408632=>1,2088408637=>1,2088408638=>1,2088408658=>1,2088408652=>1,2088408735=>1,2088408752=>1,2088408856=>1,2088408850=>1,2088408870=>1,2088408874=>1,2088408893=>1,2088408889=>1,2088408822=>1,2088408815=>1,2088408766=>1,2088408755=>1,2088408779=>1,2088408797=>1,2088408807=>1,2088408801=>1,2088408628=>1,2088408606=>1,2088407742=>1,2088407732=>1,2088407751=>1,2088407803=>1,2088408103=>1,2088407805=>1,2088407687=>1,2088407682=>1,2088407523=>1,2088407459=>1,2088407542=>1,2088407582=>1,2088407668=>1,2088407606=>1,2088408127=>1,2088408149=>1,2088408454=>1,2088408449=>1,2088408461=>1,2088408466=>1,2088408543=>1,2088408489=>1,2088408421=>1,2088408378=>1,2088408206=>1,2088408170=>1,2088408247=>1,2088408286=>1,2088408353=>1,2088408894=>1,2088408921=>1,2088410476=>1,2088410470=>1,2088410484=>1,2088410490=>1,2088410538=>1,2088410528=>1,2088410455=>1,2088410373=>1,2088410200=>1,2088410172=>1,2088410211=>1,2088410229=>1,2088410347=>1,2088410306=>1,2088410544=>1,2088410556=>1,2088410795=>1,2088410787=>1,2088410812=>1,2088410848=>1,2088410888=>1,2088410849=>1,2088410762=>1,2088410761=>1,2088410633=>1,2088410595=>1,2088410635=>1,2088410736=>1,2088410755=>1,2088410159=>1,2088409597=>1,2088409053=>1,2088409030=>1,2088409059=>1,2088409061=>1,2088409069=>1,2088409065=>1,2088409025=>1,2088409015=>1,2088408963=>1,2088408924=>1,2088408969=>1,2088408970=>1,2088408999=>1,2088408984=>1,2088409073=>1,2088409081=>1,2088409486=>1,2088409410=>1,2088409502=>1,2088409546=>1,2088409595=>1,2088409552=>1,2088409354=>1,2088409346=>1,2088409245=>1,2088409187=>1,2088409265=>1,2088409320=>1,2088409339=>1,2088399160=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2193189248=>2193189375,2212342441=>1,2212342409=>1,2212342571=>1,2212342667=>1,2212342693=>1,2212342680=>1,2212342225=>1,2212342180=>1,2212310004=>1,2212269440=>1,2212310005=>1,2212316490=>1,2212342179=>1,2212328315=>1,2212342732=>1,2212342760=>1,2214003447=>1,2212358062=>1,2214560939=>1,2214561354=>1,2214583619=>1,2214566399=>1,2212357985=>1,2212357879=>1,2212346851=>1,2212346850=>1,2212346852=>1,2212346853=>1,2212346874=>1,2211949782=>1,2210363645=>1,2208368398=>1,2208368364=>1,2208368441=>1,2208368515=>1,2208368556=>1,2208368539=>1,2208368359=>1,2208368343=>1,2208368163=>1,2208368147=>1,2208368273=>1,2208368310=>1,2208368336=>1,2208368323=>1,2208368560=>1,2208371792=>1,2210343569=>1,2210335444=>1,2210346546=>1,2210357984=>1,2210362522=>1,2210361081=>1,2210146493=>1,2210146492=>1,2208378421=>1,2208372026=>1,2208380453=>1,2208411910=>1,2209297764=>1,2208412211=>1,2214583677=>1,2214583738=>1,2239921735=>1,2239921693=>1,2244662580=>1,2247266854=>1,2248153634=>1,2248153091=>1,2239921606=>1,2239921463=>1,2239919208=>1,2239919065=>1,2239920223=>1,2239920881=>1,2239921326=>1,2239921110=>1,2248361946=>1,2248370270=>1,2254276785=>1,2254130831=>1,2254455057=>1,2254837370=>1,2254889779=>1,2254882917=>1,2251417983=>1,2251417966=>1,2249437549=>1,2248381226=>1,2250407205=>1,2250412928=>1,2251298429=>1,2239918907=>1,2239918896=>1,2231312273=>1,2230905608=>1,2231316481=>1,2231324543=>1,2231347752=>1,2231324576=>1,2230853132=>1,2230817579=>1,2224248073=>1,2218958106=>1,2224488706=>1,2226246681=>1,2229704273=>1,2228762114=>1,2231348038=>1,2231350582=>1,2239917015=>1,2239916831=>1,2239917598=>1,2239917660=>1,2239918800=>1,2239918696=>1,2239915314=>1,2239914790=>1,2232553795=>1,2231364120=>1,2239912224=>1,2239912407=>1,2239913356=>1,2208368099=>1,2208368021=>1,2187236451=>1,2185998886=>1,2189734270=>1,2190855019=>1,2192840678=>1,2190859389=>1,2185211262=>1,2184591080=>1,2180087696=>1,2180087345=>1,2180090003=>1,2180090319=>1,2181059123=>1,2180093827=>1,2192850838=>1,2192855290=>1,2193703323=>1,2193226316=>1,2193717390=>1,2193816585=>1,2194884548=>1,2194882144=>1,2193226308=>1,2193196299=>1,2193162305=>1,2193116022=>1,2193181157=>1,2193182321=>1,2193196298=>1,2193188914=>1,2179824441=>1,2179510574=>1,2160587701=>1,2160587339=>1,2160587982=>1,2160589066=>1,2160590021=>1,2160589427=>1,2160587074=>1,2160586945=>1,2160584591=>1,2160583741=>1,2160585468=>1,2160585788=>1,2160585914=>1,2160585851=>1,2160590322=>1,2160863082=>1,2170823274=>1,2170698871=>1,2170837009=>1,2176505704=>1,2178523159=>1,2177022220=>1,2168457428=>1,2165741215=>1,2161115881=>1,2160905349=>1,2161116357=>1,2161247201=>1,2162121811=>1,2194886094=>1,2194890943=>1,2204932418=>1,2204429378=>1,2204932442=>1,2204932555=>1,2204932602=>1,2204932565=>1,2204424932=>1,2204424891=>1,2202598152=>1,2202597451=>1,2204396347=>1,2204407912=>1,2204411594=>1,2204407932=>1,2204935292=>1,2204950577=>1,2208367770=>1,2208367736=>1,2208367813=>1,2208367907=>1,2255946498=>1,2208367999=>1,2208367718=>1,2208367642=>1,2204951198=>1,2204950703=>1,2206371426=>1,2207991154=>1,2208367640=>1,2202568903=>1,2202564241=>1,2197831002=>1,2197825026=>1,2197831258=>1,2197844166=>1,2197856888=>1,2197846121=>1,2197817892=>1,2197768356=>1,2194909459=>1,2194906124=>1,2195826769=>1,2197127860=>1,2197752511=>1,2197141449=>1,2197858388=>1,2197865194=>1,2202561099=>1,2202554881=>1,2202561110=>1,2202561189=>1,2202564168=>1,2202561353=>1,2202546168=>1,2202539681=>1,2202539169=>1,2202539077=>1,2202539180=>1,2202539358=>1,2202539417=>1,2208368034=>1,2255946660=>1,2315310077=>1,2315310075=>1,2315314226=>1,2315316177=>1,2316502468=>1,2315316278=>1,2315310070=>1,2315310066=>1,2315310050=>1,2315310049=>1,2315310052=>1,2315310062=>1,2315310064=>1,2315310063=>1,2317622021=>1,2317647841=>1,2317651068=>1,2317651043=>1,2317651086=>1,2317651087=>1,2317651102=>1,2317651099=>1,2317651027=>1,2317651025=>1,2317650946=>1,2317647866=>1,2317650955=>1,2317650983=>1,2317651006=>1,2317651003=>1,2315310043=>1,2315310029=>1,2315309907=>1,2315309903=>1,2315309934=>1,2315309938=>1,2315309948=>1,2315309944=>1,2315309902=>1,2315309899=>1,2315309884=>1,2315309883=>1,2315309886=>1,2315309891=>1,2315309894=>1,2315309892=>1,2315309952=>1,2315309955=>1,2315309999=>1,2315309997=>1,2315310009=>1,2315310013=>1,2315310026=>1,2315310015=>1,2315309991=>1,2315309987=>1,2315309964=>1,2315309963=>1,2315309970=>1,2315309977=>1,2315309982=>1,2317651111=>1,2317651118=>1,2317651668=>1,2317651640=>1,2317651688=>1,2317651703=>1,2317651720=>1,2317651719=>1,2317651601=>1,2317651599=>1,2317651481=>1,2317651472=>1,2317651491=>1,2317651562=>1,2317651598=>1,2317651581=>1,2317651738=>1,2317651752=>1,2317651941=>1,2317651927=>1,2317651943=>1,2317651961=>1,2317658420=>1,2317658244=>1,2317651875=>1,2317651835=>1,2317651782=>1,2317651768=>1,2317651788=>1,2317651818=>1,2317651825=>1,2317651447=>1,2317651444=>1,2317651241=>1,2317651233=>1,2317651245=>1,2317651249=>1,2317651258=>1,2317651251=>1,2317651220=>1,2317651208=>1,2317651136=>1,2317651123=>1,2317651160=>1,2317651192=>1,2317651207=>1,2317651201=>1,2317651266=>1,2317651297=>1,2317651392=>1,2317651364=>1,2317651403=>1,2317651408=>1,2317651440=>1,2317651413=>1,2317651334=>1,2317651326=>1,2317651302=>1,2317651298=>1,2317651309=>1,2317651312=>1,2317651325=>1,2315309880=>1,2315309877=>1,2292838257=>1,2292763033=>1,2292840164=>1,2297643105=>1,2297650279=>1,2297644743=>1,2291250695=>1,2285888476=>1,2281702019=>1,2281701555=>1,2281702043=>1,2281702123=>1,2285781134=>1,2281705689=>1,2297651724=>1,2297651766=>1,2297681545=>1,2297680180=>1,2297690230=>1,2306246997=>1,2306248431=>1,2306247617=>1,2297677307=>1,2297676039=>1,2297654020=>1,2297652870=>1,2297655870=>1,2297657946=>1,2297674661=>1,2297671828=>1,2281701532=>1,2281701411=>1,2259246298=>1,2256713172=>1,2259246299=>1,2259246302=>1,2262145349=>1,2261046911=>1,2256713009=>1,2256713003=>1,2255952577=>1,2255948067=>1,2255954128=>1,2255954167=>1,2256093188=>1,2255955079=>1,2262145807=>1,2262975517=>1,2264519471=>1,2264519410=>1,2264862067=>1,2266453041=>1,2266464675=>1,2266460713=>1,2264508432=>1,2264504966=>1,2263677468=>1,2263617699=>1,2264481116=>1,2264499636=>1,2264501231=>1,2306260181=>1,2306260273=>1,2315309761=>1,2315309758=>1,2315309789=>1,2315309796=>1,2315309801=>1,2315309798=>1,2315309756=>1,2315309746=>1,2315309691=>1,2315309687=>1,2315309694=>1,2315309714=>1,2315309744=>1,2315309723=>1,2315309813=>1,2315309821=>1,2315309862=>1,2315309850=>1,2315309864=>1,2315309865=>1,2315309873=>1,2315309870=>1,2315309846=>1,2315309844=>1,2315309825=>1,2315309824=>1,2315309838=>1,2315309839=>1,2315309840=>1,2315309656=>1,2315309646=>1,2309960683=>1,2309292399=>1,2311945251=>1,2315261122=>1,2315261243=>1,2315261236=>1,2307368673=>1,2307359622=>1,2306260572=>1,2306260322=>1,2306260581=>1,2306268223=>1,2307328233=>1,2306268717=>1,2315261398=>1,2315261400=>1,2315290965=>1,2315289531=>1,2315305518=>1,2315307852=>1,2315307978=>1,2315307960=>1,2315289527=>1,2315288703=>1,2315262194=>1,2315261766=>1,2315278607=>1,2315278623=>1,2315278694=>1,2160583431=>1,2160582979=>1,2095223387=>1,2093988506=>1,2095229219=>1,2095300651=>1,2095938480=>1,2095924044=>1,2093985627=>1,2093974770=>1,2093940440=>1,2093939207=>1,2093944475=>1,2093953215=>1,2093965653=>1,2093959035=>1,2096021114=>1,2096374164=>1,2096834123=>1,2096690342=>1,2096834124=>1,2096834125=>1,2097275109=>1,2097091853=>1,2096688634=>1,2096676430=>1,2096385409=>1,2096383081=>1,2096670763=>1,2096672261=>1,2096672740=>1,2096672510=>1,2093939205=>1,2093937117=>1,2093880952=>1,2093878267=>1,2093893104=>1,2093896957=>1,2093903774=>1,2093900534=>1,2093876544=>1,2093862834=>1,2093659578=>1,2093659142=>1,2093664354=>1,2093667866=>1,2093676398=>1,2093670346=>1,2093905787=>1,2093909475=>1,2093931730=>1,2093928948=>1,2093931740=>1,2093934702=>1,2093935787=>1,2093935786=>1,2093928945=>1,2093927615=>1,2093917364=>1,2093913741=>1,2093918202=>1,2093922977=>1,2093924478=>1,2098739009=>1,2098750252=>1,2100181253=>1,2100123404=>1,2100181276=>1,2100992153=>1,2101224713=>1,2101218978=>1,2099972113=>1,2099780276=>1,2099377213=>1,2099377176=>1,2099399477=>1,2099435427=>1,2099780198=>1,2099765558=>1,2101347587=>1,2101349426=>1,2101880590=>1,2101866252=>1,2101902606=>1,2102120767=>1,2102562312=>1,2102561813=>1,2101857090=>1,2101464695=>1,2101349544=>1,2101349453=>1,2101352485=>1,2101400707=>1,2101440713=>1,2099330309=>1,2098901868=>1,2098753366=>1,2098752948=>1,2098753883=>1,2098754210=>1,2098755811=>1,2098754376=>1,2098752768=>1,2098751650=>1,2098751273=>1,2098750331=>1,2098751324=>1,2098751518=>1,2098751645=>1,2098751621=>1,2098756239=>1,2098756966=>1,2098800362=>1,2098800351=>1,2098808897=>1,2098832073=>1,2098873354=>1,2098872150=>1,2098800165=>1,2098779542=>1,2098763346=>1,2098760734=>1,2098767781=>1,2098774051=>1,2098777606=>1,2093659122=>1,2093655718=>1,2091518134=>1,2091517806=>1,2091518822=>1,2091520077=>1,2091521779=>1,2091520369=>1,2091517585=>1,2091517206=>1,2091437495=>1,2091437208=>1,2091437609=>1,2091439829=>1,2091516383=>1,2091516178=>1,2091521809=>1,2091522188=>1,2091525936=>1,2091525825=>1,2091526021=>1,2091526799=>1,2091527877=>1,2091527669=>1,2091525706=>1,2091525036=>1,2091522586=>1,2091522424=>1,2091522888=>1,2091523714=>1,2091524163=>1,2091523720=>1,2091436051=>1,2091430525=>1,2090731926=>1,2090561621=>1,2090869506=>1,2090910279=>1,2090946250=>1,2090910280=>1,2090170817=>1,2090155573=>1,2090115441=>1,2090108025=>1,2090115486=>1,2090116343=>1,2090127018=>1,2090116641=>1,2090974513=>1,2090987586=>1,2091261113=>1,2091261048=>1,2091300363=>1,2091317125=>1,2091426745=>1,2091317775=>1,2091258546=>1,2091252808=>1,2091121316=>1,2091034808=>1,2091214500=>1,2091222728=>1,2091251374=>1,2091529775=>1,2091530151=>1,2093025542=>1,2093025271=>1,2093027322=>1,2093029278=>1,2093030664=>1,2093030397=>1,2093024440=>1,2093024253=>1,2093016750=>1,2093014512=>1,2093021851=>1,2093021886=>1,2093024245=>1,2093022373=>1,2093031913=>1,2093032445=>1,2093506786=>1,2093491494=>1,2093528370=>1,2093529294=>1,2093649189=>1,2093647109=>1,2093490578=>1,2093305571=>1,2093035005=>1,2093033979=>1,2093035768=>1,2093038090=>1,2093078697=>1,2093012860=>1,2093012661=>1,2092959947=>1,2092959945=>1,2092961205=>1,2092964854=>1,2092967928=>1,2092966136=>1,2092959716=>1,2092959714=>1,2091531657=>1,2091531027=>1,2091602813=>1,2091710098=>1,2092958971=>1,2092957939=>1,2092968189=>1,2092969969=>1,2092985079=>1,2092982984=>1,2092987373=>1,2092989116=>1,2093000575=>1,2092989430=>1,2092982769=>1,2092981755=>1,2092974587=>1,2092973176=>1,2092979984=>1,2092980336=>1,2092980406=>1,2102565977=>1,2102566642=>1,2160542805=>1,2160542593=>1,2160543036=>1,2160543210=>1,2160543735=>1,2160543641=>1,2160542434=>1,2160542364=>1,2160541385=>1,2160540698=>1,2160541872=>1,2160541961=>1,2160542363=>1,2160542341=>1,2160544434=>1,2160545747=>1,2160548928=>1,2160548304=>1,2160549033=>1,2160549380=>1,2160549734=>1,2160549700=>1,2160548208=>1,2160548108=>1,2160546985=>1,2160546096=>1,2160547089=>1,2160547237=>1,2160547739=>1,2160547490=>1,2160539599=>1,2160539429=>1,2152678996=>1,2152460845=>1,2152681968=>1,2154427411=>1,2154718089=>1,2154718084=>1,2152438572=>1,2152434569=>1,2152298233=>1,2152291696=>1,2152302637=>1,2152386517=>1,2152415626=>1,2152415340=>1,2154882064=>1,2154979610=>1,2160535440=>1,2160534610=>1,2160536046=>1,2160536333=>1,2160538631=>1,2160537195=>1,2160534277=>1,2158202389=>1,2155817004=>1,2155282782=>1,2156055643=>1,2156872481=>1,2157547901=>1,2160549758=>1,2160550932=>1,2160569587=>1,2160569168=>1,2160570103=>1,2160570676=>1,2160571140=>1,2160570988=>1,2160569078=>1,2160568716=>1,2160566231=>1,2160564693=>1,2160566260=>1,2160566363=>1,2160568287=>1,2160567892=>1,2160571236=>1,2160574097=>1,2160579914=>1,2160578751=>1,2160581376=>1,2160582023=>1,2160582744=>1,2160582270=>1,2160578452=>1,2160577445=>1,2160575088=>1,2160574732=>1,2160575671=>1,2160575760=>1,2160576376=>1,2160564396=>1,2160564303=>1,2160556648=>1,2160555806=>1,2160557138=>1,2160557650=>1,2160558515=>1,2160557792=>1,2160555473=>1,2160554783=>1,2160551856=>1,2160551327=>1,2160552335=>1,2160552548=>1,2160553990=>1,2160553969=>1,2160558719=>1,2160559016=>1,2160562096=>1,2160562042=>1,2160563320=>1,2160563858=>1,2160564162=>1,2160564116=>1,2160561521=>1,2160561120=>1,2160559514=>1,2160559111=>1,2160560118=>1,2160560764=>1,2160560846=>1,2152291681=>1,2152284362=>1,2107872404=>1,2107863109=>1,2107879436=>1,2107894043=>1,2107916478=>1,2107894259=>1,2107863105=>1,2107788352=>1,2107651924=>1,2106551901=>1,2107668661=>1,2107769777=>1,2107784184=>1,2107773261=>1,2107969812=>1,2107974361=>1,2110878434=>1,2110876824=>1,2110878749=>1,2110893858=>1,2111101381=>1,2111098278=>1,2110874046=>1,2110872510=>1,2108160186=>1,2108144792=>1,2108160361=>1,2110123671=>1,2110867769=>1,2110867102=>1,2106135922=>1,2105632267=>1,2102795855=>1,2102795785=>1,2102795963=>1,2102956416=>1,2103103308=>1,2102959842=>1,2102793952=>1,2102793893=>1,2102789704=>1,2102788542=>1,2102791425=>1,2102793340=>1,2102793871=>1,2102793741=>1,2103103325=>1,2103103326=>1,2104982350=>1,2104323900=>1,2105024136=>1,2105234164=>1,2105270333=>1,2105234466=>1,2104147140=>1,2103665681=>1,2103369151=>1,2103170094=>1,2103665670=>1,2103665674=>1,2103665677=>1,2111101399=>1,2111101917=>1,2148143924=>1,2148040303=>1,2148315451=>1,2149470154=>1,2150041668=>1,2149515298=>1,2147668701=>1,2147528125=>1,2113762293=>1,2113762287=>1,2113762298=>1,2113763950=>1,2128122799=>1,2118518674=>1,2150924393=>1,2150932500=>1,2152164740=>1,2152076459=>1,2152178086=>1,2152250828=>1,2152269116=>1,2152259059=>1,2152062829=>1,2152056031=>1,2151975758=>1,2151355001=>1,2152018547=>1,2152024043=>1,2152049750=>1,2113762286=>1,2113762283=>1,2113740958=>1,2112262379=>1,2113748052=>1,2113757284=>1,2113762054=>1,2113762051=>1,2112262372=>1,2112090378=>1,2111253652=>1,2111102012=>1,2111306305=>1,2111424404=>1,2111891472=>1,2111845470=>1,2113762059=>1,2113762060=>1,2113762205=>1,2113762201=>1,2113762245=>1,2113762250=>1,2113762279=>1,2113762261=>1,2113762115=>1,2113762103=>1,2113762063=>1,2113762061=>1,2113762064=>1,2113762099=>1,2113762100=>1,2090107494=>1,);?>
1
+ <?php return array(2193189248=>2193189375,2160559774=>1,2160559514=>1,2160560764=>1,2160561120=>1,2160561894=>1,2160561521=>1,2160559111=>1,2160558515=>1,2160555859=>1,2160555479=>1,2160556648=>1,2160556770=>1,2160562480=>1,2160558309=>1,2160559016=>1,2160564162=>1,2160571236=>1,2160570676=>1,2160571427=>1,2160571647=>1,2160574226=>1,2160573910=>1,2160570103=>1,2160569078=>1,2160564464=>1,2160555473=>1,2160566749=>1,2160567581=>1,2160567892=>1,2160567805=>1,2160564116=>1,2160555389=>1,2160547739=>1,2160547366=>1,2160547957=>1,2160547981=>1,2160548108=>1,2160548000=>1,2160547237=>1,2160546985=>1,2160543210=>1,2160543157=>1,2160544229=>1,2160544434=>1,2160546228=>1,2160546096=>1,2160548304=>1,2160548554=>1,2160552519=>1,2160552226=>1,2160552898=>1,2160553032=>1,2160554941=>1,2160553116=>1,2160550932=>1,2160550645=>1,2160548780=>1,2160548588=>1,2160549033=>1,2160549734=>1,2160549758=>1,2160574831=>1,2160575088=>1,2172275536=>1,2170823274=>1,2173701666=>1,2173829127=>1,2180090003=>1,2175845829=>1,2170366791=>1,2170102440=>1,2160590377=>1,2160590351=>1,2160905349=>1,2161115881=>1,2166603622=>1,2165741215=>1,2181059123=>1,2185211262=>1,2193188914=>1,2193182321=>1,2193196298=>1,2193196299=>1,2193226316=>1,2193226308=>1,2193116022=>1,2192861182=>1,2187236451=>1,2185998886=>1,2190806559=>1,2192840678=>1,2192850838=>1,2160590322=>1,2160590315=>1,2160581376=>1,2160581052=>1,2160581642=>1,2160582131=>1,2160582744=>1,2160582597=>1,2160580461=>1,2160579561=>1,2160575760=>1,2160575101=>1,2160576376=>1,2160577716=>1,2160578909=>1,2160578452=>1,2160583134=>1,2160583741=>1,2160587443=>1,2160587339=>1,2160587982=>1,2160589066=>1,2160590021=>1,2160589427=>1,2160586945=>1,2160586485=>1,2160584916=>1,2160584591=>1,2160585166=>1,2160585468=>1,2160585788=>1,2160543036=>1,2160542758=>1,2112248524=>1,2112243732=>1,2112262315=>1,2112262616=>1,2112755874=>1,2112654711=>1,2112090378=>1,2111894117=>1,2111424404=>1,2111306305=>1,2111891654=>1,2111893015=>1,2111893988=>1,2111893222=>1,2112756335=>1,2113740958=>1,2113762100=>1,2113762099=>1,2113762101=>1,2113762115=>1,2113762152=>1,2113762121=>1,2113762064=>1,2113762063=>1,2113757284=>1,2113748052=>1,2113762051=>1,2113762052=>1,2113762060=>1,2113762059=>1,2111253652=>1,2111176293=>1,2107991010=>1,2107974852=>1,2108009467=>1,2108070897=>1,2108121451=>1,2108087381=>1,2107969967=>1,2107966202=>1,2107879299=>1,2107878528=>1,2107891837=>1,2107894043=>1,2107965253=>1,2107916478=>1,2108122542=>1,2108122564=>1,2111001040=>1,2110878749=>1,2111098278=>1,2111101381=>1,2111102012=>1,2111101399=>1,2110876755=>1,2110874046=>1,2109027511=>1,2108134892=>1,2110392138=>1,2110785957=>1,2110872510=>1,2113762195=>1,2113762201=>1,2154979610=>1,2154882064=>1,2155817004=>1,2156055643=>1,2157547901=>1,2156872481=>1,2152678996=>1,2152444153=>1,2152219281=>1,2152206636=>1,2152286496=>1,2152301579=>1,2152404672=>1,2152388549=>1,2158202389=>1,2160534277=>1,2160541961=>1,2160541872=>1,2160542213=>1,2160542236=>1,2160542754=>1,2160542658=>1,2160541272=>1,2160539599=>1,2160536046=>1,2160535440=>1,2160537195=>1,2160538631=>1,2160539429=>1,2152164827=>1,2152164792=>1,2113763950=>1,2113762298=>1,2118518674=>1,2119019492=>1,2148143924=>1,2148040303=>1,2113762293=>1,2113762287=>1,2113762231=>1,2113762205=>1,2113762237=>1,2113762254=>1,2113762286=>1,2113762283=>1,2148315451=>1,2149470154=>1,2152056031=>1,2152010991=>1,2152077167=>1,2152140999=>1,2152164745=>1,2152164637=>1,2151955009=>1,2151790836=>1,2149515298=>1,2149473326=>1,2150041668=>1,2150924393=>1,2150932500=>1,2193690554=>1,2194890943=>1,2297627784=>1,2297627036=>1,2297631182=>1,2297643105=>1,2297647402=>1,2297644743=>1,2292817386=>1,2292763033=>1,2281702035=>1,2281702026=>1,2281702122=>1,2281702123=>1,2285888476=>1,2281705689=>1,2297647426=>1,2297648014=>1,2297679950=>1,2297674661=>1,2297680180=>1,2297681545=>1,2306131728=>1,2297688485=>1,2297671828=>1,2297661333=>1,2297651766=>1,2297650279=>1,2297652870=>1,2297654020=>1,2297657946=>1,2297655870=>1,2281702019=>1,2281701554=>1,2256093188=>1,2255955079=>1,2256713003=>1,2256713009=>1,2259246298=>1,2256713172=>1,2255954167=>1,2255954128=>1,2254889779=>1,2254882917=>1,2255946498=>1,2255946660=>1,2255952577=>1,2255948067=>1,2259246299=>1,2259246302=>1,2266464675=>1,2266460713=>1,2281701379=>1,2281701411=>1,2281701442=>1,2281701435=>1,2266211947=>1,2264508432=>1,2262975517=>1,2261046911=>1,2263677468=>1,2264500126=>1,2264501231=>1,2306247617=>1,2306248340=>1,2315300008=>1,2315300001=>1,2315300010=>1,2315300019=>1,2315300032=>1,2315300028=>1,2315299999=>1,2315299997=>1,2315299983=>1,2315299980=>1,2315299984=>1,2315299985=>1,2315299989=>1,2315299988=>1,2315300035=>1,2315300041=>1,2315300089=>1,2315300087=>1,2315300094=>1,2315300124=>1,2315300139=>1,2315300134=>1,2315300078=>1,2315300067=>1,2315300049=>1,2315300044=>1,2315300052=>1,2315300061=>1,2315300063=>1,2315299979=>1,2315299973=>1,2307368673=>1,2307328233=>1,2309292399=>1,2309960683=>1,2311945251=>1,2309964410=>1,2306269085=>1,2306268883=>1,2306260572=>1,2306260181=>1,2306266941=>1,2306266978=>1,2306268717=>1,2306267927=>1,2313516617=>1,2315261394=>1,2315299916=>1,2315299910=>1,2315299968=>1,2315299970=>1,2315299972=>1,2315299971=>1,2315282142=>1,2315278694=>1,2315261764=>1,2315261430=>1,2315261766=>1,2315262194=>1,2315278607=>1,2254837370=>1,2254663848=>1,2208368002=>1,2208367682=>1,2208368021=>1,2208368307=>1,2208378421=>1,2208378129=>1,2208031836=>1,2207991154=>1,2204935292=>1,2204841536=>1,2204950615=>1,2204951270=>1,2206371426=>1,2205306308=>1,2208380453=>1,2208407105=>1,2210357984=>1,2210354103=>1,2210362830=>1,2210363645=>1,2212269440=>1,2211949782=>1,2210350291=>1,2210348977=>1,2210146492=>1,2208411910=>1,2210146493=>1,2210344243=>1,2210347786=>1,2210345038=>1,2204408291=>1,2204407912=>1,2202539027=>1,2197878506=>1,2202539082=>1,2202554881=>1,2202561189=>1,2202561034=>1,2197864839=>1,2197831002=>1,2197752511=>1,2195826769=>1,2197768356=>1,2197824786=>1,2197826510=>1,2197825250=>1,2202561353=>1,2202564241=>1,2202598048=>1,2202597927=>1,2202598058=>1,2202598074=>1,2204368955=>1,2202598101=>1,2202597600=>1,2202597594=>1,2202597541=>1,2202569256=>1,2202597559=>1,2202597579=>1,2202597581=>1,2212310004=>1,2212310005=>1,2247262900=>1,2244731304=>1,2247266854=>1,2248153091=>1,2248351341=>1,2248153634=>1,2241565409=>1,2239921899=>1,2239921373=>1,2239920917=>1,2239921606=>1,2239921619=>1,2239921735=>1,2239921690=>1,2248361946=>1,2248370270=>1,2253896547=>1,2251417966=>1,2253973236=>1,2254088004=>1,2254276785=>1,2254130831=>1,2250477694=>1,2250453383=>1,2249437549=>1,2248381226=>1,2250407205=>1,2250412928=>1,2250442327=>1,2239920843=>1,2239920701=>1,2214583596=>1,2214568457=>1,2214583626=>1,2214583778=>1,2214584325=>1,2214583796=>1,2214566396=>1,2214003447=>1,2212346850=>1,2212328315=>1,2212346851=>1,2212346852=>1,2212346874=>1,2212346856=>1,2218958106=>1,2224248073=>1,2239917717=>1,2239917447=>1,2239919262=>1,2239919373=>1,2239920468=>1,2239920401=>1,2239905614=>1,2239904178=>1,2226246681=>1,2224488706=>1,2228762114=>1,2229704273=>1,2230853132=>1,2107863787=>1,2107863398=>1,2088434589=>1,2088434555=>1,2088434616=>1,2088434618=>1,2088434640=>1,2088434621=>1,2088434548=>1,2088434543=>1,2088434448=>1,2088434440=>1,2088434465=>1,2088434490=>1,2088434528=>1,2088434520=>1,2088434655=>1,2088434709=>1,2088434847=>1,2088434842=>1,2088434861=>1,2088434869=>1,2088434879=>1,2088434876=>1,2088434825=>1,2088434815=>1,2088434727=>1,2088434724=>1,2088434755=>1,2088434774=>1,2088434813=>1,2088434782=>1,2088434433=>1,2088434402=>1,2088434082=>1,2088434067=>1,2088434141=>1,2088434152=>1,2088434165=>1,2088434162=>1,2088434059=>1,2088434057=>1,2088433846=>1,2088433833=>1,2088433929=>1,2088433958=>1,2088434016=>1,2088434001=>1,2088434170=>1,2088434171=>1,2088434257=>1,2088434240=>1,2088434284=>1,2088434295=>1,2088434393=>1,2088434376=>1,2088434239=>1,2088434232=>1,2088434195=>1,2088434173=>1,2088434212=>1,2088434221=>1,2088434231=>1,2088434886=>1,2088434887=>1,2090091996=>1,2089279540=>1,2090094412=>1,2090095134=>1,2090561621=>1,2090135410=>1,2089150206=>1,2089145725=>1,2089016718=>1,2088826549=>1,2089050738=>1,2089065402=>1,2089093112=>1,2089065542=>1,2090731926=>1,2090868876=>1,2091251374=>1,2091182945=>1,2091252808=>1,2091261231=>1,2091337480=>1,2091317775=>1,2091121316=>1,2091034808=>1,2090893158=>1,2090869506=>1,2090910280=>1,2090946250=>1,2090974513=>1,2088823170=>1,2088819995=>1,2088435173=>1,2088435139=>1,2088435220=>1,2088435247=>1,2088435299=>1,2088435273=>1,2088435128=>1,2088435099=>1,2088434968=>1,2088434895=>1,2088434973=>1,2088434993=>1,2088435091=>1,2088435020=>1,2088435336=>1,2088435348=>1,2088435570=>1,2088435568=>1,2088435710=>1,2088591117=>1,2088724972=>1,2088655116=>1,2088435522=>1,2088435509=>1,2088435372=>1,2088435361=>1,2088435378=>1,2088435452=>1,2088435454=>1,2088433812=>1,2088433799=>1,2088432329=>1,2088432320=>1,2088432380=>1,2088432381=>1,2088432419=>1,2088432389=>1,2088432268=>1,2088432218=>1,2088431996=>1,2088431927=>1,2088432048=>1,2088432078=>1,2088432183=>1,2088432142=>1,2088432440=>1,2088432444=>1,2088432568=>1,2088432557=>1,2088432587=>1,2088432589=>1,2088432601=>1,2088432597=>1,2088432547=>1,2088432538=>1,2088432467=>1,2088432466=>1,2088432485=>1,2088432507=>1,2088432515=>1,2088432509=>1,2088431904=>1,2088431832=>1,2088431267=>1,2088431231=>1,2088431297=>1,2088431333=>1,2088431392=>1,2088431373=>1,2088431219=>1,2088431212=>1,2088431101=>1,2088431096=>1,2088431112=>1,2088431129=>1,2088431185=>1,2088431136=>1,2088431421=>1,2088431434=>1,2088431760=>1,2088431758=>1,2088431785=>1,2088431817=>1,2088431829=>1,2088431827=>1,2088431751=>1,2088431704=>1,2088431561=>1,2088431472=>1,2088431605=>1,2088431652=>1,2088431676=>1,2088432603=>1,2088432624=>1,2088433366=>1,2088433356=>1,2088433385=>1,2088433386=>1,2088433395=>1,2088433387=>1,2088433343=>1,2088433325=>1,2088433194=>1,2088433188=>1,2088433248=>1,2088433261=>1,2088433312=>1,2088433278=>1,2088433406=>1,2088433419=>1,2088433670=>1,2088433632=>1,2088433706=>1,2088433714=>1,2088433780=>1,2088433753=>1,2088433627=>1,2088433615=>1,2088433565=>1,2088433466=>1,2088433576=>1,2088433582=>1,2088433603=>1,2088433162=>1,2088433122=>1,2088432798=>1,2088432736=>1,2088432828=>1,2088432855=>1,2088432893=>1,2088432889=>1,2088432706=>1,2088432674=>1,2088432638=>1,2088432635=>1,2088432643=>1,2088432647=>1,2088432671=>1,2088432652=>1,2088432894=>1,2088432903=>1,2088433016=>1,2088433015=>1,2088433039=>1,2088433053=>1,2088433101=>1,2088433083=>1,2088433010=>1,2088432998=>1,2088432957=>1,2088432933=>1,2088432963=>1,2088432981=>1,2088432983=>1,2091427103=>1,2091607988=>1,2100123404=>1,2100121647=>1,2100132231=>1,2100992153=>1,2101347587=>1,2101218978=>1,2100106702=>1,2100059263=>1,2099907931=>1,2099860005=>1,2099934186=>1,2099957551=>1,2100030944=>1,2099957690=>1,2101349418=>1,2101349426=>1,2102779695=>1,2102305057=>1,2102788123=>1,2102788250=>1,2102788409=>1,2102788263=>1,2102259907=>1,2101959288=>1,2101352485=>1,2101349453=>1,2101440713=>1,2101866252=>1,2101902606=>1,2101880590=>1,2099765773=>1,2099765558=>1,2098829843=>1,2098809680=>1,2098832094=>1,2098834588=>1,2098851891=>1,2098842604=>1,2098809192=>1,2098802472=>1,2098771434=>1,2098770552=>1,2098774241=>1,2098793360=>1,2098800332=>1,2098800143=>1,2098870198=>1,2098871359=>1,2099559734=>1,2099377176=>1,2099636009=>1,2099636569=>1,2099765518=>1,2099725381=>1,2099367644=>1,2099357795=>1,2098905149=>1,2098905144=>1,2099277035=>1,2099280742=>1,2099311580=>1,2102789204=>1,2102789236=>1,2105716717=>1,2105716714=>1,2105716724=>1,2105716728=>1,2107666444=>1,2105716731=>1,2105716713=>1,2105716712=>1,2105716689=>1,2105716676=>1,2105716690=>1,2105716703=>1,2105716711=>1,2105716709=>1,2107666656=>1,2107668661=>1,2107774023=>1,2107773831=>1,2107774959=>1,2107788697=>1,2107809505=>1,2107808681=>1,2107773732=>1,2107772862=>1,2107748166=>1,2107747348=>1,2107768924=>1,2107770270=>1,2107771883=>1,2105639533=>1,2105632267=>1,2102795828=>1,2102794455=>1,2102956416=>1,2103665674=>1,2104122517=>1,2103665681=>1,2102794351=>1,2102793867=>1,2102790728=>1,2102789292=>1,2102791444=>1,2102791629=>1,2102793832=>1,2102793757=>1,2104146722=>1,2104228439=>1,2104800446=>1,2104615475=>1,2105233995=>1,2105234535=>1,2105496022=>1,2105314931=>1,2104493859=>1,2104346543=>1,2104317993=>1,2104311996=>1,2104323900=>1,2104325837=>1,2104326886=>1,2098761502=>1,2098756924=>1,2093305571=>1,2093078697=>1,2093490578=>1,2093491494=>1,2093528370=>1,2093506786=>1,2093045574=>1,2093038833=>1,2093033979=>1,2093032445=>1,2093035005=>1,2093036536=>1,2093038090=>1,2093036537=>1,2093529294=>1,2093647109=>1,2093893104=>1,2093880952=>1,2093896957=>1,2093903774=>1,2093909475=>1,2093905787=>1,2093862834=>1,2093670346=>1,2093655722=>1,2093655718=>1,2093659122=>1,2093659142=>1,2093667866=>1,2093659578=>1,2093031913=>1,2093030664=>1,2092976348=>1,2092973176=>1,2092979984=>1,2092980406=>1,2092982769=>1,2092981755=>1,2092969969=>1,2092968189=>1,2092958973=>1,2092958971=>1,2092959716=>1,2092961205=>1,2092967928=>1,2092964854=>1,2092982984=>1,2092985079=>1,2093022373=>1,2093021851=>1,2093025271=>1,2093025542=>1,2093030397=>1,2093029278=>1,2093016750=>1,2093014512=>1,2092989427=>1,2092987373=>1,2092989430=>1,2093000575=>1,2093012661=>1,2093913741=>1,2093917364=>1,2096672398=>1,2096670813=>1,2096672510=>1,2096673213=>1,2096688634=>1,2096676834=>1,2096407568=>1,2096385409=>1,2096151378=>1,2096021114=>1,2096151385=>1,2096374164=>1,2096383081=>1,2096376916=>1,2096834125=>1,2098344046=>1,2098751324=>1,2098750936=>1,2098751623=>1,2098753026=>1,2098754535=>1,2098753266=>1,2098750801=>1,2098750524=>1,2098738221=>1,2098423012=>1,2098738327=>1,2098750035=>1,2098750244=>1,2095938480=>1,2095924044=>1,2093944475=>1,2093940440=>1,2093953215=>1,2093959035=>1,2093974770=>1,2093965653=>1,2093939207=>1,2093939205=>1,2093922977=>1,2093918202=>1,2093924478=>1,2093927615=>1,2093937117=>1,2093934702=>1,2093985627=>1,2093988506=>1,2095749488=>1,2095621475=>1,2095767787=>1,2095787794=>1,2095832867=>1,2095788635=>1,2095621474=>1,2095538278=>1,2095231600=>1,2094189239=>1,2095300651=>1,2095435591=>1,2095537720=>1,2088431081=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2479585280=>2479585535,2328447320=>2328447327,2457047439=>1,2455405366=>1,2457053264=>1,2457366314=>1,2455376523=>1,2457047838=>1,2453465411=>1,2452937708=>1,2452934837=>1,2452939372=>1,2452941899=>1,2459189900=>1,2453418783=>1,2454153339=>1,2459191935=>1,2461631471=>1,2461631103=>1,2461632299=>1,2461632870=>1,2461635213=>1,2461633548=>1,2461630844=>1,2461630689=>1,2461532275=>1,2459829431=>1,2461532276=>1,2461601501=>1,2461630534=>1,2459829419=>1,2452932326=>1,2426944162=>1,2425081984=>1,2427238508=>1,2441423236=>1,2449411877=>1,2447114255=>1,2423959460=>1,2423959310=>1,2420954525=>1,2420954524=>1,2420954526=>1,2420957941=>1,2423958879=>1,2420964837=>1,2449481872=>1,2449484191=>1,2452915687=>1,2452903035=>1,2452918466=>1,2452925197=>1,2452929026=>1,2452927390=>1,2452901854=>1,2452889714=>1,2449484670=>1,2449484665=>1,2449492640=>1,2449492909=>1,2449493472=>1,2449493253=>1,2461635505=>1,2461637517=>1,2496430359=>1,2493752814=>1,2496992626=>1,2497945880=>1,2498169197=>1,2497962238=>1,2493752740=>1,2493752730=>1,2487937149=>1,2482750943=>1,2489617695=>1,2493546562=>1,2493729136=>1,2493729032=>1,2498443730=>1,2499057526=>1,2499495597=>1,2499495012=>1,2499499208=>1,2499500164=>1,2499503272=>1,2499500304=>1,2499494511=>1,2499491830=>1,2499479947=>1,2499087227=>1,2499482673=>1,2499488420=>1,2499490378=>1,2482750883=>1,2481313003=>1,2461646277=>1,2461645766=>1,2461662705=>1,2462179417=>1,2462471551=>1,2462451557=>1,2461645210=>1,2461645200=>1,2461637949=>1,2420954523=>1,2461638943=>1,2461640120=>1,2461643111=>1,2461641377=>1,2462509840=>1,2462559694=>1,2469270824=>1,2468381586=>1,2471216741=>1,2472214829=>1,2477767567=>1,2472214830=>1,2468366738=>1,2468240112=>1,2462642017=>1,2462598586=>1,2465662767=>1,2466200036=>1,2466205510=>1,2461636315=>1,2420954522=>1,2412434595=>1,2412412647=>1,2412434639=>1,2412434872=>1,2412435383=>1,2412435056=>1,2412412620=>1,2412412614=>1,2412410407=>1,2412408151=>1,2412412167=>1,2412412355=>1,2412412566=>1,2412412560=>1,2412438775=>1,2412780802=>1,2412809879=>1,2412809672=>1,2412809891=>1,2412809965=>1,2412828499=>1,2412809971=>1,2412809639=>1,2412804187=>1,2412781154=>1,2412781150=>1,2412781440=>1,2412781468=>1,2412803525=>1,2412803390=>1,2412399688=>1,2412393763=>1,2395326289=>1,2395312771=>1,2399096053=>1,2399105304=>1,2399152745=>1,2399144180=>1,2393211923=>1,2393098970=>1,2385951410=>1,2385949525=>1,2389246843=>1,2389880288=>1,2392658213=>1,2389880543=>1,2399178250=>1,2399178251=>1,2408159897=>1,2408150371=>1,2408159898=>1,2408159917=>1,2408161286=>1,2408160800=>1,2408137355=>1,2408136853=>1,2408121631=>1,2399199648=>1,2408122126=>1,2408136771=>1,2408136821=>1,2412828511=>1,2412836069=>1,2420923271=>1,2420923085=>1,2420924231=>1,2420924251=>1,2420925497=>1,2420924423=>1,2420920388=>1,2420918668=>1,2420913533=>1,2420911434=>1,2420915496=>1,2420916290=>1,2420917801=>1,2420917557=>1,2420927125=>1,2420927882=>1,2420945489=>1,2420944845=>1,2420946285=>1,2420947242=>1,2420954521=>1,2420950824=>1,2420944059=>1,2420941661=>1,2420928597=>1,2420928103=>1,2420929961=>1,2420931117=>1,2420940424=>1,2420911272=>1,2420910507=>1,2415871945=>1,2415871943=>1,2415875182=>1,2415875499=>1,2415882458=>1,2415881499=>1,2415871811=>1,2415871808=>1,2415853917=>1,2412837637=>1,2415854060=>1,2415854197=>1,2415871204=>1,2415854575=>1,2415882538=>1,2415892147=>1,2420906671=>1,2420903569=>1,2420907687=>1,2420910026=>1,2420910386=>1,2420910201=>1,2420903303=>1,2420902756=>1,2415892170=>1,2415892156=>1,2415892175=>1,2415892184=>1,2416080468=>1,2499506662=>1,2499508411=>1,2538610707=>1,2537668694=>1,2538611602=>1,2538612113=>1,2538612385=>1,2538612239=>1,2537627112=>1,2537173800=>1,2537073880=>1,2537071862=>1,2537074142=>1,2537074775=>1,2537077115=>1,2537075228=>1,2538613093=>1,2538613222=>1,2538635276=>1,2538632116=>1,2538636376=>1,2538637449=>1,2538640281=>1,2538637843=>1,2538630278=>1,2538629033=>1,2538613908=>1,2538613351=>1,2538619551=>1,2538620357=>1,2538628216=>1,2538625068=>1,2536640974=>1,2536640899=>1,2532468954=>1,2532468953=>1,2532468974=>1,2532468978=>1,2533412706=>1,2533246894=>1,2532468950=>1,2532468945=>1,2527450376=>1,2527207516=>1,2529669257=>1,2530630485=>1,2532468941=>1,2532468933=>1,2533471872=>1,2534382040=>1,2536338769=>1,2536338393=>1,2536339350=>1,2536362857=>1,2536636644=>1,2536365737=>1,2536337147=>1,2536328496=>1,2535207784=>1,2535018853=>1,2535428467=>1,2535988780=>1,2536012651=>1,2538644627=>1,2538647530=>1,2551858462=>1,2551857798=>1,2551858463=>1,2551858465=>1,2551858467=>1,2551858466=>1,2551848598=>1,2550723613=>1,2549334854=>1,2549217667=>1,2549393340=>1,2549697696=>1,2549897959=>1,2549892289=>1,2551858468=>1,2551858469=>1,2563657322=>1,2563539114=>1,2565764676=>1,2566519951=>1,2566537958=>1,2566537827=>1,2560631723=>1,2557509645=>1,2551859676=>1,2551858470=>1,2553043557=>1,2553043558=>1,2556799049=>1,2549132177=>1,2548944803=>1,2548060322=>1,2546787664=>1,2548123594=>1,2548533466=>1,2548827758=>1,2548548344=>1,2539959090=>1,2538662511=>1,2538649920=>1,2538647534=>1,2538652605=>1,2538652886=>1,2538653819=>1,2538653120=>1,2548827842=>1,2548828081=>1,2548895438=>1,2548883161=>1,2548911173=>1,2548936147=>1,2548940337=>1,2548936330=>1,2548882732=>1,2548882031=>1,2548829310=>1,2548829042=>1,2548829845=>1,2548831651=>1,2548881987=>1,2527139276=>1,2526085463=>1,2505789671=>1,2505789665=>1,2505789679=>1,2505789704=>1,2505789743=>1,2505789742=>1,2504498993=>1,2503912908=>1,2503509018=>1,2503508566=>1,2503509160=>1,2503509255=>1,2503906345=>1,2503509774=>1,2505789744=>1,2505789745=>1,2509915924=>1,2509914337=>1,2509915925=>1,2509929452=>1,2509936761=>1,2509936656=>1,2508457405=>1,2505794154=>1,2505789758=>1,2505789752=>1,2505790049=>1,2505790351=>1,2505790431=>1,2505790419=>1,2503508491=>1,2503486920=>1,2499534243=>1,2499532341=>1,2499535630=>1,2499537479=>1,2499541098=>1,2499540375=>1,2499530532=>1,2499530374=>1,2499510428=>1,2385948850=>1,2499510699=>1,2499520811=>1,2499526939=>1,2499526373=>1,2499542757=>1,2499542876=>1,2503478849=>1,2503478350=>1,2503478850=>1,2503478851=>1,2503479241=>1,2503478852=>1,2503478297=>1,2502036510=>1,2500647806=>1,2500395035=>1,2500674342=>1,2500985426=>1,2500987782=>1,2509936847=>1,2509938000=>1,2513625755=>1,2513624368=>1,2513630477=>1,2516523996=>1,2516524775=>1,2516524485=>1,2513623593=>1,2513609956=>1,2513095736=>1,2513090006=>1,2513107100=>1,2513107136=>1,2513601508=>1,2513107427=>1,2516542354=>1,2523220041=>1,2523644158=>1,2523644145=>1,2525037586=>1,2525037634=>1,2525677826=>1,2525051054=>1,2523644131=>1,2523633254=>1,2523263843=>1,2523220042=>1,2523631387=>1,2523632952=>1,2523633253=>1,2513089833=>1,2513086234=>1,2513054396=>1,2513053074=>1,2513055195=>1,2513055669=>1,2513056070=>1,2513056042=>1,2513052264=>1,2513048031=>1,2509938404=>1,2509938298=>1,2509938519=>1,2509938604=>1,2511124246=>1,2511105359=>1,2513056087=>1,2513057870=>1,2513082502=>1,2513081176=>1,2513082503=>1,2513082504=>1,2513084485=>1,2513083929=>1,2513069625=>1,2513068705=>1,2513060801=>1,2513058262=>1,2513061031=>1,2513068014=>1,2513068704=>1,2499507499=>1,2384106570=>1,2327469388=>1,2327469348=>1,2327469440=>1,2327469445=>1,2327469454=>1,2327469452=>1,2327469301=>1,2327469298=>1,2327469102=>1,2327469072=>1,2327469107=>1,2327469129=>1,2327469231=>1,2327469180=>1,2327469478=>1,2327469550=>1,2327494669=>1,2327494661=>1,2327494676=>1,2327494685=>1,2327494691=>1,2327494688=>1,2327470063=>1,2327470028=>1,2327469854=>1,2327469636=>1,2327469901=>1,2327469926=>1,2327469963=>1,2327469957=>1,2327465876=>1,2327465648=>1,2323200646=>1,2323200564=>1,2323200650=>1,2323200740=>1,2323202369=>1,2323200764=>1,2323200561=>1,2323193741=>1,2323041539=>1,2323017941=>1,2323041541=>1,2323041711=>1,2323042253=>1,2323041717=>1,2323202705=>1,2323202786=>1,2327440426=>1,2323312023=>1,2327440469=>1,2327440962=>1,2327457044=>1,2327441470=>1,2323293422=>1,2323293213=>1,2323208925=>1,2323203039=>1,2323220697=>1,2323252332=>1,2323277726=>1,2327494701=>1,2327494735=>1,2328648109=>1,2328648101=>1,2328648115=>1,2328648122=>1,2328648159=>1,2328648126=>1,2328648067=>1,2328644005=>1,2328465338=>1,2328452934=>1,2328632125=>1,2328632297=>1,2328643777=>1,2328643655=>1,2328648163=>1,2328648169=>1,2328673409=>1,2328669031=>1,2328674359=>1,2328675013=>1,2329619341=>1,2328675099=>1,2328662308=>1,2328661557=>1,2328648183=>1,2328648180=>1,2328648184=>1,2328648186=>1,2328661182=>1,2328452714=>1,2328452650=>1,2327495110=>1,2327495059=>1,2327495116=>1,2327495165=>1,2327495271=>1,2327495184=>1,2327494981=>1,2327494971=>1,2327494862=>1,2327494749=>1,2327494874=>1,2327494881=>1,2327494939=>1,2327494938=>1,2327495299=>1,2327495341=>1,2328447750=>1,2328446597=>1,2328448307=>1,2328451382=>1,2328452279=>1,2328451426=>1,2328441955=>1,2328440733=>1,2328428653=>1,2327495359=>1,2328429858=>1,2328435202=>1,2328437382=>1,2323015316=>1,2323015085=>1,2321435223=>1,2321435160=>1,2321435228=>1,2321435254=>1,2321435296=>1,2321435281=>1,2321435137=>1,2321435118=>1,2321435060=>1,2321435059=>1,2321435067=>1,2321435076=>1,2321435113=>1,2321435104=>1,2321435316=>1,2321435350=>1,2321435602=>1,2321435573=>1,2321435617=>1,2321435644=>1,2321445704=>1,2321437045=>1,2321435537=>1,2321435497=>1,2321435390=>1,2321435389=>1,2321435399=>1,2321435441=>1,2321435459=>1,2321435454=>1,2321435045=>1,2321435042=>1,2319128330=>1,2319128141=>1,2319128518=>1,2319128551=>1,2319166466=>1,2319128565=>1,2319127958=>1,2319127851=>1,2317663350=>1,2317660860=>1,2317663396=>1,2317663595=>1,2319127774=>1,2319127568=>1,2319166467=>1,2319177812=>1,2321421473=>1,2321419620=>1,2321434895=>1,2321434938=>1,2321435019=>1,2321435013=>1,2321419327=>1,2321418059=>1,2321417263=>1,2319185667=>1,2321417296=>1,2321417679=>1,2321418002=>1,2321450611=>1,2321456073=>1,2322949743=>1,2322949718=>1,2322949761=>1,2322949777=>1,2322949789=>1,2322949779=>1,2322949702=>1,2322949659=>1,2322945094=>1,2322945050=>1,2322945121=>1,2322945133=>1,2322949648=>1,2322945187=>1,2322949801=>1,2322949802=>1,2322949886=>1,2322949883=>1,2322954735=>1,2322961453=>1,2323014732=>1,2323009478=>1,2322949875=>1,2322949857=>1,2322949812=>1,2322949811=>1,2322949820=>1,2322949849=>1,2322949850=>1,2322945048=>1,2321808046=>1,2321634529=>1,2321634425=>1,2321637030=>1,2321644642=>1,2321673218=>1,2321650108=>1,2321619137=>1,2321475319=>1,2321468965=>1,2321457258=>1,2321469213=>1,2321474909=>1,2321475247=>1,2321475086=>1,2321673227=>1,2321673229=>1,2321794398=>1,2321760831=>1,2321800814=>1,2321801100=>1,2321807897=>1,2321801209=>1,2321756668=>1,2321756601=>1,2321673233=>1,2321673230=>1,2321756560=>1,2321756582=>1,2321756583=>1,2329620541=>1,2329638658=>1,2344930008=>1,2344929848=>1,2344930464=>1,2344936493=>1,2344936606=>1,2344936603=>1,2344928330=>1,2344927935=>1,2344903427=>1,2344891976=>1,2344916406=>1,2344917357=>1,2344924008=>1,2344922666=>1,2344936630=>1,2344940070=>1,2348758269=>1,2348757162=>1,2348758270=>1,2348761110=>1,2348794013=>1,2348762762=>1,2348755330=>1,2348755146=>1,2345804986=>1,2345009251=>1,2346259954=>1,2348753866=>1,2348755074=>1,2348754835=>1,2344891797=>1,2344891368=>1,2342687780=>1,2342687244=>1,2342688017=>1,2342688272=>1,2342688598=>1,2342688488=>1,2342686853=>1,2342686750=>1,2342665929=>1,2342665516=>1,2342683326=>1,2342683385=>1,2342686235=>1,2342686158=>1,2342703047=>1,2342705518=>1,2344738393=>1,2344715956=>1,2344747376=>1,2344879115=>1,2344887350=>1,2344879168=>1,2344715806=>1,2344684071=>1,2342706349=>1,2342705627=>1,2344468589=>1,2344468913=>1,2344470476=>1,2356120613=>1,2356301799=>1,2381290799=>1,2381289397=>1,2381312976=>1,2382340518=>1,2382341478=>1,2382340519=>1,2378465635=>1,2378456728=>1,2372510852=>1,2372510851=>1,2372510919=>1,2374467023=>1,2374667728=>1,2374518487=>1,2382341674=>1,2382341774=>1,2382681369=>1,2382677404=>1,2382681420=>1,2382681943=>1,2317658430=>1,2382682041=>1,2382656315=>1,2382656279=>1,2382341821=>1,2382341782=>1,2382347681=>1,2382389679=>1,2382635204=>1,2372510452=>1,2372510187=>1,2360655584=>1,2357891242=>1,2361449099=>1,2362332740=>1,2365593074=>1,2364532452=>1,2357759274=>1,2357378782=>1,2356395464=>1,2356395453=>1,2356897726=>1,2356897727=>1,2357364484=>1,2357189551=>1,2365651105=>1,2365773581=>1,2371219961=>1,2370207208=>1,2372214888=>1,2372270550=>1,2372485946=>1,2372271707=>1,2369980226=>1,2369167288=>1,2366906692=>1,2366906691=>1,2366924569=>1,2367432491=>1,2367609115=>1,2342665256=>1,2342661553=>1,2331976380=>1,2331976372=>1,2331976418=>1,2331976420=>1,2331976452=>1,2331976438=>1,2331976352=>1,2331976335=>1,2331976137=>1,2331976125=>1,2331976153=>1,2331976188=>1,2331976287=>1,2331976210=>1,2331976563=>1,2331976593=>1,2331984101=>1,2331980671=>1,2331984308=>1,2331984732=>1,2331989002=>1,2331988998=>1,2331980661=>1,2331980660=>1,2331976656=>1,2331976632=>1,2331976657=>1,2331976682=>1,2331980644=>1,2331980609=>1,2331976080=>1,2331976062=>1,2331975765=>1,2329658540=>1,2331975794=>1,2331975810=>1,2331975815=>1,2331975813=>1,2329653744=>1,2329651152=>1,2329650991=>1,2329650973=>1,2329651053=>1,2329651069=>1,2329651143=>1,2329651092=>1,2331975819=>1,2331975825=>1,2331975964=>1,2331975959=>1,2331975987=>1,2331976010=>1,2331976045=>1,2331976039=>1,2331975947=>1,2331975942=>1,2331975836=>1,2331975834=>1,2331975849=>1,2331975896=>1,2331975934=>1,2332015318=>1,2332021047=>1,2340537034=>1,2340501369=>1,2340611144=>1,2341254551=>1,2342651688=>1,2342650477=>1,2340495052=>1,2340494176=>1,2335963148=>1,2335962485=>1,2335964104=>1,2335964545=>1,2340492874=>1,2340490741=>1,2342652293=>1,2342652488=>1,2342660228=>1,2342659203=>1,2342660405=>1,2342660660=>1,2342661248=>1,2342660843=>1,2342658419=>1,2342655732=>1,2342652911=>1,2342652688=>1,2342653550=>1,2342654735=>1,2342655217=>1,2335962221=>1,2335961352=>1,2335934551=>1,2333219107=>1,2335936281=>1,2335936375=>1,2335942093=>1,2335941662=>1,2332954027=>1,2332040210=>1,2332030183=>1,2332021237=>1,2332030240=>1,2332038204=>1,2332040178=>1,2332039026=>1,2335942224=>1,2335942966=>1,2335957731=>1,2335957656=>1,2335958125=>1,2335959663=>1,2335960791=>1,2335960145=>1,2335957655=>1,2335957654=>1,2335943029=>1,2335943024=>1,2335943047=>1,2335943773=>1,2335946833=>1,2385945706=>1,);?>
1
+ <?php return array(2479585280=>2479585535,2328447320=>2328447327,2499538685=>1,2499537479=>1,2499540375=>1,2499541098=>1,2499542876=>1,2499542757=>1,2499535630=>1,2499534243=>1,2499510428=>1,2499507499=>1,2499526373=>1,2499526939=>1,2499532341=>1,2499530374=>1,2499759871=>1,2500647438=>1,2503486920=>1,2503481146=>1,2503494578=>1,2503494581=>1,2503508854=>1,2503497165=>1,2503478576=>1,2503478350=>1,2500647806=>1,2499506662=>1,2500674342=>1,2500985426=>1,2500987782=>1,2500395035=>1,2499500164=>1,2481313003=>1,2477767567=>1,2487907712=>1,2487937149=>1,2493546562=>1,2489610213=>1,2472935701=>1,2472214830=>1,2466205510=>1,2466200036=>1,2466247974=>1,2466248770=>1,2469660930=>1,2469270824=>1,2493729032=>1,2493729136=>1,2499490378=>1,2499488420=>1,2499491830=>1,2499495012=>1,2503509018=>1,2499499208=>1,2499482673=>1,2499482179=>1,2496992626=>1,2493752740=>1,2497657133=>1,2497945880=>1,2497962238=>1,2499503272=>1,2503509160=>1,2513058262=>1,2513056087=>1,2513058824=>1,2513060801=>1,2513068704=>1,2513061031=>1,2513056042=>1,2513055669=>1,2513052264=>1,2513048031=>1,2513053165=>1,2513054396=>1,2513054910=>1,2513054897=>1,2513068705=>1,2513068991=>1,2513090006=>1,2513089833=>1,2513094004=>1,2513107045=>1,2513107427=>1,2513107053=>1,2513086234=>1,2513084485=>1,2513081176=>1,2513069414=>1,2513082502=>1,2513082503=>1,2513082504=>1,2511124246=>1,2509938604=>1,2503872640=>1,2503519486=>1,2503872697=>1,2503873858=>1,2503906345=>1,2503874009=>1,2503519399=>1,2503519321=>1,2503509537=>1,2503509255=>1,2503509538=>1,2503511060=>1,2503515681=>1,2503511261=>1,2505789665=>1,2505789671=>1,2509936847=>1,2509936761=>1,2509938000=>1,2509938298=>1,2509938519=>1,2509938404=>1,2509936656=>1,2509929452=>1,2505790049=>1,2505789758=>1,2505790431=>1,2508457405=>1,2509914337=>1,2466193740=>1,2462605360=>1,2420944059=>1,2420941661=>1,2420944845=>1,2420945489=>1,2420947242=>1,2420946285=>1,2420940424=>1,2420929961=>1,2420926889=>1,2420925497=>1,2420927125=>1,2420927882=>1,2420928597=>1,2420928103=>1,2420950824=>1,2420954521=>1,2423959148=>1,2423958879=>1,2423959460=>1,2425042583=>1,2426940775=>1,2425081984=>1,2423956811=>1,2423930893=>1,2420954523=>1,2420954522=>1,2420954524=>1,2420954525=>1,2420964837=>1,2420954526=>1,2420924423=>1,2420923271=>1,2419066155=>1,2418150029=>1,2419334661=>1,2419363994=>1,2420903569=>1,2420903303=>1,2416080468=>1,2416060396=>1,2415871401=>1,2412837637=>1,2415875487=>1,2415881499=>1,2415907842=>1,2415881558=>1,2420906671=>1,2420907687=>1,2420916290=>1,2420915496=>1,2420917801=>1,2420918668=>1,2420923085=>1,2420920388=>1,2420913533=>1,2420912677=>1,2420910201=>1,2420910026=>1,2420910507=>1,2420911272=>1,2420911434=>1,2427238508=>1,2441423236=>1,2461633228=>1,2461632299=>1,2461633335=>1,2461636315=>1,2461637546=>1,2461637517=>1,2461631471=>1,2461631285=>1,2460407650=>1,2460364048=>1,2461532275=>1,2461532276=>1,2461630844=>1,2461630534=>1,2461637949=>1,2461637951=>1,2461645210=>1,2461643111=>1,2461645766=>1,2461646277=>1,2462559694=>1,2461662705=>1,2461642788=>1,2461641377=>1,2461639468=>1,2461638620=>1,2461640139=>1,2461640590=>1,2461640646=>1,2459870276=>1,2459180371=>1,2452901744=>1,2452889758=>1,2452901854=>1,2452902985=>1,2452918466=>1,2452903035=>1,2449493478=>1,2449493298=>1,2449411877=>1,2448191913=>1,2449481872=>1,2449484665=>1,2449493253=>1,2449484670=>1,2452929026=>1,2452932326=>1,2457053264=>1,2457047838=>1,2457366314=>1,2459027298=>1,2459178478=>1,2459176806=>1,2457047439=>1,2457034820=>1,2454931411=>1,2452941899=>1,2455250884=>1,2455252353=>1,2455253118=>1,2513609956=>1,2513622468=>1,2587940612=>1,2587940609=>1,2587940862=>1,2587952218=>1,2588070710=>1,2587953001=>1,2587939310=>1,2587549538=>1,2581766181=>1,2580948398=>1,2583694487=>1,2583694570=>1,2586030049=>1,2583727896=>1,2588079625=>1,2588079701=>1,2588191335=>1,2588191292=>1,2588191429=>1,2588299851=>1,2588332554=>1,2588310998=>1,2588190444=>1,2588190443=>1,2588079713=>1,2588079703=>1,2588079722=>1,2588080861=>1,2588190165=>1,2588189739=>1,2579395677=>1,2576875315=>1,2574853542=>1,2574799705=>1,2574855198=>1,2574858308=>1,2574946023=>1,2574921914=>1,2574789257=>1,2573534812=>1,2572975635=>1,2572955376=>1,2572975850=>1,2572975938=>1,2572976111=>1,2572975977=>1,2575205249=>1,2575302173=>1,2576308439=>1,2576308437=>1,2576308444=>1,2576308445=>1,2576704251=>1,2576703535=>1,2576308434=>1,2576308433=>1,2576308398=>1,2575302451=>1,2576308400=>1,2576308430=>1,2576308431=>1,2588339366=>1,2588422248=>1,2600762751=>1,2600757258=>1,2600762753=>1,2606664038=>1,2606672264=>1,2606665746=>1,2600757206=>1,2600757046=>1,2592032077=>1,2592030732=>1,2592032103=>1,2592036904=>1,2600745979=>1,2600745130=>1,2606682002=>1,2606691847=>1,2617174808=>1,2617123290=>1,2617174813=>1,2617174931=>1,2617174975=>1,2617174973=>1,2609202234=>1,2609194722=>1,2606892293=>1,2606691870=>1,2606892294=>1,2609186563=>1,2609186564=>1,2592030201=>1,2592030086=>1,2588486805=>1,2588486761=>1,2588486817=>1,2588486913=>1,2588522236=>1,2588509154=>1,2588486661=>1,2588482988=>1,2588422261=>1,2588422251=>1,2588446970=>1,2588482772=>1,2588482929=>1,2588482808=>1,2588522237=>1,2588525075=>1,2591504430=>1,2591486729=>1,2591504450=>1,2592029788=>1,2592030050=>1,2592029877=>1,2591486725=>1,2591486721=>1,2588531849=>1,2588525161=>1,2588532235=>1,2591486209=>1,2591486354=>1,2572955066=>1,2572954985=>1,2535022449=>1,2533471961=>1,2535428571=>1,2535992217=>1,2536337147=>1,2536327724=>1,2533471872=>1,2533246894=>1,2532468949=>1,2532468945=>1,2532468950=>1,2532468954=>1,2532468978=>1,2532468974=>1,2536339675=>1,2536639902=>1,2538613908=>1,2538613351=>1,2538620357=>1,2538628216=>1,2538630278=>1,2538629033=>1,2538613222=>1,2538612385=>1,2537173800=>1,2536700084=>1,2538608136=>1,2538611602=>1,2538612239=>1,2538612113=>1,2532468937=>1,2532468933=>1,2523263843=>1,2516579212=>1,2523602260=>1,2523631387=>1,2523633253=>1,2523632952=>1,2516579211=>1,2516579210=>1,2513624368=>1,2513623593=>1,2513625755=>1,2516523996=>1,2516560546=>1,2516542354=>1,2523633254=>1,2523644145=>1,2526085463=>1,2525677826=>1,2527139276=>1,2527202288=>1,2530630485=>1,2527450376=>1,2525662962=>1,2525057442=>1,2525037586=>1,2524285281=>1,2525037634=>1,2525049763=>1,2525051054=>1,2538631574=>1,2538632116=>1,2549898578=>1,2549897917=>1,2550723613=>1,2551848171=>1,2551856158=>1,2551848598=>1,2549891646=>1,2549891321=>1,2549642599=>1,2549323137=>1,2549643012=>1,2549643057=>1,2549697696=>1,2549697090=>1,2551857798=>1,2551859676=>1,2566584960=>1,2566519951=>1,2567122603=>1,2569332236=>1,2572954783=>1,2569392650=>1,2565764676=>1,2565393456=>1,2553043558=>1,2553043557=>1,2560631723=>1,2563539114=>1,2563657322=>1,2548987235=>1,2548946932=>1,2538652886=>1,2538652605=>1,2538653120=>1,2538662511=>1,2546787664=>1,2539959090=>1,2538647530=>1,2538646476=>1,2538637449=>1,2538635276=>1,2538640281=>1,2538644627=>1,2538645058=>1,2538645056=>1,2548341872=>1,2548488323=>1,2548895251=>1,2548883161=>1,2548918810=>1,2548919014=>1,2548940337=>1,2548936147=>1,2548882732=>1,2548882031=>1,2548829042=>1,2548827842=>1,2548829310=>1,2548829845=>1,2548881987=>1,2412780802=>1,2412412647=>1,2321673233=>1,2321673230=>1,2321750512=>1,2321756604=>1,2321800814=>1,2321756647=>1,2321673229=>1,2321673218=>1,2321475304=>1,2321475294=>1,2321619137=>1,2321634425=>1,2321644642=>1,2321634529=>1,2321801209=>1,2321806290=>1,2322961453=>1,2322949874=>1,2323015090=>1,2323015163=>1,2323032854=>1,2323032850=>1,2322949861=>1,2322949818=>1,2321844912=>1,2321807948=>1,2322945187=>1,2322949683=>1,2322949754=>1,2322949718=>1,2321475245=>1,2321475161=>1,2321435019=>1,2321434934=>1,2321435067=>1,2321435077=>1,2321435227=>1,2321435105=>1,2321434922=>1,2321434889=>1,2319166467=>1,2319166466=>1,2319185667=>1,2320220733=>1,2321421473=>1,2321419620=>1,2321435305=>1,2321435366=>1,2321435620=>1,2321435617=>1,2321435622=>1,2321456073=>1,2321475155=>1,2321475109=>1,2321435600=>1,2321435568=>1,2321435483=>1,2321435459=>1,2321435486=>1,2321435492=>1,2321435549=>1,2323198717=>1,2323200486=>1,2327470020=>1,2327469899=>1,2327494819=>1,2327494866=>1,2327494933=>1,2327494881=>1,2327469817=>1,2327469803=>1,2327469658=>1,2327469637=>1,2327469700=>1,2327469780=>1,2327469789=>1,2327469787=>1,2327495030=>1,2327495056=>1,2328439127=>1,2328439126=>1,2328441212=>1,2328441905=>1,2328444795=>1,2328443598=>1,2328439124=>1,2328436629=>1,2327495193=>1,2327495184=>1,2328428649=>1,2328430470=>1,2328435202=>1,2327469636=>1,2327469632=>1,2323293666=>1,2323293633=>1,2323295027=>1,2323312023=>1,2327384938=>1,2323312027=>1,2323277822=>1,2323277821=>1,2323208925=>1,2323200649=>1,2323277726=>1,2323277765=>1,2323277793=>1,2323277769=>1,2327414887=>1,2327429255=>1,2327469456=>1,2327469360=>1,2327469501=>1,2327469616=>1,2327469630=>1,2327469624=>1,2327469359=>1,2327469233=>1,2327441470=>1,2327440962=>1,2327465267=>1,2327469072=>1,2327469107=>1,2319153341=>1,2319128468=>1,2315300334=>1,2315300324=>1,2315300342=>1,2315300416=>1,2315300432=>1,2315300431=>1,2315300322=>1,2315300311=>1,2315300265=>1,2315300259=>1,2315300276=>1,2315300280=>1,2315300310=>1,2315300285=>1,2315300491=>1,2315300540=>1,2315300735=>1,2315300707=>1,2315300757=>1,2315300773=>1,2315300809=>1,2315300788=>1,2315300705=>1,2315300700=>1,2315300599=>1,2315300596=>1,2315300602=>1,2315300684=>1,2315300696=>1,2315300693=>1,2315300257=>1,2315300256=>1,2315300179=>1,2315300172=>1,2315300180=>1,2315300182=>1,2315300192=>1,2315300191=>1,2315300171=>1,2315300170=>1,2315300149=>1,2315300148=>1,2315300151=>1,2315300154=>1,2315300169=>1,2315300161=>1,2315300196=>1,2315300199=>1,2315300241=>1,2315300240=>1,2315300243=>1,2315300249=>1,2315300252=>1,2315300251=>1,2315300239=>1,2315300238=>1,2315300208=>1,2315300201=>1,2315300217=>1,2315300224=>1,2315300235=>1,2315300810=>1,2315300815=>1,2317651375=>1,2317651356=>1,2317651392=>1,2317651418=>1,2317651526=>1,2317651469=>1,2317651352=>1,2317651346=>1,2317651256=>1,2317651194=>1,2317651297=>1,2317651310=>1,2317651336=>1,2317651316=>1,2317651558=>1,2317651629=>1,2317651850=>1,2317651848=>1,2317651914=>1,2317651923=>1,2317658432=>1,2317651935=>1,2317651817=>1,2317651801=>1,2317651667=>1,2317651661=>1,2317651754=>1,2317651777=>1,2317651792=>1,2317651130=>1,2317651121=>1,2315309969=>1,2315309968=>1,2315310005=>1,2315310006=>1,2315310036=>1,2315310032=>1,2315309922=>1,2315309919=>1,2315307916=>1,2315307817=>1,2315308000=>1,2315309862=>1,2315309894=>1,2315309877=>1,2315310072=>1,2315310978=>1,2317651049=>1,2317651045=>1,2317651060=>1,2317651079=>1,2317651091=>1,2317651083=>1,2317651034=>1,2317650986=>1,2316511741=>1,2316502468=>1,2316516546=>1,2317622021=>1,2317650960=>1,2328446597=>1,2328446732=>1,2356897728=>1,2356760746=>1,2357189550=>1,2357189551=>1,2357697834=>1,2357364484=>1,2356395453=>1,2356360700=>1,2348812378=>1,2348794013=>1,2348817081=>1,2356269129=>1,2356301799=>1,2356269132=>1,2357759274=>1,2357891242=>1,2367432491=>1,2366924569=>1,2367449148=>1,2367449484=>1,2367449999=>1,2367449745=>1,2366906692=>1,2366906691=>1,2362332740=>1,2361449099=>1,2364532452=>1,2365557080=>1,2365593074=>1,2365580722=>1,2348760726=>1,2348758270=>1,2344936630=>1,2344930464=>1,2344937064=>1,2344937284=>1,2345733545=>1,2345733275=>1,2344930209=>1,2344929665=>1,2344905380=>1,2344903594=>1,2344916406=>1,2344920933=>1,2344928330=>1,2344927935=>1,2345804986=>1,2345808916=>1,2348754835=>1,2348753868=>1,2348755074=>1,2348755146=>1,2348758269=>1,2348755330=>1,2346928705=>1,2346928223=>1,2345991517=>1,2345952807=>1,2346259167=>1,2346260037=>1,2346681128=>1,2367609115=>1,2369167288=>1,2399163738=>1,2399152932=>1,2399170558=>1,2399175949=>1,2399197618=>1,2399177934=>1,2393177498=>1,2392658213=>1,2384106570=>1,2382682284=>1,2385945706=>1,2385951410=>1,2389246843=>1,2385952131=>1,2399199734=>1,2408135685=>1,2412412525=>1,2412412436=>1,2412412556=>1,2412412613=>1,2315300145=>1,2412412637=>1,2412412175=>1,2412399688=>1,2408136797=>1,2408136749=>1,2408137110=>1,2408159786=>1,2408161286=>1,2382681943=>1,2382681420=>1,2374518054=>1,2372510919=>1,2374641954=>1,2374643621=>1,2374671443=>1,2374667728=>1,2372510852=>1,2372510851=>1,2370767513=>1,2370207208=>1,2372210899=>1,2372214888=>1,2372510394=>1,2372485946=>1,2378442799=>1,2378456073=>1,2382341782=>1,2382341774=>1,2382341821=>1,2382347681=>1,2382635204=>1,2382389679=>1,2382341478=>1,2382340519=>1,2381291109=>1,2381290799=>1,2381312976=>1,2382332426=>1,2382340518=>1,2344903427=>1,2344892670=>1,2332041901=>1,2332040210=>1,2333219107=>1,2334030266=>1,2335900290=>1,2335900277=>1,2332039731=>1,2332039026=>1,2331980670=>1,2331980661=>1,2331988998=>1,2331989002=>1,2332038204=>1,2331993135=>1,2335902803=>1,2335903489=>1,2335943024=>1,2335942966=>1,2335943029=>1,2335943047=>1,2335949485=>1,2335943773=>1,2335942658=>1,2335941662=>1,2335932802=>1,2335903552=>1,2335933804=>1,2335933982=>1,2335936727=>1,2335936281=>1,2331980597=>1,2331976682=>1,2328465338=>1,2328458698=>1,2328467086=>1,2328631510=>1,2328669031=>1,2328661735=>1,2328458663=>1,2328453093=>1,2328448307=>1,2328447750=>1,2328451426=>1,2328452279=>1,2328452934=>1,2328452857=>1,2328675099=>1,2328864434=>1,2331975896=>1,2331975834=>1,2331976113=>1,2331976622=>1,2331976647=>1,2331976644=>1,2331975810=>1,2331975790=>1,2329633205=>1,2329619341=>1,2329638658=>1,2329653744=>1,2329658540=>1,2335949820=>1,2335957276=>1,2342687780=>1,2342687244=>1,2342688017=>1,2342688272=>1,2342688598=>1,2342688488=>1,2342686853=>1,2342686750=>1,2342666166=>1,2342665929=>1,2342683326=>1,2342683385=>1,2342686264=>1,2342686235=>1,2342689838=>1,2342703047=>1,2344696997=>1,2344684747=>1,2344879115=>1,2344879168=>1,2344891797=>1,2344891368=>1,2344684085=>1,2344684071=>1,2342705627=>1,2342705518=>1,2342706349=>1,2342708762=>1,2344468589=>1,2342665516=>1,2342665256=>1,2340492874=>1,2335965002=>1,2340495864=>1,2340501338=>1,2340519938=>1,2340501369=>1,2335963948=>1,2335963365=>1,2335960791=>1,2335959663=>1,2335961217=>1,2335961884=>1,2335963148=>1,2335962332=>1,2340611144=>1,2341254551=>1,2342654735=>1,2342653945=>1,2342655217=>1,2342661248=>1,2342664775=>1,2342662623=>1,2342653550=>1,2342652911=>1,2342651688=>1,2342650477=>1,2342652293=>1,2342652488=>1,2342652688=>1,2412412656=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php CHANGED
@@ -1 +1 @@
1
- <?php return array(773033728=>773033983,773032192=>773032447,772808704=>772810751,759124973=>1,759121301=>1,759125209=>1,759128379=>1,759128525=>1,759121159=>1,759130124=>1,759121135=>1,759108117=>1,759107355=>1,759108279=>1,759116110=>1,759120753=>1,759130146=>1,759211661=>1,759193906=>1,759184577=>1,759211522=>1,759211526=>1,759211653=>1,759211649=>1,759171422=>1,759171339=>1,759107297=>1,759211657=>1,759133398=>1,759134525=>1,759136072=>1,759130751=>1,759105645=>1,759096164=>1,759095800=>1,759095702=>1,759096715=>1,759096741=>1,759096980=>1,759096941=>1,759095644=>1,759069552=>1,758840424=>1,758789903=>1,758841247=>1,758881571=>1,759068376=>1,759067680=>1,759097190=>1,759097605=>1,759102354=>1,759102065=>1,759102540=>1,759103326=>1,759105252=>1,759105186=>1,759101112=>1,759099249=>1,759098081=>1,759097634=>1,759098208=>1,759098858=>1,759099037=>1,759098933=>1,759211662=>1,759211669=>1,760207222=>1,760207067=>1,760207280=>1,762326583=>1,762334891=>1,762326599=>1,760206952=>1,760206891=>1,760195036=>1,760189667=>1,760199282=>1,760199723=>1,760205232=>1,760203956=>1,762347130=>1,762398482=>1,762445583=>1,762445582=>1,762445590=>1,762445591=>1,762445594=>1,762445593=>1,762445581=>1,762445578=>1,762445573=>1,762445571=>1,762445574=>1,762445576=>1,762445577=>1,760188331=>1,760188095=>1,759237429=>1,759211745=>1,759748312=>1,759767931=>1,759840718=>1,759834687=>1,759211706=>1,759211705=>1,759211673=>1,758788415=>1,759211677=>1,759211681=>1,759211693=>1,759211689=>1,760086961=>1,760121067=>1,760179800=>1,760177982=>1,760179808=>1,760180023=>1,760187208=>1,760180078=>1,760177509=>1,760175486=>1,760154819=>1,760152979=>1,760169276=>1,760173936=>1,760174981=>1,759211665=>1,758786594=>1,757120594=>1,757120497=>1,757120870=>1,757121067=>1,757132257=>1,757127537=>1,757119647=>1,757119249=>1,757111300=>1,757110601=>1,757111585=>1,757111987=>1,757117013=>1,757112730=>1,757132901=>1,757134167=>1,757136180=>1,757135918=>1,757139502=>1,757147474=>1,757150883=>1,757149900=>1,757135470=>1,757135419=>1,757134360=>1,757134320=>1,757134477=>1,757135069=>1,757135334=>1,757109333=>1,757094293=>1,757082994=>1,757081764=>1,757083775=>1,757084208=>1,757085718=>1,757084345=>1,757081728=>1,757080887=>1,757077137=>1,757076632=>1,757078421=>1,757078695=>1,757080712=>1,757079513=>1,757085745=>1,757087068=>1,757089470=>1,757089379=>1,757089731=>1,757091360=>1,757093076=>1,757092844=>1,757089369=>1,757088534=>1,757087224=>1,757087137=>1,757087767=>1,757088190=>1,757088319=>1,757152873=>1,757154116=>1,758611026=>1,758595233=>1,758612263=>1,758615160=>1,758621985=>1,758615732=>1,758594784=>1,758594469=>1,758590132=>1,758587343=>1,758590684=>1,758592099=>1,758594361=>1,758593356=>1,758622251=>1,758627855=>1,758677393=>1,758676209=>1,758784741=>1,758785595=>1,762445600=>1,758786194=>1,758668550=>1,758644507=>1,758632063=>1,758631709=>1,758633689=>1,758635109=>1,758636894=>1,758586182=>1,758585257=>1,757632825=>1,757630798=>1,757764678=>1,757774118=>1,758076302=>1,757786173=>1,757443314=>1,757420971=>1,757164442=>1,757156636=>1,757177099=>1,757239558=>1,757291556=>1,757278562=>1,758271284=>1,758384182=>1,758582295=>1,758582085=>1,758582920=>1,758584306=>1,758584616=>1,758584555=>1,758582036=>1,758581595=>1,758579831=>1,758579757=>1,758580642=>1,758580862=>1,758580865=>1,758788296=>1,762445609=>1,772287813=>1,772287621=>1,772287844=>1,772288794=>1,772337738=>1,772337737=>1,772287609=>1,772242989=>1,772065130=>1,772061358=>1,772079042=>1,772096819=>1,772131319=>1,772104942=>1,772337760=>1,772337780=>1,772375467=>1,772370290=>1,772375679=>1,772377474=>1,772387666=>1,772387611=>1,772366828=>1,772366045=>1,772339978=>1,772337835=>1,772339980=>1,772341731=>1,772358457=>1,772346078=>1,772058676=>1,772051749=>1,772023026=>1,772020694=>1,772023947=>1,772024299=>1,772024484=>1,772024483=>1,772020385=>1,772019721=>1,763216794=>1,763138478=>1,763329198=>1,763350425=>1,772014236=>1,769278275=>1,772026825=>1,772028337=>1,772044949=>1,772042620=>1,772045485=>1,772046910=>1,772051025=>1,772048518=>1,772041423=>1,772040483=>1,772031526=>1,772029659=>1,772035632=>1,772036811=>1,772040291=>1,772391700=>1,772399654=>1,773640043=>1,773639955=>1,773640077=>1,773672468=>1,773729751=>1,773716206=>1,773639594=>1,773639447=>1,773615011=>1,773604510=>1,773615079=>1,773615240=>1,773615482=>1,773615348=>1,773729868=>1,773849698=>1,774162432=>1,774121350=>1,774162688=>1,774162739=>1,774162943=>1,774162788=>1,774121266=>1,774120584=>1,774107003=>1,773991426=>1,774115786=>1,774120204=>1,774120575=>1,773293598=>1,773281055=>1,772891662=>1,772882390=>1,772892560=>1,773021142=>1,773063010=>1,773056306=>1,772860547=>1,772859749=>1,772565289=>1,772459879=>1,772616724=>1,772828194=>1,772859735=>1,772858378=>1,773063011=>1,773071227=>1,773247780=>1,773237890=>1,773250987=>1,773276266=>1,773277777=>1,773277379=>1,773155814=>1,773155663=>1,773080913=>1,773071730=>1,773108163=>1,773144970=>1,773152018=>1,763046870=>1,763046230=>1,762445697=>1,762445693=>1,762445702=>1,762445703=>1,762445707=>1,762445705=>1,762445692=>1,762445688=>1,762445674=>1,762445672=>1,762445675=>1,762445678=>1,762445686=>1,762445684=>1,762445708=>1,762445712=>1,762445734=>1,762445732=>1,762445735=>1,762445736=>1,762445747=>1,762445741=>1,762445729=>1,762445728=>1,762445716=>1,762445714=>1,762445719=>1,762445726=>1,762445727=>1,762445670=>1,762445665=>1,762445626=>1,762445623=>1,762445627=>1,762445628=>1,762445632=>1,762445631=>1,762445621=>1,762445619=>1,757075255=>1,762445605=>1,762445611=>1,762445615=>1,762445618=>1,762445617=>1,762445634=>1,762445635=>1,762445657=>1,762445653=>1,762445658=>1,762445660=>1,762445664=>1,762445663=>1,762445652=>1,762445650=>1,762445639=>1,762445636=>1,762445641=>1,762445644=>1,762445648=>1,762445749=>1,762445753=>1,762540202=>1,762485636=>1,762555694=>1,762555787=>1,762556206=>1,762556069=>1,762485398=>1,762485328=>1,762445820=>1,762445817=>1,762445822=>1,762448173=>1,762468373=>1,762458650=>1,762688524=>1,762688530=>1,762773259=>1,762689160=>1,762863944=>1,762870579=>1,763046206=>1,763042628=>1,762688946=>1,762688871=>1,762688684=>1,762688677=>1,762688749=>1,762688764=>1,762688792=>1,762445811=>1,762445810=>1,762445772=>1,762445767=>1,762445775=>1,762445777=>1,762445779=>1,762445778=>1,762445765=>1,762445764=>1,762445755=>1,762445754=>1,762445757=>1,762445761=>1,762445763=>1,762445762=>1,762445784=>1,762445786=>1,762445802=>1,762445798=>1,762445803=>1,762445805=>1,762445807=>1,762445806=>1,762445797=>1,762445796=>1,762445789=>1,762445787=>1,762445792=>1,762445793=>1,762445794=>1,762445603=>1,757074981=>1,700061765=>1,699933534=>1,700070798=>1,700125126=>1,700199327=>1,700199294=>1,699933285=>1,699933282=>1,699779800=>1,699779785=>1,699779802=>1,699779823=>1,699779837=>1,699779833=>1,700199378=>1,700201065=>1,700732413=>1,700732369=>1,700771677=>1,700858606=>1,701216562=>1,701191037=>1,700732266=>1,700732186=>1,700439526=>1,700438942=>1,700443478=>1,700570338=>1,700731527=>1,700715045=>1,699779774=>1,699779752=>1,696501766=>1,696500896=>1,696501789=>1,696502907=>1,696503022=>1,696502976=>1,696421951=>1,696420394=>1,693723362=>1,693723255=>1,693755185=>1,693755308=>1,694028294=>1,693998098=>1,696735668=>1,697019206=>1,698945738=>1,698524173=>1,699438456=>1,699574282=>1,699779741=>1,699579513=>1,698524172=>1,698439211=>1,698361694=>1,697179165=>1,698408956=>1,698436851=>1,698437285=>1,701235249=>1,701257482=>1,702021426=>1,702018098=>1,702075049=>1,702075430=>1,702076679=>1,702075767=>1,702017697=>1,701978084=>1,701769083=>1,701725994=>1,701828466=>1,701828586=>1,701976346=>1,701957982=>1,702076824=>1,702080586=>1,702474425=>1,702453774=>1,702474810=>1,702486846=>1,702497586=>1,702494093=>1,702369273=>1,702368777=>1,702176307=>1,702176007=>1,702291082=>1,702311360=>1,702341414=>1,701671478=>1,701671438=>1,701304771=>1,701304675=>1,701304792=>1,701304882=>1,701304963=>1,701304927=>1,701303053=>1,701301291=>1,701257501=>1,701257497=>1,701259062=>1,701259202=>1,701301285=>1,701301257=>1,701304972=>1,701305073=>1,701360074=>1,701324690=>1,701444488=>1,701461721=>1,701669450=>1,701659975=>1,701320684=>1,701316631=>1,701305258=>1,701305214=>1,701305281=>1,701305291=>1,701314218=>1,693723249=>1,693723248=>1,690799809=>1,690798555=>1,690800039=>1,690802284=>1,690802907=>1,690802596=>1,690798420=>1,690797165=>1,690682977=>1,690682283=>1,690683145=>1,690773972=>1,690796633=>1,690794747=>1,690804291=>1,690805143=>1,690812336=>1,690812262=>1,690812710=>1,690813039=>1,690813312=>1,690813083=>1,690811598=>1,690810673=>1,690807326=>1,690806864=>1,690808732=>1,690809094=>1,690810082=>1,690809776=>1,690681405=>1,690680489=>1,690667301=>1,690667166=>1,690668204=>1,690669269=>1,690669972=>1,690669825=>1,690666671=>1,690666364=>1,690663791=>1,690663408=>1,690663852=>1,690664523=>1,690664977=>1,690664713=>1,690671802=>1,690671803=>1,690677970=>1,690677724=>1,690678240=>1,690679445=>1,690680325=>1,690679747=>1,690677259=>1,690676808=>1,690674329=>1,690674243=>1,690675071=>1,690675118=>1,690675181=>1,690813375=>1,690814480=>1,693055749=>1,693052746=>1,693055790=>1,693055946=>1,693060243=>1,693058762=>1,693001166=>1,693001165=>1,692949581=>1,692947122=>1,692959268=>1,692961459=>1,693000373=>1,692961480=>1,693078498=>1,693086753=>1,693723162=>1,693705270=>1,693723169=>1,693723203=>1,693723242=>1,693723227=>1,693704288=>1,693588362=>1,693092625=>1,693092566=>1,693096179=>1,693100717=>1,693584082=>1,692932675=>1,692918213=>1,692035850=>1,691628016=>1,692040855=>1,692133747=>1,692254490=>1,692135649=>1,691603417=>1,691564290=>1,690852024=>1,690814935=>1,690959587=>1,690961827=>1,690992912=>1,690989994=>1,692277599=>1,692506446=>1,692857932=>1,692735690=>1,692867237=>1,692900402=>1,692905411=>1,692902130=>1,692735368=>1,692712284=>1,692611366=>1,692513089=>1,692618670=>1,692635982=>1,692638547=>1,702497785=>1,702529604=>1,736146704=>1,736146575=>1,736146784=>1,736147413=>1,736215185=>1,736183109=>1,719429844=>1,717918769=>1,714934059=>1,714934030=>1,715100605=>1,715125977=>1,717760406=>1,717759259=>1,736273003=>1,736273006=>1,736480354=>1,736480274=>1,736480355=>1,736480494=>1,736516708=>1,736494727=>1,736480273=>1,736480258=>1,736388048=>1,736330987=>1,736394282=>1,736395992=>1,736469506=>1,736456969=>1,712577443=>1,712431837=>1,708821586=>1,708650910=>1,710395049=>1,710967924=>1,710980254=>1,710968152=>1,708028241=>1,708024382=>1,704280317=>1,704280283=>1,704347394=>1,704454484=>1,707986457=>1,704456735=>1,710981681=>1,710982507=>1,711988169=>1,711988142=>1,711992903=>1,712431834=>1,712431836=>1,712431835=>1,711988136=>1,711988121=>1,711987242=>1,710984935=>1,711987400=>1,711987985=>1,711988033=>1,736543758=>1,736544092=>1,737741749=>1,737675496=>1,737775370=>1,737825474=>1,737869146=>1,737825502=>1,737528440=>1,737525810=>1,737398273=>1,737397962=>1,737498416=>1,737498588=>1,737510268=>1,737502209=>1,737874046=>1,737910190=>1,738159341=>1,738159168=>1,738174838=>1,756059241=>1,756890322=>1,756796848=>1,738100567=>1,738098678=>1,737944846=>1,737926617=>1,737962246=>1,737994505=>1,738098210=>1,737382018=>1,737381650=>1,737174729=>1,737152058=>1,737174739=>1,737229303=>1,737271531=>1,737229304=>1,736618517=>1,736618516=>1,736588066=>1,736573979=>1,736614538=>1,736618513=>1,736618515=>1,736618514=>1,737306667=>1,737341907=>1,737374322=>1,737374321=>1,737374323=>1,737374330=>1,737374332=>1,737374331=>1,737374296=>1,737374295=>1,737374285=>1,737366785=>1,737374286=>1,737374287=>1,737374294=>1,704279666=>1,704279245=>1,702781366=>1,702781232=>1,702781521=>1,702781658=>1,702782550=>1,702782251=>1,702780306=>1,702780302=>1,702779563=>1,702779367=>1,702779680=>1,702780019=>1,702780207=>1,702780062=>1,702784179=>1,702784220=>1,702787726=>1,702787545=>1,702788038=>1,702788428=>1,702788800=>1,702788691=>1,702786879=>1,702786230=>1,702784586=>1,702784517=>1,702784727=>1,702784986=>1,702785914=>1,702785388=>1,702779254=>1,702779209=>1,702772379=>1,702769413=>1,702773807=>1,702773988=>1,702774116=>1,702774046=>1,702769400=>1,702769247=>1,702767785=>1,702767161=>1,702768170=>1,702768509=>1,702769194=>1,702768822=>1,702774725=>1,702774785=>1,702778220=>1,702777400=>1,702778527=>1,702779046=>1,702779133=>1,702779118=>1,702777289=>1,702776885=>1,702775536=>1,702775155=>1,702775544=>1,702775922=>1,702776671=>1,702789974=>1,702790040=>1,703749372=>1,703568116=>1,703793134=>1,703793282=>1,704229583=>1,704229411=>1,703562851=>1,703540610=>1,703312866=>1,703253861=>1,703400860=>1,703457072=>1,703540295=>1,703457513=>1,704229613=>1,704229863=>1,704231411=>1,704231271=>1,704231833=>1,704232807=>1,704279165=>1,704232857=>1,704230781=>1,704230531=>1,704230049=>1,704229868=>1,704230244=>1,704230314=>1,704230317=>1,703172645=>1,703095860=>1,702799463=>1,702796506=>1,702801524=>1,702801637=>1,702802149=>1,702802146=>1,702791415=>1,702791177=>1,702790255=>1,702790215=>1,702790507=>1,702790539=>1,702791117=>1,702790591=>1,702802241=>1,702803153=>1,702806076=>1,702805728=>1,702806677=>1,702806884=>1,702942636=>1,702806941=>1,702805163=>1,702805084=>1,702803294=>1,702803264=>1,702803468=>1,702804512=>1,702804588=>1,690662971=>1,);?>
1
+ <?php return array(757094907=>1,757094288=>1,757095736=>1,757105372=>1,757109065=>1,757105463=>1,757094024=>1,757092844=>1,757089731=>1,757089470=>1,757090840=>1,757090997=>1,757091581=>1,757091360=>1,757109333=>1,757109445=>1,757121067=>1,757120594=>1,757127537=>1,757127556=>1,757131409=>1,757130619=>1,757120497=>1,757120339=>1,757111585=>1,757110601=>1,757111987=>1,757113205=>1,757118275=>1,757117845=>1,757089369=>1,757089012=>1,757083995=>1,757083986=>1,757084345=>1,757084448=>1,757085383=>1,757085262=>1,757083626=>1,757083083=>1,757082477=>1,757082105=>1,757082592=>1,757082857=>1,757083011=>1,757082977=>1,757085389=>1,757085516=>1,757087863=>1,757087699=>1,757088114=>1,757088190=>1,757088830=>1,757088534=>1,757087341=>1,757087137=>1,757085597=>1,757085529=>1,757085718=>1,757085804=>1,757086549=>1,757131606=>1,757132257=>1,758268777=>1,757930863=>1,758271284=>1,758579757=>1,758580862=>1,758580023=>1,757786230=>1,757786229=>1,757786132=>1,757786127=>1,757786159=>1,757786162=>1,757786217=>1,757786176=>1,758582085=>1,758582295=>1,758590768=>1,758590684=>1,758591822=>1,758592099=>1,758594361=>1,758593356=>1,758590436=>1,758590132=>1,758584555=>1,758582920=>1,758585548=>1,758585987=>1,758587343=>1,758586182=>1,757632825=>1,757630798=>1,757135334=>1,757135069=>1,757135397=>1,757135419=>1,757136910=>1,757135918=>1,757134360=>1,757134167=>1,757132831=>1,757132526=>1,757132843=>1,757132901=>1,757134111=>1,757134089=>1,757137169=>1,757139502=>1,757166002=>1,757157831=>1,757239558=>1,757291556=>1,757443314=>1,757420971=>1,757156636=>1,757154116=>1,757149900=>1,757147474=>1,757150883=>1,757152873=>1,757152895=>1,757082001=>1,757081646=>1,737229304=>1,737229303=>1,737269721=>1,737271531=>1,737274926=>1,737271555=>1,737229293=>1,737229292=>1,736618517=>1,736618516=>1,737152058=>1,737156214=>1,737225820=>1,737174739=>1,737306667=>1,737366785=>1,737374330=>1,737374323=>1,737374331=>1,737374332=>1,737382018=>1,737381650=>1,737374322=>1,737374321=>1,737374286=>1,737374285=>1,737374287=>1,737374294=>1,737374296=>1,737374295=>1,736618515=>1,736618514=>1,720345381=>1,720292126=>1,720345566=>1,720345583=>1,720591805=>1,720564454=>1,720255786=>1,720252427=>1,719897354=>1,719524711=>1,719932556=>1,720054753=>1,720224831=>1,720055687=>1,720596998=>1,720960305=>1,736480494=>1,736480355=>1,736485795=>1,736485796=>1,736618513=>1,736588066=>1,736480354=>1,736480273=>1,736215185=>1,736146713=>1,736273003=>1,736273006=>1,736480258=>1,737382122=>1,737397962=>1,757076706=>1,757076703=>1,757077137=>1,757077906=>1,757078451=>1,757078389=>1,757076639=>1,757075864=>1,756082690=>1,738180951=>1,757074050=>1,757074740=>1,757075392=>1,757074981=>1,757078578=>1,757078695=>1,757081303=>1,757081276=>1,757081383=>1,757081393=>1,757081482=>1,757081437=>1,757081136=>1,757080688=>1,757079176=>1,757079046=>1,757080359=>1,757080477=>1,757080619=>1,738159168=>1,738100567=>1,737525810=>1,737502209=>1,737528440=>1,737635346=>1,737774818=>1,737675496=>1,737498618=>1,737498570=>1,737498365=>1,737398273=>1,737498397=>1,737498399=>1,737498471=>1,737498409=>1,737775370=>1,737825474=>1,738098210=>1,738095090=>1,738098672=>1,738098676=>1,738098679=>1,738098678=>1,737994505=>1,737970844=>1,737870109=>1,737825502=>1,737938299=>1,737944846=>1,737962246=>1,758595233=>1,758609280=>1,762555475=>1,762555405=>1,762555603=>1,762555652=>1,762556242=>1,762555787=>1,762555404=>1,762540202=>1,762440886=>1,762400883=>1,762448080=>1,762448173=>1,762468373=>1,762458892=>1,762556361=>1,762688615=>1,762863961=>1,762863949=>1,762863964=>1,762863965=>1,762870712=>1,762863966=>1,762863946=>1,762742697=>1,762688815=>1,762688727=>1,762688921=>1,762688985=>1,762689107=>1,762689061=>1,762347130=>1,762334891=>1,760177509=>1,760176003=>1,760177982=>1,760179808=>1,760180078=>1,760180023=>1,760175486=>1,760174981=>1,760120920=>1,760097814=>1,760152979=>1,760154819=>1,760173936=>1,760173736=>1,760186222=>1,760188095=>1,760207222=>1,760206952=>1,760207280=>1,762326131=>1,762326599=>1,762326545=>1,760205232=>1,760203956=>1,760189667=>1,760189359=>1,760195036=>1,760199282=>1,760199723=>1,762879012=>1,762879013=>1,771308889=>1,771308886=>1,771308899=>1,771308901=>1,771308969=>1,771308912=>1,771308884=>1,771308875=>1,771308804=>1,771308797=>1,771308826=>1,771308854=>1,771308867=>1,771308856=>1,771308976=>1,771308980=>1,771309047=>1,771309040=>1,771339362=>1,771339640=>1,771792836=>1,771339752=>1,771309035=>1,771309022=>1,771308996=>1,771308988=>1,771308997=>1,771309001=>1,771309017=>1,771308777=>1,771308765=>1,763138478=>1,763118272=>1,763227706=>1,763322745=>1,763329198=>1,763322987=>1,763117912=>1,763117632=>1,762879020=>1,762879014=>1,762879022=>1,763042628=>1,763046230=>1,763046206=>1,763332959=>1,763350425=>1,771308695=>1,771308676=>1,771308698=>1,771308704=>1,771308737=>1,771308727=>1,771308662=>1,771308658=>1,771308564=>1,771249978=>1,771308618=>1,771308639=>1,771308655=>1,760093739=>1,760091914=>1,758881606=>1,758881594=>1,758881610=>1,758881624=>1,759065022=>1,759062888=>1,758881588=>1,758881583=>1,758881564=>1,758881563=>1,758881566=>1,758881570=>1,758881579=>1,758881574=>1,759065162=>1,759065608=>1,759096941=>1,759096741=>1,759097556=>1,759097605=>1,759098081=>1,759097634=>1,759096164=>1,759095868=>1,759069073=>1,759068044=>1,759069552=>1,759095702=>1,759095867=>1,759095800=>1,758881554=>1,758881541=>1,758632055=>1,758630698=>1,758633599=>1,758633689=>1,758636894=>1,758633886=>1,758626361=>1,758626262=>1,758614648=>1,758612263=>1,758615160=>1,758621985=>1,758622785=>1,758622184=>1,758644507=>1,758667861=>1,758788408=>1,758788321=>1,758789865=>1,758789903=>1,758825442=>1,758791295=>1,758788296=>1,758788170=>1,758677393=>1,758668550=>1,758784741=>1,758785595=>1,758787021=>1,759098129=>1,759098569=>1,759211661=>1,759211657=>1,759211662=>1,759211665=>1,759211673=>1,759211669=>1,759211653=>1,759211649=>1,759193879=>1,759184577=>1,759193898=>1,759193908=>1,759211526=>1,759211522=>1,759211677=>1,759211681=>1,759756791=>1,759751976=>1,759767931=>1,760086961=>1,760089069=>1,760087728=>1,759729980=>1,759237429=>1,759211693=>1,759211689=>1,759211705=>1,759211706=>1,759211745=>1,759171339=>1,759135034=>1,759103326=>1,759102723=>1,759104793=>1,759105645=>1,759107461=>1,759107297=>1,759102540=>1,759102354=>1,759098933=>1,759098858=>1,759099249=>1,759100450=>1,759102065=>1,759101112=>1,759116486=>1,759118729=>1,759126499=>1,759126356=>1,759128379=>1,759130751=>1,759134829=>1,759133398=>1,759125292=>1,759125209=>1,759119920=>1,759119475=>1,759120753=>1,759121498=>1,759124973=>1,719406478=>1,719388876=>1,699779810=>1,699779804=>1,699779825=>1,699779826=>1,699779831=>1,699779827=>1,699779797=>1,699779790=>1,699779763=>1,699779761=>1,699779771=>1,699779773=>1,699779789=>1,699779785=>1,699779832=>1,699779833=>1,700438942=>1,700401307=>1,700443478=>1,700570338=>1,700715045=>1,700715042=>1,700390472=>1,700222042=>1,700070798=>1,700061765=>1,700125126=>1,700199327=>1,700201065=>1,700199378=>1,699779757=>1,699779752=>1,696622579=>1,696622483=>1,696624080=>1,696636195=>1,697019206=>1,696712050=>1,696614425=>1,696605950=>1,696500858=>1,696422013=>1,696500937=>1,696501852=>1,696601484=>1,696502756=>1,697174043=>1,698372102=>1,698946807=>1,698945738=>1,699574281=>1,699579515=>1,699779738=>1,699591861=>1,698524173=>1,698524172=>1,698408956=>1,698399674=>1,698436850=>1,698436851=>1,698437285=>1,700731712=>1,700771677=>1,701444488=>1,701414606=>1,701461721=>1,701669450=>1,701671478=>1,701671438=>1,701360074=>1,701327906=>1,701307084=>1,701307060=>1,701314218=>1,701316631=>1,701324690=>1,701320684=>1,701685544=>1,701769083=>1,702018098=>1,701989057=>1,702021426=>1,702076201=>1,702176007=>1,702139626=>1,701988865=>1,701987422=>1,701828466=>1,701786517=>1,701828586=>1,701957982=>1,701976346=>1,701307022=>1,701306973=>1,701259202=>1,701259062=>1,701295766=>1,701301292=>1,701301305=>1,701301298=>1,701257501=>1,701257497=>1,701216562=>1,700858606=>1,701224687=>1,701235249=>1,701257482=>1,701256956=>1,701301312=>1,701301690=>1,701304993=>1,701304964=>1,701305021=>1,701305052=>1,701306923=>1,701305183=>1,701304963=>1,701304959=>1,701304685=>1,701303352=>1,701304772=>1,701304834=>1,701304896=>1,696421812=>1,696421739=>1,690814427=>1,690813944=>1,690814528=>1,690814630=>1,690959587=>1,690814968=>1,690813779=>1,690813734=>1,690812316=>1,690811559=>1,690812398=>1,690813003=>1,690813720=>1,690813223=>1,690960373=>1,691006315=>1,692277285=>1,692254490=>1,692277293=>1,692508954=>1,692618670=>1,692547606=>1,692135649=>1,692040855=>1,691566823=>1,691564856=>1,691609384=>1,691628016=>1,692035850=>1,691741062=>1,690811047=>1,690810182=>1,690803973=>1,690803372=>1,690804106=>1,690805139=>1,690805492=>1,690805463=>1,690803201=>1,690801637=>1,690798389=>1,690797383=>1,690798432=>1,690799284=>1,690801172=>1,690799995=>1,690806465=>1,690806689=>1,690809358=>1,690809329=>1,690809786=>1,690809807=>1,690809954=>1,690809919=>1,690809226=>1,690809044=>1,690807409=>1,690806722=>1,690807502=>1,690808124=>1,690808641=>1,692623284=>1,692635982=>1,693618389=>1,693618382=>1,693618390=>1,693618505=>1,693723148=>1,693618628=>1,693618379=>1,693618336=>1,693583922=>1,693583921=>1,693583923=>1,693584082=>1,693588362=>1,693585594=>1,693723244=>1,693723266=>1,696419943=>1,696419726=>1,696420063=>1,696421304=>1,696421456=>1,696421315=>1,696418253=>1,696417558=>1,693723338=>1,693723302=>1,693998098=>1,694028294=>1,696416476=>1,693512052=>1,693100717=>1,692915946=>1,692905411=>1,692932675=>1,692947122=>1,692949581=>1,692947530=>1,692867478=>1,692867187=>1,692712284=>1,692638547=>1,692718173=>1,692735368=>1,692857932=>1,692735690=>1,692959268=>1,692961026=>1,693058762=>1,693052746=>1,693067402=>1,693078498=>1,693093187=>1,693086753=>1,693045231=>1,693028218=>1,692961480=>1,692961459=>1,693000373=>1,693001166=>1,693022500=>1,702176307=>1,702176366=>1,704230158=>1,704229782=>1,704230369=>1,704230531=>1,704230879=>1,704230722=>1,704229674=>1,704229563=>1,703748627=>1,703584245=>1,703748875=>1,703749372=>1,704229414=>1,703793282=>1,704231169=>1,704231222=>1,704233383=>1,704233328=>1,704233387=>1,704279336=>1,704279968=>1,704279411=>1,704232597=>1,704232541=>1,704231682=>1,704231679=>1,704231813=>1,704231916=>1,704232284=>1,704232148=>1,703457072=>1,703451737=>1,702805746=>1,702805705=>1,702806144=>1,702806236=>1,702806417=>1,702806310=>1,702805629=>1,702805267=>1,702802780=>1,702802602=>1,702802917=>1,702803211=>1,702804732=>1,702804690=>1,702806590=>1,702806792=>1,702807743=>1,702807659=>1,702807956=>1,703035510=>1,703256039=>1,703235058=>1,702807290=>1,702807195=>1,702806876=>1,702806831=>1,702807033=>1,702807134=>1,702807152=>1,704280024=>1,704280175=>1,711988033=>1,711987985=>1,711988136=>1,711988142=>1,712577443=>1,711988169=>1,711987400=>1,711987242=>1,711363011=>1,711305775=>1,711366500=>1,711406383=>1,711458488=>1,711456091=>1,712581961=>1,712650982=>1,716746103=>1,716715300=>1,717759477=>1,717918769=>1,717968871=>1,717941582=>1,715125977=>1,715100605=>1,714123329=>1,713029012=>1,714934030=>1,714934059=>1,715070236=>1,711205958=>1,711197731=>1,708360016=>1,708319255=>1,708434724=>1,708554303=>1,708714682=>1,708650910=>1,708245937=>1,708034664=>1,704280432=>1,704280272=>1,704393368=>1,707823059=>1,708034588=>1,707986457=>1,708733678=>1,710319962=>1,710968152=>1,710967924=>1,710982507=>1,710984935=>1,710988244=>1,710986803=>1,710519573=>1,710444372=>1,710364539=>1,710363041=>1,710366537=>1,710372747=>1,710380067=>1,702802555=>1,702802407=>1,702772025=>1,702772018=>1,702772379=>1,702773329=>1,702773360=>1,702773339=>1,702772008=>1,702771680=>1,702770265=>1,702769877=>1,702770329=>1,702771107=>1,702771390=>1,702771203=>1,702773491=>1,702773829=>1,702775349=>1,702775225=>1,702775591=>1,702775870=>1,702776292=>1,702775950=>1,702775176=>1,702775129=>1,702774100=>1,702774040=>1,702774626=>1,702774698=>1,702775010=>1,702774701=>1,702769449=>1,702769436=>1,702474810=>1,702453774=>1,702494093=>1,702529604=>1,702767456=>1,702767119=>1,702369273=>1,702368777=>1,702291082=>1,702180046=>1,702291318=>1,702311360=>1,702341414=>1,702314604=>1,702767497=>1,702767548=>1,702768695=>1,702768684=>1,702768934=>1,702769013=>1,702769374=>1,702769354=>1,702768507=>1,702768459=>1,702767884=>1,702767571=>1,702767888=>1,702768186=>1,702768273=>1,702776500=>1,702776988=>1,702790687=>1,702790578=>1,702790999=>1,702791230=>1,702792244=>1,702791616=>1,702789974=>1,702789960=>1,702787946=>1,702787542=>1,702788447=>1,702788649=>1,702789687=>1,702788841=>1,702796506=>1,702798741=>1,702801180=>1,702800877=>1,702801195=>1,702801572=>1,702802146=>1,702801944=>1,702800777=>1,702800719=>1,702799966=>1,702799880=>1,702800378=>1,702800515=>1,702800685=>1,702787219=>1,702787098=>1,702779367=>1,702779222=>1,702779419=>1,702779846=>1,702780523=>1,702780138=>1,702778882=>1,702778646=>1,702777914=>1,702777360=>1,702778160=>1,702778195=>1,702778593=>1,702778464=>1,702780846=>1,702781280=>1,702786380=>1,702786201=>1,702786641=>1,702786793=>1,702787032=>1,702786872=>1,702784996=>1,702784986=>1,702782104=>1,702782057=>1,702784357=>1,702784409=>1,702784454=>1,690797122=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2733907186=>1,2733906524=>1,2733908649=>1,2733935000=>1,2733969852=>1,2733969797=>1,2733906441=>1,2733906425=>1,2733896812=>1,2733896639=>1,2733896945=>1,2733896995=>1,2733906390=>1,2733897284=>1,2733969887=>1,2733971263=>1,2734114823=>1,2734081500=>1,2734114843=>1,2734115015=>1,2734115017=>1,2734115016=>1,2734062031=>1,2734052408=>1,2734015666=>1,2734015553=>1,2734015723=>1,2734037537=>1,2734052389=>1,2734037568=>1,2733893034=>1,2733892821=>1,2733861103=>1,2733860782=>1,2733861611=>1,2733864756=>1,2733866778=>1,2733866229=>1,2733860065=>1,2733859656=>1,2733853644=>1,2733850908=>1,2733858688=>1,2733858846=>1,2733859314=>1,2733859247=>1,2733867698=>1,2733868732=>1,2733887255=>1,2733887020=>1,2733887451=>1,2733888398=>1,2733892724=>1,2733891520=>1,2733885139=>1,2733884539=>1,2733870887=>1,2733870193=>1,2733871235=>1,2733872796=>1,2733872943=>1,2734115018=>1,2734115029=>1,2734410393=>1,2734410299=>1,2734410455=>1,2734410533=>1,2734476350=>1,2734461332=>1,2734410182=>1,2734410154=>1,2734401354=>1,2734400531=>1,2734401370=>1,2734409748=>1,2734409908=>1,2734409838=>1,2734481928=>1,2734482083=>1,2736326184=>1,2736219582=>1,2737600065=>1,2737600469=>1,2737775670=>1,2737608954=>1,2736132393=>1,2736132392=>1,2734503716=>1,2734485919=>1,2734650564=>1,2734650565=>1,2734766223=>1,2734668664=>1,2734380769=>1,2734346082=>1,2734164612=>1,2734164442=>1,2734164742=>1,2734164912=>1,2734198369=>1,2734197984=>1,2734120228=>1,2734115702=>1,2734115033=>1,2734115032=>1,2734115146=>1,2734115267=>1,2734115278=>1,2734115276=>1,2734198375=>1,2734198390=>1,2734224162=>1,2734204174=>1,2734225319=>1,2734266290=>1,2734321698=>1,2734288756=>1,2734203975=>1,2734203953=>1,2734198434=>1,2734198408=>1,2734198688=>1,2734202931=>1,2734203388=>1,2733849976=>1,2733849696=>1,2727397847=>1,2724827789=>1,2727410849=>1,2730553217=>1,2731150592=>1,2730896897=>1,2724798037=>1,2724798032=>1,2722691854=>1,2722691798=>1,2722691855=>1,2722692577=>1,2723351814=>1,2722692626=>1,2731290337=>1,2731406138=>1,2731792395=>1,2731783672=>1,2731792625=>1,2731792650=>1,2731794821=>1,2731794665=>1,2731774311=>1,2731774280=>1,2731471157=>1,2731471153=>1,2731637986=>1,2731740958=>1,2731774229=>1,2731757658=>1,2722691099=>1,2722690455=>1,2722678422=>1,2722678163=>1,2722678875=>1,2722679855=>1,2722680140=>1,2722680067=>1,2722678079=>1,2722677413=>1,2722675361=>1,2722673879=>1,2722675446=>1,2722675935=>1,2722676789=>1,2722676553=>1,2722680388=>1,2722680891=>1,2722685272=>1,2722685250=>1,2722685917=>1,2722686663=>1,2722690327=>1,2722688875=>1,2722684568=>1,2722683669=>1,2722681052=>1,2722681032=>1,2722681394=>1,2722682423=>1,2722682431=>1,2731827625=>1,2731838134=>1,2732461283=>1,2732460034=>1,2732501150=>1,2732501706=>1,2732536004=>1,2732501829=>1,2732458805=>1,2732444390=>1,2732341199=>1,2732340588=>1,2732382514=>1,2732382829=>1,2732395760=>1,2732390118=>1,2732546274=>1,2732546291=>1,2733844613=>1,2733844261=>1,2733844641=>1,2733847885=>1,2733848533=>1,2733847893=>1,2733840119=>1,2733838586=>1,2733491443=>1,2733105337=>1,2733834627=>1,2733836449=>1,2733837376=>1,2732299129=>1,2732298930=>1,2731926876=>1,2731926598=>1,2731927435=>1,2731929420=>1,2732138853=>1,2731939008=>1,2731926596=>1,2731926219=>1,2731853397=>1,2731852871=>1,2731853427=>1,2731856632=>1,2731914124=>1,2731868403=>1,2732245097=>1,2732245421=>1,2732257149=>1,2732255467=>1,2732262493=>1,2732263086=>1,2732298682=>1,2732263225=>1,2732255466=>1,2732255465=>1,2732249220=>1,2732246193=>1,2732255256=>1,2732255457=>1,2732255458=>1,2737798968=>1,2737803550=>1,2785008833=>1,2785007828=>1,2785009760=>1,2789102286=>1,2789106158=>1,2789105944=>1,2785007737=>1,2785007691=>1,2784999447=>1,2784991846=>1,2784999562=>1,2784999599=>1,2785007651=>1,2785000743=>1,2789106159=>1,2789106160=>1,2790524727=>1,2790397384=>1,2791729937=>1,2792308873=>1,2792323236=>1,2792309402=>1,2789658370=>1,2789648740=>1,2789106163=>1,2789106161=>1,2789106164=>1,2789106165=>1,2789609230=>1,2789107701=>1,2784990900=>1,2784980780=>1,2784959964=>1,2784959930=>1,2784971334=>1,2784971587=>1,2784971671=>1,2784971643=>1,2784959884=>1,2784959798=>1,2777796743=>1,2777396766=>1,2778363966=>1,2780948450=>1,2784123521=>1,2783326579=>1,2784971673=>1,2784971676=>1,2784979943=>1,2784979640=>1,2784979963=>1,2784980085=>1,2784980553=>1,2784980128=>1,2784979458=>1,2784979424=>1,2784971761=>1,2784971751=>1,2784971763=>1,2784971769=>1,2784979085=>1,2792326051=>1,2792326357=>1,2809289778=>1,2809289155=>1,2809289789=>1,2809290788=>1,2809292963=>1,2809292563=>1,2809285827=>1,2809284612=>1,2809275587=>1,2809275164=>1,2809277736=>1,2809283133=>1,2809284541=>1,2809283332=>1,2809295152=>1,2809295238=>1,2809325160=>1,2809323526=>1,2809326988=>1,2809328998=>1,2812290161=>1,2809330697=>1,2809316338=>1,2809314573=>1,2809305365=>1,2809305188=>1,2809306089=>1,2809306105=>1,2809310107=>1,2809273717=>1,2809273714=>1,2807571649=>1,2807571308=>1,2807572651=>1,2807572712=>1,2807573122=>1,2807572930=>1,2807571272=>1,2807569113=>1,2793545615=>1,2792349778=>1,2795141210=>1,2800734066=>1,2805537126=>1,2805480096=>1,2807574174=>1,2807590152=>1,2807592431=>1,2807591676=>1,2809266927=>1,2809267110=>1,2809268564=>1,2809268134=>1,2807591355=>1,2807590322=>1,2807590188=>1,2807590179=>1,2807590217=>1,2807590258=>1,2807590316=>1,2777388457=>1,2777317357=>1,2745967649=>1,2745967609=>1,2745967772=>1,2745991319=>1,2745991474=>1,2745991436=>1,2745967607=>1,2745967605=>1,2745965374=>1,2745964918=>1,2745965844=>1,2745966037=>1,2745967571=>1,2745967475=>1,2745991491=>1,2745991494=>1,2745993048=>1,2745992743=>1,2745993132=>1,2745993317=>1,2745993646=>1,2745993613=>1,2745992484=>1,2745992370=>1,2745992128=>1,2745992024=>1,2745992140=>1,2745992176=>1,2745992270=>1,2745992257=>1,2745964555=>1,2745964548=>1,2738207622=>1,2738207588=>1,2738212635=>1,2742915339=>1,2742928719=>1,2742927821=>1,2738207586=>1,2738207450=>1,2737806466=>1,2737804066=>1,2737810954=>1,2737810955=>1,2738207282=>1,2737810958=>1,2742929224=>1,2742930003=>1,2745961758=>1,2745961345=>1,2745961852=>1,2745962205=>1,2745963872=>1,2745963823=>1,2745960388=>1,2745960387=>1,2742940976=>1,2742940905=>1,2742943221=>1,2745100890=>1,2745960222=>1,2745993750=>1,2745993811=>1,2760153272=>1,2760146093=>1,2760163347=>1,2760172192=>1,2760172218=>1,2760172217=>1,2760142223=>1,2760137437=>1,2760126264=>1,2760125731=>1,2760128893=>1,2760128898=>1,2760137419=>1,2760134063=>1,2760172219=>1,2760172220=>1,2774668739=>1,2774665741=>1,2776142533=>1,2777301536=>1,2777305138=>1,2777301751=>1,2774665739=>1,2774200818=>1,2760530235=>1,2760174385=>1,2763108684=>1,2763109136=>1,2763109209=>1,2760125110=>1,2760124700=>1,2745996008=>1,2745995781=>1,2745996666=>1,2745996710=>1,2745997543=>1,2745996873=>1,2745995722=>1,2745995599=>1,2745994300=>1,2745994129=>1,2745994336=>1,2745994538=>1,2745994936=>1,2745994616=>1,2745997647=>1,2745997689=>1,2758028114=>1,2755708675=>1,2760117198=>1,2760119505=>1,2760121501=>1,2760121497=>1,2754022540=>1,2752471949=>1,2745998184=>1,2745998071=>1,2746306308=>1,2746306309=>1,2746326928=>1,2722673832=>1,2722673519=>1,2634532037=>1,2634520702=>1,2634532184=>1,2635718907=>1,2637472247=>1,2637472235=>1,2631205594=>1,2631142866=>1,2630232341=>1,2630225457=>1,2630234048=>1,2630256666=>1,2631142693=>1,2630642071=>1,2642047543=>1,2642047956=>1,2654066569=>1,2653843906=>1,2654644738=>1,2654644763=>1,2654644803=>1,2654644802=>1,2653842078=>1,2653313233=>1,2644588865=>1,2642080950=>1,2650582835=>1,2653180345=>1,2653279047=>1,2653197835=>1,2630223168=>1,2621016418=>1,2600779923=>1,2600757779=>1,2606665746=>1,2606666440=>1,2606686468=>1,2606682002=>1,2600757258=>1,2600757206=>1,2600745979=>1,2600745130=>1,2600746146=>1,2600751862=>1,2600757046=>1,2600756617=>1,2606691847=>1,2606691870=>1,2617123290=>1,2617115205=>1,2617174915=>1,2619507341=>1,2620979939=>1,2620828097=>1,2609202234=>1,2609194722=>1,2606892294=>1,2606892293=>1,2609186563=>1,2609186577=>1,2609186607=>1,2654644879=>1,2654644893=>1,2655374372=>1,2655374321=>1,2655374517=>1,2655374796=>1,2655374839=>1,2655374807=>1,2655372717=>1,2655372209=>1,2655362015=>1,2655360481=>1,2655365520=>1,2655366369=>1,2655371484=>1,2655370028=>1,2655374962=>1,2655375057=>1,2655377426=>1,2655377007=>1,2655377478=>1,2655377686=>1,2655377998=>1,2655377698=>1,2655376650=>1,2655376486=>1,2655375320=>1,2655375241=>1,2655375491=>1,2655375896=>1,2655375945=>1,2655360361=>1,2655360310=>1,2655332868=>1,2655332842=>1,2655332869=>1,2655332871=>1,2655335528=>1,2655334477=>1,2655332841=>1,2655332840=>1,2654645582=>1,2654644895=>1,2655325152=>1,2655332836=>1,2655332839=>1,2655332837=>1,2655337302=>1,2655341391=>1,2655356149=>1,2655356148=>1,2655356151=>1,2655356153=>1,2655356155=>1,2655356154=>1,2655356147=>1,2655356133=>1,2655348605=>1,2655348432=>1,2655349213=>1,2655356129=>1,2655356132=>1,2600738795=>1,2600738753=>1,2573540434=>1,2573422986=>1,2573540450=>1,2573540762=>1,2574853542=>1,2574789257=>1,2572976111=>1,2572975977=>1,2572954783=>1,2572954714=>1,2572955361=>1,2572975635=>1,2572975938=>1,2572975850=>1,2574855198=>1,2574918548=>1,2578757639=>1,2576875437=>1,2580948398=>1,2581322731=>1,2583694487=>1,2581394062=>1,2576704251=>1,2576308412=>1,2574946023=>1,2574921914=>1,2575226291=>1,2575302173=>1,2576308356=>1,2575302451=>1,2569396182=>1,2569396178=>1,2569392962=>1,2569392930=>1,2569392966=>1,2569393174=>1,2569393286=>1,2569393234=>1,2569392918=>1,2569388694=>1,2569252870=>1,2568201038=>1,2569288806=>1,2569324942=>1,2569388290=>1,2569344646=>1,2569393306=>1,2569393322=>1,2569394062=>1,2569393971=>1,2569395926=>1,2569395942=>1,2569396174=>1,2569396158=>1,2569393970=>1,2569393926=>1,2569393354=>1,2569393326=>1,2569393358=>1,2569393362=>1,2569393366=>1,2583694570=>1,2586030049=>1,2591486354=>1,2588532235=>1,2591504430=>1,2591504450=>1,2591527871=>1,2591504753=>1,2588531849=>1,2588522237=>1,2588486817=>1,2588486805=>1,2588486837=>1,2588486861=>1,2588522236=>1,2588486913=>1,2591527883=>1,2591589738=>1,2592032077=>1,2592032012=>1,2592032101=>1,2592032103=>1,2600737112=>1,2600736784=>1,2592030732=>1,2592030201=>1,2592029788=>1,2592000334=>1,2592029799=>1,2592030050=>1,2592030086=>1,2588486761=>1,2588486693=>1,2588069138=>1,2588068660=>1,2588070710=>1,2588079722=>1,2588190848=>1,2588189739=>1,2587953001=>1,2587952218=>1,2587398341=>1,2586874552=>1,2587939310=>1,2587940609=>1,2587940862=>1,2587940612=>1,2588191025=>1,2588191212=>1,2588476471=>1,2588446970=>1,2588482772=>1,2588482808=>1,2588486665=>1,2588486661=>1,2588422261=>1,2588339366=>1,2588191360=>1,2588191345=>1,2588191429=>1,2588310307=>1,2588318011=>1,2655378311=>1,2655378381=>1,2722635795=>1,2722635672=>1,2722636047=>1,2722636490=>1,2722637376=>1,2722636798=>1,2722635029=>1,2722634818=>1,2722630734=>1,2722630709=>1,2722631401=>1,2722632375=>1,2722634811=>1,2722632663=>1,2722638192=>1,2722641874=>1,2722647196=>1,2722646977=>1,2722647223=>1,2722647448=>1,2722648673=>1,2722648285=>1,2722645381=>1,2722644740=>1,2722642809=>1,2722642678=>1,2722642972=>1,2722643509=>1,2722644733=>1,2722644123=>1,2722630581=>1,2722630189=>1,2701842684=>1,2701840602=>1,2704636056=>1,2704646248=>1,2710280381=>1,2708755425=>1,2690723614=>1,2690712686=>1,2684877966=>1,2684876765=>1,2685404617=>1,2685458698=>1,2686914548=>1,2686728620=>1,2714375156=>1,2714377973=>1,2722628652=>1,2722628587=>1,2722629190=>1,2722629224=>1,2722629617=>1,2722629564=>1,2722628292=>1,2722628160=>1,2720466249=>1,2719044378=>1,2722627772=>1,2722627960=>1,2722628085=>1,2722648784=>1,2722649599=>1,2722664751=>1,2722664609=>1,2722665202=>1,2722666214=>1,2722667167=>1,2722666948=>1,2722663664=>1,2722663383=>1,2722661813=>1,2722661409=>1,2722661850=>1,2722661898=>1,2722662217=>1,2722662178=>1,2722667554=>1,2722668319=>1,2722671618=>1,2722670340=>1,2722671935=>1,2722671996=>1,2722673472=>1,2722673065=>1,2722670295=>1,2722669481=>1,2722668618=>1,2722668552=>1,2722668964=>1,2722669002=>1,2722669044=>1,2722661338=>1,2722660882=>1,2722652962=>1,2722652685=>1,2722653362=>1,2722653951=>1,2722654703=>1,2722654098=>1,2722652630=>1,2722652316=>1,2722649933=>1,2722649737=>1,2722650269=>1,2722650608=>1,2722651589=>1,2722650847=>1,2722654962=>1,2722654994=>1,2722659262=>1,2722658645=>1,2722659607=>1,2722660438=>1,2722660709=>1,2722660613=>1,2722657588=>1,2722657387=>1,2722656034=>1,2722655833=>1,2722656046=>1,2722656390=>1,2722656812=>1,2684331907=>1,2684330935=>1,2680225379=>1,2680225303=>1,2680881494=>1,2680881620=>1,2680882066=>1,2680882049=>1,2680225293=>1,2679531601=>1,2677324482=>1,2677324410=>1,2679531592=>1,2679531593=>1,2679531600=>1,2679531599=>1,2680882620=>1,2680882674=>1,2680885607=>1,2680885499=>1,2680885840=>1,2680885859=>1,2680886835=>1,2680886736=>1,2680885481=>1,2680885271=>1,2680884305=>1,2680883980=>1,2680884483=>1,2680884647=>1,2680885128=>1,2680885099=>1,2677323165=>1,2677294777=>1,2662698415=>1,2662697434=>1,2662700195=>1,2662709601=>1,2662712571=>1,2662711684=>1,2662696117=>1,2662695910=>1,2655383762=>1,2655382785=>1,2655384068=>1,2655731196=>1,2662667977=>1,2659320050=>1,2662718968=>1,2663487604=>1,2667566889=>1,2667566258=>1,2668151598=>1,2675610096=>1,2675637677=>1,2675629106=>1,2667565841=>1,2667513586=>1,2665376009=>1,2663487605=>1,2665401698=>1,2667512563=>1,2667513536=>1,2680887230=>1,2680887763=>1,2680942404=>1,2680940567=>1,2680942977=>1,2680944401=>1,2680945041=>1,2680944504=>1,2680939596=>1,2680939447=>1,2680938644=>1,2680938535=>1,2680938891=>1,2680938893=>1,2680939088=>1,2680938931=>1,2680945644=>1,2680945936=>1,2682290000=>1,2682286874=>1,2682312520=>1,2682446004=>1,2684206821=>1,2684206575=>1,2682286576=>1,2682282382=>1,2682271252=>1,2680945944=>1,2682272040=>1,2682272950=>1,2682281797=>1,2680938521=>1,2680937610=>1,2680897930=>1,2680893230=>1,2680899004=>1,2680899341=>1,2680903000=>1,2680901658=>1,2680893102=>1,2680892211=>1,2680888175=>1,2680888069=>1,2680889493=>1,2680890501=>1,2680891781=>1,2680891130=>1,2680904930=>1,2680906051=>1,2680931051=>1,2680930735=>1,2680934531=>1,2680934606=>1,2680936690=>1,2680936508=>1,2680917994=>1,2680914943=>1,2680907658=>1,2680906949=>1,2680909418=>1,2680911873=>1,2680913186=>1,2566584960=>1,);?>
1
+ <?php return array(2732546480=>2732546487,2833990024=>1,2833451995=>1,2833990281=>1,2833990430=>1,2833990991=>1,2833451827=>1,2833993082=>1,2833392403=>1,2829550791=>1,2829550694=>1,2829550853=>1,2830463295=>1,2833995652=>1,2830856153=>1,2833451340=>1,2833996564=>1,2835370712=>1,2835172885=>1,2835378157=>1,2835380149=>1,2835410961=>1,2835381246=>1,2835169650=>1,2835169630=>1,2833996983=>1,2829539209=>1,2834010644=>1,2834012619=>1,2834013174=>1,2834012768=>1,2833996453=>1,2828466959=>1,2818181590=>1,2818181532=>1,2818181955=>1,2818191130=>1,2818191170=>1,2818191152=>1,2818181355=>1,2818181165=>1,2818135701=>1,2818135501=>1,2818159720=>1,2818167578=>1,2818181150=>1,2818171750=>1,2818191180=>1,2819134062=>1,2824481553=>1,2822707374=>1,2824527937=>1,2825291311=>1,2826527929=>1,2825372666=>1,2822706195=>1,2822691288=>1,2822578539=>1,2819134063=>1,2822579772=>1,2822684307=>1,2822684577=>1,2835411445=>1,2835456809=>1,2870591876=>1,2870591875=>1,2870591979=>1,2871231808=>1,2871331509=>1,2871331321=>1,2870591822=>1,2870591821=>1,2869829447=>1,2869794072=>1,2869849162=>1,2870591753=>1,2870591769=>1,2870591764=>1,2871355325=>1,2871401233=>1,2875218977=>1,2875202215=>1,2875218987=>1,2875219131=>1,2875219581=>1,2875219522=>1,2874705176=>1,2871485907=>1,2871444286=>1,2871440654=>1,2871448662=>1,2871466160=>1,2871467903=>1,2869733334=>1,2869728822=>1,2852080923=>1,2851045414=>1,2852112139=>1,2852112351=>1,2852118071=>1,2852118068=>1,2850758580=>1,2848395272=>1,2835460750=>1,2835456920=>1,2837857066=>1,2838886246=>1,2839085263=>1,2839085255=>1,2852118081=>1,2856853658=>1,2865924417=>1,2865924102=>1,2866233306=>1,2869331885=>1,2869448755=>1,2869445330=>1,2864272656=>1,2864272654=>1,2856859810=>1,2856855513=>1,2857083479=>1,2857083555=>1,2857083764=>1,2812322243=>1,2811163363=>1,2785008809=>1,2785008693=>1,2785009830=>1,2789102286=>1,2789106158=>1,2789105944=>1,2785008645=>1,2785007735=>1,2785000807=>1,2785000805=>1,2785000855=>1,2785000888=>1,2785007618=>1,2785000953=>1,2789106159=>1,2789106160=>1,2790397384=>1,2789658370=>1,2790524727=>1,2791761609=>1,2792309661=>1,2792309402=>1,2789629546=>1,2789609230=>1,2789106163=>1,2789106161=>1,2789106164=>1,2789106165=>1,2789107701=>1,2789107251=>1,2785000800=>1,2785000754=>1,2784959884=>1,2784959821=>1,2784971322=>1,2784971619=>1,2784971757=>1,2784971626=>1,2783326579=>1,2780948450=>1,2777368321=>1,2777317357=>1,2777379400=>1,2777388457=>1,2779179908=>1,2778363966=>1,2784977486=>1,2784978950=>1,2784996728=>1,2784980966=>1,2784999440=>1,2784999562=>1,2785000753=>1,2784999606=>1,2784980742=>1,2784980636=>1,2784979897=>1,2784979654=>1,2784980188=>1,2784980245=>1,2784980556=>1,2792313402=>1,2792323236=>1,2809289778=>1,2809285827=>1,2809289789=>1,2809290788=>1,2809295152=>1,2809292563=>1,2809284541=>1,2809283332=>1,2809273714=>1,2809269519=>1,2809273717=>1,2809275164=>1,2809283133=>1,2809277736=>1,2809295238=>1,2809303727=>1,2809325160=>1,2809323526=>1,2809326988=>1,2809328998=>1,2809330593=>1,2809329252=>1,2809321431=>1,2809314573=>1,2809305365=>1,2809305188=>1,2809306105=>1,2809306272=>1,2809310107=>1,2809268564=>1,2809268134=>1,2807573122=>1,2807572930=>1,2807574174=>1,2807574221=>1,2807590189=>1,2807582945=>1,2807572706=>1,2807572610=>1,2795269889=>1,2794322396=>1,2795782204=>1,2801742295=>1,2807571649=>1,2807571308=>1,2807590220=>1,2807590242=>1,2807591355=>1,2807590377=>1,2807591676=>1,2807593825=>1,2809267110=>1,2809266927=>1,2807590362=>1,2807590343=>1,2807590317=>1,2807590248=>1,2807590327=>1,2807590338=>1,2807590341=>1,2875220702=>1,2875220840=>1,2875227307=>1,2875227193=>1,2875227316=>1,2875227334=>1,2875227377=>1,2875227338=>1,2875227187=>1,2875227163=>1,2875227047=>1,2875227043=>1,2875227109=>1,2875227145=>1,2875227158=>1,2875227146=>1,2875227387=>1,2875227398=>1,2875227506=>1,2875227486=>1,2875227508=>1,2875227518=>1,2875227551=>1,2875227523=>1,2875227483=>1,2875227482=>1,2875227408=>1,2875227399=>1,2875227417=>1,2875227419=>1,2875227432=>1,2875227422=>1,2875227034=>1,2875227024=>1,2875226526=>1,2875226516=>1,2875226533=>1,2875226539=>1,2875226594=>1,2875226569=>1,2875226508=>1,2875226505=>1,2875226436=>1,2875226408=>1,2875226446=>1,2875226447=>1,2875226489=>1,2875226477=>1,2875226605=>1,2875226678=>1,2875226950=>1,2875226942=>1,2875226955=>1,2875227010=>1,2875227013=>1,2875227012=>1,2875226861=>1,2875226850=>1,2875226754=>1,2875226746=>1,2875226786=>1,2875226816=>1,2875226848=>1,2875227596=>1,2875227598=>1,2875244993=>1,2875244985=>1,2875245003=>1,2875245049=>1,2875245101=>1,2875245096=>1,2875244963=>1,2875244868=>1,2875244622=>1,2875244621=>1,2875244638=>1,2875244659=>1,2875244836=>1,2875244689=>1,2875245115=>1,2875245128=>1,2875245359=>1,2875245348=>1,2875245367=>1,2875245417=>1,2875245488=>1,2875245435=>1,2875245331=>1,2875245291=>1,2875245156=>1,2875245137=>1,2875245200=>1,2875245284=>1,2875245290=>1,2875244620=>1,2875232760=>1,2875227760=>1,2875227758=>1,2875227776=>1,2875227798=>1,2875227822=>1,2875227804=>1,2875227733=>1,2875227715=>1,2875227628=>1,2875227617=>1,2875227635=>1,2875227661=>1,2875227710=>1,2875227666=>1,2875227883=>1,2875227902=>1,2875231085=>1,2875231078=>1,2875231705=>1,2875231879=>1,2875232466=>1,2875231921=>1,2875231047=>1,2875228070=>1,2875227952=>1,2875227908=>1,2875227989=>1,2875228001=>1,2875228051=>1,2875226387=>1,2875226386=>1,2875224342=>1,2875224313=>1,2875224377=>1,2875224456=>1,2875224503=>1,2875224496=>1,2875224161=>1,2875224071=>1,2875223973=>1,2875223907=>1,2875223980=>1,2875223981=>1,2875224041=>1,2875224024=>1,2875224538=>1,2875224607=>1,2875225183=>1,2875225171=>1,2875225192=>1,2875225238=>1,2875225273=>1,2875225259=>1,2875225131=>1,2875225122=>1,2875224912=>1,2875224854=>1,2875224931=>1,2875224974=>1,2875225093=>1,2875224990=>1,2875223903=>1,2875223899=>1,2875223623=>1,2875223587=>1,2875223624=>1,2875223628=>1,2875223653=>1,2875223645=>1,2875222637=>1,2875222411=>1,2875221164=>1,2875221094=>1,2875221366=>1,2875221456=>1,2875222290=>1,2875222262=>1,2875223662=>1,2875223706=>1,2875223858=>1,2875223856=>1,2875223866=>1,2875223871=>1,2875223887=>1,2875223885=>1,2875223815=>1,2875223805=>1,2875223715=>1,2875223712=>1,2875223740=>1,2875223772=>1,2875223779=>1,2875225287=>1,2875225297=>1,2875226024=>1,2875225997=>1,2875226046=>1,2875226088=>1,2875226106=>1,2875226091=>1,2875225992=>1,2875225988=>1,2875225904=>1,2875225884=>1,2875225930=>1,2875225940=>1,2875225987=>1,2875225972=>1,2875226107=>1,2875226130=>1,2875226319=>1,2875226318=>1,2875226321=>1,2875226332=>1,2875226364=>1,2875226344=>1,2875226297=>1,2875226239=>1,2875226142=>1,2875226134=>1,2875226154=>1,2875226190=>1,2875226232=>1,2875225862=>1,2875225837=>1,2875225459=>1,2875225443=>1,2875225460=>1,2875225462=>1,2875225478=>1,2875225463=>1,2875225430=>1,2875225414=>1,2875225320=>1,2875225312=>1,2875225328=>1,2875225348=>1,2875225398=>1,2875225368=>1,2875225491=>1,2875225518=>1,2875225710=>1,2875225700=>1,2875225724=>1,2875225730=>1,2875225785=>1,2875225759=>1,2875225618=>1,2875225612=>1,2875225558=>1,2875225540=>1,2875225561=>1,2875225564=>1,2875225583=>1,2777305138=>1,2777301536=>1,2684331907=>1,2684159291=>1,2684581346=>1,2684876765=>1,2685404617=>1,2684877966=>1,2682446004=>1,2682282382=>1,2682262933=>1,2682260876=>1,2682263423=>1,2682277439=>1,2682279529=>1,2682278409=>1,2685422158=>1,2685453628=>1,2704636056=>1,2701561277=>1,2708755425=>1,2710305642=>1,2714377973=>1,2714375156=>1,2696041835=>1,2696041203=>1,2685457385=>1,2685455307=>1,2685458419=>1,2690712686=>1,2696041035=>1,2690723614=>1,2682258165=>1,2680945936=>1,2680899341=>1,2680893102=>1,2680903000=>1,2680904930=>1,2680906108=>1,2680906051=>1,2680892211=>1,2680891898=>1,2680890105=>1,2680890051=>1,2680890501=>1,2680891130=>1,2680891781=>1,2680891262=>1,2680907658=>1,2680908926=>1,2680938521=>1,2680937610=>1,2680942977=>1,2680943969=>1,2680945644=>1,2680944504=>1,2680937053=>1,2680936290=>1,2680930515=>1,2680913255=>1,2680930735=>1,2680932918=>1,2680935070=>1,2714403641=>1,2718809700=>1,2732262493=>1,2732257149=>1,2732262815=>1,2732299129=>1,2732340588=>1,2732305830=>1,2732255261=>1,2732246213=>1,2732245097=>1,2732245048=>1,2732245421=>1,2732245555=>1,2732246081=>1,2732245636=>1,2732341199=>1,2732369337=>1,2732461283=>1,2732460250=>1,2732501150=>1,2732501829=>1,2732546464=>1,2732546291=>1,2732460034=>1,2732444390=>1,2732382829=>1,2732382514=>1,2732390118=>1,2732391774=>1,2732395760=>1,2732226060=>1,2732194504=>1,2731471153=>1,2731290337=>1,2731471157=>1,2731541655=>1,2731774280=>1,2731637986=>1,2730616342=>1,2730553217=>1,2719044378=>1,2719032106=>1,2720466249=>1,2722652685=>1,2727385313=>1,2722668683=>1,2731774311=>1,2731783606=>1,2731877886=>1,2731868403=>1,2731926219=>1,2731927435=>1,2732119309=>1,2732118814=>1,2731853427=>1,2731853397=>1,2731793321=>1,2731792624=>1,2731794665=>1,2731808089=>1,2731838004=>1,2680889968=>1,2680889666=>1,2655348494=>1,2655348432=>1,2655348605=>1,2655356022=>1,2655365765=>1,2655365520=>1,2655348227=>1,2655330714=>1,2654644895=>1,2654644893=>1,2654644922=>1,2654645582=>1,2655325155=>1,2655325152=>1,2655366369=>1,2655371484=>1,2655374807=>1,2655374796=>1,2655374839=>1,2655374962=>1,2655375241=>1,2655375008=>1,2655374517=>1,2655374490=>1,2655372341=>1,2655372209=>1,2655372717=>1,2655373404=>1,2655374372=>1,2655374292=>1,2654644879=>1,2654644803=>1,2631148321=>1,2631142866=>1,2631166662=>1,2631182913=>1,2634520702=>1,2631191813=>1,2631142693=>1,2630280172=>1,2617175037=>1,2617175022=>1,2619547241=>1,2620979939=>1,2630270025=>1,2621016418=>1,2634532184=>1,2635718907=>1,2642591806=>1,2642080950=>1,2645891236=>1,2654644738=>1,2654644802=>1,2654644763=>1,2642058338=>1,2642048493=>1,2637472226=>1,2637435679=>1,2637472231=>1,2642047543=>1,2642047956=>1,2655375320=>1,2655375491=>1,2679431730=>1,2677324487=>1,2680225373=>1,2680225450=>1,2680881494=>1,2680225495=>1,2677324482=>1,2677294777=>1,2667575616=>1,2667566889=>1,2668105099=>1,2668151598=>1,2675610096=>1,2668154436=>1,2680882674=>1,2680883980=>1,2680886530=>1,2680886451=>1,2680886835=>1,2680887230=>1,2680889493=>1,2680888069=>1,2680885859=>1,2680885607=>1,2680885128=>1,2680885099=>1,2680885271=>1,2680885481=>1,2680885499=>1,2667566258=>1,2667565841=>1,2655378379=>1,2655378347=>1,2655382785=>1,2655383762=>1,2656409486=>1,2655731196=>1,2655377998=>1,2655377827=>1,2655376486=>1,2655375945=>1,2655376650=>1,2655377426=>1,2655377698=>1,2655377478=>1,2656432466=>1,2656432476=>1,2665376009=>1,2663878383=>1,2665401698=>1,2665401834=>1,2667513586=>1,2667512563=>1,2663487605=>1,2662698592=>1,2662695053=>1,2659320050=>1,2662696444=>1,2662697590=>1,2662698415=>1,2732546465=>1,2732546468=>1,2745993317=>1,2745993132=>1,2745993613=>1,2745993646=>1,2745993811=>1,2745993750=>1,2745993129=>1,2745993048=>1,2745992176=>1,2745992140=>1,2745992270=>1,2745992370=>1,2745992743=>1,2745992484=>1,2745993858=>1,2745994088=>1,2745995834=>1,2745995781=>1,2745996008=>1,2745996666=>1,2745997689=>1,2745997543=>1,2745995722=>1,2745995660=>1,2745994300=>1,2745994129=>1,2745994336=>1,2745994441=>1,2745995599=>1,2745995375=>1,2745992134=>1,2745992128=>1,2745965844=>1,2745965374=>1,2745967475=>1,2745967571=>1,2745967607=>1,2745967605=>1,2745965351=>1,2745964918=>1,2745960222=>1,2742943221=>1,2745960387=>1,2745961690=>1,2745963823=>1,2745962205=>1,2745967609=>1,2745967649=>1,2745991886=>1,2745991494=>1,2745992024=>1,2745992100=>1,2745992122=>1,2745992119=>1,2745991491=>1,2745991474=>1,2745968269=>1,2745967772=>1,2745968301=>1,2745968303=>1,2745991319=>1,2745997745=>1,2745997929=>1,2760137419=>1,2760134795=>1,2760137437=>1,2760141676=>1,2760142223=>1,2760141969=>1,2760134793=>1,2760134791=>1,2760125110=>1,2760124700=>1,2760127323=>1,2760128893=>1,2760134063=>1,2760128898=>1,2760146093=>1,2760158314=>1,2773783878=>1,2768407347=>1,2776149954=>1,2777285256=>1,2617174999=>1,2777294609=>1,2763109209=>1,2763108798=>1,2760171257=>1,2760163347=>1,2760172192=>1,2760173251=>1,2760530235=>1,2760121501=>1,2760121497=>1,2746011939=>1,2745999302=>1,2746011950=>1,2746012218=>1,2746012678=>1,2746012474=>1,2745999056=>1,2745998805=>1,2745998168=>1,2745998071=>1,2745998473=>1,2745998608=>1,2745998752=>1,2745998711=>1,2746013259=>1,2746013260=>1,2756053590=>1,2755285265=>1,2758028114=>1,2760116670=>1,2760119505=>1,2760117198=>1,2754155880=>1,2754146626=>1,2746306309=>1,2746306308=>1,2746326928=>1,2746493901=>1,2754022540=>1,2742928065=>1,2742928029=>1,2733872796=>1,2733872509=>1,2733884539=>1,2733887020=>1,2733888398=>1,2733887451=>1,2733870990=>1,2733870887=>1,2733866229=>1,2733864756=>1,2733866778=>1,2733867698=>1,2733869947=>1,2733868732=>1,2733896945=>1,2733896995=>1,2733971263=>1,2733969782=>1,2734099476=>1,2734114823=>1,2734115016=>1,2734114843=>1,2733935000=>1,2733908649=>1,2733906390=>1,2733905996=>1,2733906425=>1,2733906441=>1,2733906630=>1,2733906508=>1,2733861611=>1,2733860782=>1,2733800846=>1,2733105337=>1,2733822553=>1,2733822585=>1,2733836449=>1,2733834627=>1,2732546691=>1,2732546493=>1,2732546479=>1,2732546478=>1,2732546489=>1,2732546490=>1,2732546492=>1,2732546491=>1,2733837376=>1,2733844261=>1,2733855693=>1,2733854904=>1,2733858688=>1,2733859656=>1,2733860065=>1,2733859728=>1,2733853644=>1,2733852870=>1,2733848523=>1,2733847885=>1,2733848533=>1,2733849696=>1,2733850908=>1,2734115017=>1,2734115018=>1,2736132393=>1,2736132392=>1,2736326184=>1,2736352065=>1,2737608395=>1,2737600438=>1,2734534478=>1,2734500560=>1,2734461332=>1,2734410182=>1,2734461620=>1,2734476350=>1,2734486096=>1,2734485919=>1,2737608524=>1,2737608983=>1,2738207450=>1,2738207282=>1,2738207586=>1,2738212635=>1,2742927835=>1,2738243075=>1,2737810958=>1,2737810957=>1,2737798968=>1,2737775670=>1,2737803550=>1,2737804066=>1,2737810954=>1,2734409896=>1,2734409748=>1,2734120228=>1,2734115702=>1,2734129885=>1,2734164612=>1,2734164912=>1,2734164742=>1,2734115278=>1,2734115276=>1,2734115032=>1,2734115029=>1,2734115033=>1,2734115146=>1,2734115273=>1,2734115267=>1,2734198369=>1,2734198375=>1,2734251132=>1,2734204174=>1,2734321698=>1,2734348188=>1,2734400531=>1,2734380769=>1,2734203975=>1,2734203953=>1,2734198408=>1,2734198390=>1,2734198434=>1,2734202931=>1,2734203388=>1,2777301751=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2875282827=>1,2875282803=>1,2875282836=>1,2875282865=>1,2875282924=>1,2875282875=>1,2875282773=>1,2875282707=>1,2875282554=>1,2875282550=>1,2875282635=>1,2875282642=>1,2875282672=>1,2875282655=>1,2875282932=>1,2875282941=>1,2875283385=>1,2875283346=>1,2875283395=>1,2875283437=>1,2875283523=>1,2875283492=>1,2875283237=>1,2875283145=>1,2875282990=>1,2875282961=>1,2875283060=>1,2875283066=>1,2875283118=>1,2875283080=>1,2875282543=>1,2875282458=>1,2875281675=>1,2875281665=>1,2875281703=>1,2875281712=>1,2875281759=>1,2875281750=>1,2875281636=>1,2875281610=>1,2875281495=>1,2875281477=>1,2875281517=>1,2875281566=>1,2875281572=>1,2875281570=>1,2875281761=>1,2875281799=>1,2875282226=>1,2875282197=>1,2875282260=>1,2875282317=>1,2875282391=>1,2875282365=>1,2875282151=>1,2875282140=>1,2875281936=>1,2875281845=>1,2875282007=>1,2875282016=>1,2875282124=>1,2875283525=>1,2875283550=>1,2875288812=>1,2875288797=>1,2875288872=>1,2875288895=>1,2875288980=>1,2875288964=>1,2875288796=>1,2875288790=>1,2875287383=>1,2875287354=>1,2875287467=>1,2875287533=>1,2875288776=>1,2875288604=>1,2875289010=>1,2875289017=>1,2875289533=>1,2875289473=>1,2875289585=>1,2875289619=>1,2875289657=>1,2875289635=>1,2875289326=>1,2875289307=>1,2875289085=>1,2875289061=>1,2875289092=>1,2875289113=>1,2875289225=>1,2875289223=>1,2875287314=>1,2875287312=>1,2875283878=>1,2875283875=>1,2875284284=>1,2875284360=>1,2875284738=>1,2875284721=>1,2875283833=>1,2875283830=>1,2875283649=>1,2875283575=>1,2875283686=>1,2875283731=>1,2875283784=>1,2875283781=>1,2875284750=>1,2875284774=>1,2875285393=>1,2875285343=>1,2875285557=>1,2875285670=>1,2875287305=>1,2875285710=>1,2875285230=>1,2875285110=>1,2875284890=>1,2875284870=>1,2875284927=>1,2875284981=>1,2875285000=>1,2875281474=>1,2875281448=>1,2875274055=>1,2875273969=>1,2875274059=>1,2875274060=>1,2875274073=>1,2875274070=>1,2875273928=>1,2875273903=>1,2875273827=>1,2875273801=>1,2875273854=>1,2875273856=>1,2875273900=>1,2875273892=>1,2875274109=>1,2875274162=>1,2875274561=>1,2875274501=>1,2875274583=>1,2875274604=>1,2875274616=>1,2875274610=>1,2875274493=>1,2875274397=>1,2875274227=>1,2875274202=>1,2875274249=>1,2875274262=>1,2875274378=>1,2875274335=>1,2875273778=>1,2875273723=>1,2875268737=>1,2875268706=>1,2875268770=>1,2875268777=>1,2875268831=>1,2875268788=>1,2875268681=>1,2875268656=>1,2875260838=>1,2875260676=>1,2875260874=>1,2875260876=>1,2875268648=>1,2875263533=>1,2875269379=>1,2875269386=>1,2875273585=>1,2875273578=>1,2875273641=>1,2875273662=>1,2875273705=>1,2875273689=>1,2875273559=>1,2875273497=>1,2875269529=>1,2875269455=>1,2875269559=>1,2875269815=>1,2875273476=>1,2875274642=>1,2875274737=>1,2875275934=>1,2875275904=>1,2875279170=>1,2875279235=>1,2875279245=>1,2875279238=>1,2875275850=>1,2875275837=>1,2875275740=>1,2875275730=>1,2875275752=>1,2875275770=>1,2875275833=>1,2875275793=>1,2875279298=>1,2875280405=>1,2875281071=>1,2875281035=>1,2875281178=>1,2875281242=>1,2875281405=>1,2875281245=>1,2875280741=>1,2875280666=>1,2875280453=>1,2875280413=>1,2875280497=>1,2875280518=>1,2875280566=>1,2875275723=>1,2875275690=>1,2875275019=>1,2875274988=>1,2875275116=>1,2875275138=>1,2875275213=>1,2875275159=>1,2875274957=>1,2875274936=>1,2875274805=>1,2875274761=>1,2875274829=>1,2875274838=>1,2875274902=>1,2875274896=>1,2875275233=>1,2875275245=>1,2875275513=>1,2875275495=>1,2875275519=>1,2875275528=>1,2875275672=>1,2875275544=>1,2875275479=>1,2875275463=>1,2875275359=>1,2875275302=>1,2875275403=>1,2875275438=>1,2875275445=>1,2875289741=>1,2875289753=>1,2875302146=>1,2875302139=>1,2875302153=>1,2875302194=>1,2875302254=>1,2875302225=>1,2875302130=>1,2875302081=>1,2875301894=>1,2875301831=>1,2875301909=>1,2875302016=>1,2875302059=>1,2875302045=>1,2875302286=>1,2875302356=>1,2875302691=>1,2875302658=>1,2875302704=>1,2875302714=>1,2875302744=>1,2875302721=>1,2875302645=>1,2875302637=>1,2875302496=>1,2875302472=>1,2875302506=>1,2875302507=>1,2875302583=>1,2875302546=>1,2875301776=>1,2875301745=>1,2875298039=>1,2875298038=>1,2875298050=>1,2875298054=>1,2875298075=>1,2875298068=>1,2875298020=>1,2875298017=>1,2875297754=>1,2875297693=>1,2875297784=>1,2875297812=>1,2875297987=>1,2875297962=>1,2875298238=>1,2875298464=>1,2875301465=>1,2875301356=>1,2875301575=>1,2875301593=>1,2875301697=>1,2875301649=>1,2875301245=>1,2875301223=>1,2875300931=>1,2875298487=>1,2875301027=>1,2875301031=>1,2875301214=>1,2875302758=>1,2875302798=>1,2875304345=>1,2875304332=>1,2875304401=>1,2875304462=>1,2875304515=>1,2875304473=>1,2875304327=>1,2875304285=>1,2875303877=>1,2875303861=>1,2875303888=>1,2875303964=>1,2875304053=>1,2875304008=>1,2875304517=>1,2875304565=>1,2875304845=>1,2875304830=>1,2875304859=>1,2875304881=>1,2875304900=>1,2875304887=>1,2875304739=>1,2875304737=>1,2875304596=>1,2875304594=>1,2875304610=>1,2875304632=>1,2875304659=>1,2875303833=>1,2875303766=>1,2875303172=>1,2875303137=>1,2875303182=>1,2875303186=>1,2875303242=>1,2875303187=>1,2875303131=>1,2875303128=>1,2875302859=>1,2875302845=>1,2875302955=>1,2875302969=>1,2875302994=>1,2875302980=>1,2875303251=>1,2875303263=>1,2875303621=>1,2875303605=>1,2875303623=>1,2875303632=>1,2875303759=>1,2875303649=>1,2875303506=>1,2875303463=>1,2875303325=>1,2875303270=>1,2875303391=>1,2875303419=>1,2875303439=>1,2875297668=>1,2875297600=>1,2875292879=>1,2875292815=>1,2875292883=>1,2875292905=>1,2875293039=>1,2875293025=>1,2875292771=>1,2875292748=>1,2875292660=>1,2875292599=>1,2875292720=>1,2875292735=>1,2875292742=>1,2875292738=>1,2875293295=>1,2875293313=>1,2875294628=>1,2875294576=>1,2875294697=>1,2875295746=>1,2875295800=>1,2875295782=>1,2875294573=>1,2875294567=>1,2875293680=>1,2875293509=>1,2875294513=>1,2875294533=>1,2875294549=>1,2875294537=>1,2875292511=>1,2875292447=>1,2875291434=>1,2875291427=>1,2875291591=>1,2875291593=>1,2875291729=>1,2875291697=>1,2875291364=>1,2875291291=>1,2875289806=>1,2875289772=>1,2875289823=>1,2875291154=>1,2875291278=>1,2875291185=>1,2875291746=>1,2875291758=>1,2875292183=>1,2875292110=>1,2875292275=>1,2875292327=>1,2875292404=>1,2875292391=>1,2875292081=>1,2875292033=>1,2875291827=>1,2875291787=>1,2875291832=>1,2875291851=>1,2875291900=>1,2875295818=>1,2875295843=>1,2875297197=>1,2875297179=>1,2875297214=>1,2875297223=>1,2875297266=>1,2875297238=>1,2875297168=>1,2875297148=>1,2875297064=>1,2875297055=>1,2875297067=>1,2875297116=>1,2875297145=>1,2875297128=>1,2875297273=>1,2875297274=>1,2875297501=>1,2875297473=>1,2875297521=>1,2875297524=>1,2875297587=>1,2875297541=>1,2875297466=>1,2875297381=>1,2875297303=>1,2875297278=>1,2875297351=>1,2875297353=>1,2875297367=>1,2875297043=>1,2875296994=>1,2875296447=>1,2875296357=>1,2875296465=>1,2875296469=>1,2875296541=>1,2875296499=>1,2875296300=>1,2875296285=>1,2875295861=>1,2875295848=>1,2875295995=>1,2875296026=>1,2875296273=>1,2875296153=>1,2875296690=>1,2875296706=>1,2875296899=>1,2875296889=>1,2875296944=>1,2875296950=>1,2875296989=>1,2875296988=>1,2875296858=>1,2875296851=>1,2875296723=>1,2875296719=>1,2875296736=>1,2875296748=>1,2875296843=>1,2875260636=>1,2875260626=>1,2857083479=>1,2857083473=>1,2857083555=>1,2857083733=>1,2862505195=>1,2857083764=>1,2856881372=>1,2856860166=>1,2852118071=>1,2852118069=>1,2852118290=>1,2856853658=>1,2856859810=>1,2856859213=>1,2862507178=>1,2865924102=>1,2870591764=>1,2870591753=>1,2870591769=>1,2870591821=>1,2870591875=>1,2870591822=>1,2869732855=>1,2869732842=>1,2869327570=>1,2865924417=>1,2869348824=>1,2869366069=>1,2869445330=>1,2869374759=>1,2852118068=>1,2852118052=>1,2835453436=>1,2835411078=>1,2835456809=>1,2835466481=>1,2835470196=>1,2835470104=>1,2835380914=>1,2835380725=>1,2835172885=>1,2834013174=>1,2835172897=>1,2835370561=>1,2835378393=>1,2835375573=>1,2837857066=>1,2838249099=>1,2852104720=>1,2852094320=>1,2852114445=>1,2852117400=>1,2852117436=>1,2852117404=>1,2852080923=>1,2852067874=>1,2839091404=>1,2839012564=>1,2848395272=>1,2850758580=>1,2851045414=>1,2870591876=>1,2870591979=>1,2875225289=>1,2875225270=>1,2875225303=>1,2875225343=>1,2875225387=>1,2875225365=>1,2875225239=>1,2875225224=>1,2875225131=>1,2875225126=>1,2875225135=>1,2875225173=>1,2875225193=>1,2875225176=>1,2875225403=>1,2875225435=>1,2875225634=>1,2875225628=>1,2875225642=>1,2875225708=>1,2875225717=>1,2875225710=>1,2875225618=>1,2875225610=>1,2875225457=>1,2875225450=>1,2875225508=>1,2875225541=>1,2875225570=>1,2875225121=>1,2875225102=>1,2875220664=>1,2875202215=>1,2875220994=>1,2875223594=>1,2875223680=>1,2875223595=>1,2874164338=>1,2871476661=>1,2871355325=>1,2871089948=>1,2871371999=>1,2871417404=>1,2871468634=>1,2871467714=>1,2875223688=>1,2875223692=>1,2875224017=>1,2875224013=>1,2875224047=>1,2875224111=>1,2875225058=>1,2875224221=>1,2875223937=>1,2875223919=>1,2875223768=>1,2875223741=>1,2875223770=>1,2875223793=>1,2875223843=>1,2834012768=>1,2834012619=>1,2818591572=>1,2818591536=>1,2818591689=>1,2818591704=>1,2818627658=>1,2818619821=>1,2818591481=>1,2818591466=>1,2818198451=>1,2818198156=>1,2818226675=>1,2818591248=>1,2818591358=>1,2818591334=>1,2818633167=>1,2818633180=>1,2825291311=>1,2824527937=>1,2825372666=>1,2825485887=>1,2826527803=>1,2825488112=>1,2824517629=>1,2824481553=>1,2822579772=>1,2818633206=>1,2822691288=>1,2822706195=>1,2824478893=>1,2822707374=>1,2818198078=>1,2818191252=>1,2818181343=>1,2818181321=>1,2818181354=>1,2818181355=>1,2818181420=>1,2818181360=>1,2818181229=>1,2818171750=>1,2818135363=>1,2818135305=>1,2818135604=>1,2818135737=>1,2818167578=>1,2818135951=>1,2818181485=>1,2818181607=>1,2818191156=>1,2818191130=>1,2818191162=>1,2818191168=>1,2818191211=>1,2818191209=>1,2818191128=>1,2818191127=>1,2818181808=>1,2818181634=>1,2818181869=>1,2818190527=>1,2818191115=>1,2826527873=>1,2827972472=>1,2833451927=>1,2833451885=>1,2833451985=>1,2833453783=>1,2833561461=>1,2833545234=>1,2833451874=>1,2833451827=>1,2833451136=>1,2833451087=>1,2833451779=>1,2833451781=>1,2833451810=>1,2833451804=>1,2833990024=>1,2833990281=>1,2833996983=>1,2833996453=>1,2833997027=>1,2834010644=>1,2834012121=>1,2834010775=>1,2833996239=>1,2833995652=>1,2833990430=>1,2833990337=>1,2833990750=>1,2833990991=>1,2833995281=>1,2833451063=>1,2833392403=>1,2829551049=>1,2829550893=>1,2829551058=>1,2829552435=>1,2829552437=>1,2829552436=>1,2829550837=>1,2829550798=>1,2829539089=>1,2828466959=>1,2829539413=>1,2829550654=>1,2829550694=>1,2829550689=>1,2829552864=>1,2829553567=>1,2830463277=>1,2830463252=>1,2830463772=>1,2832020173=>1,2832043218=>1,2832020871=>1,2829561294=>1,2829561267=>1,2829561043=>1,2829560905=>1,2829561059=>1,2829561145=>1,2829561151=>1,2875225775=>1,2875225896=>1,2875255621=>1,2875255574=>1,2875255678=>1,2875255691=>1,2875255763=>1,2875255714=>1,2875254772=>1,2875254751=>1,2875254628=>1,2875254627=>1,2875254645=>1,2875254652=>1,2875254719=>1,2875254674=>1,2875255771=>1,2875255783=>1,2875255965=>1,2875255958=>1,2875255997=>1,2875256003=>1,2875256049=>1,2875256023=>1,2875255944=>1,2875255930=>1,2875255839=>1,2875255827=>1,2875255845=>1,2875255873=>1,2875255895=>1,2875255877=>1,2875254584=>1,2875254568=>1,2875253869=>1,2875253832=>1,2875253900=>1,2875253901=>1,2875253993=>1,2875253967=>1,2875253785=>1,2875248109=>1,2875247974=>1,2875247954=>1,2875247997=>1,2875248080=>1,2875248102=>1,2875248082=>1,2875254022=>1,2875254048=>1,2875254312=>1,2875254217=>1,2875254356=>1,2875254469=>1,2875254518=>1,2875254482=>1,2875254216=>1,2875254206=>1,2875254090=>1,2875254049=>1,2875254107=>1,2875254143=>1,2875254190=>1,2875256056=>1,2875256060=>1,2875259926=>1,2875259922=>1,2875260076=>1,2875260080=>1,2875260126=>1,2875260082=>1,2875259887=>1,2875259882=>1,2875259692=>1,2875259656=>1,2875259788=>1,2875259795=>1,2875259848=>1,2875259799=>1,2875260157=>1,2875260159=>1,2875260322=>1,2875260319=>1,2875260340=>1,2875260377=>1,2875260571=>1,2875260561=>1,2875260307=>1,2875260257=>1,2875260202=>1,2875260184=>1,2875260214=>1,2875260215=>1,2875260254=>1,2875259585=>1,2875259526=>1,2875256158=>1,2875256157=>1,2875256168=>1,2875256190=>1,2875256204=>1,2875256196=>1,2875256148=>1,2875256147=>1,2875256110=>1,2875256086=>1,2875256122=>1,2875256124=>1,2875256133=>1,2875256127=>1,2875256215=>1,2875256229=>1,2875256515=>1,2875256509=>1,2875256549=>1,2875259438=>1,2875259502=>1,2875259501=>1,2875256411=>1,2875256314=>1,2875256282=>1,2875256235=>1,2875256283=>1,2875256293=>1,2875256306=>1,2875247892=>1,2875247866=>1,2875227252=>1,2875227198=>1,2875227339=>1,2875227367=>1,2875227419=>1,2875227371=>1,2875227173=>1,2875227171=>1,2875226930=>1,2875226850=>1,2875226962=>1,2875227054=>1,2875227108=>1,2875227078=>1,2875227433=>1,2875227434=>1,2875227861=>1,2875227770=>1,2875227956=>1,2875228061=>1,2875228085=>1,2875228067=>1,2875227709=>1,2875227667=>1,2875227495=>1,2875227469=>1,2875227527=>1,2875227605=>1,2875227641=>1,2875227627=>1,2875226813=>1,2875226793=>1,2875226070=>1,2875226062=>1,2875226134=>1,2875226149=>1,2875226279=>1,2875226240=>1,2875226029=>1,2875226023=>1,2875225914=>1,2875225909=>1,2875225951=>1,2875225962=>1,2875226018=>1,2875225976=>1,2875226325=>1,2875226432=>1,2875226655=>1,2875226631=>1,2875226660=>1,2875226677=>1,2875226723=>1,2875226717=>1,2875226618=>1,2875226596=>1,2875226473=>1,2875226466=>1,2875226513=>1,2875226536=>1,2875226570=>1,2875228108=>1,2875228138=>1,2875245835=>1,2875245687=>1,2875245919=>1,2875245948=>1,2875247224=>1,2875246056=>1,2875245652=>1,2875245615=>1,2875245454=>1,2875245395=>1,2875245491=>1,2875245504=>1,2875245581=>1,2875245527=>1,2875247246=>1,2875247295=>1,2875247591=>1,2875247538=>1,2875247680=>1,2875247740=>1,2875247853=>1,2875247835=>1,2875247502=>1,2875247484=>1,2875247348=>1,2875247328=>1,2875247406=>1,2875247463=>1,2875247466=>1,2875245372=>1,2875245368=>1,2875244574=>1,2875232745=>1,2875244608=>1,2875244620=>1,2875244652=>1,2875244650=>1,2875232552=>1,2875231872=>1,2875231135=>1,2875228145=>1,2875231325=>1,2875231540=>1,2875231843=>1,2875231783=>1,2875244680=>1,2875244693=>1,2875245006=>1,2875244891=>1,2875245027=>1,2875245079=>1,2875245235=>1,2875245227=>1,2875244872=>1,2875244839=>1,2875244785=>1,2875244728=>1,2875244806=>1,2875244819=>1,2875244828=>1,2812322243=>1,);?>
1
+ <?php return array(2875297300=>1,2875297293=>1,2875297319=>1,2875297328=>1,2875297362=>1,2875297342=>1,2875297290=>1,2875297269=>1,2875297177=>1,2875297176=>1,2875297197=>1,2875297219=>1,2875297244=>1,2875297232=>1,2875297369=>1,2875297374=>1,2875297502=>1,2875297500=>1,2875297513=>1,2875297558=>1,2875297615=>1,2875297564=>1,2875297471=>1,2875297468=>1,2875297411=>1,2875297382=>1,2875297419=>1,2875297431=>1,2875297451=>1,2875297447=>1,2875297166=>1,2875297121=>1,2875296681=>1,2875296676=>1,2875296686=>1,2875296758=>1,2875296782=>1,2875296779=>1,2875296668=>1,2875296634=>1,2875296516=>1,2875296514=>1,2875296537=>1,2875296548=>1,2875296607=>1,2875296553=>1,2875296803=>1,2875296808=>1,2875296987=>1,2875296979=>1,2875296989=>1,2875297016=>1,2875297031=>1,2875297030=>1,2875296940=>1,2875296905=>1,2875296848=>1,2875296830=>1,2875296856=>1,2875296878=>1,2875296892=>1,2875297623=>1,2875297660=>1,2875306769=>1,2875306732=>1,2875306776=>1,2875306783=>1,2875306801=>1,2875306797=>1,2875306725=>1,2875306718=>1,2875306521=>1,2875306518=>1,2875306607=>1,2875306657=>1,2875306694=>1,2875306681=>1,2875306822=>1,2875306832=>1,2875307056=>1,2875307031=>1,2875307069=>1,2875307079=>1,2875307122=>1,2875307096=>1,2875306977=>1,2875306939=>1,2875306855=>1,2875306836=>1,2875306870=>1,2875306899=>1,2875306930=>1,2875306929=>1,2875306510=>1,2875306503=>1,2875297996=>1,2875297872=>1,2875298023=>1,2875298186=>1,2875298208=>1,2875298190=>1,2875297854=>1,2875297842=>1,2875297698=>1,2875297688=>1,2875297714=>1,2875297765=>1,2875297839=>1,2875297806=>1,2875298270=>1,2875298331=>1,2875301618=>1,2875301600=>1,2875301717=>1,2875301762=>1,2875301834=>1,2875301817=>1,2875301571=>1,2875301195=>1,2875298471=>1,2875298458=>1,2875298494=>1,2875300932=>1,2875301191=>1,2875296504=>1,2875296463=>1,2875292268=>1,2875292264=>1,2875292343=>1,2875292439=>1,2875292504=>1,2875292485=>1,2875292249=>1,2875292222=>1,2875292006=>1,2875291973=>1,2875292042=>1,2875292101=>1,2875292206=>1,2875292178=>1,2875292530=>1,2875292564=>1,2875292907=>1,2875292888=>1,2875292909=>1,2875292936=>1,2875293009=>1,2875292961=>1,2875292830=>1,2875292829=>1,2875292656=>1,2875292619=>1,2875292679=>1,2875292754=>1,2875292822=>1,2875292781=>1,2875291941=>1,2875291915=>1,2875289914=>1,2875289842=>1,2875289962=>1,2875289998=>1,2875291255=>1,2875290070=>1,2875289790=>1,2875289783=>1,2875289540=>1,2875289473=>1,2875289637=>1,2875289651=>1,2875289724=>1,2875289669=>1,2875291256=>1,2875291400=>1,2875291795=>1,2875291788=>1,2875291849=>1,2875291864=>1,2875291908=>1,2875291865=>1,2875291782=>1,2875291756=>1,2875291511=>1,2875291477=>1,2875291559=>1,2875291567=>1,2875291719=>1,2875293162=>1,2875293276=>1,2875295948=>1,2875295907=>1,2875295981=>1,2875295996=>1,2875296045=>1,2875296043=>1,2875295898=>1,2875295869=>1,2875295787=>1,2875295775=>1,2875295792=>1,2875295801=>1,2875295841=>1,2875295802=>1,2875296100=>1,2875296101=>1,2875296417=>1,2875296402=>1,2875296429=>1,2875296443=>1,2875296460=>1,2875296445=>1,2875296387=>1,2875296357=>1,2875296216=>1,2875296175=>1,2875296280=>1,2875296319=>1,2875296347=>1,2875295758=>1,2875294709=>1,2875293542=>1,2875293517=>1,2875293628=>1,2875293634=>1,2875293638=>1,2875293637=>1,2875293468=>1,2875293459=>1,2875293340=>1,2875293334=>1,2875293348=>1,2875293381=>1,2875293442=>1,2875293397=>1,2875294523=>1,2875294531=>1,2875294652=>1,2875294651=>1,2875294669=>1,2875294690=>1,2875294706=>1,2875294695=>1,2875294645=>1,2875294642=>1,2875294576=>1,2875294545=>1,2875294598=>1,2875294617=>1,2875294637=>1,2875307129=>1,2875307141=>1,2875311291=>1,2875311290=>1,2875311292=>1,2875311294=>1,2875311319=>1,2875311314=>1,2875311287=>1,2875311237=>1,2875311063=>1,2875310986=>1,2875311107=>1,2875311153=>1,2875311222=>1,2875311181=>1,2875311359=>1,2875311403=>1,2875311623=>1,2875311585=>1,2875311637=>1,2875311675=>1,2875311696=>1,2875311685=>1,2875311565=>1,2875311543=>1,2875311456=>1,2875311439=>1,2875311476=>1,2875311489=>1,2875311512=>1,2875311496=>1,2875310970=>1,2875310930=>1,2875310229=>1,2875310219=>1,2875310248=>1,2875310304=>1,2875310444=>1,2875310362=>1,2875310218=>1,2875310205=>1,2875309939=>1,2875309902=>1,2875310021=>1,2875310171=>1,2875310191=>1,2875310190=>1,2875310510=>1,2875310521=>1,2875310847=>1,2875310839=>1,2875310853=>1,2875310854=>1,2875310926=>1,2875310886=>1,2875310812=>1,2875310787=>1,2875310578=>1,2875310527=>1,2875310734=>1,2875310764=>1,2875310771=>1,2875311722=>1,2875311732=>1,2875312624=>1,2875312615=>1,2875312633=>1,2875312693=>1,2875312752=>1,2875312729=>1,2875312587=>1,2875312553=>1,2875312499=>1,2875312498=>1,2875312501=>1,2875312522=>1,2875312551=>1,2875312531=>1,2875312780=>1,2875312793=>1,2875312980=>1,2875312929=>1,2875312986=>1,2875312998=>1,2875313042=>1,2875313001=>1,2875312928=>1,2875312915=>1,2875312822=>1,2875312795=>1,2875312857=>1,2875312903=>1,2875312911=>1,2875312491=>1,2875312356=>1,2875311959=>1,2875311941=>1,2875311960=>1,2875311994=>1,2875312007=>1,2875311999=>1,2875311931=>1,2875311906=>1,2875311753=>1,2875311734=>1,2875311776=>1,2875311778=>1,2875311794=>1,2875311779=>1,2875312021=>1,2875312026=>1,2875312213=>1,2875312182=>1,2875312260=>1,2875312292=>1,2875312343=>1,2875312306=>1,2875312180=>1,2875312174=>1,2875312092=>1,2875312053=>1,2875312111=>1,2875312119=>1,2875312167=>1,2875309901=>1,2875309887=>1,2875308061=>1,2875308056=>1,2875308075=>1,2875308097=>1,2875308116=>1,2875308102=>1,2875308051=>1,2875308044=>1,2875307891=>1,2875307881=>1,2875307901=>1,2875307910=>1,2875308021=>1,2875307985=>1,2875308161=>1,2875308179=>1,2875308344=>1,2875308325=>1,2875308346=>1,2875308348=>1,2875308355=>1,2875308349=>1,2875308320=>1,2875308307=>1,2875308193=>1,2875308190=>1,2875308209=>1,2875308222=>1,2875308302=>1,2875308228=>1,2875307874=>1,2875307847=>1,2875307386=>1,2875307375=>1,2875307392=>1,2875307401=>1,2875307428=>1,2875307408=>1,2875307366=>1,2875307355=>1,2875307182=>1,2875307155=>1,2875307217=>1,2875307271=>1,2875307331=>1,2875307296=>1,2875307494=>1,2875307515=>1,2875307741=>1,2875307701=>1,2875307757=>1,2875307784=>1,2875307794=>1,2875307786=>1,2875307681=>1,2875307674=>1,2875307565=>1,2875307518=>1,2875307591=>1,2875307592=>1,2875307656=>1,2875308382=>1,2875308384=>1,2875309430=>1,2875309376=>1,2875309466=>1,2875309498=>1,2875309544=>1,2875309515=>1,2875309339=>1,2875309291=>1,2875309199=>1,2875309190=>1,2875309253=>1,2875309256=>1,2875309278=>1,2875309277=>1,2875309552=>1,2875309581=>1,2875309745=>1,2875309736=>1,2875309755=>1,2875309798=>1,2875309820=>1,2875309802=>1,2875309701=>1,2875309672=>1,2875309594=>1,2875309583=>1,2875309596=>1,2875309598=>1,2875309604=>1,2875309080=>1,2875309025=>1,2875308548=>1,2875308530=>1,2875308557=>1,2875308564=>1,2875308585=>1,2875308575=>1,2875308505=>1,2875308475=>1,2875308418=>1,2875308415=>1,2875308426=>1,2875308432=>1,2875308467=>1,2875308463=>1,2875308601=>1,2875308666=>1,2875308833=>1,2875308810=>1,2875308868=>1,2875308932=>1,2875308959=>1,2875308940=>1,2875308776=>1,2875308765=>1,2875308716=>1,2875308706=>1,2875308727=>1,2875308749=>1,2875308752=>1,2875289470=>1,2875289452=>1,2875260465=>1,2875260438=>1,2875260508=>1,2875260517=>1,2875260607=>1,2875260598=>1,2875260434=>1,2875260431=>1,2875260199=>1,2875260192=>1,2875260211=>1,2875260311=>1,2875260421=>1,2875260402=>1,2875260647=>1,2875260676=>1,2875260879=>1,2875260846=>1,2875268612=>1,2875268613=>1,2875268623=>1,2875268615=>1,2875260818=>1,2875260800=>1,2875260694=>1,2875260677=>1,2875260709=>1,2875260731=>1,2875260781=>1,2875260769=>1,2875260123=>1,2875260060=>1,2875256574=>1,2875256571=>1,2875259396=>1,2875259413=>1,2875259468=>1,2875259425=>1,2875256570=>1,2875256555=>1,2875256504=>1,2875256444=>1,2875256508=>1,2875256516=>1,2875256529=>1,2875256519=>1,2875259563=>1,2875259613=>1,2875259875=>1,2875259874=>1,2875259889=>1,2875259955=>1,2875260032=>1,2875259984=>1,2875259820=>1,2875259692=>1,2875259618=>1,2875259615=>1,2875259634=>1,2875259650=>1,2875259688=>1,2875268631=>1,2875268641=>1,2875269102=>1,2875269099=>1,2875269106=>1,2875269382=>1,2875269400=>1,2875269391=>1,2875269095=>1,2875269091=>1,2875269044=>1,2875269017=>1,2875269064=>1,2875269075=>1,2875269089=>1,2875269086=>1,2875269407=>1,2875269421=>1,2875269516=>1,2875269510=>1,2875269517=>1,2875269518=>1,2875269573=>1,2875269560=>1,2875269507=>1,2875269502=>1,2875269464=>1,2875269430=>1,2875269484=>1,2875269488=>1,2875269490=>1,2875269016=>1,2875268980=>1,2875268716=>1,2875268708=>1,2875268771=>1,2875268778=>1,2875268786=>1,2875268784=>1,2875268702=>1,2875268696=>1,2875268659=>1,2875268643=>1,2875268666=>1,2875268673=>1,2875268690=>1,2875268678=>1,2875268790=>1,2875268792=>1,2875268899=>1,2875268881=>1,2875268929=>1,2875268945=>1,2875268957=>1,2875268951=>1,2875268854=>1,2875268852=>1,2875268813=>1,2875268796=>1,2875268823=>1,2875268834=>1,2875268836=>1,2875256443=>1,2875256428=>1,2875248055=>1,2875247987=>1,2875248060=>1,2875248094=>1,2875253789=>1,2875253765=>1,2875247931=>1,2875247916=>1,2875247848=>1,2875247806=>1,2875247868=>1,2875247882=>1,2875247905=>1,2875247903=>1,2875253844=>1,2875253857=>1,2875253984=>1,2875253982=>1,2875254001=>1,2875254014=>1,2875254078=>1,2875254075=>1,2875253968=>1,2875253937=>1,2875253875=>1,2875253874=>1,2875253894=>1,2875253896=>1,2875253935=>1,2875253920=>1,2875247736=>1,2875247734=>1,2875245795=>1,2875245792=>1,2875245805=>1,2875245852=>1,2875245885=>1,2875245859=>1,2875245791=>1,2875245788=>1,2875245582=>1,2875245539=>1,2875245600=>1,2875245638=>1,2875245708=>1,2875245667=>1,2875245913=>1,2875245953=>1,2875247549=>1,2875247473=>1,2875247558=>1,2875247631=>1,2875247733=>1,2875247720=>1,2875247341=>1,2875247296=>1,2875247106=>1,2875245997=>1,2875247223=>1,2875247232=>1,2875247237=>1,2875254141=>1,2875254154=>1,2875255999=>1,2875255964=>1,2875256015=>1,2875256031=>1,2875256080=>1,2875256042=>1,2875255907=>1,2875255847=>1,2875255621=>1,2875255607=>1,2875255665=>1,2875255691=>1,2875255775=>1,2875255759=>1,2875256103=>1,2875256154=>1,2875256336=>1,2875256316=>1,2875256368=>1,2875256393=>1,2875256421=>1,2875256398=>1,2875256314=>1,2875256296=>1,2875256191=>1,2875256183=>1,2875256237=>1,2875256266=>1,2875256294=>1,2875255603=>1,2875255580=>1,2875254400=>1,2875254392=>1,2875254407=>1,2875254428=>1,2875254473=>1,2875254459=>1,2875254348=>1,2875254322=>1,2875254197=>1,2875254176=>1,2875254213=>1,2875254264=>1,2875254268=>1,2875254266=>1,2875254477=>1,2875254504=>1,2875254710=>1,2875254704=>1,2875254732=>1,2875254740=>1,2875255572=>1,2875254756=>1,2875254689=>1,2875254679=>1,2875254564=>1,2875254543=>1,2875254570=>1,2875254579=>1,2875254582=>1,2875269579=>1,2875269605=>1,2875275468=>1,2875275457=>1,2875275486=>1,2875275490=>1,2875275506=>1,2875275494=>1,2875275439=>1,2875275407=>1,2875275306=>1,2875275301=>1,2875275319=>1,2875275330=>1,2875275353=>1,2875275352=>1,2875275577=>1,2875275605=>1,2875275739=>1,2875275731=>1,2875275749=>1,2875275752=>1,2875275765=>1,2875275762=>1,2875275722=>1,2875275695=>1,2875275634=>1,2875275632=>1,2875275644=>1,2875275657=>1,2875275693=>1,2875275664=>1,2875275298=>1,2875275249=>1,2875274954=>1,2875274940=>1,2875274962=>1,2875274986=>1,2875275007=>1,2875274990=>1,2875274925=>1,2875274913=>1,2875274794=>1,2875274781=>1,2875274832=>1,2875274859=>1,2875274881=>1,2875274869=>1,2875275016=>1,2875275017=>1,2875275197=>1,2875275193=>1,2875275204=>1,2875275205=>1,2875275244=>1,2875275216=>1,2875275137=>1,2875275123=>1,2875275071=>1,2875275039=>1,2875275089=>1,2875275097=>1,2875275119=>1,2875275767=>1,2875275798=>1,2875288827=>1,2875288804=>1,2875288861=>1,2875288878=>1,2875288911=>1,2875288884=>1,2875288782=>1,2875288756=>1,2875285552=>1,2875285542=>1,2875285653=>1,2875287371=>1,2875288629=>1,2875287373=>1,2875288921=>1,2875288936=>1,2875289281=>1,2875289269=>1,2875289297=>1,2875289339=>1,2875289416=>1,2875289406=>1,2875289187=>1,2875289168=>1,2875288994=>1,2875288984=>1,2875289058=>1,2875289124=>1,2875289153=>1,2875285519=>1,2875285484=>1,2875279153=>1,2875279121=>1,2875279166=>1,2875279242=>1,2875279285=>1,2875279262=>1,2875279120=>1,2875275999=>1,2875275836=>1,2875275809=>1,2875275912=>1,2875275962=>1,2875275973=>1,2875275971=>1,2875279301=>1,2875279329=>1,2875285216=>1,2875285124=>1,2875285355=>1,2875285385=>1,2875285450=>1,2875285428=>1,2875284916=>1,2875284831=>1,2875284646=>1,2875284633=>1,2875284678=>1,2875284712=>1,2875284796=>1,2875274775=>1,2875274763=>1,2875273495=>1,2875273478=>1,2875273509=>1,2875273515=>1,2875273534=>1,2875273525=>1,2875273476=>1,2875269885=>1,2875269848=>1,2875269844=>1,2875269852=>1,2875269857=>1,2875269864=>1,2875269862=>1,2875273541=>1,2875273547=>1,2875273704=>1,2875273692=>1,2875273707=>1,2875273721=>1,2875273822=>1,2875273808=>1,2875273649=>1,2875273619=>1,2875273572=>1,2875273565=>1,2875273575=>1,2875273577=>1,2875273608=>1,2875273582=>1,2875269841=>1,2875269838=>1,2875269682=>1,2875269675=>1,2875269683=>1,2875269696=>1,2875269726=>1,2875269702=>1,2875269665=>1,2875269653=>1,2875269615=>1,2875269611=>1,2875269616=>1,2875269624=>1,2875269652=>1,2875269642=>1,2875269736=>1,2875269744=>1,2875269795=>1,2875269789=>1,2875269796=>1,2875269800=>1,2875269820=>1,2875269803=>1,2875269779=>1,2875269777=>1,2875269765=>1,2875269761=>1,2875269768=>1,2875269769=>1,2875269770=>1,2875273834=>1,2875273847=>1,2875274453=>1,2875274422=>1,2875274463=>1,2875274475=>1,2875274511=>1,2875274500=>1,2875274421=>1,2875274409=>1,2875274319=>1,2875274312=>1,2875274353=>1,2875274364=>1,2875274381=>1,2875274372=>1,2875274523=>1,2875274534=>1,2875274628=>1,2875274625=>1,2875274642=>1,2875274678=>1,2875274742=>1,2875274733=>1,2875274613=>1,2875274611=>1,2875274575=>1,2875274558=>1,2875274579=>1,2875274597=>1,2875274610=>1,2875274307=>1,2875274279=>1,2875273956=>1,2875273940=>1,2875273960=>1,2875273964=>1,2875273976=>1,2875273972=>1,2875273931=>1,2875273909=>1,2875273861=>1,2875273859=>1,2875273870=>1,2875273872=>1,2875273905=>1,2875273879=>1,2875273996=>1,2875274067=>1,2875274165=>1,2875274153=>1,2875274203=>1,2875274219=>1,2875274259=>1,2875274254=>1,2875274151=>1,2875274147=>1,2875274081=>1,2875274078=>1,2875274090=>1,2875274107=>1,2875274135=>1,2875245491=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2902458368=>2902462463,2901575583=>1,2901575520=>1,2901577166=>1,2901577537=>1,2901579386=>1,2901578029=>1,2901575208=>1,2901574882=>1,2901570021=>1,2901569685=>1,2901571534=>1,2901572771=>1,2901574426=>1,2901573254=>1,2901579485=>1,2901579688=>1,2901583675=>1,2901583354=>1,2901584489=>1,2901584599=>1,2901587077=>1,2901586531=>1,2901583249=>1,2901582225=>1,2901581301=>1,2901581050=>1,2901581365=>1,2901581579=>1,2901581737=>1,2901569273=>1,2901569237=>1,2901559011=>1,2901558386=>1,2901559406=>1,2901559560=>1,2901560094=>1,2901560012=>1,2901556511=>1,2901555017=>1,2901553013=>1,2901552739=>1,2901553614=>1,2901554473=>1,2901554885=>1,2901554874=>1,2901560354=>1,2901561421=>1,2901566943=>1,2901566591=>1,2901567092=>1,2901568015=>1,2901569067=>1,2901568909=>1,2901565135=>1,2901564714=>1,2901562956=>1,2901561763=>1,2901563485=>1,2901563969=>1,2901564488=>1,2901587718=>1,2901587966=>1,2901603048=>1,2901602834=>1,2901603187=>1,2901603285=>1,2901603821=>1,2901603333=>1,2901601897=>1,2901601686=>1,2901599216=>1,2901598458=>1,2901599945=>1,2901601418=>1,2901601638=>1,2901601457=>1,2901605558=>1,2901605649=>1,2901612188=>1,2901610934=>1,2901613135=>1,2901614088=>1,2901618735=>1,2901614571=>1,2901610324=>1,2901608291=>1,2901605935=>1,2901605788=>1,2901606371=>1,2901606424=>1,2901607962=>1,2901606491=>1,2901598051=>1,2901597980=>1,2901592465=>1,2901591501=>1,2901592891=>1,2901593496=>1,2901594213=>1,2901593779=>1,2901590980=>1,2901590329=>1,2901588307=>1,2901588179=>1,2901589171=>1,2901589292=>1,2901590164=>1,2901589694=>1,2901594284=>1,2901595097=>1,2901596795=>1,2901596794=>1,2901597083=>1,2901597270=>1,2901597787=>1,2901597685=>1,2901596528=>1,2901596365=>1,2901595677=>1,2901595385=>1,2901596181=>1,2901596195=>1,2901596290=>1,2901552684=>1,2901551796=>1,2892149309=>1,2892149308=>1,2892152118=>1,2892152119=>1,2892152121=>1,2892152120=>1,2892149307=>1,2892149303=>1,2892149293=>1,2892149292=>1,2892149296=>1,2892149299=>1,2892149302=>1,2892149301=>1,2892152122=>1,2892152125=>1,2892154686=>1,2892153389=>1,2892165866=>1,2892165996=>1,2892166363=>1,2892166226=>1,2892152150=>1,2892152149=>1,2892152130=>1,2892152129=>1,2892152132=>1,2892152134=>1,2892152146=>1,2892152145=>1,2892149288=>1,2892149287=>1,2892147247=>1,2892147241=>1,2892147251=>1,2892147252=>1,2892147255=>1,2892147253=>1,2892147238=>1,2892147237=>1,2892145165=>1,2892145163=>1,2892145166=>1,2892145167=>1,2892147235=>1,2892147234=>1,2892147261=>1,2892147262=>1,2892149280=>1,2892149279=>1,2892149281=>1,2892149282=>1,2892149286=>1,2892149285=>1,2892149277=>1,2892147726=>1,2892147719=>1,2892147264=>1,2892147720=>1,2892147721=>1,2892147722=>1,2892187916=>1,2892187917=>1,2901542661=>1,2901541217=>1,2901543527=>1,2901543680=>1,2901544444=>1,2901544359=>1,2901541043=>1,2893004873=>1,2892422920=>1,2892422919=>1,2892422923=>1,2892422924=>1,2892941303=>1,2892891496=>1,2901544586=>1,2901544788=>1,2901549201=>1,2901548697=>1,2901549615=>1,2901550007=>1,2901551776=>1,2901551613=>1,2901548621=>1,2901547966=>1,2901545752=>1,2901545429=>1,2901546149=>1,2901546396=>1,2901547413=>1,2892422916=>1,2892422670=>1,2892189395=>1,2892189316=>1,2892189420=>1,2892189421=>1,2892189424=>1,2892189423=>1,2892187976=>1,2892187957=>1,2892187924=>1,2892187922=>1,2892187947=>1,2892187948=>1,2892187956=>1,2892187952=>1,2892189425=>1,2892189426=>1,2892422663=>1,2892422661=>1,2892422664=>1,2892422665=>1,2892422668=>1,2892422667=>1,2892329973=>1,2892329898=>1,2892189434=>1,2892189428=>1,2892300733=>1,2892301428=>1,2892310770=>1,2901620456=>1,2901622315=>1,2915409697=>1,2915409633=>1,2915409889=>1,2915411838=>1,2915516723=>1,2915438978=>1,2915404418=>1,2915391030=>1,2914965737=>1,2914851145=>1,2914968739=>1,2915071470=>1,2915353430=>1,2915349468=>1,2915531209=>1,2915531221=>1,2916282108=>1,2916198385=>1,2916355899=>1,2916357648=>1,2916446619=>1,2916445300=>1,2916196719=>1,2916144498=>1,2915627076=>1,2915587106=>1,2915676556=>1,2916116325=>1,2916144485=>1,2916116366=>1,2914621419=>1,2914245317=>1,2908236533=>1,2907976010=>1,2908253601=>1,2908288779=>1,2912965466=>1,2908729931=>1,2907854566=>1,2907817635=>1,2907313570=>1,2907195214=>1,2907542386=>1,2907717719=>1,2907728288=>1,2907727575=>1,2912990397=>1,2913063459=>1,2913428228=>1,2913378170=>1,2913467893=>1,2913880144=>1,2914194042=>1,2914073863=>1,2913336811=>1,2913333401=>1,2913216525=>1,2913211249=>1,2913242051=>1,2913259189=>1,2913262586=>1,2916520413=>1,2916520574=>1,2917208906=>1,2917208905=>1,2917423901=>1,2917564489=>1,2917564825=>1,2917564648=>1,2917208904=>1,2917208903=>1,2916820484=>1,2916745200=>1,2916858042=>1,2916906178=>1,2917165226=>1,2916920050=>1,2917565274=>1,2917565780=>1,2917849213=>1,2917849169=>1,2917950381=>1,2917989163=>1,2918141906=>1,2918141899=>1,2917849166=>1,2917776503=>1,2917569694=>1,2917566190=>1,2917569772=>1,2917570925=>1,2917571162=>1,2916682485=>1,2916679164=>1,2916521445=>1,2916521406=>1,2916521457=>1,2916521735=>1,2916521812=>1,2916521808=>1,2916521116=>1,2916521084=>1,2916520748=>1,2916520619=>1,2916520763=>1,2916520905=>1,2916521073=>1,2916520912=>1,2916522097=>1,2916522191=>1,2916553398=>1,2916552545=>1,2916558386=>1,2916559667=>1,2916665027=>1,2916581014=>1,2916550002=>1,2916549437=>1,2916522710=>1,2916522203=>1,2916522813=>1,2916523325=>1,2916523539=>1,2906962346=>1,2906854508=>1,2901657795=>1,2901657776=>1,2901658090=>1,2901659271=>1,2901661339=>1,2901660319=>1,2901656316=>1,2901656207=>1,2901649764=>1,2901649755=>1,2901650449=>1,2901652528=>1,2901654092=>1,2901652758=>1,2901662903=>1,2901663171=>1,2901743844=>1,2901742701=>1,2901744950=>1,2901745849=>1,2901752779=>1,2901745850=>1,2901671508=>1,2901669496=>1,2901663435=>1,2901663342=>1,2901664203=>1,2901666062=>1,2901668074=>1,2901666153=>1,2901649445=>1,2901649109=>1,2901633653=>1,2901631134=>1,2901634415=>1,2901635942=>1,2901638746=>1,2901637633=>1,2901630737=>1,2901628997=>1,2901623877=>1,2892145159=>1,2901624195=>1,2901625026=>1,2901628734=>1,2901628329=>1,2901639798=>1,2901640129=>1,2901648248=>1,2901647863=>1,2901648734=>1,2901648775=>1,2901649020=>1,2901648950=>1,2901647412=>1,2901647166=>1,2901643526=>1,2901641230=>1,2901644927=>1,2901645548=>1,2901646758=>1,2901764439=>1,2901769746=>1,2905387761=>1,2905357002=>1,2905395256=>1,2905395258=>1,2905823116=>1,2905465910=>1,2905355953=>1,2905355182=>1,2904160852=>1,2903944742=>1,2904179459=>1,2904335389=>1,2904766647=>1,2904432581=>1,2905845148=>1,2905858749=>1,2906460738=>1,2906311906=>1,2906523870=>1,2906588110=>1,2906821260=>1,2906756220=>1,2906210955=>1,2906126166=>1,2905927744=>1,2905865877=>1,2906051097=>1,2906054114=>1,2906063827=>1,2903709627=>1,2903667000=>1,2902523217=>1,2902469058=>1,2902578198=>1,2902709729=>1,2903036746=>1,2903001529=>1,2902117855=>1,2901835453=>1,2901769824=>1,2901769798=>1,2901791177=>1,2901793669=>1,2901815265=>1,2901815134=>1,2903041533=>1,2903133825=>1,2903475738=>1,2903420387=>1,2903513358=>1,2903521203=>1,2903620137=>1,2903535678=>1,2903360709=>1,2903357892=>1,2903216053=>1,2903178521=>1,2903340849=>1,2903346460=>1,2903349850=>1,2901622265=>1,2892145158=>1,2875310761=>1,2875310757=>1,2875310775=>1,2875310803=>1,2875310867=>1,2875310804=>1,2875310749=>1,2875310621=>1,2875310477=>1,2875310401=>1,2875310535=>1,2875310539=>1,2875310579=>1,2875310567=>1,2875310890=>1,2875310897=>1,2875311203=>1,2875311091=>1,2875311259=>1,2875311320=>1,2875311328=>1,2875311326=>1,2875311054=>1,2875311050=>1,2875310930=>1,2875310922=>1,2875310972=>1,2875310992=>1,2875311027=>1,2875311010=>1,2875310350=>1,2875310326=>1,2875309404=>1,2875309392=>1,2875309409=>1,2875309420=>1,2875309560=>1,2875309465=>1,2875309357=>1,2875309048=>1,2875308825=>1,2875308789=>1,2875308917=>1,2875309003=>1,2875309035=>1,2875309007=>1,2875309563=>1,2875309671=>1,2875310120=>1,2875310064=>1,2875310146=>1,2875310151=>1,2875310241=>1,2875310184=>1,2875310034=>1,2875309930=>1,2875309727=>1,2875309693=>1,2875309795=>1,2875309808=>1,2875309819=>1,2875311344=>1,2875311405=>1,2875313023=>1,2875313015=>1,2875313121=>1,2875313134=>1,2875313203=>1,2875313200=>1,2875312970=>1,2875312848=>1,2875312775=>1,2875312733=>1,2875312777=>1,2875312778=>1,2875312826=>1,2875312815=>1,2875313283=>1,2875313337=>1,2875313819=>1,2875313806=>1,2875313912=>1,2875313923=>1,2875314098=>1,2875313955=>1,2875313803=>1,2875313781=>1,2875313356=>1,2875313344=>1,2875313404=>1,2875313498=>1,2875313649=>1,2875312715=>1,2875312699=>1,2875311805=>1,2875311784=>1,2875311835=>1,2875311878=>1,2875311899=>1,2875311883=>1,2875311765=>1,2875311734=>1,2875311525=>1,2875311521=>1,2875311560=>1,2875311562=>1,2875311609=>1,2875311589=>1,2875311928=>1,2875311980=>1,2875312472=>1,2875312455=>1,2875312479=>1,2875312501=>1,2875312678=>1,2875312649=>1,2875312431=>1,2875312420=>1,2875312047=>1,2875312044=>1,2875312052=>1,2875312154=>1,2875312223=>1,2875308765=>1,2875308758=>1,2875306521=>1,2875306511=>1,2875306552=>1,2875306597=>1,2875306644=>1,2875306621=>1,2875306463=>1,2875306456=>1,2875306296=>1,2875306244=>1,2875306339=>1,2875306351=>1,2875306425=>1,2875306389=>1,2875306659=>1,2875306663=>1,2875307045=>1,2875306930=>1,2875307082=>1,2875307157=>1,2875307185=>1,2875307173=>1,2875306924=>1,2875306824=>1,2875306724=>1,2875306687=>1,2875306748=>1,2875306762=>1,2875306822=>1,2875306775=>1,2875306220=>1,2875306150=>1,2875305496=>1,2875305217=>1,2875305633=>1,2875305639=>1,2875305722=>1,2875305650=>1,2875305181=>1,2875305141=>1,2875304957=>1,2875304948=>1,2875304985=>1,2875304991=>1,2875305130=>1,2875305105=>1,2875305771=>1,2875305777=>1,2875306014=>1,2875306000=>1,2875306057=>1,2875306090=>1,2875306139=>1,2875306108=>1,2875305991=>1,2875305963=>1,2875305809=>1,2875305780=>1,2875305873=>1,2875305931=>1,2875305950=>1,2875307198=>1,2875307211=>1,2875308295=>1,2875308267=>1,2875308296=>1,2875308363=>1,2875308388=>1,2875308364=>1,2875308243=>1,2875308171=>1,2875308104=>1,2875308076=>1,2875308123=>1,2875308128=>1,2875308156=>1,2875308130=>1,2875308415=>1,2875308418=>1,2875308635=>1,2875308621=>1,2875308643=>1,2875308722=>1,2875308738=>1,2875308731=>1,2875308593=>1,2875308577=>1,2875308427=>1,2875308420=>1,2875308453=>1,2875308522=>1,2875308555=>1,2875308019=>1,2875308014=>1,2875307530=>1,2875307490=>1,2875307533=>1,2875307561=>1,2875307600=>1,2875307571=>1,2875307476=>1,2875307474=>1,2875307295=>1,2875307253=>1,2875307310=>1,2875307369=>1,2875307391=>1,2875307388=>1,2875307622=>1,2875307668=>1,2875307903=>1,2875307891=>1,2875307933=>1,2875307967=>1,2875307988=>1,2875307984=>1,2875307876=>1,2875307847=>1,2875307745=>1,2875307681=>1,2875307783=>1,2875307816=>1,2875307834=>1,2875314118=>1,2875314125=>1,2875320555=>1,2875320535=>1,2875320584=>1,2875320654=>1,2875320792=>1,2875320689=>1,2875320469=>1,2875320453=>1,2875320179=>1,2875320140=>1,2875320217=>1,2875320253=>1,2875320390=>1,2875320273=>1,2875320797=>1,2875324962=>1,2875325250=>1,2875325213=>1,2875325261=>1,2875325285=>1,2875325391=>1,2875325374=>1,2875325192=>1,2875325141=>1,2875325014=>1,2875324975=>1,2875325042=>1,2875325043=>1,2875325107=>1,2875325103=>1,2875320091=>1,2875320063=>1,2875319077=>1,2875319075=>1,2875319101=>1,2875319182=>1,2875319402=>1,2875319351=>1,2875319073=>1,2875319042=>1,2875318912=>1,2875318902=>1,2875318924=>1,2875318979=>1,2875319020=>1,2875318992=>1,2875319453=>1,2875319472=>1,2875319817=>1,2875319793=>1,2875319850=>1,2875319871=>1,2875319884=>1,2875319880=>1,2875319782=>1,2875319755=>1,2875319646=>1,2875319560=>1,2875319650=>1,2875319694=>1,2875319745=>1,2875325433=>1,2875325537=>1,2892048770=>1,2892047125=>1,2892049462=>1,2892049487=>1,2892064559=>1,2892049880=>1,2892046537=>1,2892046486=>1,2891439581=>1,2891390573=>1,2891541451=>1,2891600179=>1,2891809578=>1,2891809218=>1,2892144953=>1,2892144954=>1,2892144974=>1,2892144973=>1,2892144981=>1,2892144982=>1,2892145157=>1,2892144983=>1,2892144972=>1,2892144971=>1,2892144957=>1,2892144955=>1,2892144958=>1,2892144960=>1,2892144970=>1,2891390173=>1,2891389094=>1,2875328315=>1,2875325923=>1,2875447702=>1,2875488849=>1,2875488962=>1,2875488887=>1,2875325917=>1,2875325887=>1,2875325696=>1,2875325596=>1,2875325745=>1,2875325753=>1,2875325882=>1,2875325761=>1,2875531926=>1,2876655974=>1,2891354894=>1,2891256209=>1,2891355146=>1,2891383612=>1,2891386409=>1,2891386145=>1,2890418482=>1,2886314482=>1,2882782085=>1,2877106206=>1,2882827799=>1,2883392790=>1,2885943088=>1,2875318763=>1,2875318741=>1,2875316067=>1,2875316059=>1,2875316074=>1,2875316088=>1,2875316112=>1,2875316111=>1,2875316050=>1,2875316009=>1,2875315911=>1,2875315878=>1,2875315913=>1,2875315991=>1,2875316005=>1,2875315995=>1,2875316113=>1,2875316158=>1,2875316424=>1,2875316361=>1,2875316427=>1,2875316429=>1,2875316569=>1,2875316449=>1,2875316344=>1,2875316339=>1,2875316264=>1,2875316254=>1,2875316292=>1,2875316320=>1,2875316338=>1,2875316322=>1,2875315802=>1,2875315772=>1,2875314815=>1,2875314786=>1,2875314917=>1,2875314927=>1,2875315139=>1,2875315036=>1,2875314721=>1,2875314556=>1,2875314263=>1,2875314139=>1,2875314334=>1,2875314413=>1,2875314514=>1,2875314462=>1,2875315162=>1,2875315266=>1,2875315588=>1,2875315582=>1,2875315612=>1,2875315678=>1,2875315740=>1,2875315739=>1,2875315566=>1,2875315530=>1,2875315426=>1,2875315307=>1,2875315458=>1,2875315485=>1,2875315492=>1,2875316719=>1,2875316720=>1,2875318089=>1,2875318047=>1,2875318108=>1,2875318162=>1,2875318205=>1,2875318174=>1,2875318029=>1,2875318022=>1,2875317863=>1,2875317839=>1,2875317896=>1,2875317906=>1,2875318013=>1,2875317992=>1,2875318270=>1,2875318284=>1,2875318578=>1,2875318555=>1,2875318610=>1,2875318611=>1,2875318725=>1,2875318696=>1,2875318527=>1,2875318501=>1,2875318382=>1,2875318323=>1,2875318389=>1,2875318419=>1,2875318456=>1,2875317776=>1,2875317628=>1,2875316973=>1,2875316951=>1,2875316989=>1,2875316994=>1,2875317077=>1,2875317000=>1,2875316943=>1,2875316934=>1,2875316850=>1,2875316724=>1,2875316854=>1,2875316895=>1,2875316929=>1,2875316909=>1,2875317147=>1,2875317149=>1,2875317398=>1,2875317375=>1,2875317424=>1,2875317514=>1,2875317596=>1,2875317551=>1,2875317373=>1,2875317320=>1,2875317201=>1,2875317158=>1,2875317275=>1,2875317290=>1,2875317308=>1,2875304930=>1,);?>
1
+ <?php return array(2953470920=>2953470927,2902458368=>2902462463,2937178063=>1,2937207361=>1,2937216576=>1,2937300479=>1,2937085248=>1,2937321562=>1,2936910019=>1,2936061896=>1,2928516886=>1,2936542107=>1,2936574262=>1,2936662478=>1,2936575428=>1,2937322934=>1,2937357421=>1,2937696306=>1,2937696305=>1,2937850929=>1,2937958686=>1,2938027037=>1,2937961138=>1,2937657734=>1,2937551032=>1,2937407962=>1,2937357593=>1,2937483368=>1,2937528513=>1,2937535428=>1,2937529492=>1,2928516638=>1,2928512575=>1,2925756222=>1,2925731531=>1,2925905083=>1,2926412865=>1,2927008981=>1,2926467896=>1,2925217159=>1,2924805171=>1,2923276729=>1,2923110730=>1,2923611857=>1,2923682316=>1,2923946782=>1,2923770628=>1,2927321706=>1,2927321707=>1,2928175446=>1,2927718094=>1,2928175603=>1,2928386138=>1,2928512391=>1,2928439661=>1,2927576045=>1,2927555644=>1,2927321709=>1,2927321708=>1,2927341384=>1,2927341386=>1,2927515677=>1,2938031687=>1,2938037703=>1,2945369636=>1,2945320705=>1,2945392661=>1,2945392688=>1,2945409578=>1,2945396789=>1,2945316641=>1,2945316401=>1,2945142428=>1,2945140587=>1,2945157491=>1,2945157519=>1,2945192763=>1,2945157551=>1,2945412002=>1,2945486616=>1,2946195393=>1,2946062975=>1,2946205805=>1,2946206177=>1,2946397843=>1,2946215539=>1,2946062914=>1,2946062519=>1,2945487182=>1,2945486644=>1,2945660627=>1,2945961579=>1,2945981324=>1,2945980450=>1,2945132321=>1,2945045459=>1,2938944449=>1,2938944271=>1,2939007642=>1,2942577091=>1,2942585196=>1,2942584927=>1,2938791690=>1,2938791390=>1,2938088943=>1,2938074153=>1,2938092856=>1,2938094775=>1,2938762089=>1,2938741082=>1,2942591273=>1,2942591648=>1,2943313941=>1,2942963434=>1,2944898328=>1,2944987054=>1,2944991045=>1,2944990649=>1,2942962870=>1,2942961852=>1,2942636124=>1,2942634030=>1,2942669942=>1,2942699656=>1,2942775310=>1,2923106108=>1,2922928670=>1,2916834930=>1,2916820484=>1,2916858042=>1,2916920050=>1,2917204566=>1,2917146567=>1,2916745200=>1,2916742251=>1,2916549465=>1,2916549462=>1,2916552545=>1,2916665027=>1,2916718791=>1,2916682485=>1,2917423901=>1,2917544241=>1,2917570925=>1,2917569772=>1,2917571162=>1,2917751942=>1,2917950381=>1,2917776503=>1,2917568130=>1,2917566190=>1,2917564648=>1,2917564489=>1,2917564825=>1,2917565274=>1,2917565780=>1,2916549437=>1,2916523771=>1,2915409633=>1,2915404418=>1,2915409697=>1,2915409889=>1,2915438978=>1,2915411838=>1,2915391030=>1,2915353430=>1,2914965737=>1,2914851319=>1,2914968739=>1,2915071470=>1,2915349468=>1,2915307611=>1,2915587106=>1,2915676556=>1,2916520697=>1,2916446619=>1,2916521073=>1,2916522241=>1,2916523597=>1,2916523580=>1,2916445300=>1,2916359559=>1,2916144498=>1,2915717444=>1,2916196719=>1,2916197503=>1,2916198385=>1,2918059997=>1,2918141899=>1,2919741200=>1,2919720161=>1,2920652561=>1,2921186810=>1,2921505212=>1,2921505206=>1,2919706754=>1,2919580746=>1,2919232884=>1,2919231979=>1,2919269818=>1,2919361728=>1,2919530650=>1,2919513796=>1,2921505243=>1,2921519211=>1,2922635701=>1,2922564463=>1,2922704362=>1,2922784835=>1,2946513468=>1,2922818320=>1,2922381489=>1,2922334371=>1,2921654998=>1,2921521623=>1,2921708197=>1,2922200078=>1,2922206627=>1,2919228680=>1,2919228600=>1,2918606600=>1,2918600725=>1,2918607015=>1,2918706030=>1,2918712837=>1,2918706834=>1,2918575875=>1,2918551828=>1,2918159827=>1,2918141906=>1,2918191782=>1,2918306519=>1,2918410645=>1,2918374439=>1,2918714026=>1,2918716588=>1,2919225822=>1,2919222641=>1,2919225962=>1,2919228046=>1,2919228550=>1,2919228501=>1,2919220254=>1,2919219789=>1,2918718143=>1,2918717645=>1,2918913127=>1,2919200227=>1,2919215542=>1,2923038756=>1,2946517013=>1,2953809121=>1,2953787474=>1,2953809390=>1,2954146544=>1,2954160742=>1,2954151105=>1,2953721308=>1,2953608646=>1,2953480600=>1,2953478984=>1,2953480663=>1,2953483516=>1,2953510385=>1,2953495777=>1,2954235524=>1,2954591132=>1,2954848303=>1,2954847056=>1,2954849187=>1,2954851759=>1,2954864013=>1,2954852567=>1,2954846406=>1,2954833772=>1,2954822555=>1,2954637574=>1,2954827616=>1,2954828863=>1,2954833154=>1,2954830741=>1,2953478980=>1,2953474258=>1,2953428720=>1,2953425967=>1,2953429163=>1,2953439348=>1,2953443105=>1,2953443093=>1,2953420144=>1,2953417908=>1,2953416656=>1,2953415788=>1,2953417154=>1,2953417685=>1,2953417904=>1,2953417699=>1,2953455858=>1,2953456015=>1,2953470928=>1,2953470927=>1,2953470929=>1,2953472240=>1,2953472948=>1,2953472243=>1,2953470926=>1,2953470925=>1,2953470921=>1,2953456441=>1,2953470922=>1,2953470923=>1,2953470924=>1,2954865238=>1,2954865423=>1,2956616802=>1,2956615879=>1,2956618072=>1,2956618432=>1,2956619330=>1,2956618482=>1,2956614070=>1,2956520895=>1,2955746742=>1,2955638142=>1,2956269198=>1,2956269672=>1,2956520621=>1,2956519074=>1,2956620567=>1,2956621846=>1,2957854634=>1,2957630097=>1,2957860121=>1,2957866136=>1,2959121050=>1,2958435953=>1,2957224407=>1,2957224146=>1,2956822530=>1,2956622239=>1,2956822604=>1,2956898972=>1,2957061001=>1,2955513915=>1,2955443699=>1,2955103767=>1,2954920034=>1,2955158398=>1,2955162958=>1,2955178862=>1,2955173227=>1,2954886363=>1,2954876829=>1,2954867869=>1,2954867724=>1,2954868991=>1,2954870554=>1,2954872954=>1,2954870654=>1,2955193988=>1,2955194132=>1,2955285271=>1,2955280918=>1,2955316237=>1,2955320614=>1,2955325904=>1,2955323529=>1,2955267628=>1,2955267355=>1,2955219001=>1,2955201386=>1,2955221806=>1,2955225301=>1,2955261237=>1,2953415172=>1,2953414042=>1,2947837651=>1,2947837273=>1,2947838169=>1,2947838330=>1,2947838703=>1,2947838526=>1,2947837165=>1,2947836377=>1,2947834079=>1,2947833867=>1,2947834233=>1,2947834457=>1,2947836282=>1,2947834600=>1,2947839766=>1,2947839780=>1,2947859042=>1,2947859015=>1,2947859109=>1,2947859138=>1,2947863167=>1,2947863030=>1,2947858480=>1,2947856655=>1,2947841950=>1,2947839796=>1,2947852859=>1,2947853069=>1,2947855974=>1,2947855774=>1,2947833662=>1,2947833647=>1,2947400896=>1,2947347490=>1,2947519738=>1,2947825777=>1,2947826551=>1,2947826305=>1,2947065194=>1,2947037772=>1,2946518958=>1,2914851145=>1,2946529460=>1,2946898560=>1,2946982524=>1,2946923715=>1,2947826638=>1,2947826727=>1,2947827392=>1,2947827194=>1,2947827474=>1,2947827672=>1,2947830303=>1,2947829477=>1,2947827126=>1,2947827115=>1,2947826788=>1,2947826779=>1,2947826951=>1,2947826996=>1,2947827079=>1,2947863168=>1,2947865389=>1,2953390042=>1,2953389606=>1,2953390874=>1,2953391482=>1,2953392880=>1,2953392759=>1,2953381236=>1,2953381070=>1,2948617739=>1,2948130994=>1,2949036856=>1,2949333362=>1,2953380307=>1,2949335099=>1,2953393460=>1,2953393581=>1,2953406216=>1,2953405318=>1,2953408138=>1,2953409206=>1,2953412042=>1,2953410471=>1,2953403095=>1,2953401831=>1,2953399083=>1,2953393806=>1,2953399148=>1,2953401381=>1,2953401741=>1,2948130058=>1,2948084064=>1,2947874370=>1,2947874352=>1,2947884250=>1,2947901779=>1,2947940919=>1,2947940554=>1,2947874156=>1,2947874074=>1,2947871095=>1,2947869238=>1,2947871510=>1,2947871818=>1,2947873108=>1,2947872120=>1,2947941140=>1,2947950632=>1,2947982793=>1,2947982792=>1,2947982797=>1,2947985539=>1,2947989896=>1,2947985707=>1,2947982305=>1,2947982168=>1,2947970245=>1,2947970121=>1,2947973243=>1,2947975468=>1,2947982143=>1,2946513551=>1,2914245317=>1,2875317148=>1,2875317144=>1,2875317159=>1,2875317164=>1,2875317173=>1,2875317166=>1,2875317132=>1,2875317104=>1,2875316989=>1,2875316982=>1,2875317027=>1,2875317064=>1,2875317091=>1,2875317080=>1,2875317182=>1,2875317190=>1,2875317413=>1,2875317377=>1,2875317425=>1,2875317499=>1,2875317506=>1,2875317502=>1,2875317374=>1,2875317357=>1,2875317208=>1,2875317206=>1,2875317209=>1,2875317236=>1,2875317293=>1,2875317263=>1,2875316979=>1,2875316968=>1,2875316488=>1,2875316476=>1,2875316498=>1,2875316513=>1,2875316531=>1,2875316527=>1,2875316467=>1,2875316465=>1,2875316309=>1,2875316301=>1,2875316330=>1,2875316429=>1,2875316451=>1,2875316440=>1,2875316576=>1,2875316596=>1,2875316791=>1,2875316788=>1,2875316854=>1,2875316873=>1,2875316945=>1,2875316943=>1,2875316787=>1,2875316728=>1,2875316611=>1,2875316604=>1,2875316646=>1,2875316700=>1,2875316717=>1,2875317517=>1,2875317551=>1,2875318659=>1,2875318653=>1,2875318665=>1,2875318723=>1,2875318758=>1,2875318739=>1,2875318651=>1,2875318579=>1,2875318466=>1,2875318435=>1,2875318469=>1,2875318500=>1,2875318560=>1,2875318554=>1,2875318776=>1,2875318795=>1,2875319042=>1,2875318987=>1,2875319044=>1,2875319073=>1,2875319096=>1,2875319094=>1,2875318978=>1,2875318953=>1,2875318831=>1,2875318809=>1,2875318900=>1,2875318920=>1,2875318929=>1,2875318433=>1,2875318375=>1,2875317892=>1,2875317870=>1,2875317906=>1,2875317918=>1,2875317985=>1,2875317980=>1,2875317864=>1,2875317836=>1,2875317660=>1,2875317655=>1,2875317738=>1,2875317753=>1,2875317797=>1,2875317762=>1,2875317996=>1,2875318033=>1,2875318317=>1,2875318246=>1,2875318319=>1,2875318345=>1,2875318374=>1,2875318347=>1,2875318239=>1,2875318216=>1,2875318073=>1,2875318069=>1,2875318108=>1,2875318172=>1,2875318191=>1,2875316288=>1,2875316242=>1,2875314347=>1,2875314315=>1,2875314391=>1,2875314400=>1,2875314474=>1,2875314468=>1,2875314205=>1,2875314183=>1,2875313973=>1,2875313944=>1,2875313977=>1,2875314087=>1,2875314170=>1,2875314088=>1,2875314476=>1,2875314486=>1,2875314859=>1,2875314806=>1,2875314872=>1,2875314884=>1,2875314978=>1,2875314972=>1,2875314803=>1,2875314727=>1,2875314610=>1,2875314538=>1,2875314631=>1,2875314696=>1,2875314721=>1,2875314719=>1,2875313943=>1,2875313941=>1,2875313394=>1,2875313352=>1,2875313417=>1,2875313446=>1,2875313510=>1,2875313473=>1,2875313330=>1,2875313289=>1,2875313140=>1,2875313116=>1,2875313169=>1,2875313248=>1,2875313259=>1,2875313255=>1,2875313511=>1,2875313542=>1,2875313737=>1,2875313718=>1,2875313778=>1,2875313795=>1,2875313899=>1,2875313855=>1,2875313632=>1,2875313617=>1,2875313550=>1,2875313547=>1,2875313552=>1,2875313562=>1,2875313566=>1,2875314987=>1,2875315029=>1,2875315903=>1,2875315879=>1,2875315930=>1,2875315936=>1,2875316005=>1,2875315998=>1,2875315866=>1,2875315824=>1,2875315737=>1,2875315732=>1,2875315752=>1,2875315753=>1,2875315812=>1,2875315767=>1,2875316008=>1,2875316017=>1,2875316150=>1,2875316139=>1,2875316159=>1,2875316215=>1,2875316233=>1,2875316219=>1,2875316131=>1,2875316130=>1,2875316042=>1,2875316029=>1,2875316061=>1,2875316085=>1,2875316117=>1,2875315731=>1,2875315715=>1,2875315258=>1,2875315249=>1,2875315268=>1,2875315273=>1,2875315351=>1,2875315296=>1,2875315244=>1,2875315166=>1,2875315067=>1,2875315049=>1,2875315075=>1,2875315080=>1,2875315147=>1,2875315129=>1,2875315370=>1,2875315371=>1,2875315651=>1,2875315641=>1,2875315652=>1,2875315686=>1,2875315709=>1,2875315693=>1,2875315640=>1,2875315616=>1,2875315497=>1,2875315394=>1,2875315579=>1,2875315607=>1,2875315610=>1,2875319099=>1,2875319159=>1,2902719277=>1,2902709729=>1,2903001529=>1,2903036746=>1,2903133825=>1,2903090749=>1,2901864892=>1,2901835453=>1,2901793669=>1,2901791177=>1,2901815134=>1,2901815151=>1,2901833438=>1,2901815265=>1,2903178521=>1,2903216053=>1,2903599996=>1,2903535678=>1,2903709627=>1,2904099035=>1,2904179459=>1,2904160852=>1,2903464534=>1,2903425713=>1,2903311228=>1,2903231764=>1,2903340849=>1,2903346460=>1,2903420387=>1,2903360709=>1,2901769824=>1,2901769798=>1,2892187941=>1,2892187930=>1,2892187946=>1,2892303307=>1,2892329898=>1,2892310770=>1,2892187927=>1,2892187923=>1,2892049487=>1,2892048770=>1,2892049846=>1,2892064559=>1,2892187918=>1,2892187916=>1,2892894868=>1,2892894902=>1,2901745850=>1,2901745849=>1,2901751848=>1,2901752779=>1,2901769746=>1,2901762826=>1,2901744950=>1,2901743844=>1,2893041931=>1,2893040513=>1,2894036150=>1,2901620456=>1,2901742701=>1,2904201363=>1,2904218203=>1,2908288779=>1,2908268906=>1,2912965466=>1,2912990397=>1,2913070836=>1,2913000169=>1,2908253601=>1,2908023118=>1,2907542386=>1,2907313570=>1,2907727575=>1,2907728288=>1,2907976010=>1,2907817635=>1,2913077949=>1,2913242051=>1,2913454187=>1,2913429705=>1,2913467893=>1,2913880144=>1,2875313075=>1,2914073715=>1,2913428228=>1,2913384433=>1,2913262586=>1,2913259189=>1,2913270106=>1,2913333401=>1,2913336811=>1,2907195214=>1,2907148629=>1,2905456445=>1,2905453481=>1,2905831040=>1,2905833555=>1,2905865877=>1,2905858749=>1,2905453174=>1,2905387761=>1,2904335389=>1,2904332743=>1,2904896050=>1,2905005597=>1,2905357002=>1,2905044263=>1,2905927744=>1,2906051097=>1,2906523870=>1,2906437645=>1,2906821260=>1,2906854462=>1,2906962346=>1,2906887224=>1,2906260757=>1,2906240454=>1,2906108314=>1,2906054114=>1,2906108318=>1,2906126166=>1,2906210955=>1,2892047125=>1,2891804618=>1,2875324966=>1,2875324938=>1,2875324975=>1,2875325014=>1,2875325064=>1,2875325018=>1,2875320820=>1,2875320799=>1,2875320666=>1,2875320626=>1,2875320671=>1,2875320713=>1,2875320744=>1,2875320740=>1,2875325072=>1,2875325212=>1,2875325611=>1,2875325602=>1,2875325620=>1,2875325629=>1,2875325729=>1,2875325711=>1,2875325526=>1,2875325523=>1,2875325273=>1,2875325269=>1,2875325397=>1,2875325433=>1,2875325519=>1,2875325446=>1,2875320618=>1,2875320608=>1,2875319666=>1,2875319637=>1,2875319689=>1,2875319726=>1,2875319973=>1,2875319815=>1,2875319629=>1,2875319592=>1,2875319177=>1,2875319167=>1,2875319261=>1,2875319472=>1,2875319516=>1,2875319508=>1,2875320058=>1,2875320095=>1,2875320441=>1,2875320393=>1,2875320480=>1,2875320488=>1,2875320566=>1,2875320510=>1,2875320391=>1,2875320386=>1,2875320223=>1,2875320158=>1,2875320246=>1,2875320322=>1,2875320380=>1,2875325763=>1,2875325836=>1,2890784083=>1,2890592666=>1,2890784087=>1,2890784090=>1,2890784094=>1,2890784092=>1,2886314482=>1,2885943088=>1,2876552054=>1,2875514106=>1,2882970982=>1,2883364392=>1,2884149543=>1,2883450420=>1,2891029011=>1,2891099829=>1,2891389094=>1,2891386609=>1,2891390573=>1,2891439581=>1,2891600179=>1,2891488882=>1,2891386454=>1,2891383612=>1,2891102538=>1,2891100970=>1,2891103117=>1,2891354894=>1,2891355146=>1,2875514090=>1,2875514037=>1,2875488850=>1,2875488848=>1,2875488864=>1,2875488879=>1,2875488893=>1,2875488887=>1,2875488840=>1,2875488803=>1,2875325924=>1,2875325892=>1,2875325943=>1,2875325946=>1,2875488792=>1,2875488776=>1,2875488895=>1,2875488901=>1,2875488999=>1,2875488989=>1,2875513860=>1,2875513880=>1,2875514032=>1,2875513967=>1,2875488981=>1,2875488980=>1,2875488948=>1,2875488939=>1,2875488961=>1,2875488967=>1,2875488973=>1,2914851126=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2953470920=>2953470927,2972030696=>1,2972030694=>1,2972030977=>1,2972031935=>1,2972032577=>1,2972032282=>1,2972031851=>1,2972030536=>1,2972029243=>1,2972029064=>1,2972029856=>1,2972029934=>1,2972030376=>1,2972030067=>1,2972035126=>1,2972035395=>1,2972036679=>1,2972036564=>1,2972036930=>1,2972038693=>1,2972039639=>1,2972039198=>1,2972036460=>1,2972036353=>1,2972035400=>1,2972026531=>1,2972035638=>1,2972036149=>1,2972036334=>1,2972036169=>1,2972035209=>1,2971988534=>1,2971063350=>1,2971057886=>1,2971084662=>1,2971097601=>1,2971112002=>1,2971098905=>1,2971056851=>1,2971056551=>1,2971037668=>1,2971037553=>1,2971043081=>1,2971051858=>1,2971056529=>1,2971056517=>1,2971113036=>1,2971116082=>1,2971892249=>1,2971808246=>1,2971938078=>1,2971959556=>1,2971981366=>1,2971959569=>1,2971801109=>1,2971122633=>1,2971122522=>1,2971119567=>1,2971122547=>1,2971122565=>1,2971122612=>1,2972040416=>1,2972040864=>1,2972154451=>1,2972154223=>1,2972154468=>1,2972154481=>1,2972154600=>1,2972154599=>1,2972154207=>1,2972154188=>1,2972154127=>1,2972154118=>1,2972154134=>1,2972154141=>1,2972154164=>1,2972154151=>1,2972154610=>1,2972154613=>1,2972154962=>1,2972154919=>1,2972154997=>1,2972155042=>1,2972155078=>1,2972155043=>1,2972154902=>1,2972154873=>1,2972154617=>1,2972154614=>1,2972154763=>1,2972154773=>1,2972154866=>1,2972154117=>1,2972153375=>1,2972097543=>1,2972097542=>1,2972097585=>1,2972097667=>1,2972098258=>1,2972098195=>1,2972097462=>1,2972097302=>1,2972049893=>1,2972041358=>1,2972053716=>1,2972069333=>1,2972097041=>1,2972089138=>1,2972098344=>1,2972110474=>1,2972121586=>1,2972121576=>1,2972122223=>1,2972133031=>1,2972149641=>1,2972133287=>1,2972121555=>1,2972121249=>1,2972121151=>1,2972110609=>1,2972121176=>1,2972121191=>1,2972121209=>1,2971036371=>1,2971002978=>1,2965834279=>1,2965829315=>1,2965874155=>1,2965882830=>1,2966784681=>1,2966696768=>1,2965829235=>1,2965813389=>1,2965777515=>1,2965648152=>1,2965778554=>1,2965781016=>1,2965796157=>1,2965790569=>1,2966827150=>1,2966827805=>1,2969657816=>1,2969569061=>1,2969826014=>1,2969874138=>1,2969951088=>1,2969946626=>1,2969049112=>1,2968065100=>1,2967290114=>1,2966881661=>1,2967291330=>1,2967300790=>1,2967718426=>1,2967329475=>1,2965632509=>1,2965603647=>1,2965453260=>1,2965452487=>1,2965453620=>1,2965453684=>1,2965466487=>1,2965459831=>1,2965450755=>1,2965449257=>1,2965443922=>1,2965442077=>1,2965445796=>1,2965448376=>1,2965448756=>1,2965448515=>1,2965487467=>1,2965499270=>1,2965552440=>1,2965530657=>1,2965555252=>1,2965584355=>1,2965597801=>1,2965590144=>1,2965530310=>1,2965530226=>1,2965511722=>1,2965503576=>1,2965512522=>1,2965512850=>1,2965529985=>1,2970122117=>1,2970133314=>1,2970865698=>1,2970854474=>1,2970871433=>1,2970873411=>1,2970941657=>1,2970923162=>1,2970838043=>1,2970831497=>1,2970702785=>1,2970552357=>1,2970743133=>1,2970747674=>1,2970826311=>1,2970796438=>1,2970943778=>1,2970946641=>1,2970968595=>1,2970952782=>1,2970970671=>1,2970970679=>1,2971001733=>1,2970993922=>1,2970948643=>1,2970946813=>1,2970946649=>1,2970946645=>1,2970946797=>1,2970946801=>1,2970946809=>1,2970414294=>1,2970402584=>1,2970260758=>1,2970260649=>1,2970267743=>1,2970269583=>1,2970292556=>1,2970292535=>1,2970260474=>1,2970255362=>1,2970214453=>1,2970135051=>1,2970237960=>1,2970238096=>1,2970249224=>1,2970244422=>1,2970323082=>1,2970323334=>1,2970380850=>1,2970380803=>1,2970380919=>1,2970381047=>1,2970402010=>1,2970401773=>1,2970354384=>1,2970351954=>1,2970323816=>1,2970323792=>1,2970324538=>1,2970326605=>1,2970347878=>1,2972155113=>1,2972155129=>1,2974380668=>1,2974380648=>1,2974380692=>1,2974380726=>1,2974380770=>1,2974380730=>1,2974380647=>1,2974380600=>1,2974380421=>1,2974380363=>1,2974380441=>1,2974380509=>1,2974380569=>1,2974380516=>1,2974380771=>1,2974380801=>1,2974381490=>1,2974381488=>1,2974381495=>1,2974381500=>1,2974381609=>1,2974381575=>1,2974381413=>1,2974381409=>1,2974380872=>1,2974380823=>1,2974381137=>1,2974381201=>1,2974381286=>1,2974381202=>1,2974380361=>1,2974380310=>1,2974244258=>1,2974244190=>1,2974244271=>1,2974244274=>1,2974244561=>1,2974244323=>1,2974244184=>1,2974244172=>1,2974191030=>1,2974189930=>1,2974191244=>1,2974209195=>1,2974244006=>1,2974243367=>1,2974300900=>1,2974310401=>1,2974330677=>1,2974329858=>1,2974354095=>1,2974368838=>1,2974378230=>1,2974369159=>1,2974329550=>1,2974329510=>1,2974310489=>1,2974310481=>1,2974311345=>1,2974311441=>1,2974315505=>1,2974381636=>1,2974381698=>1,2974523433=>1,2974521030=>1,2974533164=>1,2974533491=>1,2974533820=>1,2974533734=>1,2974513767=>1,2974512594=>1,2974464528=>1,2974464498=>1,2974500353=>1,2974507042=>1,2974512375=>1,2974512255=>1,2974534966=>1,2974536944=>1,2974542035=>1,2974541964=>1,2974542151=>1,2974542172=>1,2974542188=>1,2974542182=>1,2974541962=>1,2974541958=>1,2974538560=>1,2974538558=>1,2974538591=>1,2974538628=>1,2974538735=>1,2974464475=>1,2974457710=>1,2974382058=>1,2974382009=>1,2974404278=>1,2974404624=>1,2974406320=>1,2974406201=>1,2974381962=>1,2974381918=>1,2974381726=>1,2974381725=>1,2974381761=>1,2974381782=>1,2974381792=>1,2974381786=>1,2974406334=>1,2974406347=>1,2974439781=>1,2974406621=>1,2974446990=>1,2974452900=>1,2974455133=>1,2974453151=>1,2974406618=>1,2974406580=>1,2974406394=>1,2974406382=>1,2974406396=>1,2974406518=>1,2974406525=>1,2974189377=>1,2974154467=>1,2972324856=>1,2972314097=>1,2972335465=>1,2972359189=>1,2972391293=>1,2972389393=>1,2972255608=>1,2972243828=>1,2972186798=>1,2972176115=>1,2972188189=>1,2972188307=>1,2972215635=>1,2972188347=>1,2972391979=>1,2972392146=>1,2972462895=>1,2972447595=>1,2972478484=>1,2972485018=>1,2972498974=>1,2972490879=>1,2972444738=>1,2972439596=>1,2972398294=>1,2972396218=>1,2972403963=>1,2972404634=>1,2972428323=>1,2972427266=>1,2972175998=>1,2972175618=>1,2972155249=>1,2972155222=>1,2972155261=>1,2972155661=>1,2972155681=>1,2972155678=>1,2972155217=>1,2972155207=>1,2972155164=>1,2965440982=>1,2972155182=>1,2972155185=>1,2972155206=>1,2972155195=>1,2972155750=>1,2972155768=>1,2972167238=>1,2972167218=>1,2972170811=>1,2972170813=>1,2972175466=>1,2972172186=>1,2972165889=>1,2972165201=>1,2972160314=>1,2972160281=>1,2972160388=>1,2972160428=>1,2972164166=>1,2972499095=>1,2972572216=>1,2973919614=>1,2973893411=>1,2973920395=>1,2973920472=>1,2973920682=>1,2973920532=>1,2973883304=>1,2973875774=>1,2973236548=>1,2973209160=>1,2973236932=>1,2973237242=>1,2973853823=>1,2973814345=>1,2973923691=>1,2973931674=>1,2974104946=>1,2974103931=>1,2974121917=>1,2974139140=>1,2974152480=>1,2974144453=>1,2974103929=>1,2974102720=>1,2973948126=>1,2973942290=>1,2973955077=>1,2973960038=>1,2974045180=>1,2973208301=>1,2973208298=>1,2973070029=>1,2973042402=>1,2973070034=>1,2973077980=>1,2973101612=>1,2973088015=>1,2973042200=>1,2973030001=>1,2972618533=>1,2972617783=>1,2973029527=>1,2973029639=>1,2973029991=>1,2973029704=>1,2973123854=>1,2973133465=>1,2973208239=>1,2973208234=>1,2973208240=>1,2973208269=>1,2973208284=>1,2973208270=>1,2973207861=>1,2973205647=>1,2973146055=>1,2973133510=>1,2973165401=>1,2973165456=>1,2973193153=>1,2972155117=>1,2965440530=>1,2947902368=>1,2947901779=>1,2947967484=>1,2947970291=>1,2947975434=>1,2947973171=>1,2947874670=>1,2947874611=>1,2947856714=>1,2947856091=>1,2947857296=>1,2947862584=>1,2947865389=>1,2947862941=>1,2947982099=>1,2947982168=>1,2948961392=>1,2948953239=>1,2948987812=>1,2949321565=>1,2949335099=>1,2949321582=>1,2948131547=>1,2948130994=>1,2947985887=>1,2947982277=>1,2948018725=>1,2948026641=>1,2948130946=>1,2948084064=>1,2947855827=>1,2947852941=>1,2946230405=>1,2946123249=>1,2946982544=>1,2946983193=>1,2947825732=>1,2947825713=>1,2946116845=>1,2946116835=>1,2945980524=>1,2945980465=>1,2945980616=>1,2945980762=>1,2946074700=>1,2946062844=>1,2947826862=>1,2947827228=>1,2947838857=>1,2947838573=>1,2947839010=>1,2947839127=>1,2947843880=>1,2947839320=>1,2947838198=>1,2947837938=>1,2947827392=>1,2947827309=>1,2947827735=>1,2947827831=>1,2947837666=>1,2949875682=>1,2953346470=>1,2953417904=>1,2953417784=>1,2953417908=>1,2953418184=>1,2953425967=>1,2953420144=>1,2953417773=>1,2953417699=>1,2953415172=>1,2953414042=>1,2953415788=>1,2953416656=>1,2953417685=>1,2953417154=>1,2953429163=>1,2953436602=>1,2953470923=>1,2953470922=>1,2953470924=>1,2953470925=>1,2953470927=>1,2953470926=>1,2953470921=>1,2953456441=>1,2953439348=>1,2953439149=>1,2953443093=>1,2953455858=>1,2953456015=>1,2953412042=>1,2953410471=>1,2953391482=>1,2953390874=>1,2953392759=>1,2953392880=>1,2953393806=>1,2953393460=>1,2953390196=>1,2953390042=>1,2953381070=>1,2953380307=>1,2953381236=>1,2953387146=>1,2953389606=>1,2953387432=>1,2953395239=>1,2953399083=>1,2953408138=>1,2953408077=>1,2953408849=>1,2953408974=>1,2953410182=>1,2953409206=>1,2953406216=>1,2953405318=>1,2953401381=>1,2953399148=>1,2953401741=>1,2953403095=>1,2953405001=>1,2945849638=>1,2945486601=>1,2921360666=>1,2921186810=>1,2921487553=>1,2921521623=>1,2922206627=>1,2921708197=>1,2921080658=>1,2920659372=>1,2919530650=>1,2919480626=>1,2919573816=>1,2919580746=>1,2919720161=>1,2919706754=>1,2922381489=>1,2922564463=>1,2923106108=>1,2923062041=>1,2923110730=>1,2923276729=>1,2923682316=>1,2923682166=>1,2923038756=>1,2923029697=>1,2922606000=>1,2922587541=>1,2922610230=>1,2922818320=>1,2922869017=>1,2922862083=>1,2919438568=>1,2919269818=>1,2918712837=>1,2918607015=>1,2918716588=>1,2918717645=>1,2919110322=>1,2918717785=>1,2918606883=>1,2918586731=>1,2918374439=>1,2918306519=>1,2918410645=>1,2918448005=>1,2918575875=>1,2918551828=>1,2919200227=>1,2919219789=>1,2919228680=>1,2919228600=>1,2919228866=>1,2919231979=>1,2919234288=>1,2919232884=>1,2919228550=>1,2919228501=>1,2919222641=>1,2919220254=>1,2919225822=>1,2919225962=>1,2919228046=>1,2924050572=>1,2925216882=>1,2942963434=>1,2942961852=>1,2943313941=>1,2944877022=>1,2944982202=>1,2944898328=>1,2942772750=>1,2942634030=>1,2938741082=>1,2937961138=>1,2942584927=>1,2942585196=>1,2942593562=>1,2942591273=>1,2944987054=>1,2944991045=>1,2945396789=>1,2945392835=>1,2945404234=>1,2945409309=>1,2945447452=>1,2945412002=>1,2945328278=>1,2945316297=>1,2945045391=>1,2945006713=>1,2945131690=>1,2945133274=>1,2945182131=>1,2937850929=>1,2937657734=>1,2927753636=>1,2927750170=>1,2927852375=>1,2928175446=>1,2928512575=>1,2928453529=>1,2927576045=>1,2927544082=>1,2925731531=>1,2925307948=>1,2925756222=>1,2925905083=>1,2927008981=>1,2926247293=>1,2928512616=>1,2928512769=>1,2936575566=>1,2936575092=>1,2936575703=>1,2936655527=>1,2937530191=>1,2937472871=>1,2936061496=>1,2936050185=>1,2928516337=>1,2928512932=>1,2928516638=>1,2928516886=>1,2928517763=>1,2953470928=>1,2953470929=>1,2960128684=>1,2960071789=>1,2960129491=>1,2960129595=>1,2960191414=>1,2960189673=>1,2959995937=>1,2959977958=>1,2959853176=>1,2959853173=>1,2959853182=>1,2959859888=>1,2959954826=>1,2959864462=>1,2960293935=>1,2960294005=>1,2960418853=>1,2960362454=>1,2960418865=>1,2960490192=>1,2960580836=>1,2960515643=>1,2960344025=>1,2960341500=>1,2960313628=>1,2960296874=>1,2960314503=>1,2960324655=>1,2960340066=>1,2960339602=>1,2959853129=>1,2959853119=>1,2959474437=>1,2959474435=>1,2959474499=>1,2959474553=>1,2959541640=>1,2959531529=>1,2959474432=>1,2959469973=>1,2959469635=>1,2959469596=>1,2959469649=>1,2959469833=>1,2959469878=>1,2959469870=>1,2959542611=>1,2959557018=>1,2959774074=>1,2959769321=>1,2959783421=>1,2959784952=>1,2959853105=>1,2959852263=>1,2959767969=>1,2959767665=>1,2959609195=>1,2959608078=>1,2959747304=>1,2959747555=>1,2959767661=>1,2960584972=>1,2960585238=>1,2961069487=>1,2961069439=>1,2961069488=>1,2961109553=>1,2961112075=>1,2961110107=>1,2961068042=>1,2961066012=>1,2960994351=>1,2960994148=>1,2960994495=>1,2960995581=>1,2960996051=>1,2960995907=>1,2961112076=>1,2962369979=>1,2965439575=>1,2965435150=>1,2965439766=>1,2965439992=>1,2918191782=>1,2965440221=>1,2965400978=>1,2965398134=>1,2963178508=>1,2962566483=>1,2964983534=>1,2965190973=>1,2965389218=>1,2960992883=>1,2960992795=>1,2960801392=>1,2960801352=>1,2960801409=>1,2960801480=>1,2960813298=>1,2960801488=>1,2960801318=>1,2960801283=>1,2960684859=>1,2960593118=>1,2960740659=>1,2960781332=>1,2960801282=>1,2960783450=>1,2960851491=>1,2960852795=>1,2960990460=>1,2960990422=>1,2960990723=>1,2960990807=>1,2960991430=>1,2960990833=>1,2960990270=>1,2960990252=>1,2960852933=>1,2960852829=>1,2960858424=>1,2960883982=>1,2960907324=>1,2959466976=>1,2959466936=>1,2954867828=>1,2954867724=>1,2954867869=>1,2954868991=>1,2954870654=>1,2954870554=>1,2954865423=>1,2954865238=>1,2954847056=>1,2954846406=>1,2954849187=>1,2954851759=>1,2954864013=>1,2954852290=>1,2954872954=>1,2954876829=>1,2955193988=>1,2955185500=>1,2955194132=>1,2955219001=>1,2955261237=>1,2955225301=>1,2955173227=>1,2955158398=>1,2954886363=>1,2954882849=>1,2954895517=>1,2954935258=>1,2955151529=>1,2955094264=>1,2954833772=>1,2954830741=>1,2953495777=>1,2953483516=>1,2953506206=>1,2953506309=>1,2953608573=>1,2953510385=>1,2953481314=>1,2953478984=>1,2953472241=>1,2953472240=>1,2953472243=>1,2953472244=>1,2953478980=>1,2953472948=>1,2953608646=>1,2953721308=>1,2954637406=>1,2954627448=>1,2954637574=>1,2954645349=>1,2954828863=>1,2954827616=>1,2954579189=>1,2954235524=>1,2953786850=>1,2953785594=>1,2954146315=>1,2954150933=>1,2954160742=>1,2955267355=>1,2955267628=>1,2957224407=>1,2957224146=>1,2957582362=>1,2957591329=>1,2957841835=>1,2957630097=>1,2956898972=>1,2956855313=>1,2956621846=>1,2956621520=>1,2956622239=>1,2956822530=>1,2956825490=>1,2956822604=>1,2957854634=>1,2957862981=>1,2959295239=>1,2959249438=>1,2959315880=>1,2959466824=>1,2959466875=>1,2959466851=>1,2959248678=>1,2959248202=>1,2959121050=>1,2958865697=>1,2959171609=>1,2959211841=>1,2959237381=>1,2956621073=>1,2956620962=>1,2955531787=>1,2955513915=>1,2955543945=>1,2955735515=>1,2956268588=>1,2955736863=>1,2955325904=>1,2955323529=>1,2955280918=>1,2955275566=>1,2955285271=>1,2955316237=>1,2955320614=>1,2955319581=>1,2956269198=>1,2956269672=>1,2956618072=>1,2956616802=>1,2956618432=>1,2956618482=>1,2956620567=>1,2956619330=>1,2956615879=>1,2956614070=>1,2956460980=>1,2956322853=>1,2956520621=>1,2956520895=>1,2956558234=>1,2965440846=>1,);?>
1
+ <?php return array(2987399936=>2987400191,2977881909=>1,2977845747=>1,2977980446=>1,2977982568=>1,2977987237=>1,2977984423=>1,2977845554=>1,2977794988=>1,2977719873=>1,2977719733=>1,2977735029=>1,2977748802=>1,2977759569=>1,2977761434=>1,2978004873=>1,2978013197=>1,2978013193=>1,2978013438=>1,2978013633=>1,2978024483=>1,2978014145=>1,2978013186=>1,2978011543=>1,2978005105=>1,2978005081=>1,2978005118=>1,2978005126=>1,2978005362=>1,2978005314=>1,2977719525=>1,2977719469=>1,2976445930=>1,2976436207=>1,2976486591=>1,2976486666=>1,2976486795=>1,2976486785=>1,2976436199=>1,2976436081=>1,2976434188=>1,2976434184=>1,2976434677=>1,2976435204=>1,2976435718=>1,2976435717=>1,2976486942=>1,2976492660=>1,2976643716=>1,2976635313=>1,2977707704=>1,2977713930=>1,2977719320=>1,2977713932=>1,2976608183=>1,2976608119=>1,2976492731=>1,2976492677=>1,2976495428=>1,2976499526=>1,2976606360=>1,2976604661=>1,2978032237=>1,2978032244=>1,2978160197=>1,2978158562=>1,2978160233=>1,2978160249=>1,2978165310=>1,2978165309=>1,2978157045=>1,2978102082=>1,2978061601=>1,2978050322=>1,2978076623=>1,2978087578=>1,2978101954=>1,2978087683=>1,2978165347=>1,2978165373=>1,2978328736=>1,2978327908=>1,2978332208=>1,2978336594=>1,2978387049=>1,2978365455=>1,2978327187=>1,2978165498=>1,2978165431=>1,2978165407=>1,2978165457=>1,2978165461=>1,2978165492=>1,2978048830=>1,2978044298=>1,2978032446=>1,2978032420=>1,2978032462=>1,2978032466=>1,2978032604=>1,2978032470=>1,2978032415=>1,2978032392=>1,2978032294=>1,2978032265=>1,2978032296=>1,2978032346=>1,2978032366=>1,2978032363=>1,2978032605=>1,2978032735=>1,2978033395=>1,2978033227=>1,2978033412=>1,2978033488=>1,2978044198=>1,2978033520=>1,2978033033=>1,2978033014=>1,2978032867=>1,2978032758=>1,2978032868=>1,2978032958=>1,2978032966=>1,2976400817=>1,2976234447=>1,2975331430=>1,2975331076=>1,2975413689=>1,2975537117=>1,2975537728=>1,2975537688=>1,2975331075=>1,2975330786=>1,2975323584=>1,2975323557=>1,2975323607=>1,2975323868=>1,2975330654=>1,2975324033=>1,2975537770=>1,2975537797=>1,2975538215=>1,2975538071=>1,2975538235=>1,2975538308=>1,2975538944=>1,2975538369=>1,2975538013=>1,2975537970=>1,2975537878=>1,2975537821=>1,2975537932=>1,2975537943=>1,2975537965=>1,2975537955=>1,2975323519=>1,2975323492=>1,2975256264=>1,2975256251=>1,2975256295=>1,2975256326=>1,2975256473=>1,2975256333=>1,2975256095=>1,2975255217=>1,2975219862=>1,2975219858=>1,2975223630=>1,2975235594=>1,2975255097=>1,2975254730=>1,2975256492=>1,2975256501=>1,2975288321=>1,2975287297=>1,2975289189=>1,2975289338=>1,2975323407=>1,2975292089=>1,2975279614=>1,2975279121=>1,2975261377=>1,2975256506=>1,2975272257=>1,2975279106=>1,2975279113=>1,2975539010=>1,2975550674=>1,2976079009=>1,2976077082=>1,2976079381=>1,2976088634=>1,2976094540=>1,2976089761=>1,2976068564=>1,2976065967=>1,2976060323=>1,2976057928=>1,2976060501=>1,2976060521=>1,2976065955=>1,2976060897=>1,2976094931=>1,2976095984=>1,2976219595=>1,2976184631=>1,2976224428=>1,2976228640=>1,2978392584=>1,2976232873=>1,2976141316=>1,2976127065=>1,2976098199=>1,2976098160=>1,2976099489=>1,2976099610=>1,2976116408=>1,2976039561=>1,2976035787=>1,2975607446=>1,2975606813=>1,2975607541=>1,2975609684=>1,2975610891=>1,2975610220=>1,2975606734=>1,2975606686=>1,2975580302=>1,2975576934=>1,2975581090=>1,2975604800=>1,2975606142=>1,2975605844=>1,2975611885=>1,2975612090=>1,2975988573=>1,2975988172=>1,2975989654=>1,2976025737=>1,2976035360=>1,2976029310=>1,2975988008=>1,2975987884=>1,2975787118=>1,2975612091=>1,2975925905=>1,2975979710=>1,2975980861=>1,2976352843=>1,2978404325=>1,2985157603=>1,2984905930=>1,2985159720=>1,2985196123=>1,2985409980=>1,2985249798=>1,2984237660=>1,2984228821=>1,2984223524=>1,2984223351=>1,2984223679=>1,2984223834=>1,2984228796=>1,2984224257=>1,2985736446=>1,2986362686=>1,2986805334=>1,2986804878=>1,2986805576=>1,2986805783=>1,2986829218=>1,2986806847=>1,2986759268=>1,2986758247=>1,2986546592=>1,2986363033=>1,2986667609=>1,2986692792=>1,2986758166=>1,2986719133=>1,2984208203=>1,2984197918=>1,2983010268=>1,2983009816=>1,2983041632=>1,2983041681=>1,2983056208=>1,2983049042=>1,2983009430=>1,2983009404=>1,2982982963=>1,2982982960=>1,2982983427=>1,2982983537=>1,2982985385=>1,2982983749=>1,2983075667=>1,2983101324=>1,2984029748=>1,2984024962=>1,2984030920=>1,2984032523=>1,2984190773=>1,2984190765=>1,2984019990=>1,2984018298=>1,2983130157=>1,2983121037=>1,2983158543=>1,2983161547=>1,2983195557=>1,2986829623=>1,2986838044=>1,2987535433=>1,2987532425=>1,2987545559=>1,2987614465=>1,2987616483=>1,2987614721=>1,2987530581=>1,2987530287=>1,2987503114=>1,2987503106=>1,2987503135=>1,2987503203=>1,2987528652=>1,2987504356=>1,2987669264=>1,2987669266=>1,2987999451=>1,2987878722=>1,2988023357=>1,2988081728=>1,2988082284=>1,2988082065=>1,2987842050=>1,2987824250=>1,2987722795=>1,2987693433=>1,2987744025=>1,2987745238=>1,2987749957=>1,2987502422=>1,2987502318=>1,2987194744=>1,2987194386=>1,2987194796=>1,2987195061=>1,2987196398=>1,2987196388=>1,2987112452=>1,2987020894=>1,2986839240=>1,2986838366=>1,2986885133=>1,2986979868=>1,2986999467=>1,2986998309=>1,2987416163=>1,2987446327=>1,2987502157=>1,2987448472=>1,2987502179=>1,2987502229=>1,2987502259=>1,2987502244=>1,2987446334=>1,2987446333=>1,2987446329=>1,2987446328=>1,2987446330=>1,2987446331=>1,2987446332=>1,2982961125=>1,2982736802=>1,2979573389=>1,2979573224=>1,2979682414=>1,2979695558=>1,2979735139=>1,2979719761=>1,2979573096=>1,2979572946=>1,2979571882=>1,2979571851=>1,2979571906=>1,2979572163=>1,2979572853=>1,2979572259=>1,2979746535=>1,2979755266=>1,2979790043=>1,2979789958=>1,2979790073=>1,2979790099=>1,2979790178=>1,2979790120=>1,2979789951=>1,2979757306=>1,2979755715=>1,2979755555=>1,2979755846=>1,2979756669=>1,2979757022=>1,2979756689=>1,2979571060=>1,2979570917=>1,2978477751=>1,2978472629=>1,2978528013=>1,2978537489=>1,2978786359=>1,2978568782=>1,2978471386=>1,2978460533=>1,2978412554=>1,2975209666=>1,2978418043=>1,2978422335=>1,2978428037=>1,2978427927=>1,2978880373=>1,2978895569=>1,2979561090=>1,2979547977=>1,2979569830=>1,2979569928=>1,2979570115=>1,2979569940=>1,2979540599=>1,2979539895=>1,2979538777=>1,2978966532=>1,2979538799=>1,2979539639=>1,2979539739=>1,2979790286=>1,2979790379=>1,2981746128=>1,2981745481=>1,2981748365=>1,2982015139=>1,2982035709=>1,2982016117=>1,2981745389=>1,2981745238=>1,2981674232=>1,2981674195=>1,2981674233=>1,2981676677=>1,2981726852=>1,2981702118=>1,2982072586=>1,2982167107=>1,2982695258=>1,2982693755=>1,2982695660=>1,2982700601=>1,2982736330=>1,2982701577=>1,2982693705=>1,2982351662=>1,2982265993=>1,2982216930=>1,2982316041=>1,2982326287=>1,2982343056=>1,2981674168=>1,2981674126=>1,2980030809=>1,2980025347=>1,2980044552=>1,2981185041=>1,2981366273=>1,2981364772=>1,2979977185=>1,2979963379=>1,2979790552=>1,2979790489=>1,2979790576=>1,2979811849=>1,2979953073=>1,2979950638=>1,2981430228=>1,2981497350=>1,2981664151=>1,2981663896=>1,2981664156=>1,2981664284=>1,2981674119=>1,2981664288=>1,2981663868=>1,2981663507=>1,2981611111=>1,2981585910=>1,2981628027=>1,2981661757=>1,2981663070=>1,2978404102=>1,2975209628=>1,2966684993=>1,2965830491=>1,2966701654=>1,2966702550=>1,2966784681=>1,2966704835=>1,2965829235=>1,2965790569=>1,2965627380=>1,2965612494=>1,2965648152=>1,2965771864=>1,2965781016=>1,2965778554=>1,2966792487=>1,2966881661=>1,2969699909=>1,2969587976=>1,2969874138=>1,2969951088=>1,2970133314=>1,2970051039=>1,2969273090=>1,2968623117=>1,2967292184=>1,2967285301=>1,2967417690=>1,2968065196=>1,2968355692=>1,2968139847=>1,2965594278=>1,2965582667=>1,2965451569=>1,2965448515=>1,2965452406=>1,2965452418=>1,2965459831=>1,2965452462=>1,2965447628=>1,2965446426=>1,2965441959=>1,2965440674=>1,2965444688=>1,2965444863=>1,2965445245=>1,2965445034=>1,2965466487=>1,2965470273=>1,2965529911=>1,2965529282=>1,2965530445=>1,2965530656=>1,2965582013=>1,2965552440=>1,2965528966=>1,2965528658=>1,2965510355=>1,2965479912=>1,2965512722=>1,2965512850=>1,2965518045=>1,2970260649=>1,2970265610=>1,2971037553=>1,2971001733=>1,2971040762=>1,2971043081=>1,2971098905=>1,2971057886=>1,2970968595=>1,2970948691=>1,2970946801=>1,2970946797=>1,2970946809=>1,2970946813=>1,2970948672=>1,2970948621=>1,2971112002=>1,2971113036=>1,2971959556=>1,2971953552=>1,2971988019=>1,2971988079=>1,2972029965=>1,2971988534=>1,2971938078=>1,2971935498=>1,2971119314=>1,2971116082=>1,2971801109=>1,2971808246=>1,2971892249=>1,2970946649=>1,2970946645=>1,2970400878=>1,2970381047=>1,2970400892=>1,2970401057=>1,2970401870=>1,2970401613=>1,2970381011=>1,2970354384=>1,2970300326=>1,2970300325=>1,2970323082=>1,2970324538=>1,2970347878=>1,2970326605=>1,2970402166=>1,2970402492=>1,2970835874=>1,2970826422=>1,2970854474=>1,2970873411=>1,2970946641=>1,2970943778=>1,2970797213=>1,2970752747=>1,2970568846=>1,2970402519=>1,2970657367=>1,2970707260=>1,2970749718=>1,2965440039=>1,2965438676=>1,2959783421=>1,2959774074=>1,2959853173=>1,2959864462=>1,2959954826=>1,2959927406=>1,2959747242=>1,2959653687=>1,2959476408=>1,2959475417=>1,2959557018=>1,2959606198=>1,2959631284=>1,2959608078=>1,2959979715=>1,2959981733=>1,2960294005=>1,2960293935=>1,2960296874=>1,2960313628=>1,2960324655=>1,2960314503=>1,2960193815=>1,2960053220=>1,2959991054=>1,2959982521=>1,2959991817=>1,2959994892=>1,2959998884=>1,2959998129=>1,2959474437=>1,2959470498=>1,2959320002=>1,2959316453=>1,2959321840=>1,2959323306=>1,2959466871=>1,2959466824=>1,2959295239=>1,2959249438=>1,2959237381=>1,2959233298=>1,2959245737=>1,2959246835=>1,2959248678=>1,2959248202=>1,2959466924=>1,2959466962=>1,2959469749=>1,2959469684=>1,2959469811=>1,2959469848=>1,2959470059=>1,2959469908=>1,2959469675=>1,2959469658=>1,2959466996=>1,2959466977=>1,2959469569=>1,2959469634=>1,2959469643=>1,2960337927=>1,2960338903=>1,2961065077=>1,2960997047=>1,2961065869=>1,2961068042=>1,2961069487=>1,2961069258=>1,2960994279=>1,2960994254=>1,2960990482=>1,2960990383=>1,2960990694=>1,2960990817=>1,2960991421=>1,2960991265=>1,2961069488=>1,2961097780=>1,2963178508=>1,2962566483=>1,2963184504=>1,2964548281=>1,2965398134=>1,2965389218=>1,2962386070=>1,2962369979=>1,2961110107=>1,2961109553=>1,2961112075=>1,2961112076=>1,2961741097=>1,2960907324=>1,2960883982=>1,2960593118=>1,2960585238=>1,2960612839=>1,2960684859=>1,2960739661=>1,2960722708=>1,2960515643=>1,2960490192=>1,2960343095=>1,2960340874=>1,2960344025=>1,2960362454=>1,2960418865=>1,2960418853=>1,2960740659=>1,2960781332=>1,2960852609=>1,2960852569=>1,2960852727=>1,2960852829=>1,2960858424=>1,2960852933=>1,2960813298=>1,2960801409=>1,2960801151=>1,2960783450=>1,2960801282=>1,2960801318=>1,2960801352=>1,2972030130=>1,2972030295=>1,2974381193=>1,2974381085=>1,2974381313=>1,2974381815=>1,2974381939=>1,2974381844=>1,2974380770=>1,2974380742=>1,2974380306=>1,2974369159=>1,2974380507=>1,2974380523=>1,2974380573=>1,2974380544=>1,2974381950=>1,2974381970=>1,2974446990=>1,2974406403=>1,2974453107=>1,2974453593=>1,2974455107=>1,2974453695=>1,2974406332=>1,2974406317=>1,2974382052=>1,2974382038=>1,2974404755=>1,2974404817=>1,2974406308=>1,2974406172=>1,2974330275=>1,2974330208=>1,2974139140=>1,2974136983=>1,2974144453=>1,2974151368=>1,2974160796=>1,2974152480=>1,2974121917=>1,2974104946=>1,2973960038=>1,2973955077=>1,2973997322=>1,2973998082=>1,2974102720=>1,2974012275=>1,2974191244=>1,2974243986=>1,2974329686=>1,2974315505=>1,2974329858=>1,2974329919=>1,2974330117=>1,2974329952=>1,2974311441=>1,2974310489=>1,2974244172=>1,2974244006=>1,2974244320=>1,2974310401=>1,2974310481=>1,2974455432=>1,2974457710=>1,2975152668=>1,2975152650=>1,2975152760=>1,2975152768=>1,2975152835=>1,2975152818=>1,2975152580=>1,2975152545=>1,2975133546=>1,2975133537=>1,2975133553=>1,2975139723=>1,2975152481=>1,2975152420=>1,2975152961=>1,2975152966=>1,2975161480=>1,2975153082=>1,2975163086=>1,2975183877=>1,2975198177=>1,2975183915=>1,2975153070=>1,2975153059=>1,2975152971=>1,2975152967=>1,2975153032=>1,2975153052=>1,2975153057=>1,2975114386=>1,2975101266=>1,2974514484=>1,2974513804=>1,2974517834=>1,2974523433=>1,2974542661=>1,2974538735=>1,2974513497=>1,2974512255=>1,2974464496=>1,2974464475=>1,2974464621=>1,2974483210=>1,2974500353=>1,2974486621=>1,2974542684=>1,2974542779=>1,2975076770=>1,2974931422=>1,2975082694=>1,2975083021=>1,2975083170=>1,2975083031=>1,2974910378=>1,2974820779=>1,2974542853=>1,2974542838=>1,2974542865=>1,2974542929=>1,2974542933=>1,2973948126=>1,2973942290=>1,2972155043=>1,2972154810=>1,2972155050=>1,2972155054=>1,2972155211=>1,2972155106=>1,2972154465=>1,2972154203=>1,2972098169=>1,2972098157=>1,2972110609=>1,2972121151=>1,2972149641=>1,2972121258=>1,2972155231=>1,2972155259=>1,2972155554=>1,2972155544=>1,2972155559=>1,2972155592=>1,2972155630=>1,2972155618=>1,2972155537=>1,2972155525=>1,2972155461=>1,2972155285=>1,2972155474=>1,2972155477=>1,2972155523=>1,2972155503=>1,2972098114=>1,2972098111=>1,2972036030=>1,2972035685=>1,2972036365=>1,2972036856=>1,2972042713=>1,2972037346=>1,2972035569=>1,2972035445=>1,2972031993=>1,2972030718=>1,2972033164=>1,2972035149=>1,2972035374=>1,2972035335=>1,2972053716=>1,2972069333=>1,2972097726=>1,2972097697=>1,2972097776=>1,2972097782=>1,2972098066=>1,2972097833=>1,2972097521=>1,2972097472=>1,2972097047=>1,2972088553=>1,2972097120=>1,2972097276=>1,2972097374=>1,2972155731=>1,2972160389=>1,2973143955=>1,2973133510=>1,2973146055=>1,2973165336=>1,2973208241=>1,2973208237=>1,2973133465=>1,2973123854=>1,2973022179=>1,2972618368=>1,2973029727=>1,2973036554=>1,2973055266=>1,2973042402=>1,2973208288=>1,2973209170=>1,2973910827=>1,2973883304=>1,2973919650=>1,2973922509=>1,2973931674=>1,2973923691=>1,2973875826=>1,2973853823=>1,2973236548=>1,2973209207=>1,2973236932=>1,2973267001=>1,2973359793=>1,2972617783=>1,2972499182=>1,2972337071=>1,2972335465=>1,2972337803=>1,2972342066=>1,2972391979=>1,2972389393=>1,2972236944=>1,2972175618=>1,2972165201=>1,2972164166=>1,2972167208=>1,2972170811=>1,2972172365=>1,2972170813=>1,2972396218=>1,2972398297=>1,2972447595=>1,2972444738=>1,2972462895=>1,2972485018=>1,2972498981=>1,2972490682=>1,2972439596=>1,2972428323=>1,2972412027=>1,2972403963=>1,2972412029=>1,2972415833=>1,2972422713=>1,2959171609=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2987399936=>2987400191,2979719909=>1,2979719904=>1,2979720092=>1,2979720105=>1,2979720123=>1,2979720115=>1,2979719785=>1,2979719761=>1,2979573746=>1,2979573706=>1,2979573757=>1,2979577293=>1,2979746535=>1,2979596445=>1,2979573698=>1,2979747295=>1,2979772426=>1,2979756895=>1,2979786055=>1,2979790354=>1,2979911070=>1,2979790775=>1,2979756571=>1,2979755734=>1,2979747759=>1,2979747632=>1,2979755046=>1,2979755155=>1,2979755607=>1,2979573683=>1,2979573630=>1,2979572997=>1,2979572993=>1,2979573018=>1,2979573022=>1,2979573086=>1,2979573052=>1,2979572958=>1,2979572937=>1,2979572875=>1,2979572871=>1,2979572891=>1,2979572907=>1,2979572927=>1,2979572909=>1,2979573102=>1,2979573163=>1,2979573594=>1,2979573581=>1,2979573598=>1,2979573616=>1,2979921105=>1,2979573619=>1,2979573567=>1,2979573542=>1,2979573180=>1,2979573170=>1,2979573186=>1,2979573195=>1,2979573389=>1,2979573634=>1,2979964858=>1,2981674147=>1,2981674146=>1,2981674148=>1,2981674149=>1,2981674204=>1,2981674159=>1,2981674136=>1,2981674119=>1,2981663711=>1,2981663705=>1,2981663929=>1,2981663983=>1,2981672482=>1,2981664180=>1,2981674226=>1,2981676677=>1,2981745504=>1,2981744812=>1,2981745532=>1,2981746128=>1,2981746375=>1,2981746345=>1,2981744789=>1,2981744735=>1,2981700524=>1,2981677050=>1,2981700588=>1,2981714697=>1,2981737505=>1,2981726853=>1,2981663627=>1,2981663553=>1,2980030809=>1,2980025347=>1,2980043593=>1,2980044172=>1,2980846024=>1,2980622297=>1,2980002252=>1,2980000637=>1,2979970611=>1,2979970480=>1,2979976511=>1,2979976739=>1,2979994765=>1,2979983682=>1,2981172972=>1,2981185041=>1,2981663056=>1,2981663049=>1,2981663196=>1,2981663235=>1,2981663315=>1,2981663245=>1,2981661757=>1,2981618132=>1,2981366273=>1,2981313030=>1,2981366293=>1,2981545271=>1,2981611111=>1,2979572850=>1,2979572837=>1,2979569847=>1,2979569840=>1,2979569853=>1,2979569862=>1,2979569869=>1,2979569863=>1,2979569838=>1,2979569828=>1,2979569813=>1,2979569811=>1,2979569814=>1,2979569815=>1,2979569825=>1,2979569817=>1,2979569875=>1,2979569877=>1,2979569982=>1,2979569981=>1,2979569995=>1,2979570003=>1,2979570008=>1,2979570005=>1,2979569975=>1,2979569962=>1,2979569889=>1,2979569884=>1,2979569924=>1,2979569934=>1,2979569950=>1,2979569947=>1,2979569810=>1,2979569806=>1,2979547970=>1,2979547939=>1,2979559106=>1,2979561090=>1,2979569682=>1,2979569672=>1,2979540932=>1,2979540643=>1,2979539519=>1,2979539059=>1,2979539651=>1,2979540059=>1,2979540565=>1,2979540387=>1,2979569714=>1,2979569717=>1,2979569784=>1,2979569783=>1,2979569787=>1,2979569792=>1,2979569803=>1,2979569802=>1,2979569752=>1,2979569750=>1,2979569738=>1,2979569729=>1,2979569739=>1,2979569744=>1,2979569749=>1,2979570012=>1,2979570015=>1,2979571859=>1,2979571849=>1,2979571942=>1,2979571980=>1,2979572152=>1,2979572149=>1,2979571830=>1,2979571769=>1,2979571345=>1,2979571323=>1,2979571566=>1,2979571574=>1,2979571688=>1,2979571593=>1,2979572211=>1,2979572363=>1,2979572726=>1,2979572633=>1,2979572763=>1,2979572789=>1,2979572831=>1,2979572821=>1,2979572621=>1,2979572578=>1,2979572443=>1,2979572419=>1,2979572502=>1,2979572510=>1,2979572557=>1,2979571313=>1,2979571268=>1,2979570089=>1,2979570084=>1,2979570091=>1,2979570094=>1,2979570160=>1,2979570112=>1,2979570076=>1,2979570073=>1,2979570026=>1,2979570020=>1,2979570027=>1,2979570033=>1,2979570054=>1,2979570043=>1,2979570162=>1,2979570222=>1,2979570984=>1,2979570910=>1,2979571006=>1,2979571024=>1,2979571257=>1,2979571127=>1,2979570663=>1,2979570600=>1,2979570365=>1,2979570309=>1,2979570395=>1,2979570418=>1,2979570508=>1,2981748250=>1,2981751020=>1,2988131849=>1,2988130962=>1,2988139482=>1,2988149671=>1,2988177598=>1,2988155414=>1,2988082065=>1,2988034741=>1,2987842050=>1,2987824999=>1,2987878722=>1,2987998744=>1,2988028087=>1,2987999507=>1,2988443009=>1,2988443041=>1,2988465594=>1,2988464102=>1,2988478383=>1,2988488032=>1,2988488034=>1,2988488033=>1,2988455299=>1,2988455262=>1,2988443058=>1,2988443044=>1,2988443070=>1,2988443281=>1,2988453021=>1,2988450395=>1,2987824250=>1,2987749957=>1,2987502422=>1,2987502318=>1,2987503106=>1,2987503114=>1,2987503203=>1,2987503135=>1,2987502244=>1,2987502229=>1,2987448472=>1,2987446334=>1,2987467531=>1,2987467535=>1,2987502179=>1,2987502157=>1,2987528652=>1,2987530581=>1,2987669264=>1,2987616483=>1,2987669266=>1,2987693433=>1,2987745238=>1,2987744025=>1,2987614721=>1,2987614465=>1,2987530680=>1,2987530640=>1,2987532425=>1,2987535433=>1,2987545559=>1,2988488035=>1,2988490072=>1,2989391884=>1,2989180653=>1,2989406754=>1,2989490549=>1,2989546088=>1,2989504026=>1,2989159230=>1,2989158942=>1,2989137095=>1,2989121907=>1,2989138088=>1,2989138324=>1,2989141245=>1,2989138501=>1,2989590471=>1,2989614181=>1,2990408174=>1,2990408149=>1,2990409443=>1,2990409917=>1,2990411035=>1,2990410137=>1,2990407868=>1,2990140814=>1,2990081370=>1,2989620695=>1,2990082549=>1,2990109564=>1,2990139325=>1,2989120632=>1,2989120113=>1,2988498594=>1,2988498453=>1,2988513795=>1,2988513838=>1,2988519199=>1,2988516426=>1,2988498383=>1,2988498327=>1,2988497042=>1,2988496993=>1,2988497499=>1,2988497512=>1,2988497981=>1,2988497932=>1,2988520552=>1,2988528655=>1,2988611662=>1,2988565460=>1,2988617814=>1,2988927511=>1,2989118641=>1,2988986100=>1,2988562017=>1,2988556085=>1,2988535197=>1,2988529393=>1,2988541459=>1,2988552009=>1,2988554235=>1,2987446333=>1,2987446332=>1,2983158357=>1,2983141842=>1,2983178682=>1,2983183410=>1,2983194083=>1,2983188718=>1,2983132336=>1,2983101324=>1,2982983676=>1,2982983332=>1,2983008244=>1,2983040780=>1,2983068737=>1,2983055438=>1,2983195557=>1,2984019157=>1,2984032044=>1,2984031054=>1,2984033216=>1,2984033253=>1,2984067080=>1,2984033849=>1,2984030868=>1,2984030592=>1,2984029489=>1,2984025149=>1,2984029576=>1,2984029903=>1,2984030374=>1,2984030030=>1,2982983121=>1,2982736802=>1,2982072586=>1,2982067080=>1,2982167107=>1,2982216930=>1,2982273507=>1,2982266874=>1,2982035604=>1,2982016117=>1,2981924793=>1,2979538907=>1,2981926777=>1,2982005946=>1,2982015961=>1,2982015139=>1,2982292880=>1,2982683599=>1,2982700605=>1,2982700601=>1,2982702485=>1,2982702533=>1,2982736330=>1,2982730390=>1,2982695660=>1,2982695258=>1,2982693794=>1,2982684808=>1,2982693801=>1,2982693813=>1,2982693886=>1,2984079066=>1,2984112582=>1,2986848089=>1,2986838366=>1,2986885152=>1,2986979868=>1,2987022002=>1,2987007196=>1,2986810756=>1,2986807079=>1,2986680152=>1,2986667609=>1,2986744840=>1,2986805069=>1,2986806081=>1,2986806001=>1,2987043128=>1,2987066625=>1,2987446327=>1,2987416011=>1,2987446328=>1,2987446329=>1,2987446331=>1,2987446330=>1,2987195913=>1,2987195688=>1,2987180052=>1,2987148793=>1,2987190264=>1,2987194989=>1,2987195496=>1,2986624966=>1,2986575289=>1,2984223949=>1,2984223074=>1,2984224340=>1,2984224997=>1,2984228243=>1,2984227982=>1,2984212955=>1,2984208605=>1,2984184953=>1,2984113067=>1,2984190765=>1,2984190773=>1,2984208203=>1,2984200251=>1,2984237660=>1,2984646867=>1,2986438666=>1,2985700739=>1,2986469082=>1,2986511733=>1,2986548264=>1,2986529429=>1,2985608228=>1,2985538513=>1,2985059860=>1,2984905930=>1,2985062583=>1,2985165439=>1,2985409980=>1,2981748266=>1,2979538872=>1,2975537117=>1,2975413127=>1,2975537718=>1,2975537797=>1,2975537867=>1,2975537827=>1,2975331430=>1,2975331075=>1,2975323877=>1,2975323873=>1,2975324064=>1,2975324081=>1,2975330786=>1,2975330654=>1,2975537887=>1,2975537899=>1,2975538032=>1,2975538029=>1,2975538104=>1,2975538112=>1,2975538184=>1,2975538164=>1,2975538024=>1,2975538010=>1,2975537932=>1,2975537924=>1,2975537935=>1,2975537942=>1,2975537996=>1,2975537943=>1,2975323871=>1,2975323824=>1,2975289189=>1,2975287297=>1,2975296213=>1,2975307812=>1,2975323451=>1,2975307827=>1,2975287214=>1,2975280041=>1,2975279106=>1,2975274943=>1,2975279113=>1,2975279121=>1,2975279614=>1,2975279157=>1,2975323456=>1,2975323467=>1,2975323608=>1,2975323538=>1,2975323626=>1,2975323707=>1,2975323788=>1,2975323773=>1,2975323537=>1,2975323524=>1,2975323493=>1,2975323474=>1,2975323503=>1,2975323510=>1,2975323519=>1,2975538219=>1,2975538238=>1,2975989374=>1,2975975528=>1,2976033149=>1,2976035457=>1,2976042239=>1,2976037990=>1,2975927960=>1,2975913372=>1,2975656376=>1,2975654421=>1,2975686844=>1,2975761069=>1,2975800771=>1,2975784908=>1,2976058350=>1,2976058959=>1,2976096019=>1,2976088978=>1,2976096172=>1,2976097850=>1,2976098199=>1,2976098160=>1,2976088530=>1,2976079110=>1,2976063254=>1,2976059938=>1,2976064835=>1,2976065701=>1,2976076654=>1,2975632843=>1,2975612917=>1,2975552666=>1,2975552340=>1,2975552702=>1,2975553105=>1,2975561241=>1,2975553186=>1,2975552088=>1,2975539485=>1,2975538254=>1,2975538251=>1,2975538301=>1,2975538341=>1,2975538429=>1,2975538374=>1,2975561317=>1,2975563530=>1,2975610891=>1,2975610627=>1,2975611106=>1,2975611244=>1,2975612633=>1,2975611874=>1,2975609791=>1,2975609032=>1,2975581090=>1,2975576934=>1,2975606034=>1,2975607775=>1,2975608643=>1,2975272257=>1,2975267158=>1,2975083015=>1,2975082908=>1,2975083162=>1,2975083184=>1,2975089955=>1,2975083256=>1,2975082840=>1,2975082782=>1,2974997433=>1,2974997172=>1,2975076665=>1,2975082552=>1,2975082746=>1,2975082578=>1,2975090032=>1,2975090722=>1,2975133988=>1,2975133554=>1,2975134014=>1,2975152411=>1,2975152419=>1,2975152414=>1,2975133546=>1,2975133520=>1,2975094674=>1,2975094658=>1,2975096085=>1,2975101266=>1,2975114386=>1,2975103953=>1,2974910378=>1,2974542929=>1,2974542550=>1,2974542542=>1,2974542551=>1,2974542552=>1,2974542661=>1,2974542658=>1,2974542540=>1,2974542538=>1,2974542478=>1,2974542294=>1,2974542506=>1,2974542534=>1,2974542537=>1,2974542536=>1,2974542666=>1,2974542667=>1,2974542843=>1,2974542838=>1,2974542853=>1,2974542856=>1,2974542909=>1,2974542865=>1,2974542822=>1,2974542805=>1,2974542684=>1,2974542675=>1,2974542686=>1,2974542760=>1,2974542778=>1,2975152428=>1,2975152436=>1,2975254757=>1,2975254734=>1,2975254758=>1,2975255128=>1,2975256168=>1,2975255177=>1,2975254726=>1,2975235594=>1,2975226791=>1,2975226704=>1,2975227329=>1,2975227583=>1,2975227772=>1,2975227591=>1,2975256262=>1,2975256270=>1,2975256396=>1,2975256365=>1,2975256446=>1,2975256540=>1,2975262337=>1,2975256559=>1,2975256355=>1,2975256354=>1,2975256308=>1,2975256276=>1,2975256326=>1,2975256342=>1,2975256352=>1,2975223630=>1,2975198177=>1,2975152579=>1,2975152558=>1,2975152690=>1,2975152692=>1,2975152769=>1,2975152761=>1,2975152549=>1,2975152521=>1,2975152439=>1,2975152437=>1,2975152444=>1,2975152467=>1,2975152514=>1,2975152497=>1,2975152809=>1,2975152829=>1,2975183877=>1,2975161480=>1,2975183884=>1,2975183940=>1,2975198138=>1,2975183982=>1,2975161210=>1,2975153032=>1,2975152917=>1,2975152830=>1,2975152932=>1,2975152992=>1,2975152993=>1,2976099489=>1,2976099610=>1,2978033449=>1,2978033441=>1,2978033458=>1,2978033474=>1,2978033489=>1,2978033480=>1,2978033422=>1,2978033405=>1,2978033360=>1,2978033342=>1,2978033364=>1,2978033374=>1,2978033403=>1,2978033401=>1,2978033519=>1,2978033529=>1,2978062297=>1,2978061998=>1,2978078914=>1,2978101922=>1,2978102082=>1,2978102034=>1,2978061992=>1,2978061877=>1,2978044654=>1,2978044298=>1,2978044994=>1,2978048830=>1,2978061748=>1,2978050322=>1,2978033269=>1,2978033253=>1,2978032931=>1,2978032929=>1,2978032952=>1,2978032955=>1,2978032958=>1,2978032957=>1,2978032893=>1,2978032875=>1,2978032751=>1,2978032728=>1,2978032761=>1,2978032845=>1,2978032867=>1,2978032848=>1,2978033006=>1,2978033013=>1,2978033138=>1,2978033115=>1,2978033198=>1,2978033200=>1,2978033246=>1,2978033227=>1,2978033095=>1,2978033090=>1,2978033037=>1,2978033014=>1,2978033041=>1,2978033061=>1,2978033074=>1,2978158562=>1,2978160211=>1,2978529079=>1,2978506753=>1,2978537489=>1,2978537491=>1,2978620447=>1,2978605154=>1,2978473154=>1,2978472630=>1,2978459786=>1,2978459258=>1,2978460533=>1,2978467853=>1,2978472629=>1,2978471386=>1,2978621928=>1,2978728968=>1,2979537794=>1,2979537330=>1,2979537954=>1,2979538133=>1,2979538209=>1,2979538171=>1,2979537280=>1,2979537176=>1,2978966532=>1,2978881081=>1,2978987312=>1,2979528918=>1,2979530074=>1,2978456098=>1,2978416424=>1,2978165371=>1,2978165363=>1,2978165372=>1,2978165380=>1,2978165386=>1,2978165385=>1,2978165329=>1,2978165328=>1,2978165271=>1,2978165249=>1,2978165298=>1,2978165301=>1,2978165319=>1,2978165313=>1,2978165392=>1,2978165395=>1,2978330177=>1,2978165493=>1,2978379294=>1,2978389564=>1,2978400856=>1,2978398179=>1,2978165480=>1,2978165470=>1,2978165424=>1,2978165401=>1,2978165444=>1,2978165451=>1,2978165466=>1,2978032721=>1,2978032714=>1,2976486784=>1,2976486732=>1,2976486804=>1,2976486933=>1,2976487723=>1,2976487024=>1,2976486668=>1,2976486579=>1,2976436034=>1,2976436033=>1,2976436081=>1,2976486408=>1,2976486532=>1,2976486470=>1,2976487761=>1,2976487870=>1,2977707550=>1,2976626498=>1,2977707803=>1,2977707875=>1,2977707982=>1,2977707959=>1,2976621390=>1,2976608010=>1,2976506850=>1,2976495428=>1,2976604661=>1,2976604662=>1,2976607996=>1,2976607809=>1,2976435254=>1,2976435250=>1,2976234447=>1,2976232873=>1,2976287753=>1,2976296855=>1,2976350476=>1,2976301933=>1,2976224427=>1,2976224328=>1,2976109122=>1,2976108466=>1,2976168762=>1,2976195075=>1,2976222156=>1,2976198017=>1,2976352843=>1,2976386285=>1,2976434366=>1,2976434334=>1,2976434376=>1,2976434677=>1,2976435236=>1,2976435232=>1,2976434331=>1,2976434310=>1,2976404437=>1,2976404335=>1,2976432353=>1,2976434245=>1,2976434254=>1,2977713864=>1,2977714060=>1,2978032363=>1,2978032345=>1,2978032375=>1,2978032385=>1,2978032398=>1,2978032395=>1,2978032306=>1,2978032273=>1,2978005362=>1,2978005314=>1,2978013186=>1,2978013438=>1,2978014145=>1,2978013633=>1,2978032428=>1,2978032440=>1,2978032588=>1,2978032556=>1,2978032605=>1,2978032621=>1,2978032709=>1,2978032633=>1,2978032513=>1,2978032509=>1,2978032451=>1,2978032442=>1,2978032471=>1,2978032484=>1,2978032500=>1,2978005137=>1,2978005126=>1,2977761434=>1,2977748802=>1,2977799171=>1,2977799450=>1,2977845554=>1,2977799679=>1,2977738718=>1,2977734972=>1,2977719320=>1,2977714158=>1,2977719469=>1,2977719525=>1,2977734970=>1,2977719733=>1,2977845747=>1,2977845984=>1,2977973889=>1,2977972273=>1,2977987237=>1,2978005081=>1,2978005118=>1,2978005105=>1,2977971454=>1,2977885667=>1,2977882016=>1,2977847628=>1,2977882076=>1,2977882308=>1,2977882789=>1,2974542261=>1,);?>
1
+ <?php return array(3015559681=>1,3015557889=>1,3015614304=>1,3015621449=>1,3015658619=>1,3015658618=>1,3015535978=>1,3015438084=>1,3015363439=>1,3015358569=>1,3015384858=>1,3015407825=>1,3015411424=>1,3015407957=>1,3015658621=>1,3015699114=>1,3017111580=>1,3016993412=>1,3017183538=>1,3017243528=>1,3017321430=>1,3017308156=>1,3016984058=>1,3016932547=>1,3015700410=>1,3015699290=>1,3015700450=>1,3016120271=>1,3016879550=>1,3016148348=>1,3015351370=>1,3015349493=>1,3015089088=>1,3015087259=>1,3015089815=>1,3015120341=>1,3015128388=>1,3015120916=>1,3015086931=>1,3015080175=>1,3014937515=>1,3014936137=>1,3014938425=>1,3015030219=>1,3015048547=>1,3015036917=>1,3015155081=>1,3015201821=>1,3015272570=>1,3015265741=>1,3015274188=>1,3015276407=>1,3015342280=>1,3015337032=>1,3015265738=>1,3015262866=>1,3015206762=>1,3015203935=>1,3015241082=>1,3015252706=>1,3015261831=>1,3017383761=>1,3017431629=>1,3027521800=>1,3027521073=>1,3027575818=>1,3027626789=>1,3027862046=>1,3027817425=>1,3027413872=>1,3027225859=>1,3027087987=>1,3026894729=>1,3027090556=>1,3027123410=>1,3027173010=>1,3027135633=>1,3028143349=>1,3028238699=>1,3029612974=>1,3029395328=>1,3029653349=>1,3029673694=>1,3029747250=>1,3029689038=>1,3029072537=>1,3028904400=>1,3028245357=>1,3028245295=>1,3028246368=>1,3028287843=>1,3028488742=>1,3028453868=>1,3026891480=>1,3026861276=>1,3018358425=>1,3018327177=>1,3018422705=>1,3019062247=>1,3024599258=>1,3021751681=>1,3017777233=>1,3017777210=>1,3017458029=>1,3017453650=>1,3017496852=>1,3017696351=>1,3017745326=>1,3017698623=>1,3024683088=>1,3024914321=>1,3026275626=>1,3026161497=>1,3026292985=>1,3026714574=>1,3026761514=>1,3026758839=>1,3026082570=>1,3026081660=>1,3024914871=>1,3024914396=>1,3024915063=>1,3025652750=>1,3025989189=>1,3014935876=>1,3014935700=>1,3010087827=>1,3010087505=>1,3010087977=>1,3010088308=>1,3010088706=>1,3010088622=>1,3010003247=>1,3009541129=>1,3009478428=>1,3009470428=>1,3009484542=>1,3009489078=>1,3009539082=>1,3009536943=>1,3010088789=>1,3010088798=>1,3010159226=>1,3010151402=>1,3010169158=>1,3010180473=>1,3010207825=>1,3010207745=>1,3010109114=>1,3010109110=>1,3010088836=>1,3010088825=>1,3010088911=>1,3010090359=>1,3010109081=>1,3010090635=>1,3009461338=>1,3006845721=>1,3005977318=>1,3005976482=>1,3005982978=>1,3005982990=>1,3005988546=>1,3005988046=>1,3005547072=>1,3005364901=>1,3003171527=>1,3003094222=>1,3003205719=>1,3004780448=>1,3005233870=>1,3004899746=>1,3005988550=>1,3006330897=>1,3006719942=>1,3006477424=>1,3006720669=>1,3006723367=>1,3006725598=>1,3006723649=>1,3006365626=>1,3006364869=>1,3006339237=>1,3006336323=>1,3006364076=>1,3006364317=>1,3006364458=>1,3010207841=>1,3010207889=>1,3011509955=>1,3011489747=>1,3013292309=>1,3013298514=>1,3014160230=>1,3013358854=>1,3011489746=>1,3011487242=>1,3011479249=>1,3011479227=>1,3011479250=>1,3011479269=>1,3011484946=>1,3011479706=>1,3014662787=>1,3014668767=>1,3014807958=>1,3014807562=>1,3014824138=>1,3014836863=>1,3014902749=>1,3014866989=>1,3014803235=>1,3014796993=>1,3014670747=>1,3014669006=>1,3014671312=>1,3014671964=>1,3014796827=>1,3011479185=>1,3011479184=>1,3010214169=>1,3010210049=>1,3010214171=>1,3010214190=>1,3010262536=>1,3010244570=>1,3010209665=>1,3010209153=>1,3010208161=>1,3010208033=>1,3010208337=>1,3010208769=>1,3010209089=>1,3010209025=>1,3010447489=>1,3010452877=>1,3011357338=>1,3011345911=>1,3011411160=>1,3011456526=>1,3011479182=>1,3011479171=>1,3011345647=>1,3011328716=>1,3010458696=>1,3010455898=>1,3011255420=>1,3011255478=>1,3011293326=>1,3029756174=>1,3029948182=>1,3036321097=>1,3036320993=>1,3036323532=>1,3036324642=>1,3036327674=>1,3036325276=>1,3036320549=>1,3036316978=>1,3036306410=>1,3036305954=>1,3036307653=>1,3036308546=>1,3036316523=>1,3036308882=>1,3036329522=>1,3036331258=>1,3036359882=>1,3036359054=>1,3036359961=>1,3036390192=>1,3036391059=>1,3036390473=>1,3036358523=>1,3036358426=>1,3036336034=>1,3036333498=>1,3036336492=>1,3036337394=>1,3036347628=>1,3036346398=>1,3036302812=>1,3036302034=>1,3036087493=>1,3036074508=>1,3036091319=>1,3036148246=>1,3036209910=>1,3036178229=>1,3036067198=>1,3036065738=>1,3035991281=>1,3035991223=>1,3036004027=>1,3036006384=>1,3036057350=>1,3036009217=>1,3036220957=>1,3036221794=>1,3036297154=>1,3036296446=>1,3036297699=>1,3036297706=>1,3036301570=>1,3036298458=>1,3036295378=>1,3036295243=>1,3036283659=>1,3036242207=>1,3036283819=>1,3036291218=>1,3036294650=>1,3036392453=>1,3036402471=>1,3036571669=>1,3036571340=>1,3036573548=>1,3036580273=>1,3036593976=>1,3036583547=>1,3036570447=>1,3036569845=>1,3036560019=>1,3036559564=>1,3036562121=>1,3036564920=>1,3036569117=>1,3036567081=>1,3036601562=>1,3036609042=>1,3037761555=>1,3037761542=>1,3037761594=>1,3037761605=>1,3037761637=>1,3037761629=>1,3037724547=>1,3037700868=>1,3037364563=>1,3036768639=>1,3037654426=>1,3037654446=>1,3037682603=>1,3036543594=>1,3036541989=>1,3036491800=>1,3036487544=>1,3036493808=>1,3036493896=>1,3036495417=>1,3036494701=>1,3036484413=>1,3036459640=>1,3036429098=>1,3036427860=>1,3036431061=>1,3036431087=>1,3036459561=>1,3036432983=>1,3036495447=>1,3036495600=>1,3036516458=>1,3036515733=>1,3036516912=>1,3036518174=>1,3036537907=>1,3036518806=>1,3036515550=>1,3036515545=>1,3036504074=>1,3036497303=>1,3036514781=>1,3036515193=>1,3036515481=>1,3035978735=>1,3035965851=>1,3031909274=>1,3031906067=>1,3031909582=>1,3031912911=>1,3031918199=>1,3031913862=>1,3031899024=>1,3031898037=>1,3031711684=>1,3031711632=>1,3031727302=>1,3031894556=>1,3031896804=>1,3031895563=>1,3031918380=>1,3031919269=>1,3031924993=>1,3031924920=>1,3031925067=>1,3031925671=>1,3031929391=>1,3031926381=>1,3031923959=>1,3031922592=>1,3031920448=>1,3031919947=>1,3031921963=>1,3031921984=>1,3031922412=>1,3031922059=>1,3031711547=>1,3031709329=>1,3030976563=>1,3030921580=>1,3030979217=>1,3031246668=>1,3031367937=>1,3031286332=>1,3030918379=>1,3030816370=>1,3030109082=>1,3029984164=>1,3030487458=>1,3030568626=>1,3030795917=>1,3030574486=>1,3031372001=>1,3031372004=>1,3031699075=>1,3031696532=>1,3031708118=>1,3031708466=>1,3031709292=>1,3031708942=>1,3031684251=>1,3031676537=>1,3031428960=>1,3031384947=>1,3031590918=>1,3031591090=>1,3031591091=>1,3031929583=>1,3031929858=>1,3035125714=>1,3034198425=>1,3035333915=>1,3035694898=>1,3035701383=>1,3035701307=>1,3034054291=>1,3033986906=>1,3033858589=>1,3033849009=>1,3033881617=>1,3033891497=>1,3033986657=>1,3033986386=>1,3035702364=>1,3035705572=>1,3035884328=>1,3035848314=>1,3035894356=>1,3035904836=>1,3035907800=>1,3035906720=>1,3035835309=>1,3035827232=>1,3035734921=>1,3035726783=>1,3035735328=>1,3035759341=>1,3035778805=>1,3033775914=>1,3033772850=>1,3031933265=>1,3031932779=>1,3031933459=>1,3031933897=>1,3031933962=>1,3031933930=>1,3031932488=>1,3031932481=>1,3031930546=>1,3031930316=>1,3031930865=>1,3031930932=>1,3031931160=>1,3031931130=>1,3031934124=>1,3031934647=>1,3031950059=>1,3031945200=>1,3031982549=>1,3033714014=>1,3033770794=>1,3033764892=>1,3031945062=>1,3031944701=>1,3031941819=>1,3031937161=>1,3031943234=>1,3031944226=>1,3031944492=>1,3003094215=>1,3003094212=>1,2990524017=>1,2990514900=>1,2990526771=>1,2990547241=>1,2990637475=>1,2990637076=>1,2990514581=>1,2990512733=>1,2990501527=>1,2990498082=>1,2990503069=>1,2990509302=>1,2990510569=>1,2990510562=>1,2990637987=>1,2990638989=>1,2990647929=>1,2990646992=>1,2990647931=>1,2990649336=>1,2990650569=>1,2990650461=>1,2990646642=>1,2990646272=>1,2990642199=>1,2990641719=>1,2990643236=>1,2990643871=>1,2990645044=>1,2990645042=>1,2990494990=>1,2990493192=>1,2990464083=>1,2990463648=>1,2990464857=>1,2990466823=>1,2990470312=>1,2990468564=>1,2990463465=>1,2990463455=>1,2990459774=>1,2990459673=>1,2990460392=>1,2990461436=>1,2990463366=>1,2990463142=>1,2990471034=>1,2990471944=>1,2990478206=>1,2990477849=>1,2990479626=>1,2990485089=>1,2990490035=>1,2990488899=>1,2990477360=>1,2990475685=>1,2990472120=>1,2990472044=>1,2990472274=>1,2990472420=>1,2990472426=>1,2990676459=>1,2990821249=>1,2991761044=>1,2991570132=>1,2991807588=>1,2991848794=>1,2991951094=>1,2991853263=>1,2991567738=>1,2991567252=>1,2991563185=>1,2991563160=>1,2991563689=>1,2991564053=>1,2991565154=>1,2991564888=>1,2992128073=>1,2992128083=>1,2994489425=>1,2994165916=>1,2994517238=>1,2994528725=>1,2994533833=>1,2994530748=>1,2994043951=>1,2992577377=>1,2992446766=>1,2992132793=>1,2992449050=>1,2992453079=>1,2992478122=>1,2991562720=>1,2991562643=>1,2991178571=>1,2991061104=>1,2991182454=>1,2991182576=>1,2991255516=>1,2991197086=>1,2990979968=>1,2990974442=>1,2990831436=>1,2990830319=>1,2990832214=>1,2990832910=>1,2990954091=>1,2990833655=>1,2991266604=>1,2991277655=>1,2991556975=>1,2991556838=>1,2991557393=>1,2991557741=>1,2991562461=>1,2991561196=>1,2991556292=>1,2991542057=>1,2991364185=>1,2991297177=>1,2991422249=>1,2991492873=>1,2991510565=>1,2990459175=>1,2990459151=>1,2988543419=>1,2988528655=>1,2988554235=>1,2988556085=>1,2988565460=>1,2988562017=>1,2988516247=>1,2988513795=>1,2988498383=>1,2988498327=>1,2988498453=>1,2988498594=>1,2988508208=>1,2988505961=>1,2988617814=>1,2988982067=>1,2989137796=>1,2989137591=>1,2989138141=>1,2989139470=>1,2989141115=>1,2989140557=>1,2989137376=>1,2989137031=>1,2989111755=>1,2988989006=>1,2989118532=>1,2989119793=>1,2989122006=>1,2989120003=>1,2988498106=>1,2988497981=>1,2988450395=>1,2988443070=>1,2988453021=>1,2988455262=>1,2988464102=>1,2988455299=>1,2988443058=>1,2988443044=>1,2988149671=>1,2988136271=>1,2988155414=>1,2988177598=>1,2988443041=>1,2988443009=>1,2988466060=>1,2988478383=>1,2988496264=>1,2988494649=>1,2988496993=>1,2988497042=>1,2988497512=>1,2988497499=>1,2988492293=>1,2988492292=>1,2988488033=>1,2988488032=>1,2988488034=>1,2988488035=>1,2988490072=>1,2989141340=>1,2989155198=>1,2990429902=>1,2990429792=>1,2990430319=>1,2990431524=>1,2990432928=>1,2990431987=>1,2990428352=>1,2990428131=>1,2990422571=>1,2990421896=>1,2990423077=>1,2990424594=>1,2990427574=>1,2990425913=>1,2990434450=>1,2990435027=>1,2990457634=>1,2990455451=>1,2990457927=>1,2990458194=>1,2990458850=>1,2990458422=>1,2990454931=>1,2990454817=>1,2990435748=>1,2990435266=>1,2990439805=>1,2990442431=>1,2990452171=>1,2990421269=>1,2990421085=>1,2990109564=>1,2990080483=>1,2990139253=>1,2990142009=>1,2990407868=>1,2990145303=>1,2989620695=>1,2989614181=>1,2989270039=>1,2989159155=>1,2989311812=>1,2989343086=>1,2989504026=>1,2989490549=>1,2990408149=>1,2990409443=>1,2990415564=>1,2990414729=>1,2990416665=>1,2990416960=>1,2990419463=>1,2990417184=>1,2990414435=>1,2990414036=>1,2990410137=>1,2990409917=>1,2990411290=>1,2990412676=>1,2990413348=>1,2994536097=>1,2994536386=>1,3000719675=>1,3000697270=>1,3000728301=>1,3000731128=>1,3000740434=>1,3000733884=>1,3000696956=>1,3000696937=>1,3000594750=>1,3000552137=>1,3000612896=>1,3000613358=>1,3000660655=>1,3000649292=>1,3000740945=>1,3000741644=>1,3001996710=>1,3001996708=>1,3001996722=>1,3001996724=>1,3001996734=>1,3001996731=>1,3001996586=>1,3001972646=>1,3001761059=>1,3001628791=>1,3001764872=>1,3001861356=>1,3001952764=>1,3001866566=>1,3000479167=>1,3000458407=>1,3000053421=>1,3000004550=>1,3000054423=>1,3000054627=>1,3000054929=>1,3000054831=>1,3000004439=>1,3000004028=>1,3000002052=>1,3000001701=>1,3000002288=>1,3000002405=>1,3000003471=>1,3000003418=>1,3000054946=>1,3000054971=>1,3000354769=>1,3000289123=>1,3000386145=>1,3000388123=>1,3000453712=>1,3000451924=>1,3000288054=>1,3000219247=>1,3000118747=>1,3000111900=>1,3000119767=>1,3000159715=>1,3000184114=>1,3001996742=>1,3001996758=>1,3002996413=>1,3002995846=>1,3002996452=>1,3002996595=>1,3002998358=>1,3002997492=>1,3002994046=>1,3002994012=>1,3002988830=>1,3002981468=>1,3002990090=>1,3002991193=>1,3002993730=>1,3002992149=>1,3002998737=>1,3002999776=>1,3003025286=>1,3003023634=>1,3003025669=>1,3003027218=>1,3003030286=>1,3003029805=>1,3003004773=>1,3003004748=>1,3003000661=>1,3002999869=>1,3003000837=>1,3003001108=>1,3003001991=>1,3002976622=>1,3002976613=>1,3002000244=>1,3001999841=>1,3002000396=>1,3002001518=>1,3002002732=>1,3002002054=>1,3001999724=>1,3001999492=>1,3001996778=>1,3001996775=>1,3001996779=>1,3001996785=>1,3001999171=>1,3001996790=>1,3002065398=>1,3002625142=>1,3002883979=>1,3002866888=>1,3002884726=>1,3002896902=>1,3002908130=>1,3002904450=>1,3002866275=>1,3002852494=>1,3002828003=>1,3002678267=>1,3002829459=>1,3002848643=>1,3002848727=>1,2999950562=>1,2999835132=>1,2996258960=>1,2996258167=>1,2996267052=>1,2996278755=>1,2996281896=>1,2996280999=>1,2996257741=>1,2996250936=>1,2996197663=>1,2996192075=>1,2996197802=>1,2996233592=>1,2996237258=>1,2996237179=>1,2996287099=>1,2996288792=>1,2996746029=>1,2996744708=>1,2996760906=>1,2996764292=>1,2996825138=>1,2996797283=>1,2996649883=>1,2996643115=>1,2996506122=>1,2996302958=>1,2996559574=>1,2996642858=>1,2996642860=>1,2996642859=>1,2996181532=>1,2996180592=>1,2995546130=>1,2995544872=>1,2995550065=>1,2995574385=>1,2995585299=>1,2995579790=>1,2995540302=>1,2995386193=>1,2994995463=>1,2994819226=>1,2995015316=>1,2995207670=>1,2995357336=>1,2995326246=>1,2995590458=>1,2995590643=>1,2995668533=>1,2995631718=>1,2996060266=>1,2996141168=>1,2996179841=>1,2996142918=>1,2995623658=>1,2995618467=>1,2995593153=>1,2995591966=>1,2995602622=>1,2995605283=>1,2995612740=>1,2996829507=>1,2996830133=>1,2998885733=>1,2998830634=>1,2998891538=>1,2999108849=>1,2999458901=>1,2999455183=>1,2998785941=>1,2998784674=>1,2997846066=>1,2997812315=>1,2997846070=>1,2997846978=>1,2998784004=>1,2998754422=>1,2999466628=>1,2999478296=>1,2999759621=>1,2999674934=>1,2999771197=>1,2999801859=>1,2999829342=>1,2999807749=>1,2999672558=>1,2999651388=>1,2999573851=>1,2999530071=>1,2999599069=>1,2999610685=>1,2999639618=>1,2997795920=>1,2997793848=>1,2997012367=>1,2997012312=>1,2997013782=>1,2997013785=>1,2997015016=>1,2997013790=>1,2997011154=>1,2997011026=>1,2996940055=>1,2996937537=>1,2996970104=>1,2996978388=>1,2997010638=>1,2996993385=>1,2997016618=>1,2997017230=>1,2997383735=>1,2997365634=>1,2997440550=>1,2997693282=>1,2997782867=>1,2997746290=>1,2997285867=>1,2997165052=>1,2997018338=>1,2997017988=>1,2997106326=>1,2997133620=>1,2997134084=>1,2988128695=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3014867102=>1,3014846400=>1,3014885934=>1,3014912316=>1,3014936621=>1,3014935654=>1,3014844508=>1,3014807749=>1,3014698672=>1,3014682630=>1,3014717273=>1,3014750810=>1,3014771230=>1,3014770288=>1,3014936737=>1,3014937354=>1,3015262866=>1,3015239512=>1,3015265738=>1,3015265740=>1,3015274188=>1,3015265741=>1,3015206762=>1,3015089033=>1,3015051844=>1,3014975628=>1,3015074881=>1,3015085496=>1,3015088486=>1,3015087474=>1,3014680215=>1,3014671964=>1,3011479281=>1,3011479278=>1,3011479287=>1,3011479291=>1,3011479294=>1,3011479292=>1,3011479277=>1,3011479276=>1,3011479246=>1,3011479242=>1,3011479252=>1,3011479254=>1,3011479275=>1,3011479266=>1,3011484553=>1,3011484946=>1,3013328770=>1,3013309241=>1,3013358854=>1,3013393333=>1,3014669283=>1,3013508834=>1,3013292309=>1,3013254226=>1,3011484979=>1,3011484956=>1,3011489746=>1,3011489747=>1,3011509955=>1,3015276407=>1,3015344053=>1,3017781626=>1,3017724569=>1,3018068312=>1,3018068625=>1,3018386458=>1,3018358425=>1,3017706886=>1,3017699004=>1,3017637627=>1,3017453650=>1,3017695321=>1,3017697055=>1,3017697864=>1,3017697833=>1,3018422705=>1,3018452195=>1,3025989189=>1,3024920846=>1,3026077138=>1,3026078766=>1,3026082570=>1,3026081660=>1,3024918665=>1,3024914321=>1,3024683010=>1,3024599258=>1,3024683017=>1,3024683037=>1,3024700149=>1,3024683088=>1,3017383761=>1,3017269709=>1,3015558972=>1,3015557769=>1,3015639424=>1,3015639523=>1,3015658618=>1,3015658565=>1,3015535978=>1,3015535976=>1,3015522034=>1,3015442971=>1,3015522189=>1,3015522219=>1,3015530103=>1,3015523090=>1,3015658619=>1,3015672147=>1,3016837983=>1,3016754961=>1,3016854727=>1,3016879550=>1,3016993412=>1,3016879664=>1,3015700450=>1,3015699290=>1,3015676367=>1,3015674694=>1,3015676368=>1,3015676475=>1,3015699114=>1,3011479236=>1,3011479232=>1,3010109085=>1,3010109084=>1,3010109092=>1,3010109095=>1,3010109121=>1,3010109109=>1,3010109081=>1,3010090243=>1,3010088752=>1,3010088567=>1,3010088825=>1,3010088881=>1,3010089237=>1,3010088900=>1,3010109122=>1,3010109137=>1,3010147869=>1,3010136872=>1,3010150386=>1,3010153549=>1,3010180100=>1,3010153816=>1,3010109181=>1,3010109180=>1,3010109147=>1,3010109138=>1,3010109152=>1,3010109154=>1,3010109168=>1,3010109163=>1,3010088411=>1,3010088291=>1,3009461338=>1,3009461235=>1,3009461437=>1,3009461443=>1,3009477824=>1,3009466067=>1,3008882924=>1,3006723649=>1,3006365652=>1,3006365594=>1,3006365655=>1,3006552141=>1,3006718198=>1,3006637353=>1,3009477843=>1,3009477868=>1,3010087461=>1,3010087425=>1,3010087644=>1,3010087725=>1,3010088256=>1,3010088210=>1,3010087288=>1,3010059674=>1,3009489078=>1,3009478428=>1,3009536743=>1,3009539407=>1,3009588665=>1,3010180355=>1,3010180795=>1,3011333646=>1,3011333148=>1,3011335615=>1,3011336594=>1,3011345647=>1,3011342917=>1,3011332387=>1,3011332041=>1,3011293326=>1,3011255539=>1,3011300101=>1,3011302438=>1,3011328707=>1,3011326750=>1,3011345911=>1,3011357338=>1,3011479221=>1,3011479214=>1,3011479226=>1,3011479228=>1,3011479231=>1,3011479230=>1,3011479210=>1,3011479207=>1,3011479169=>1,3011455669=>1,3011479182=>1,3011479197=>1,3011479200=>1,3011255538=>1,3011255522=>1,3010262536=>1,3010216250=>1,3010283258=>1,3010286176=>1,3010349239=>1,3010287537=>1,3010209665=>1,3010208769=>1,3010207777=>1,3010180919=>1,3010207937=>1,3010208065=>1,3010208337=>1,3010208289=>1,3010377602=>1,3010390236=>1,3011255462=>1,3011255461=>1,3011255465=>1,3011255468=>1,3011255518=>1,3011255508=>1,3011255420=>1,3011255386=>1,3011253465=>1,3010458696=>1,3011255308=>1,3011255351=>1,3011255379=>1,3026275626=>1,3026276581=>1,3036295378=>1,3036295243=>1,3036296446=>1,3036296570=>1,3036297699=>1,3036297154=>1,3036294876=>1,3036294650=>1,3036242207=>1,3036204361=>1,3036245110=>1,3036288931=>1,3036293828=>1,3036291218=>1,3036298458=>1,3036301570=>1,3036316978=>1,3036316523=>1,3036320549=>1,3036321097=>1,3036326778=>1,3036324642=>1,3036308882=>1,3036308546=>1,3036302034=>1,3036301827=>1,3036302812=>1,3036305954=>1,3036307653=>1,3036306410=>1,3036141067=>1,3036091319=>1,3035739444=>1,3035737670=>1,3035740729=>1,3035778805=>1,3035835309=>1,3035827232=>1,3035735361=>1,3035735313=>1,3035333915=>1,3033986906=>1,3035693699=>1,3035703087=>1,3035710126=>1,3035705179=>1,3035848314=>1,3035884328=>1,3036066818=>1,3036066265=>1,3036067113=>1,3036070095=>1,3036087493=>1,3036074508=>1,3036036582=>1,3036012601=>1,3035997710=>1,3035989284=>1,3036004375=>1,3036005502=>1,3036008024=>1,3036327309=>1,3036327674=>1,3036571337=>1,3036569845=>1,3036571488=>1,3036572538=>1,3036577674=>1,3036575847=>1,3036569045=>1,3036568606=>1,3036562274=>1,3036561584=>1,3036562649=>1,3036563631=>1,3036567571=>1,3036564658=>1,3036578974=>1,3036598361=>1,3036787292=>1,3036771917=>1,3037364563=>1,3037654426=>1,3037658666=>1,3037654446=>1,3036771401=>1,3036610372=>1,3036600937=>1,3036599165=>1,3036601189=>1,3036601562=>1,3036601573=>1,3036560074=>1,3036539879=>1,3036366425=>1,3036362186=>1,3036366531=>1,3036378470=>1,3036390921=>1,3036390459=>1,3036357993=>1,3036352728=>1,3036330666=>1,3036329522=>1,3036331618=>1,3036336034=>1,3036337394=>1,3036336493=>1,3036390966=>1,3036390970=>1,3036505516=>1,3036493678=>1,3036509309=>1,3036512953=>1,3036539609=>1,3036518903=>1,3036492419=>1,3036485969=>1,3036426461=>1,3036391713=>1,3036434316=>1,3036466126=>1,3036484413=>1,3033986818=>1,3033986657=>1,3031539006=>1,3031428960=>1,3031591090=>1,3031684251=>1,3031708129=>1,3031708112=>1,3031403217=>1,3031401371=>1,3031369063=>1,3031368566=>1,3031373737=>1,3031380077=>1,3031384947=>1,3031384937=>1,3031708162=>1,3031708229=>1,3031895426=>1,3031895031=>1,3031898037=>1,3031902527=>1,3031902885=>1,3031902599=>1,3031894086=>1,3031755500=>1,3031708478=>1,3031708320=>1,3031708497=>1,3031709001=>1,3031726121=>1,3031709497=>1,3031339630=>1,3031286332=>1,3028287843=>1,3028244860=>1,3028400475=>1,3028836902=>1,3029689038=>1,3029666370=>1,3028242983=>1,3027913857=>1,3026761437=>1,3026292985=>1,3027020668=>1,3027066085=>1,3027913829=>1,3027861751=>1,3029747250=>1,3029858331=>1,3030918379=>1,3030816370=>1,3030921580=>1,3030979217=>1,3031267960=>1,3031267825=>1,3030795917=>1,3030541751=>1,3029984164=>1,3029948182=>1,3030090980=>1,3030116032=>1,3030122551=>1,3031902900=>1,3031903361=>1,3031932428=>1,3031931447=>1,3031932481=>1,3031932518=>1,3031939875=>1,3031934276=>1,3031930991=>1,3031930690=>1,3031929387=>1,3031928719=>1,3031929573=>1,3031930316=>1,3031930680=>1,3031930493=>1,3031940896=>1,3031943194=>1,3033710018=>1,3031982549=>1,3033713657=>1,3033772850=>1,3033986386=>1,3033775914=>1,3031950059=>1,3031947931=>1,3031943669=>1,3031943644=>1,3031944059=>1,3031944267=>1,3031945974=>1,3031928293=>1,3031927547=>1,3031919788=>1,3031919277=>1,3031919953=>1,3031919975=>1,3031920134=>1,3031919981=>1,3031917276=>1,3031914377=>1,3031906004=>1,3031905581=>1,3031908119=>1,3031909582=>1,3031912296=>1,3031911266=>1,3031920392=>1,3031920596=>1,3031924884=>1,3031923994=>1,3031924993=>1,3031925920=>1,3031926883=>1,3031926555=>1,3031923328=>1,3031923302=>1,3031921984=>1,3031921093=>1,3031922468=>1,3031922525=>1,3031922727=>1,3006365584=>1,3006365490=>1,2991880777=>1,2991853263=>1,2991951094=>1,2992128073=>1,2992376134=>1,2992128083=>1,2991832684=>1,2991807588=>1,2991761044=>1,2991727216=>1,2991766716=>1,2991772291=>1,2991807045=>1,2991773356=>1,2992423710=>1,2992439761=>1,2993981556=>1,2993967589=>1,2994043951=>1,2994165916=>1,2994480118=>1,2994187999=>1,2993817687=>1,2993724088=>1,2992454340=>1,2992442215=>1,2992460412=>1,2992478122=>1,2993721356=>1,2993721041=>1,2991570132=>1,2991567428=>1,2991491045=>1,2991490394=>1,2991510565=>1,2991539420=>1,2991556292=>1,2991542057=>1,2991453038=>1,2991422249=>1,2991277540=>1,2991220706=>1,2991279415=>1,2991280121=>1,2991364185=>1,2991297177=>1,2991556838=>1,2991556975=>1,2991562720=>1,2991562643=>1,2991563160=>1,2991563185=>1,2991567252=>1,2991564053=>1,2991562461=>1,2991561196=>1,2991557393=>1,2991556992=>1,2991557741=>1,2991557996=>1,2991560941=>1,2994483325=>1,2994489381=>1,2996138287=>1,2996061972=>1,2996142918=>1,2996197663=>1,2996200526=>1,2996197802=>1,2995652249=>1,2995631718=>1,2995593703=>1,2995592197=>1,2995610709=>1,2995613126=>1,2995621298=>1,2995613435=>1,2996202472=>1,2996202890=>1,2996277673=>1,2996267052=>1,2996278755=>1,2996285720=>1,2996287099=>1,2996285838=>1,2996259586=>1,2996258960=>1,2996237258=>1,2996236036=>1,2996245139=>1,2996258167=>1,2996258412=>1,2995589762=>1,2995586352=>1,2994832606=>1,2994744474=>1,2994841510=>1,2994859672=>1,2994943614=>1,2994859702=>1,2994536236=>1,2994535258=>1,2994512199=>1,2994492555=>1,2994514261=>1,2994517238=>1,2994528748=>1,2994528676=>1,2994995463=>1,2995015316=>1,2995546130=>1,2995540302=>1,2995550065=>1,2995564021=>1,2995579790=>1,2995575400=>1,2995537787=>1,2995530459=>1,2995207668=>1,2995059044=>1,2995207670=>1,2995357336=>1,2995369313=>1,2991197086=>1,2991182576=>1,2990446017=>1,2990442431=>1,2990450495=>1,2990452171=>1,2990454931=>1,2990454817=>1,2990440919=>1,2990439805=>1,2990434450=>1,2990433220=>1,2990434490=>1,2990435515=>1,2990436423=>1,2990435748=>1,2990455451=>1,2990457029=>1,2990463142=>1,2990461867=>1,2990463366=>1,2990463455=>1,2990463648=>1,2990463465=>1,2990461436=>1,2990459774=>1,2990458194=>1,2990457927=>1,2990458230=>1,2990458850=>1,2990459175=>1,2990459151=>1,2990432928=>1,2990431987=>1,2990419463=>1,2990419016=>1,2990421085=>1,2990421269=>1,2990422571=>1,2990421896=>1,2990417184=>1,2990416960=>1,2990413348=>1,2990412676=>1,2990413879=>1,2990414036=>1,2990415564=>1,2990414729=>1,2990423077=>1,2990424024=>1,2990429902=>1,2990429792=>1,2990429924=>1,2990430319=>1,2990431524=>1,2990430831=>1,2990428352=>1,2990428131=>1,2990425421=>1,2990424594=>1,2990426332=>1,2990426867=>1,2990427574=>1,2990464083=>1,2990464872=>1,2990649598=>1,2990645250=>1,2990652282=>1,2990652821=>1,2990709250=>1,2990656147=>1,2990642767=>1,2990642311=>1,2990638594=>1,2990638510=>1,2990638874=>1,2990641115=>1,2990642118=>1,2990641140=>1,2990710115=>1,2990710467=>1,2990974331=>1,2990972937=>1,2990994817=>1,2991058183=>1,2991182454=>1,2991178571=>1,2990954426=>1,2990952402=>1,2990718821=>1,2990712763=>1,2990818316=>1,2990823861=>1,2990830018=>1,2990547991=>1,2990526771=>1,2990475685=>1,2990472426=>1,2990477360=>1,2990477849=>1,2990483526=>1,2990479626=>1,2990472274=>1,2990472120=>1,2990468564=>1,2990466823=>1,2990470312=>1,2990470941=>1,2990471944=>1,2990471034=>1,2990485089=>1,2990487687=>1,2990509302=>1,2990503069=>1,2990510562=>1,2990514581=>1,2990524017=>1,2990514900=>1,2990501527=>1,2990498082=>1,2990488899=>1,2990487688=>1,2990490035=>1,2990493192=>1,2990494990=>1,2996288792=>1,2996291703=>1,3002615587=>1,3002608126=>1,3002625142=>1,3002828003=>1,3002848727=>1,3002829459=>1,3002604621=>1,3002307373=>1,3002001518=>1,3002000396=>1,3002002054=>1,3002002732=>1,3002023563=>1,3002018840=>1,3002852494=>1,3002866888=>1,3002994046=>1,3002994012=>1,3002995846=>1,3002996413=>1,3002996595=>1,3002996452=>1,3002992149=>1,3002991193=>1,3002893553=>1,3002893552=>1,3002893554=>1,3002896902=>1,3002977753=>1,3002908130=>1,3002000244=>1,3001999972=>1,3000740945=>1,3000740434=>1,3000741644=>1,3000741810=>1,3001648005=>1,3000956083=>1,3000733884=>1,3000731128=>1,3000613358=>1,3000612896=>1,3000649292=>1,3000660655=>1,3000696956=>1,3000686553=>1,3001761059=>1,3001866566=>1,3001996757=>1,3001996753=>1,3001996796=>1,3001999171=>1,3001999724=>1,3001999492=>1,3001996738=>1,3001996721=>1,3001972646=>1,3001952764=>1,3001996581=>1,3001996588=>1,3001996707=>1,3002997492=>1,3002998358=>1,3006364423=>1,3006364379=>1,3006364478=>1,3006364496=>1,3006364561=>1,3006364546=>1,3006364308=>1,3006364299=>1,3006363016=>1,3006336323=>1,3006363017=>1,3006363973=>1,3006364184=>1,3006363986=>1,3006364571=>1,3006364580=>1,3006364850=>1,3006364839=>1,3006364899=>1,3006364923=>1,3006365146=>1,3006365135=>1,3006364827=>1,3006364732=>1,3006364591=>1,3006364585=>1,3006364711=>1,3006364713=>1,3006364723=>1,3006330897=>1,3005988550=>1,3003027218=>1,3003004773=>1,3003094214=>1,3003094216=>1,3003205719=>1,3003171527=>1,3003004748=>1,3003001991=>1,3002999869=>1,3002999776=>1,3003000661=>1,3003000837=>1,3003001108=>1,3003000841=>1,3004825472=>1,3004899746=>1,3005982988=>1,3005982978=>1,3005982990=>1,3005985218=>1,3005988094=>1,3005988046=>1,3005977318=>1,3005976482=>1,3005381250=>1,3005233870=>1,3005555131=>1,3005760308=>1,3005760326=>1,3000578211=>1,3000523893=>1,2997406369=>1,2997383735=>1,2997441539=>1,2997441540=>1,2997472707=>1,2997472501=>1,2997358442=>1,2997235030=>1,2997136607=>1,2997106326=>1,2997143855=>1,2997154647=>1,2997189038=>1,2997183605=>1,2997743805=>1,2997746259=>1,2997805426=>1,2997801535=>1,2997808232=>1,2997812314=>1,2997846066=>1,2997812315=>1,2997799838=>1,2997796076=>1,2997746301=>1,2997746283=>1,2997781162=>1,2997787063=>1,2997793848=>1,2997788568=>1,2997018338=>1,2997017988=>1,2996729804=>1,2996649883=>1,2996744708=>1,2996757640=>1,2996825138=>1,2996760906=>1,2996649882=>1,2996643115=>1,2996302958=>1,2996294359=>1,2996506122=>1,2996627312=>1,2996642860=>1,2996642858=>1,2996829507=>1,2996830133=>1,2997012429=>1,2997011154=>1,2997015016=>1,2997016618=>1,2997017949=>1,2997017230=>1,2997011026=>1,2997010638=>1,2996937537=>1,2996929614=>1,2996970104=>1,2996978388=>1,2996982424=>1,2997846070=>1,2997846978=>1,3000118747=>1,3000113924=>1,3000119252=>1,3000119767=>1,3000159715=>1,3000150257=>1,3000111863=>1,3000110347=>1,3000054627=>1,3000054423=>1,3000054831=>1,3000054929=>1,3000054971=>1,3000054946=>1,3000161853=>1,3000184114=>1,3000337537=>1,3000333714=>1,3000388123=>1,3000452116=>1,3000479167=>1,3000458407=>1,3000312708=>1,3000307058=>1,3000219247=>1,3000184178=>1,3000233258=>1,3000288054=>1,3000306966=>1,3000053421=>1,3000038633=>1,2999455183=>1,2999454186=>1,2999458901=>1,2999460866=>1,2999568831=>1,2999529836=>1,2999040411=>1,2998893859=>1,2998660607=>1,2998605323=>1,2998754422=>1,2998785603=>1,2998886762=>1,2998884826=>1,2999573851=>1,2999610685=>1,3000002768=>1,3000001819=>1,3000003537=>1,3000004054=>1,3000004569=>1,3000004526=>1,3000001688=>1,2999950562=>1,2999674934=>1,2999642193=>1,2999760124=>1,2999801442=>1,2999807749=>1,2990411105=>1,);?>
1
+ <?php return array(3107442688=>3107443711,3105445632=>3105445887,3105444864=>3105445119,3085324568=>1,3085324567=>1,3085324570=>1,3085454655=>1,3085324571=>1,3085324566=>1,3085324561=>1,3085324554=>1,3085317584=>1,3085324555=>1,3085324559=>1,3085324560=>1,3085324565=>1,3085578441=>1,3086214253=>1,3085945804=>1,3085943773=>1,3086317079=>1,3086317080=>1,3086324465=>1,3086324282=>1,3085943772=>1,3085938058=>1,3085767224=>1,3085582240=>1,3085862187=>1,3085931058=>1,3085936506=>1,3085931122=>1,3085317570=>1,3085317497=>1,3084505491=>1,3084437782=>1,3084520903=>1,3084521001=>1,3084533991=>1,3084521071=>1,3084427944=>1,3083990712=>1,3083854859=>1,3083841950=>1,3083854969=>1,3083854970=>1,3083987328=>1,3083855915=>1,3084590814=>1,3084687968=>1,3085317452=>1,3085317451=>1,3085317460=>1,3085317470=>1,3086324489=>1,3085317483=>1,3085317429=>1,3085317423=>1,3084930379=>1,3084751637=>1,3084936085=>1,3085317405=>1,3085317409=>1,3085317524=>1,3086324495=>1,3092785554=>1,3091980059=>1,3092918274=>1,3092923935=>1,3093028951=>1,3092985048=>1,3091978537=>1,3091944523=>1,3091547002=>1,3091349734=>1,3091557662=>1,3091753524=>1,3091935475=>1,3091872288=>1,3093171555=>1,3093248219=>1,3097120122=>1,3097109511=>1,3097120123=>1,3097120124=>1,3097138683=>1,3097120126=>1,3097048295=>1,3097016242=>1,3093936274=>1,3093898265=>1,3093945368=>1,3093982708=>1,3094060955=>1,3093998332=>1,3091224608=>1,3091172028=>1,3086456562=>1,3086370087=>1,3086458556=>1,3086458565=>1,3086565417=>1,3086460592=>1,3086324624=>1,3086324616=>1,3086324506=>1,3086324504=>1,3086324517=>1,3086324528=>1,3086324598=>1,3086324530=>1,3086655545=>1,3086750339=>1,3090278890=>1,3088497703=>1,3090733701=>1,3090811487=>1,3091076839=>1,3090940098=>1,3088437553=>1,3088344831=>1,3087182773=>1,3086753666=>1,3087413915=>1,3087525772=>1,3088195071=>1,3083577133=>1,3083540071=>1,3076103610=>1,3076103505=>1,3076109712=>1,3076111135=>1,3076115946=>1,3076111422=>1,3076102619=>1,3076102604=>1,3076086429=>1,3076084865=>1,3076087117=>1,3076088842=>1,3076102475=>1,3076100679=>1,3076118356=>1,3076197723=>1,3076202804=>1,3076202803=>1,3076202826=>1,3076202827=>1,3076202829=>1,3076202828=>1,3076202802=>1,3076202798=>1,3076202794=>1,3076202793=>1,3076202795=>1,3076202796=>1,3076202797=>1,3076084718=>1,3076084421=>1,3075987362=>1,3075987227=>1,3075997830=>1,3076006834=>1,3076008250=>1,3076007259=>1,3075987226=>1,3075986971=>1,3075637771=>1,3075634006=>1,3075653418=>1,3075687048=>1,3075986970=>1,3075707072=>1,3076010266=>1,3076010679=>1,3076077925=>1,3076040613=>1,3076079076=>1,3076079092=>1,3076083288=>1,3076079512=>1,3076040177=>1,3076019676=>1,3076013613=>1,3076011908=>1,3076017374=>1,3076018892=>1,3076019344=>1,3076202830=>1,3076216610=>1,3081940070=>1,3081003989=>1,3081966440=>1,3081981498=>1,3082016228=>1,3081999697=>1,3080771651=>1,3080103244=>1,3079509455=>1,3079508733=>1,3079510803=>1,3079511692=>1,3080102500=>1,3079593418=>1,3082107558=>1,3082134708=>1,3082389068=>1,3082355273=>1,3083108583=>1,3083108602=>1,3097141700=>1,3083137733=>1,3082304117=>1,3082181355=>1,3082135600=>1,3082134738=>1,3082180961=>1,3082180977=>1,3082181150=>1,3079503315=>1,3079503147=>1,3078725942=>1,3078725916=>1,3078729678=>1,3078835227=>1,3078854883=>1,3078854608=>1,3078719202=>1,3077245248=>1,3076216612=>1,3076216611=>1,3076420787=>1,3076487823=>1,3077042697=>1,3076753222=>1,3079198048=>1,3079204699=>1,3079491063=>1,3079487973=>1,3079491389=>1,3079498716=>1,3079502752=>1,3079502100=>1,3079427642=>1,3079427519=>1,3079426084=>1,3079376982=>1,3079426695=>1,3079426857=>1,3079427309=>1,3083540359=>1,3097546995=>1,3105841567=>1,3105841545=>1,3105851636=>1,3105853411=>1,3105875525=>1,3105872426=>1,3105841534=>1,3105841490=>1,3105688057=>1,3105687684=>1,3105775890=>1,3105836350=>1,3105841396=>1,3105841188=>1,3105914091=>1,3105914096=>1,3106104341=>1,3106021634=>1,3106114042=>1,3106130469=>1,3106134711=>1,3106130653=>1,3106017400=>1,3106013372=>1,3105923094=>1,3105914099=>1,3105938889=>1,3105938916=>1,3106013336=>1,3105955907=>1,3105669471=>1,3105625724=>1,3105271170=>1,3105271154=>1,3105271202=>1,3105271459=>1,3105414001=>1,3105413957=>1,3105270988=>1,3105216800=>1,3105216652=>1,3105186979=>1,3105216679=>1,3105216695=>1,3105216778=>1,3105216701=>1,3105435653=>1,3105435673=>1,3105528860=>1,3105528846=>1,3105528872=>1,3105528877=>1,3105599256=>1,3105528878=>1,3105528844=>1,3105520761=>1,3105497461=>1,3105462169=>1,3105497645=>1,3105518111=>1,3105519774=>1,3106170001=>1,3106246956=>1,3107820772=>1,3107820743=>1,3107820841=>1,3107820843=>1,3107820919=>1,3107820916=>1,3107820733=>1,3107820716=>1,3107818109=>1,3107818108=>1,3107820624=>1,3107820636=>1,3107820707=>1,3107820637=>1,3107820993=>1,3107821042=>1,3108079587=>1,3108075910=>1,3108096093=>1,3108097290=>1,3108107845=>1,3108098711=>1,3107939671=>1,3107897035=>1,3107828966=>1,3107821047=>1,3107896463=>1,3107896704=>1,3107896870=>1,3107818002=>1,3107804921=>1,3106921845=>1,3106878522=>1,3106922018=>1,3106922200=>1,3106922419=>1,3106922401=>1,3106783329=>1,3106727064=>1,3106279127=>1,3106247341=>1,3106444803=>1,3106446484=>1,3106656887=>1,3106511490=>1,3107017922=>1,3107110906=>1,3107591623=>1,3107478663=>1,3107644285=>1,3107754717=>1,3107771576=>1,3107754741=>1,3107436547=>1,3107301427=>1,3107116946=>1,3107116916=>1,3107193361=>1,3107267343=>1,3107272572=>1,3105186866=>1,3105180709=>1,3104117409=>1,3104115132=>1,3104117410=>1,3104117414=>1,3104138082=>1,3104129094=>1,3104105386=>1,3104070723=>1,3104016162=>1,3103962096=>1,3104016250=>1,3104016314=>1,3104064152=>1,3104063859=>1,3104169731=>1,3104170967=>1,3104308803=>1,3104281678=>1,3104310883=>1,3104325392=>1,3104351246=>1,3104325414=>1,3104251980=>1,3104247378=>1,3104217515=>1,3104176602=>1,3104221027=>1,3104244724=>1,3104247322=>1,3103942560=>1,3103942033=>1,3097955886=>1,3097952141=>1,3097959328=>1,3097961635=>1,3098031969=>1,3098014942=>1,3097947470=>1,3097929570=>1,3075633463=>1,3097461295=>1,3097553456=>1,3097620587=>1,3097774882=>1,3097703434=>1,3098043005=>1,3098170571=>1,3099042307=>1,3099002315=>1,3099044019=>1,3099247838=>1,3099583426=>1,3099268934=>1,3098561959=>1,3098556968=>1,3098192537=>1,3098184082=>1,3098306595=>1,3098306597=>1,3098306598=>1,3104353357=>1,3104369795=>1,3104877908=>1,3104877723=>1,3104877910=>1,3104884912=>1,3104931119=>1,3104903828=>1,3104850035=>1,3104848979=>1,3104786663=>1,3104786494=>1,3104786805=>1,3104792078=>1,3104830698=>1,3104830588=>1,3104931124=>1,3104931151=>1,3105124628=>1,3105102206=>1,3105153149=>1,3105178552=>1,3105180707=>1,3105180706=>1,3105054051=>1,3105052472=>1,3104931180=>1,3104931161=>1,3104936074=>1,3104946378=>1,3104946404=>1,3104779062=>1,3104779061=>1,3104575347=>1,3104566817=>1,3104591470=>1,3104595692=>1,3104646731=>1,3104630514=>1,3104566386=>1,3104566299=>1,3104370128=>1,3104370119=>1,3104370315=>1,3104412834=>1,3104552003=>1,3104521250=>1,3104646785=>1,3104646853=>1,3104749942=>1,3104713801=>1,3104750064=>1,3104766031=>1,3104779060=>1,3104779059=>1,3104710076=>1,3104709786=>1,3104647109=>1,3104646861=>1,3104647161=>1,3104695420=>1,3104709738=>1,3097193068=>1,3075629578=>1,3056396057=>1,3056357983=>1,3056424065=>1,3056465691=>1,3056469510=>1,3056466902=>1,3056340377=>1,3056278394=>1,3055868816=>1,3055855481=>1,3055985197=>1,3055996750=>1,3056272659=>1,3056197501=>1,3056469633=>1,3056469647=>1,3056618250=>1,3056507252=>1,3056621734=>1,3056625155=>1,3056625166=>1,3056625162=>1,3056502128=>1,3056480788=>1,3056469754=>1,3056469751=>1,3056469793=>1,3056469803=>1,3056469816=>1,3056469814=>1,3055823800=>1,3055820828=>1,3051825783=>1,3051719691=>1,3051878985=>1,3054566422=>1,3054717413=>1,3054706345=>1,3051449810=>1,3051439866=>1,3050799988=>1,3050799942=>1,3051325145=>1,3051430663=>1,3051434212=>1,3051431852=>1,3054962890=>1,3054963619=>1,3054989761=>1,3054989641=>1,3055620136=>1,3055686521=>1,3055790287=>1,3055763542=>1,3054989582=>1,3054989569=>1,3054974204=>1,3054971042=>1,3054981651=>1,3054981909=>1,3054987346=>1,3056738228=>1,3056877019=>1,3060235094=>1,3059605878=>1,3061022065=>1,3061188413=>1,3061303151=>1,3061271859=>1,3059604983=>1,3059542026=>1,3059287691=>1,3059224218=>1,3059352363=>1,3059485524=>1,3059521260=>1,3059520583=>1,3061303193=>1,3061310800=>1,3062662251=>1,3061960162=>1,3062770606=>1,3063698546=>1,3063965330=>1,3063700026=>1,3061790333=>1,3061765182=>1,3061617703=>1,3061325591=>1,3061711425=>1,3061743106=>1,3061752555=>1,3059172400=>1,3058365228=>1,3056988361=>1,3056985951=>1,3056988503=>1,3056988514=>1,3056991397=>1,3056989882=>1,3056972290=>1,3056941818=>1,3056887871=>1,3056878192=>1,3056890615=>1,3056891074=>1,3056897929=>1,3056891400=>1,3056995962=>1,3056996720=>1,3058135854=>1,3057942246=>1,3058200946=>1,3058229402=>1,3058326317=>1,3058325844=>1,3057458440=>1,3057456216=>1,3057452470=>1,3056997834=>1,3057452941=>1,3057453134=>1,3057454204=>1,3050795322=>1,3050793859=>1,3041069499=>1,3040997225=>1,3041079658=>1,3041101827=>1,3041114885=>1,3041112562=>1,3040994964=>1,3040994963=>1,3040866906=>1,3040803925=>1,3040870590=>1,3040906137=>1,3040974026=>1,3040912439=>1,3041564360=>1,3041574575=>1,3042949162=>1,3042740123=>1,3043918780=>1,3043944581=>1,3044056036=>1,3043996019=>1,3042669852=>1,3042646621=>1,3041574614=>1,3041574585=>1,3041600663=>1,3041609603=>1,3042639676=>1,3041613776=>1,3040752197=>1,3040673095=>1,3039326402=>1,3039319278=>1,3039419253=>1,3039419598=>1,3039673631=>1,3039569931=>1,3039317678=>1,3039264818=>1,3037761761=>1,3037761751=>1,3038060237=>1,3038482021=>1,3039036810=>1,3038645063=>1,3039759470=>1,3039791067=>1,3039911970=>1,3039901626=>1,3039914308=>1,3039937650=>1,3040319266=>1,3039948514=>1,3039896738=>1,3039878658=>1,3039844322=>1,3039821997=>1,3039845170=>1,3039855018=>1,3039876634=>1,3044056213=>1,3044071547=>1,3049601186=>1,3049601137=>1,3049673172=>1,3049673354=>1,3049695325=>1,3049679538=>1,3049588471=>1,3049559806=>1,3049047508=>1,3049028489=>1,3049525322=>1,3049559803=>1,3049559805=>1,3049559804=>1,3049707646=>1,3049707795=>1,3050718608=>1,3050678280=>1,3050791265=>1,3050792325=>1,3050792662=>1,3050792629=>1,3050568658=>1,3050553315=>1,3050320627=>1,3050308491=>1,3050331755=>1,3050541332=>1,3050541538=>1,3049022155=>1,3049010057=>1,3044456376=>1,3044456359=>1,3045284471=>1,3045522563=>1,3045986529=>1,3045973416=>1,3044456322=>1,3044455450=>1,3044204984=>1,3044089114=>1,3044204986=>1,3044204987=>1,3044443325=>1,3044441761=>1,3046048162=>1,3046048165=>1,3047520587=>1,3046108794=>1,3047559862=>1,3047607730=>1,3049005874=>1,3047724469=>1,3046108058=>1,3046106490=>1,3046060906=>1,3046050139=>1,3046072986=>1,3046085420=>1,3046104962=>1,3063970740=>1,3063981372=>1,3070086714=>1,3070086306=>1,3070086947=>1,3070086948=>1,3070087629=>1,3070087627=>1,3070085453=>1,3070085386=>1,3070079911=>1,3070079827=>1,3070079931=>1,3070081573=>1,3070082947=>1,3070082922=>1,3070091148=>1,3070091364=>1,3070404296=>1,3070270660=>1,3070676917=>1,3070711970=>1,3071176789=>1,3071096893=>1,3070162467=>1,3070161655=>1,3070137417=>1,3070133713=>1,3070153810=>1,3070155402=>1,3070157473=>1,3070156520=>1,3070079609=>1,3070079598=>1,3070067474=>1,3070067466=>1,3070070034=>1,3070070536=>1,3070072859=>1,3070072581=>1,3070067313=>1,3070067289=>1,3070065455=>1,3070065445=>1,3070065459=>1,3070065480=>1,3070067255=>1,3070067231=>1,3070072991=>1,3070073018=>1,3070079198=>1,3070079125=>1,3070079290=>1,3070079437=>1,3070079568=>1,3070079494=>1,3070079117=>1,3070079061=>1,3070073446=>1,3070073418=>1,3070076943=>1,3070079042=>1,3070079050=>1,3071180884=>1,3071193228=>1,3074288693=>1,3074269736=>1,3074288694=>1,3074288695=>1,3074327934=>1,3074308858=>1,3074262944=>1,3074262942=>1,3074215944=>1,3074199417=>1,3074216096=>1,3074216113=>1,3074261876=>1,3074246512=>1,3074346706=>1,3074358035=>1,3075388785=>1,3075385661=>1,3075389176=>1,3075493765=>1,3075613138=>1,3075582818=>1,3075385660=>1,3074896955=>1,3074392411=>1,3074391370=>1,3074420730=>1,3074584711=>1,3074864641=>1,3073973155=>1,3073777255=>1,3071683214=>1,3071674229=>1,3071726252=>1,3071726902=>1,3071997675=>1,3071778647=>1,3071672974=>1,3071656999=>1,3071214557=>1,3071193315=>1,3071251834=>1,3071273999=>1,3071644318=>1,3071571336=>1,3072000619=>1,3072000752=>1,3073283306=>1,3073209367=>1,3073380259=>1,3073504217=>1,3073773269=>1,3073604670=>1,3073156623=>1,3072724731=>1,3072194780=>1,3072123550=>1,3072389225=>1,3072536252=>1,3072713110=>1,3070065442=>1,3070065439=>1,3070040818=>1,3070040772=>1,3070042190=>1,3070042225=>1,3070042251=>1,3070042231=>1,3070038874=>1,3070038130=>1,3069388127=>1,3069182263=>1,3069410520=>1,3069532109=>1,3070036898=>1,3070034259=>1,3070042349=>1,3070042386=>1,3070042818=>1,3070042719=>1,3070042833=>1,3070042839=>1,3070043165=>1,3070043144=>1,3070042709=>1,3070042707=>1,3070042396=>1,3070042387=>1,3070042413=>1,3070042468=>1,3070042694=>1,3070042584=>1,3069182189=>1,3068987670=>1,3065180697=>1,3065016332=>1,3065272484=>1,3065277644=>1,3065289263=>1,3065278234=>1,3064618771=>1,3064608924=>1,3064014613=>1,3064014612=>1,3064014614=>1,3064106247=>1,3064608181=>1,3064187940=>1,3065628782=>1,3065636072=>1,3066735060=>1,3066719452=>1,3066775450=>1,3066784908=>1,3068866493=>1,3066788556=>1,3066702516=>1,3066697158=>1,3065992993=>1,3065988389=>1,3066619322=>1,3066619428=>1,3066626090=>1,3070043176=>1,3070043196=>1,3070052884=>1,3070052876=>1,3070052908=>1,3070061367=>1,3070065036=>1,3070065035=>1,3070052868=>1,3070052858=>1,3070052754=>1,3070052741=>1,3070052762=>1,3070052778=>1,3070052829=>1,3070052786=>1,3070065054=>1,3070065064=>1,3070065251=>1,3070065240=>1,3070065256=>1,3070065260=>1,3070065412=>1,3070065278=>1,3070065233=>1,3070065221=>1,3070065158=>1,3070065134=>1,3070065167=>1,3070065173=>1,3070065199=>1,3070052736=>1,3070052705=>1,3070043523=>1,3070043508=>1,3070043531=>1,3070043544=>1,3070043736=>1,3070043624=>1,3070043467=>1,3070043434=>1,3070043327=>1,3070043198=>1,3070043361=>1,3070043383=>1,3070043423=>1,3070043400=>1,3070043791=>1,3070044317=>1,3070052484=>1,3070052483=>1,3070052608=>1,3070052644=>1,3070052679=>1,3070052672=>1,3070052447=>1,3070052441=>1,3070045015=>1,3070044468=>1,3070045076=>1,3070046423=>1,3070046689=>1,3037761653=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3085931122=>1,3085931058=>1,3085936506=>1,3085938058=>1,3085943773=>1,3085943772=>1,3085929494=>1,3085862187=>1,3085767788=>1,3085767778=>1,3085767914=>1,3085768044=>1,3085768965=>1,3085768149=>1,3086214253=>1,3086214531=>1,3086456562=>1,3086417670=>1,3086458565=>1,3086657581=>1,3086878512=>1,3086750339=>1,3086331786=>1,3086324616=>1,3086216694=>1,3086215954=>1,3086317080=>1,3086324504=>1,3086324530=>1,3086324517=>1,3085767619=>1,3085767586=>1,3085317517=>1,3085317507=>1,3085317523=>1,3085317549=>1,3085454655=>1,3085317551=>1,3085317500=>1,3085317489=>1,3085304969=>1,3084935514=>1,3085317405=>1,3085317453=>1,3085317483=>1,3085317470=>1,3085577874=>1,3085578441=>1,3085767447=>1,3085767445=>1,3085767449=>1,3085767451=>1,3085767454=>1,3085767453=>1,3085767444=>1,3085767224=>1,3085766871=>1,3085582240=>1,3085766872=>1,3085767204=>1,3085767205=>1,3087413915=>1,3087525772=>1,3088351278=>1,3088349736=>1,3088351350=>1,3088352260=>1,3088352527=>1,3088352508=>1,3088349392=>1,3088346910=>1,3088344442=>1,3088343896=>1,3088344831=>1,3088345810=>1,3088346653=>1,3088345906=>1,3088353414=>1,3088353792=>1,3088356741=>1,3088356683=>1,3088356823=>1,3088359329=>1,3088362647=>1,3088361781=>1,3088356471=>1,3088356051=>1,3088354312=>1,3088353798=>1,3088354379=>1,3088354967=>1,3088355183=>1,3088355090=>1,3088343586=>1,3088342261=>1,3088324205=>1,3088324174=>1,3088324317=>1,3088325759=>1,3088328082=>1,3088326693=>1,3088323137=>1,3088323104=>1,3088318507=>1,3087716280=>1,3088319365=>1,3088320873=>1,3088321063=>1,3088321051=>1,3088328179=>1,3088328619=>1,3088337646=>1,3088337163=>1,3088340127=>1,3088340240=>1,3088340800=>1,3088340242=>1,3088335977=>1,3088333905=>1,3088329437=>1,3088328787=>1,3088329663=>1,3088331526=>1,3088333540=>1,3084930379=>1,3084855587=>1,3076117580=>1,3076116173=>1,3076117677=>1,3076118248=>1,3076120707=>1,3076120580=>1,3076116029=>1,3076112323=>1,3076103316=>1,3076102642=>1,3076109635=>1,3076109712=>1,3076111874=>1,3076111744=>1,3076121356=>1,3076122175=>1,3077548490=>1,3077548489=>1,3077548491=>1,3077548496=>1,3078719202=>1,3077548497=>1,3077304945=>1,3077304902=>1,3076216611=>1,3076216610=>1,3076216612=>1,3076655672=>1,3076823630=>1,3076753303=>1,3076097946=>1,3076097894=>1,3076077920=>1,3076077383=>1,3076078097=>1,3076078350=>1,3076082854=>1,3076082264=>1,3076076776=>1,3076038597=>1,3076021174=>1,3076019567=>1,3076021208=>1,3076023959=>1,3076037876=>1,3076024458=>1,3076083852=>1,3076083909=>1,3076087719=>1,3076087651=>1,3076088678=>1,3076090119=>1,3076097780=>1,3076097085=>1,3076087505=>1,3076087063=>1,3076084567=>1,3076084421=>1,3076084865=>1,3076086424=>1,3076086865=>1,3078725942=>1,3078733491=>1,3083855915=>1,3083854970=>1,3084425669=>1,3084437782=>1,3084505491=>1,3084501675=>1,3083854969=>1,3083854962=>1,3083108602=>1,3083108583=>1,3083137733=>1,3083577133=>1,3083854892=>1,3083854859=>1,3084520737=>1,3084520744=>1,3084520885=>1,3084520884=>1,3084521159=>1,3084687968=>1,3084796762=>1,3084751737=>1,3084520868=>1,3084520846=>1,3084520773=>1,3084520753=>1,3084520788=>1,3084520811=>1,3084520813=>1,3082409292=>1,3082355133=>1,3079491063=>1,3079489531=>1,3079491389=>1,3080463046=>1,3080625166=>1,3080536052=>1,3079489530=>1,3079487973=>1,3078835227=>1,3078746585=>1,3078854608=>1,3079142224=>1,3079447356=>1,3079198048=>1,3080625534=>1,3080720201=>1,3082180977=>1,3082180961=>1,3082181150=>1,3082303708=>1,3082343364=>1,3082304117=>1,3082135600=>1,3082134738=>1,3081956115=>1,3081940093=>1,3081966440=>1,3082107558=>1,3082134708=>1,3088362699=>1,3088363630=>1,3091201159=>1,3091198115=>1,3091207381=>1,3091349734=>1,3091753524=>1,3091547002=>1,3091198100=>1,3091197622=>1,3091184679=>1,3091179801=>1,3091184712=>1,3091185007=>1,3091191296=>1,3091187902=>1,3091862678=>1,3091914803=>1,3093936274=>1,3093314687=>1,3093945368=>1,3093982708=>1,3094009698=>1,3093998332=>1,3093308322=>1,3093171555=>1,3091944523=>1,3091915030=>1,3092785554=>1,3092918274=>1,3092985048=>1,3092923935=>1,3091179161=>1,3091176835=>1,3091142502=>1,3091142193=>1,3091143744=>1,3091144803=>1,3091150111=>1,3091146085=>1,3091141552=>1,3091141044=>1,3091077113=>1,3091076839=>1,3091137934=>1,3091139061=>1,3091140940=>1,3091139216=>1,3091150381=>1,3091150987=>1,3091170473=>1,3091168783=>1,3091173322=>1,3091173494=>1,3091176453=>1,3091175990=>1,3091167930=>1,3091162995=>1,3091151616=>1,3091151051=>1,3091151898=>1,3091152170=>1,3091152210=>1,3094060955=>1,3097048295=>1,3104169772=>1,3104117417=>1,3104176602=>1,3104176977=>1,3104218037=>1,3104217819=>1,3104117414=>1,3104117412=>1,3104070723=>1,3104061073=>1,3104105386=>1,3104117409=>1,3104117411=>1,3104117410=>1,3104221027=>1,3104244724=>1,3104369795=>1,3104325414=>1,3104370119=>1,3104370128=>1,3104521250=>1,3104370315=>1,3104325392=>1,3104310883=>1,3104247378=>1,3104247322=>1,3104251980=>1,3104281678=>1,3104308803=>1,3104061023=>1,3104060695=>1,3097789554=>1,3097774882=>1,3097952141=>1,3098031969=>1,3098206844=>1,3098043005=>1,3097683334=>1,3097620587=>1,3097138683=>1,3097109511=>1,3097141700=>1,3097325741=>1,3097549580=>1,3097326464=>1,3098407140=>1,3098407142=>1,3099583426=>1,3099268934=>1,3103942560=>1,3104016258=>1,3104060675=>1,3104047770=>1,3099247838=>1,3099002315=>1,3098556940=>1,3098452551=>1,3098556968=>1,3098561959=>1,3098860756=>1,3091076011=>1,3091074926=>1,3088387244=>1,3088387196=>1,3088387447=>1,3088387967=>1,3088388209=>1,3088388099=>1,3088386839=>1,3088386794=>1,3088384084=>1,3088383704=>1,3088385333=>1,3088385669=>1,3088386501=>1,3088385917=>1,3088389876=>1,3088390202=>1,3088396205=>1,3088395977=>1,3088397042=>1,3088397507=>1,3088397779=>1,3088397598=>1,3088393537=>1,3088392855=>1,3088391058=>1,3088390392=>1,3088391317=>1,3088392388=>1,3088392721=>1,3088392575=>1,3088382627=>1,3088381824=>1,3088368825=>1,3088368012=>1,3088371815=>1,3088372075=>1,3088372636=>1,3088372148=>1,3088367802=>1,3088367280=>1,3088363993=>1,3088363641=>1,3088364126=>1,3088364584=>1,3088365612=>1,3088364599=>1,3088372868=>1,3088373519=>1,3088380978=>1,3088377917=>1,3088381031=>1,3088381087=>1,3088381600=>1,3088381497=>1,3088377750=>1,3088377568=>1,3088373825=>1,3088373609=>1,3088374851=>1,3088374983=>1,3088377021=>1,3088399918=>1,3088400035=>1,3088437995=>1,3088437553=>1,3088438127=>1,3088439807=>1,3088440857=>1,3088440568=>1,3088436516=>1,3088436355=>1,3088430919=>1,3088428992=>1,3088433039=>1,3088433499=>1,3088433564=>1,3088433551=>1,3088441447=>1,3088441522=>1,3090278890=>1,3090231621=>1,3090279686=>1,3090811487=>1,3091006434=>1,3090875303=>1,3089139909=>1,3088497703=>1,3088442287=>1,3088441721=>1,3088443646=>1,3088445141=>1,3088446636=>1,3088427262=>1,3088423059=>1,3088406175=>1,3088405829=>1,3088406946=>1,3088407340=>1,3088408632=>1,3088407811=>1,3088402243=>1,3088402161=>1,3088400238=>1,3088400234=>1,3088400335=>1,3088400696=>1,3088401422=>1,3088400790=>1,3088408755=>1,3088409847=>1,3088412775=>1,3088412394=>1,3088413534=>1,3088414164=>1,3088422175=>1,3088420752=>1,3088412313=>1,3088412272=>1,3088410655=>1,3088410103=>1,3088411336=>1,3088411712=>1,3088411887=>1,3076018250=>1,3076015634=>1,3051771953=>1,3051719691=>1,3051878985=>1,3054635691=>1,3054704610=>1,3054689984=>1,3051470864=>1,3051449811=>1,3050795322=>1,3050793859=>1,3051325145=>1,3051419602=>1,3051436261=>1,3051434212=>1,3054705965=>1,3054706345=>1,3054987346=>1,3054981909=>1,3054989761=>1,3055482929=>1,3055993517=>1,3055954813=>1,3054981894=>1,3054981651=>1,3054965427=>1,3054963619=>1,3054965429=>1,3054969114=>1,3054976274=>1,3054971042=>1,3050792662=>1,3050792325=>1,3049559803=>1,3049525322=>1,3049559804=>1,3049587781=>1,3049673172=>1,3049668538=>1,3049267707=>1,3049047508=>1,3047730181=>1,3047724469=>1,3047789507=>1,3048128570=>1,3049010057=>1,3048326311=>1,3049679538=>1,3049680674=>1,3050541332=>1,3050533669=>1,3050541538=>1,3050553315=>1,3050791674=>1,3050678280=>1,3050533668=>1,3050359475=>1,3049704459=>1,3049680787=>1,3050318000=>1,3050319782=>1,3050347479=>1,3056215340=>1,3056215460=>1,3059520583=>1,3059485524=>1,3059539496=>1,3059542026=>1,3059605878=>1,3059604859=>1,3059454087=>1,3059289864=>1,3058272006=>1,3058200946=>1,3058323138=>1,3058349810=>1,3059278945=>1,3058363118=>1,3060079950=>1,3060082836=>1,3063965330=>1,3063700026=>1,3063968060=>1,3063970740=>1,3063971085=>1,3063970845=>1,3063698546=>1,3062688643=>1,3061211985=>1,3061188413=>1,3061270736=>1,3061322356=>1,3061323409=>1,3058135854=>1,3058037834=>1,3056469863=>1,3056469824=>1,3056469984=>1,3056621734=>1,3056625162=>1,3056625160=>1,3056469794=>1,3056469702=>1,3056469539=>1,3056469511=>1,3056469569=>1,3056469612=>1,3056469633=>1,3056469626=>1,3056626190=>1,3056629566=>1,3057453881=>1,3056961125=>1,3057454204=>1,3057457290=>1,3057941013=>1,3057458979=>1,3056923057=>1,3056921148=>1,3056874332=>1,3056629606=>1,3056887871=>1,3056891571=>1,3056912959=>1,3047722951=>1,3047607730=>1,3039419253=>1,3039326402=>1,3039419629=>1,3039569931=>1,3039842534=>1,3039821997=>1,3039321462=>1,3039319278=>1,3038659714=>1,3038645063=>1,3039036810=>1,3039240290=>1,3039317678=>1,3039242886=>1,3039844322=>1,3039845310=>1,3039932746=>1,3039932158=>1,3039937650=>1,3039948514=>1,3040146267=>1,3039949702=>1,3039901626=>1,3039896738=>1,3039875938=>1,3039870970=>1,3039876634=>1,3039878658=>1,3039880554=>1,3039880450=>1,3038639455=>1,3038564159=>1,3037761667=>1,3037761622=>1,3037761691=>1,3037761714=>1,3037761722=>1,3037761721=>1,3037761619=>1,3037761612=>1,3037724547=>1,3037700868=>1,3037761557=>1,3037761569=>1,3037761605=>1,3037761574=>1,3037761726=>1,3037761730=>1,3037761790=>1,3037761784=>1,3037779044=>1,3037779106=>1,3038546580=>1,3037953264=>1,3037761782=>1,3037761778=>1,3037761743=>1,3037761736=>1,3037761751=>1,3037761757=>1,3037761771=>1,3040319266=>1,3040328741=>1,3044444273=>1,3044443325=>1,3044445173=>1,3044456359=>1,3045272793=>1,3044456364=>1,3044441761=>1,3044433411=>1,3044162615=>1,3044162579=>1,3044162621=>1,3044162622=>1,3044205845=>1,3044162639=>1,3045284471=>1,3045522563=>1,3046103490=>1,3046085420=>1,3046104962=>1,3046106490=>1,3046108794=>1,3046108058=>1,3046072986=>1,3046070204=>1,3045935269=>1,3045609985=>1,3045986529=>1,3046048162=>1,3046050139=>1,3044112499=>1,3044088411=>1,3041116570=>1,3041026217=>1,3041436803=>1,3041499941=>1,3041574575=>1,3041564360=>1,3040909497=>1,3040866906=>1,3040444758=>1,3040342916=>1,3040543326=>1,3040673095=>1,3040803925=>1,3040788502=>1,3041574585=>1,3041613776=>1,3044029946=>1,3044005154=>1,3044056213=>1,3044071546=>1,3044074567=>1,3044071547=>1,3044004354=>1,3043997362=>1,3043944529=>1,3043944481=>1,3043944581=>1,3043992900=>1,3043996019=>1,3063971787=>1,3063978349=>1,3070676917=>1,3070672045=>1,3071098243=>1,3071274053=>1,3071375670=>1,3071274688=>1,3070283649=>1,3070270660=>1,3070157469=>1,3070155983=>1,3070157473=>1,3070158115=>1,3070270606=>1,3070162467=>1,3071375747=>1,3071674308=>1,3072211353=>1,3071894471=>1,3072347513=>1,3072669876=>1,3073380228=>1,3073209159=>1,3071755158=>1,3071754416=>1,3071683237=>1,3071682718=>1,3071708208=>1,3071726867=>1,3071734224=>1,3071727019=>1,3070140007=>1,3070138812=>1,3070079929=>1,3070079895=>1,3070080237=>1,3070082922=>1,3070083002=>1,3070082947=>1,3070079770=>1,3070079733=>1,3070079519=>1,3070079382=>1,3070079626=>1,3070079657=>1,3070079725=>1,3070079675=>1,3070085386=>1,3070085452=>1,3070091148=>1,3070087629=>1,3070091364=>1,3070137417=>1,3070138678=>1,3070138480=>1,3070087627=>1,3070086948=>1,3070085590=>1,3070085454=>1,3070086714=>1,3070086771=>1,3070086947=>1,3073385670=>1,3073401028=>1,3074744055=>1,3074743697=>1,3075388785=>1,3075389176=>1,3075629578=>1,3075582818=>1,3074741412=>1,3074739269=>1,3074417012=>1,3074392411=>1,3074420730=>1,3074671533=>1,3074737545=>1,3074737483=>1,3075633463=>1,3075687048=>1,3076006257=>1,3076006153=>1,3076008184=>1,3076010076=>1,3076011908=>1,3076010915=>1,3076005927=>1,3076005920=>1,3075937800=>1,3075935441=>1,3075997830=>1,3075998460=>1,3076000158=>1,3074391370=>1,3074381469=>1,3073987143=>1,3073973155=>1,3074197712=>1,3074199417=>1,3074216096=>1,3074215944=>1,3073933887=>1,3073777314=>1,3073612198=>1,3073610895=>1,3073613577=>1,3073613689=>1,3073777234=>1,3073634215=>1,3074216113=>1,3074216116=>1,3074308858=>1,3074288695=>1,3074341422=>1,3074346706=>1,3074362987=>1,3074358035=>1,3074288694=>1,3074288693=>1,3074246512=>1,3074232339=>1,3074261876=>1,3074262942=>1,3074269736=>1,3070079316=>1,3070079209=>1,3070042833=>1,3070042812=>1,3070042878=>1,3070042942=>1,3070042985=>1,3070042978=>1,3070042754=>1,3070042721=>1,3070042495=>1,3070042468=>1,3070042563=>1,3070042615=>1,3070042678=>1,3070042622=>1,3070042991=>1,3070043165=>1,3070043523=>1,3070043498=>1,3070043531=>1,3070043697=>1,3070043965=>1,3070043838=>1,3070043400=>1,3070043367=>1,3070043177=>1,3070043167=>1,3070043289=>1,3070043295=>1,3070043343=>1,3070043326=>1,3070042413=>1,3070042390=>1,3065624011=>1,3065614198=>1,3065627690=>1,3065700498=>1,3066626090=>1,3065988389=>1,3065613333=>1,3065289263=>1,3064087795=>1,3063981852=>1,3064151561=>1,3064151675=>1,3064611552=>1,3064564344=>1,3068991308=>1,3069410520=>1,3070042178=>1,3070042133=>1,3070042225=>1,3070042322=>1,3070042387=>1,3070042369=>1,3070040818=>1,3070040772=>1,3069531964=>1,3069531932=>1,3070034970=>1,3070036898=>1,3070038874=>1,3070044039=>1,3070044068=>1,3070070285=>1,3070070283=>1,3070070530=>1,3070070536=>1,3070072859=>1,3070072581=>1,3070070279=>1,3070070275=>1,3070067276=>1,3070067255=>1,3070067277=>1,3070067470=>1,3070070107=>1,3070069701=>1,3070072882=>1,3070073058=>1,3070079023=>1,3070078991=>1,3070079072=>1,3070079106=>1,3070079198=>1,3070079176=>1,3070076943=>1,3070073859=>1,3070073431=>1,3070073428=>1,3070073434=>1,3070073447=>1,3070073858=>1,3070065923=>1,3070065473=>1,3070052412=>1,3070046689=>1,3070052441=>1,3070052454=>1,3070064939=>1,3070052829=>1,3070046423=>1,3070044592=>1,3070044166=>1,3070044125=>1,3070044272=>1,3070044394=>1,3070044586=>1,3070044465=>1,3070064987=>1,3070065161=>1,3070065286=>1,3070065283=>1,3070065412=>1,3070065448=>1,3070065468=>1,3070065458=>1,3070065278=>1,3070065254=>1,3070065211=>1,3070065163=>1,3070065214=>1,3070065231=>1,3070065251=>1,3037682603=>1,);?>
1
+ <?php return array(3138091656=>1,3137896501=>1,3138094876=>1,3138117282=>1,3138174429=>1,3138154986=>1,3137855914=>1,3137666299=>1,3137527624=>1,3137452082=>1,3137617602=>1,3137618466=>1,3137654169=>1,3137640867=>1,3138398963=>1,3138402486=>1,3138610863=>1,3138585114=>1,3138610922=>1,3138612132=>1,3138644312=>1,3138629482=>1,3138551816=>1,3138550483=>1,3138459094=>1,3138402730=>1,3138459150=>1,3138459328=>1,3138511746=>1,3138459367=>1,3137450122=>1,3137426115=>1,3136970753=>1,3136965242=>1,3136970818=>1,3136970829=>1,3137011655=>1,3136971265=>1,3136950274=>1,3136886141=>1,3136326504=>1,3136156505=>1,3136372359=>1,3136834067=>1,3136882637=>1,3136836586=>1,3137039632=>1,3137063056=>1,3137414040=>1,3137413922=>1,3137415574=>1,3137415629=>1,3137419425=>1,3137417776=>1,3137396391=>1,3137347664=>1,3137063814=>1,3137063777=>1,3137063818=>1,3137063842=>1,3137342709=>1,3138675946=>1,3138680332=>1,3140587308=>1,3140586669=>1,3140587418=>1,3140602950=>1,3140721694=>1,3140647590=>1,3140574721=>1,3140574254=>1,3140571412=>1,3140558645=>1,3140571413=>1,3140571946=>1,3140573821=>1,3140572141=>1,3140828435=>1,3141110093=>1,3141281905=>1,3141280894=>1,3141283630=>1,3141283636=>1,3141311138=>1,3141299895=>1,3141280682=>1,3141235263=>1,3141161257=>1,3141157252=>1,3141161487=>1,3141161921=>1,3141226707=>1,3141165592=>1,3140317189=>1,3140268474=>1,3139514532=>1,3139481891=>1,3139514533=>1,3139522610=>1,3139560803=>1,3139559994=>1,3139478369=>1,3139221842=>1,3138693791=>1,3138682032=>1,3138776675=>1,3138824273=>1,3139193490=>1,3138910290=>1,3139655737=>1,3139657778=>1,3140223399=>1,3140223286=>1,3140226809=>1,3140250423=>1,3140267490=>1,3140261890=>1,3140086937=>1,3140085088=>1,3139934748=>1,3139669863=>1,3139938531=>1,3139981703=>1,3140084722=>1,3136109694=>1,3136100378=>1,3134752678=>1,3134752648=>1,3134753013=>1,3134753344=>1,3134753632=>1,3134753391=>1,3134752517=>1,3134752409=>1,3134751668=>1,3134751238=>1,3134751910=>1,3134752078=>1,3134752394=>1,3134752240=>1,3134753685=>1,3134753722=>1,3134866150=>1,3134765556=>1,3134923778=>1,3134923796=>1,3134923800=>1,3134923798=>1,3134762835=>1,3134754783=>1,3134754187=>1,3134753822=>1,3134754228=>1,3134754248=>1,3134754650=>1,3134754590=>1,3134751237=>1,3134751210=>1,3134504857=>1,3134504445=>1,3134525784=>1,3134526639=>1,3134533246=>1,3134529604=>1,3134504107=>1,3134502694=>1,3134501831=>1,3134496787=>1,3134501864=>1,3134502080=>1,3134502282=>1,3134502094=>1,3134587337=>1,3134587634=>1,3134669171=>1,3134655308=>1,3134671356=>1,3134750871=>1,3134751063=>1,3134750927=>1,3134654912=>1,3134632250=>1,3134605893=>1,3134602139=>1,3134611115=>1,3134614722=>1,3134625334=>1,3134923804=>1,3134923807=>1,3135548657=>1,3135503420=>1,3135549462=>1,3135551720=>1,3135591743=>1,3135581322=>1,3135488094=>1,3135488087=>1,3135480228=>1,3135480226=>1,3135480229=>1,3135481417=>1,3135486610=>1,3135481421=>1,3135592934=>1,3135727047=>1,3135988428=>1,3135987851=>1,3136004538=>1,3136011006=>1,3136099482=>1,3136070456=>1,3135984617=>1,3135877158=>1,3135788004=>1,3135786401=>1,3135843501=>1,3135843846=>1,3135856718=>1,3135464626=>1,3135449395=>1,3134978595=>1,3134977836=>1,3134979809=>1,3135049243=>1,3135281411=>1,3135160885=>1,3134961362=>1,3134960797=>1,3134923818=>1,3134923816=>1,3134923821=>1,3134923826=>1,3134941957=>1,3134923833=>1,3135300906=>1,3135318473=>1,3135418050=>1,3135414370=>1,3135421998=>1,3135438027=>1,3135444121=>1,3135444098=>1,3135407990=>1,3135369158=>1,3135318637=>1,3135318610=>1,3135320329=>1,3135321145=>1,3135321366=>1,3141315094=>1,3141327501=>1,3144680529=>1,3144670986=>1,3144683190=>1,3144721713=>1,3144838441=>1,3144837599=>1,3144666102=>1,3144666061=>1,3144665731=>1,3144665709=>1,3144665733=>1,3144665863=>1,3144666047=>1,3144665930=>1,3144839694=>1,3144840822=>1,3144920618=>1,3144914061=>1,3144938415=>1,3144938836=>1,3144939842=>1,3144939043=>1,3144913981=>1,3144892578=>1,3144841120=>1,3144840830=>1,3144841144=>1,3144842721=>1,3144879404=>1,3144852781=>1,3144665672=>1,3144665636=>1,3144435615=>1,3144435509=>1,3144531203=>1,3144542116=>1,3144567853=>1,3144546290=>1,3144399592=>1,3144384769=>1,3144089613=>1,3143627987=>1,3144108482=>1,3144316880=>1,3144361827=>1,3144316917=>1,3144594975=>1,3144601735=>1,3144647410=>1,3144606135=>1,3144659052=>1,3144662703=>1,3144665608=>1,3144665217=>1,3144606116=>1,3144603081=>1,3144602189=>1,3144602013=>1,3144602350=>1,3144602655=>1,3144603013=>1,3144940250=>1,3144940404=>1,3147842266=>1,3147839637=>1,3147845916=>1,3147847297=>1,3147850732=>1,3147850443=>1,3147834701=>1,3147832524=>1,3147830551=>1,3147830538=>1,3147831024=>1,3147831445=>1,3147832418=>1,3147831672=>1,3147851948=>1,3147853279=>1,3147862575=>1,3147862434=>1,3147862734=>1,3147862801=>1,3147864415=>1,3147862992=>1,3147862269=>1,3147861006=>1,3147856605=>1,3147854176=>1,3147856806=>1,3147856837=>1,3147857649=>1,3147830397=>1,3147826771=>1,3145229382=>1,3145224239=>1,3145233398=>1,3145237566=>1,3145375604=>1,3145306873=>1,3145214924=>1,3145214785=>1,3145204978=>1,3144940704=>1,3145211961=>1,3145213399=>1,3145214758=>1,3145214746=>1,3145539706=>1,3145558738=>1,3147773166=>1,3147674878=>1,3147782468=>1,3147782779=>1,3147826755=>1,3147819882=>1,3147539315=>1,3147011477=>1,3145569202=>1,3145559162=>1,3146048245=>1,3146592161=>1,3146998471=>1,3143594390=>1,3143593696=>1,3142127107=>1,3142126860=>1,3142127243=>1,3142127564=>1,3142177404=>1,3142127580=>1,3142126698=>1,3142126526=>1,3142125971=>1,3142125901=>1,3142126057=>1,3142126069=>1,3142126511=>1,3142126354=>1,3142177526=>1,3142377018=>1,3142885998=>1,3142885411=>1,3142886028=>1,3142886166=>1,3142886774=>1,3142886700=>1,3142884818=>1,3142862073=>1,3142510638=>1,3142494706=>1,3142516967=>1,3142519107=>1,3142862056=>1,3142541083=>1,3142125638=>1,3142125459=>1,3141509449=>1,3141493784=>1,3141509854=>1,3141510737=>1,3141512583=>1,3141512313=>1,3141461541=>1,3141459138=>1,3141328014=>1,3141327541=>1,3141328098=>1,3141448218=>1,3141455111=>1,3141448220=>1,3141586715=>1,3141614703=>1,3142124476=>1,3142124386=>1,3142124848=>1,3142124879=>1,3142125083=>1,3142124999=>1,3142124338=>1,3142124209=>1,3142106862=>1,3141707350=>1,3142115395=>1,3142123541=>1,3142124103=>1,3142887649=>1,3142888433=>1,3143061868=>1,3143061860=>1,3143061984=>1,3143061998=>1,3143062023=>1,3143062022=>1,3143061767=>1,3143037681=>1,3142995723=>1,3142995325=>1,3142995798=>1,3142995817=>1,3143020990=>1,3143012589=>1,3143062028=>1,3143070438=>1,3143525318=>1,3143525317=>1,3143587102=>1,3143593251=>1,3143593385=>1,3143593331=>1,3143525314=>1,3143521605=>1,3143520305=>1,3143520293=>1,3143521429=>1,3143521433=>1,3143521437=>1,3142995282=>1,3142995273=>1,3142992332=>1,3142992247=>1,3142992436=>1,3142992537=>1,3142993136=>1,3142992998=>1,3142991896=>1,3142969070=>1,3142890237=>1,3142890232=>1,3142892292=>1,3142899787=>1,3142960166=>1,3142917544=>1,3142993225=>1,3142993336=>1,3142993966=>1,3142993904=>1,3142993981=>1,3142994091=>1,3142995100=>1,3142994647=>1,3142993888=>1,3142993862=>1,3142993582=>1,3142993350=>1,3142993586=>1,3142993591=>1,3142993800=>1,3134495382=>1,3134494696=>1,3110648110=>1,3110648088=>1,3110648120=>1,3110648121=>1,3110648162=>1,3110648141=>1,3110648086=>1,3110648071=>1,3110631427=>1,3110631426=>1,3110631428=>1,3110631431=>1,3110636752=>1,3110633091=>1,3110648167=>1,3110648200=>1,3110965822=>1,3110860033=>1,3111054362=>1,3111100682=>1,3111100686=>1,3111100683=>1,3110763063=>1,3110762693=>1,3110650154=>1,3110648302=>1,3110720540=>1,3110720576=>1,3110762537=>1,3110727519=>1,3110603674=>1,3110603666=>1,3110360662=>1,3110360645=>1,3110360676=>1,3110360704=>1,3110360736=>1,3110360730=>1,3110360564=>1,3110360556=>1,3110360488=>1,3110360467=>1,3110360510=>1,3110360511=>1,3110360527=>1,3110360512=>1,3110360743=>1,3110360875=>1,3110465045=>1,3110465029=>1,3110563224=>1,3110563585=>1,3110603662=>1,3110603046=>1,3110463090=>1,3110444173=>1,3110360895=>1,3110360890=>1,3110360905=>1,3110360914=>1,3110361060=>1,3111164989=>1,3111165047=>1,3112955001=>1,3112954986=>1,3112955036=>1,3112955038=>1,3112955053=>1,3112955043=>1,3112954972=>1,3112954949=>1,3112954895=>1,3112954894=>1,3112954897=>1,3112954926=>1,3112954940=>1,3112954932=>1,3112955067=>1,3112955098=>1,3113229505=>1,3113218062=>1,3113230052=>1,3113396578=>1,3113880603=>1,3113805859=>1,3113166908=>1,3113166906=>1,3112955126=>1,3112955101=>1,3112955129=>1,3113032105=>1,3113032189=>1,3112954888=>1,3112673148=>1,3111535447=>1,3111473796=>1,3111645456=>1,3111686292=>1,3111721360=>1,3111699852=>1,3111471120=>1,3111383994=>1,3111165416=>1,3111165319=>1,3111205558=>1,3111243986=>1,3111354156=>1,3111290941=>1,3111795297=>1,3111919959=>1,3112553732=>1,3112509459=>1,3112558970=>1,3112649758=>1,3112672350=>1,3112657710=>1,3112255039=>1,3112255038=>1,3112032578=>1,3111985466=>1,3112114398=>1,3112200232=>1,3112239861=>1,3110360458=>1,3110360452=>1,3109084836=>1,3109084830=>1,3109132434=>1,3109132438=>1,3109132440=>1,3109132439=>1,3109061334=>1,3109061245=>1,3109060619=>1,3109040673=>1,3109060893=>1,3109060995=>1,3109061244=>1,3109061190=>1,3109132443=>1,3109132445=>1,3109214337=>1,3109210422=>1,3109232207=>1,3109232264=>1,3109261625=>1,3109232430=>1,3109210325=>1,3109183794=>1,3109132448=>1,3109132446=>1,3109132449=>1,3109133305=>1,3109183786=>1,3109136281=>1,3108913004=>1,3108912499=>1,3108552160=>1,3108548744=>1,3108566040=>1,3108566053=>1,3108566929=>1,3108566569=>1,3108548724=>1,3108439110=>1,3108167776=>1,3108167761=>1,3108174477=>1,3108239105=>1,3108350064=>1,3108246597=>1,3108579261=>1,3108580406=>1,3108714622=>1,3108714621=>1,3108783514=>1,3108802925=>1,3108912382=>1,3108864291=>1,3108714600=>1,3108714599=>1,3108625995=>1,3108580410=>1,3108699170=>1,3108714504=>1,3108714520=>1,3109274854=>1,3109279247=>1,3110071768=>1,3110071737=>1,3110071771=>1,3110071785=>1,3110122525=>1,3110098973=>1,3110071634=>1,3110071592=>1,3109879969=>1,3109871312=>1,3110057987=>1,3110058113=>1,3110071567=>1,3110071566=>1,3110150162=>1,3110171062=>1,3110360239=>1,3110360172=>1,3110360276=>1,3110360315=>1,3110360421=>1,3110360381=>1,3110360146=>1,3110282328=>1,3110173650=>1,3110173649=>1,3110173651=>1,3110282322=>1,3110282327=>1,3109871156=>1,3109870882=>1,3109448579=>1,3109441481=>1,3109458971=>1,3109458976=>1,3109459050=>1,3109458995=>1,3109441372=>1,3109441228=>1,3109317395=>1,3109280478=>1,3109388526=>1,3109409680=>1,3109441174=>1,3109441091=>1,3109459094=>1,3109459106=>1,3109534235=>1,3109534197=>1,3109726726=>1,3109767958=>1,3109792765=>1,3109792614=>1,3109534173=>1,3109499112=>1,3109459422=>1,3109459116=>1,3109459814=>1,3109459860=>1,3109495860=>1,3120615240=>1,3120615565=>1,3126801390=>1,3126800651=>1,3126801503=>1,3126801626=>1,3126804918=>1,3126802736=>1,3126800301=>1,3126799259=>1,3126796318=>1,3126793824=>1,3126797427=>1,3126797604=>1,3126798886=>1,3126798348=>1,3126809464=>1,3126821259=>1,3127210474=>1,3126874042=>1,3127345755=>1,3127355810=>1,3127355813=>1,3127355811=>1,3126848503=>1,3126846378=>1,3126833220=>1,3126828674=>1,3126835856=>1,3126836667=>1,3126839917=>1,3126838939=>1,3126793224=>1,3126790789=>1,3126692450=>1,3126690730=>1,3126692457=>1,3126695079=>1,3126698479=>1,3126698048=>1,3126689250=>1,3126688605=>1,3126660572=>1,3126658599=>1,3126663756=>1,3126671606=>1,3126683713=>1,3126683327=>1,3126701054=>1,3126711478=>1,3126765502=>1,3126764305=>1,3126773554=>1,3126774216=>1,3126789179=>1,3126788611=>1,3126759725=>1,3126758200=>1,3126719875=>1,3126711965=>1,3126737564=>1,3126738619=>1,3126747975=>1,3127360074=>1,3127361843=>1,3133835490=>1,3133288378=>1,3133900293=>1,3133960278=>1,3134056727=>1,3134004128=>1,3133259225=>1,3133259155=>1,3133247146=>1,3133246810=>1,3133247618=>1,3133256236=>1,3133259143=>1,3133259140=>1,3134119713=>1,3134183400=>1,3134416551=>1,3134406971=>1,3134486724=>1,3134493119=>1,3134494438=>1,3134493382=>1,3134406046=>1,3134405138=>1,3134255643=>1,3134246829=>1,3134391973=>1,3134404402=>1,3134404810=>1,3133246800=>1,3133206444=>1,3128546394=>1,3128545004=>1,3128800276=>1,3128800280=>1,3128988022=>1,3128800283=>1,3128545003=>1,3128545002=>1,3127414914=>1,3127365954=>1,3127922842=>1,3128165642=>1,3128545000=>1,3128293517=>1,3129686842=>1,3130258769=>1,3132887377=>1,3132319798=>1,3132888947=>1,3133046809=>1,3133205018=>1,3133055848=>1,3131711366=>1,3131011334=>1,3130590202=>1,3130322945=>1,3130634194=>1,3130708122=>1,3130774820=>1,3126657363=>1,3126649661=>1,3124993579=>1,3124992250=>1,3125010091=>1,3125178441=>1,3126334776=>1,3125226287=>1,3124987938=>1,3124253416=>1,3123662771=>1,3123652866=>1,3123730485=>1,3124239370=>1,3124249611=>1,3124239371=>1,3126334815=>1,3126338976=>1,3126381443=>1,3126375137=>1,3126388324=>1,3126395051=>1,3126401827=>1,3126395161=>1,3126374729=>1,3126371891=>1,3126347147=>1,3126342757=>1,3126350816=>1,3126355012=>1,3126371056=>1,3126355576=>1,3123609973=>1,3123609972=>1,3121218954=>1,3121175962=>1,3121218955=>1,3121218956=>1,3121218958=>1,3121218957=>1,3120920918=>1,3120920915=>1,3120777957=>1,3120629118=>1,3120778402=>1,3120882214=>1,3120919882=>1,3120882219=>1,3121224061=>1,3121492199=>1,3123059723=>1,3123059722=>1,3123063780=>1,3123075017=>1,3123606465=>1,3123606295=>1,3122803387=>1,3122672257=>1,3121543186=>1,3121532292=>1,3121604314=>1,3122364034=>1,3122600274=>1,3126402228=>1,3126402398=>1,3126576361=>1,3126575811=>1,3126577175=>1,3126580885=>1,3126585415=>1,3126581984=>1,3126569382=>1,3126565367=>1,3126536745=>1,3126535569=>1,3126537445=>1,3126551316=>1,3126565139=>1,3126552112=>1,3126587623=>1,3126588832=>1,3126636914=>1,3126625290=>1,3126637727=>1,3126638357=>1,3126641386=>1,3126639460=>1,3126610130=>1,3126601047=>1,3126589996=>1,3126589717=>1,3126593179=>1,3126593568=>1,3126597644=>1,3126515640=>1,3126509522=>1,3126433918=>1,3126432885=>1,3126434268=>1,3126434940=>1,3126438314=>1,3126436439=>1,3126427026=>1,3126425766=>1,3126421258=>1,3126419498=>1,3126421478=>1,3126424147=>1,3126425041=>1,3126424419=>1,3126449022=>1,3126457083=>1,3126482829=>1,3126480871=>1,3126487176=>1,3126488046=>1,3126501398=>1,3126492372=>1,3126479669=>1,3126479654=>1,3126468582=>1,3126468488=>1,3126477229=>1,3126478242=>1,3126479118=>1,3108161546=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3107442688=>3107443711,3105445632=>3105445887,3105444864=>3105445119,3126483515=>1,3126483658=>1,3126486524=>1,3126484083=>1,3126482489=>1,3126482331=>1,3126479118=>1,3126477468=>1,3126479654=>1,3126480871=>1,3126481706=>1,3126486598=>1,3126488116=>1,3126514353=>1,3126510131=>1,3126535255=>1,3126535571=>1,3126536918=>1,3126536206=>1,3126505669=>1,3126502688=>1,3126490456=>1,3126490322=>1,3126491931=>1,3126498685=>1,3126501082=>1,3126499985=>1,3126466647=>1,3126465520=>1,3126427425=>1,3126425451=>1,3126427551=>1,3126432042=>1,3126436439=>1,3126434999=>1,3126425028=>1,3126424839=>1,3126421062=>1,3126419943=>1,3126424336=>1,3126424404=>1,3126424720=>1,3126424419=>1,3126437207=>1,3126438314=>1,3126457781=>1,3126456404=>1,3126457868=>1,3126460501=>1,3126462547=>1,3126461304=>1,3126452555=>1,3126449604=>1,3126440482=>1,3126439939=>1,3126441427=>1,3126441789=>1,3126449585=>1,3126441964=>1,3126537309=>1,3126538128=>1,3126570281=>1,3126570077=>1,3126570465=>1,3126571537=>1,3126573939=>1,3126571686=>1,3126569235=>1,3126569018=>1,3126568036=>1,3126567982=>1,3126568096=>1,3126568324=>1,3126568918=>1,3126568884=>1,3126576182=>1,3126577653=>1,3126585368=>1,3126585332=>1,3126586222=>1,3126586279=>1,3126587082=>1,3126586424=>1,3126584662=>1,3126584635=>1,3126578180=>1,3126577717=>1,3126578258=>1,3126578435=>1,3126583793=>1,3126582113=>1,3126567120=>1,3126565413=>1,3126550299=>1,3126546283=>1,3126552058=>1,3126552271=>1,3126552586=>1,3126552498=>1,3126546258=>1,3126546250=>1,3126540488=>1,3126540033=>1,3126542735=>1,3126543828=>1,3126545977=>1,3126545403=>1,3126553426=>1,3126553641=>1,3126554535=>1,3126554450=>1,3126559507=>1,3126560584=>1,3126565367=>1,3126565139=>1,3126554419=>1,3126554412=>1,3126553723=>1,3126553687=>1,3126553755=>1,3126553788=>1,3126553873=>1,3126553812=>1,3126419010=>1,3126417324=>1,3124992250=>1,3124788374=>1,3124993579=>1,3124996174=>1,3125012094=>1,3125009955=>1,3124774572=>1,3124774560=>1,3124239370=>1,3124233809=>1,3124239371=>1,3124240527=>1,3124774286=>1,3124253416=>1,3125226287=>1,3125469822=>1,3126339487=>1,3126339083=>1,3126339525=>1,3126339680=>1,3126348033=>1,3126347317=>1,3126338982=>1,3126338713=>1,3126332319=>1,3126330043=>1,3126333036=>1,3126334776=>1,3126338463=>1,3126338312=>1,3124145440=>1,3123662771=>1,3121861137=>1,3121809514=>1,3122138306=>1,3122364034=>1,3122803387=>1,3122672257=>1,3121604314=>1,3121526448=>1,3121218957=>1,3121218956=>1,3121218958=>1,3121497034=>1,3121526118=>1,3121505249=>1,3123059722=>1,3123059723=>1,3123616322=>1,3123609972=>1,3123618550=>1,3123619883=>1,3123652866=>1,3123624732=>1,3123606465=>1,3123606295=>1,3123075005=>1,3123073009=>1,3123152956=>1,3123345754=>1,3123605808=>1,3126349323=>1,3126350816=>1,3126399162=>1,3126398569=>1,3126399921=>1,3126400553=>1,3126400766=>1,3126400625=>1,3126397673=>1,3126396619=>1,3126380205=>1,3126379899=>1,3126380313=>1,3126381907=>1,3126395272=>1,3126390371=>1,3126401205=>1,3126401210=>1,3126416226=>1,3126415785=>1,3126416292=>1,3126416337=>1,3126588832=>1,3126416621=>1,3126415693=>1,3126412581=>1,3126402461=>1,3126402109=>1,3126407551=>1,3126408953=>1,3126411272=>1,3126378469=>1,3126378014=>1,3126357332=>1,3126355930=>1,3126357454=>1,3126359025=>1,3126360423=>1,3126360256=>1,3126355510=>1,3126354761=>1,3126353568=>1,3126351280=>1,3126353897=>1,3126354172=>1,3126354495=>1,3126354356=>1,3126360505=>1,3126364138=>1,3126373606=>1,3126373036=>1,3126374160=>1,3126375259=>1,3126376209=>1,3126376171=>1,3126372943=>1,3126372139=>1,3126370872=>1,3126370531=>1,3126370994=>1,3126371541=>1,3126371953=>1,3126418864=>1,3126592992=>1,3126707055=>1,3126706959=>1,3126708385=>1,3126708723=>1,3126709050=>1,3126708940=>1,3126706747=>1,3126706376=>1,3126701802=>1,3126701765=>1,3126701921=>1,3126702059=>1,3126706063=>1,3126702885=>1,3126709060=>1,3126709537=>1,3126726915=>1,3126724546=>1,3126730820=>1,3126733039=>1,3126734735=>1,3126734625=>1,3126717653=>1,3126717641=>1,3126710106=>1,3126710084=>1,3126711038=>1,3126711478=>1,3126717483=>1,3126713147=>1,3126701764=>1,3126701522=>1,3126692255=>1,3126691988=>1,3126692423=>1,3126692557=>1,3126692822=>1,3126692578=>1,3126691963=>1,3126691860=>1,3126688605=>1,3126685467=>1,3126689805=>1,3126689813=>1,3126690628=>1,3126690275=>1,3126693395=>1,3126693422=>1,3126700334=>1,3126700299=>1,3126700443=>1,3126700731=>1,3126701385=>1,3126701008=>1,3126698699=>1,3126698276=>1,3126693752=>1,3126693573=>1,3126695677=>1,3126698185=>1,3126698263=>1,3126736880=>1,3126737153=>1,3126792888=>1,3126792872=>1,3126793402=>1,3126793761=>1,3126794732=>1,3126794180=>1,3126792005=>1,3126791762=>1,3126780092=>1,3126778632=>1,3126782173=>1,3126783926=>1,3126789057=>1,3126787971=>1,3126795228=>1,3126795275=>1,3126799895=>1,3126798048=>1,3126800097=>1,3126800139=>1,3126801567=>1,3126800922=>1,3126797625=>1,3126797600=>1,3126796470=>1,3126796266=>1,3126796502=>1,3126796548=>1,3126796739=>1,3126778356=>1,3126777166=>1,3126760449=>1,3126759540=>1,3126760508=>1,3126760721=>1,3126761906=>1,3126760851=>1,3126753954=>1,3126753910=>1,3126745026=>1,3126742438=>1,3126748241=>1,3126751718=>1,3126752306=>1,3126752023=>1,3126762934=>1,3126763037=>1,3126775864=>1,3126773554=>1,3126776050=>1,3126776221=>1,3126776652=>1,3126776246=>1,3126772426=>1,3126771932=>1,3126765502=>1,3126764305=>1,3126768693=>1,3126769259=>1,3126770737=>1,3126684414=>1,3126684309=>1,3126616780=>1,3126616711=>1,3126616916=>1,3126616920=>1,3126617658=>1,3126617536=>1,3126616442=>1,3126615540=>1,3126610225=>1,3126610123=>1,3126612098=>1,3126612886=>1,3126614870=>1,3126613428=>1,3126619202=>1,3126619344=>1,3126620758=>1,3126620681=>1,3126620785=>1,3126621019=>1,3126622046=>1,3126621789=>1,3126620401=>1,3126620392=>1,3126619756=>1,3126619589=>1,3126619864=>1,3126620196=>1,3126620292=>1,3126609979=>1,3126609687=>1,3126597110=>1,3126596667=>1,3126597134=>1,3126597178=>1,3126597247=>1,3126597235=>1,3126596643=>1,3126596270=>1,3126593568=>1,3121218955=>1,3126595254=>1,3126595742=>1,3126596239=>1,3126595838=>1,3126597541=>1,3126599588=>1,3126605647=>1,3126605347=>1,3126607190=>1,3126607229=>1,3126608793=>1,3126607440=>1,3126605341=>1,3126602359=>1,3126600413=>1,3126600343=>1,3126600855=>1,3126601554=>1,3126601582=>1,3126622703=>1,3126622712=>1,3126664184=>1,3126664085=>1,3126681234=>1,3126682010=>1,3126682417=>1,3126682072=>1,3126662742=>1,3126660572=>1,3126653590=>1,3126649496=>1,3126657363=>1,3126658058=>1,3126660142=>1,3126658362=>1,3126682439=>1,3126682882=>1,3126684155=>1,3126684140=>1,3126684167=>1,3126684171=>1,3126684248=>1,3126684227=>1,3126684130=>1,3126684013=>1,3126683736=>1,3126683327=>1,3126683740=>1,3126683821=>1,3126684003=>1,3126649309=>1,3126646757=>1,3126625925=>1,3126625361=>1,3126626929=>1,3126628354=>1,3126628921=>1,3126628411=>1,3126624941=>1,3126624649=>1,3126623240=>1,3126622983=>1,3126623863=>1,3126623955=>1,3126624423=>1,3126624003=>1,3126629596=>1,3126631548=>1,3126638587=>1,3126638384=>1,3126638787=>1,3126639665=>1,3126644980=>1,3126640526=>1,3126638094=>1,3126638042=>1,3126635526=>1,3126632681=>1,3126635932=>1,3126637100=>1,3126638038=>1,3126589717=>1,3120920918=>1,3107771576=>1,3107754741=>1,3107771638=>1,3107772144=>1,3107818002=>1,3107804921=>1,3107754717=>1,3107591623=>1,3107301427=>1,3107272572=>1,3107390062=>1,3107436547=>1,3107542790=>1,3107542404=>1,3107818108=>1,3107818109=>1,3107820851=>1,3107820843=>1,3107820916=>1,3107820918=>1,3107820993=>1,3107820919=>1,3107820841=>1,3107820743=>1,3107820624=>1,3107820555=>1,3107820637=>1,3107820685=>1,3107820733=>1,3107820707=>1,3107267343=>1,3107193654=>1,3106802073=>1,3106801973=>1,3106802125=>1,3106802208=>1,3106802367=>1,3106802242=>1,3106801956=>1,3106801883=>1,3106544421=>1,3106465623=>1,3106727064=>1,3106737498=>1,3106801837=>1,3106783394=>1,3106808085=>1,3106878522=>1,3107018732=>1,3107017922=>1,3107110906=>1,3107116916=>1,3107193552=>1,3107193435=>1,3107013822=>1,3106922419=>1,3106921845=>1,3106880773=>1,3106922018=>1,3106922200=>1,3106922401=>1,3107821042=>1,3107821047=>1,3108864291=>1,3108802925=>1,3108912382=>1,3108915470=>1,3109038546=>1,3109019193=>1,3108802346=>1,3108714622=>1,3108714504=>1,3108625995=>1,3108714520=>1,3108714599=>1,3108714621=>1,3108714600=>1,3109084830=>1,3109084836=>1,3109232257=>1,3109232207=>1,3109261481=>1,3109274854=>1,3109317395=>1,3109280478=>1,3109214337=>1,3109210422=>1,3109164476=>1,3109136281=>1,3109194680=>1,3109210320=>1,3109210325=>1,3108580410=>1,3108580406=>1,3108075910=>1,3107992207=>1,3108079587=>1,3108096093=>1,3108161546=>1,3108097290=>1,3107939671=>1,3107897035=>1,3107896404=>1,3107828966=>1,3107896463=>1,3107896704=>1,3107896870=>1,3107896855=>1,3108174477=>1,3108239105=>1,3108566040=>1,3108552160=>1,3108566053=>1,3108566569=>1,3108579261=>1,3108566929=>1,3108548744=>1,3108548724=>1,3108269881=>1,3108246597=>1,3108339614=>1,3108439110=>1,3108548646=>1,3106446484=>1,3106444803=>1,3104903828=>1,3104884912=>1,3104931094=>1,3104931112=>1,3104931137=>1,3104931117=>1,3104877910=>1,3104877908=>1,3104842920=>1,3104830698=>1,3104845886=>1,3104848979=>1,3104877723=>1,3104850430=>1,3104931142=>1,3104931151=>1,3105052468=>1,3105045365=>1,3105052472=>1,3105054051=>1,3105178552=>1,3105153149=>1,3104957865=>1,3104946404=>1,3104931180=>1,3104931166=>1,3104931188=>1,3104931192=>1,3104946378=>1,3104936074=>1,3104830588=>1,3104792078=>1,3104646785=>1,3104646731=>1,3104646853=>1,3104646861=>1,3104647161=>1,3104647109=>1,3104630514=>1,3104595692=>1,3104566386=>1,3104566299=>1,3104566817=>1,3104567249=>1,3104591470=>1,3104575347=>1,3104695420=>1,3104709723=>1,3104779060=>1,3104779059=>1,3104779061=>1,3104779062=>1,3104786663=>1,3104786494=>1,3104766031=>1,3104750064=>1,3104709741=>1,3104709738=>1,3104709786=>1,3104710076=>1,3104749942=>1,3105180706=>1,3105180707=>1,3105841305=>1,3105836350=>1,3105841897=>1,3105841898=>1,3105853411=>1,3105851636=>1,3105761399=>1,3105725671=>1,3105557178=>1,3105548506=>1,3105599256=>1,3105625724=>1,3105687684=>1,3105669471=>1,3105872426=>1,3105875525=>1,3106114042=>1,3106021634=>1,3106130653=>1,3106170001=>1,3106279127=>1,3106246956=>1,3106018421=>1,3106017865=>1,3105938889=>1,3105923094=>1,3105938916=>1,3106013372=>1,3106017400=>1,3105528878=>1,3105528877=>1,3105216827=>1,3105216800=>1,3105270932=>1,3105270950=>1,3105271154=>1,3105270988=>1,3105216778=>1,3105216701=>1,3105186866=>1,3105180709=>1,3105186979=>1,3105216652=>1,3105216695=>1,3105216679=>1,3105271170=>1,3105271202=>1,3105520761=>1,3105518111=>1,3105525957=>1,3105528844=>1,3105528860=>1,3105528846=>1,3105497452=>1,3105487152=>1,3105414001=>1,3105413957=>1,3105435702=>1,3105462068=>1,3105462169=>1,3109388526=>1,3109441091=>1,3110971844=>1,3110971843=>1,3110971846=>1,3110971847=>1,3110971850=>1,3110971849=>1,3110971835=>1,3110971834=>1,3110971816=>1,3110971815=>1,3110971826=>1,3110971827=>1,3110971832=>1,3110971831=>1,3110971855=>1,3110971860=>1,3110971885=>1,3110971882=>1,3110971888=>1,3110971893=>1,3110971900=>1,3110971898=>1,3110971880=>1,3110971878=>1,3110971865=>1,3110971861=>1,3110971867=>1,3110971870=>1,3110971874=>1,3110971872=>1,3110971813=>1,3110971811=>1,3110971747=>1,3110971745=>1,3110971749=>1,3110971752=>1,3110971756=>1,3110971754=>1,3110971739=>1,3110971732=>1,3110971719=>1,3110971715=>1,3110971721=>1,3110971725=>1,3110971730=>1,3110971726=>1,3110971760=>1,3110971761=>1,3110971800=>1,3110971797=>1,3110971801=>1,3110971803=>1,3110971809=>1,3110971807=>1,3110971794=>1,3110971790=>1,3110971765=>1,3110971762=>1,3110971768=>1,3110971786=>1,3110971788=>1,3111062883=>1,3111100682=>1,3112954923=>1,3112954915=>1,3112954944=>1,3112954953=>1,3112955020=>1,3112954985=>1,3112881416=>1,3112792007=>1,3112558970=>1,3112553732=>1,3112657706=>1,3112657710=>1,3112791976=>1,3112672350=>1,3112955082=>1,3112955090=>1,3120896018=>1,3120882214=>1,3120919882=>1,3120920915=>1,3120941139=>1,3104552003=>1,3120860770=>1,3120789812=>1,3113032189=>1,3112955101=>1,3120615240=>1,3120632156=>1,3120674430=>1,3112550964=>1,3112509459=>1,3111560831=>1,3111560689=>1,3111647371=>1,3111649224=>1,3111699852=>1,3111686292=>1,3111560368=>1,3111554779=>1,3111244186=>1,3111165319=>1,3111290941=>1,3111471655=>1,3111473796=>1,3111471979=>1,3111699872=>1,3111919959=>1,3112255038=>1,3112200232=>1,3112255039=>1,3112305740=>1,3112306457=>1,3112306188=>1,3112183101=>1,3112183098=>1,3111985466=>1,3111941035=>1,3112032447=>1,3112032578=>1,3112114308=>1,3110971706=>1,3110971703=>1,3110071733=>1,3110071708=>1,3110071737=>1,3110071765=>1,3110122525=>1,3110098973=>1,3110071668=>1,3110071625=>1,3110041736=>1,3109964236=>1,3110057987=>1,3110058113=>1,3110071623=>1,3110071593=>1,3110150162=>1,3110167555=>1,3110360276=>1,3110360239=>1,3110360315=>1,3110360381=>1,3110360421=>1,3110360394=>1,3110360172=>1,3110360146=>1,3110173650=>1,3110173649=>1,3110173651=>1,3110213683=>1,3110296456=>1,3109964096=>1,3109949766=>1,3109458995=>1,3109458976=>1,3109459050=>1,3109459069=>1,3109459094=>1,3109459081=>1,3109458971=>1,3109448590=>1,3109441228=>1,3109441174=>1,3109441334=>1,3109441372=>1,3109448579=>1,3109441481=>1,3109459116=>1,3109459384=>1,3109767958=>1,3109767554=>1,3109792614=>1,3109870882=>1,3109871312=>1,3109871156=>1,3109534197=>1,3109534173=>1,3109459814=>1,3109459422=>1,3109459860=>1,3109467163=>1,3109529932=>1,3110360452=>1,3110360458=>1,3110936287=>1,3110860033=>1,3110944121=>1,3110965255=>1,3110971652=>1,3110965822=>1,3110762537=>1,3110755396=>1,3110631431=>1,3110631428=>1,3110636752=>1,3110650154=>1,3110727519=>1,3110726885=>1,3110971653=>1,3110971657=>1,3110971687=>1,3110971683=>1,3110971690=>1,3110971691=>1,3110971694=>1,3110971692=>1,3110971682=>1,3110971680=>1,3110971662=>1,3110971659=>1,3110971674=>1,3110971677=>1,3110971678=>1,3110631427=>1,3110631426=>1,3110360676=>1,3110360645=>1,3110360704=>1,3110360727=>1,3110360875=>1,3110360730=>1,3110360564=>1,3110360556=>1,3110360488=>1,3110360467=>1,3110360510=>1,3110360511=>1,3110360527=>1,3110360512=>1,3110360890=>1,3110360895=>1,3110597794=>1,3110597638=>1,3110597828=>1,3110603046=>1,3110603666=>1,3110603662=>1,3110465045=>1,3110465029=>1,3110360914=>1,3110360905=>1,3110408680=>1,3110444173=>1,3110463090=>1,3121218954=>1,);?>
1
+ <?php return array(3161728000=>3161728255,3176118045=>1,3175937638=>1,3176143185=>1,3176404268=>1,3176435553=>1,3176428013=>1,3176170390=>1,3175928990=>1,3175561428=>1,3175518124=>1,3175776526=>1,3175895786=>1,3175928864=>1,3175928438=>1,3176447589=>1,3176453130=>1,3176727602=>1,3176727579=>1,3176727715=>1,3176734341=>1,3176735505=>1,3176734641=>1,3176727231=>1,3176727168=>1,3176469525=>1,3175484959=>1,3176469633=>1,3176469641=>1,3176471918=>1,3176471906=>1,3176453022=>1,3175476891=>1,3174262995=>1,3174262994=>1,3174262999=>1,3174263003=>1,3174263014=>1,3174263009=>1,3174262991=>1,3174262990=>1,3174262967=>1,3174262965=>1,3174262968=>1,3174262971=>1,3174262987=>1,3174262977=>1,3174263019=>1,3174263028=>1,3174761690=>1,3174477138=>1,3174778386=>1,3174910129=>1,3175432126=>1,3174948409=>1,3174344070=>1,3174341250=>1,3174264931=>1,3174263031=>1,3174264945=>1,3174264955=>1,3174266622=>1,3176746696=>1,3176770230=>1,3178280166=>1,3178263372=>1,3178282449=>1,3179024774=>1,3179123984=>1,3179040916=>1,3178261112=>1,3178234710=>1,3177549431=>1,3177110917=>1,3177564377=>1,3178002114=>1,3178191728=>1,3178022422=>1,3179165938=>1,3179221289=>1,3183480094=>1,3181682290=>1,3183927297=>1,3183944852=>1,3184120611=>1,3184108051=>1,3181306827=>1,3180897981=>1,3179221455=>1,3179221433=>1,3179221469=>1,3179232200=>1,3180689927=>1,3177107690=>1,3177107433=>1,3176854232=>1,3176854189=>1,3176854601=>1,3176855111=>1,3176855441=>1,3176855374=>1,3176844127=>1,3176843506=>1,3176800954=>1,3176784757=>1,3176800988=>1,3176800995=>1,3176804642=>1,3176801534=>1,3176855703=>1,3176856004=>1,3176857237=>1,3176857064=>1,3176857504=>1,3176897644=>1,3177104790=>1,3176910010=>1,3176856714=>1,3176856571=>1,3176856020=>1,3176856005=>1,3176856374=>1,3176856440=>1,3176856530=>1,3174262960=>1,3174262957=>1,3170715665=>1,3170689868=>1,3170823036=>1,3170842790=>1,3170861512=>1,3170857695=>1,3170295956=>1,3170290755=>1,3170070451=>1,3170052413=>1,3170118425=>1,3170144489=>1,3170220244=>1,3170186475=>1,3170863905=>1,3170870305=>1,3171041656=>1,3171001995=>1,3171068502=>1,3171151266=>1,3171167434=>1,3171155590=>1,3171001986=>1,3170887746=>1,3170873612=>1,3170871067=>1,3170881546=>1,3170883700=>1,3170884591=>1,3170883798=>1,3169929563=>1,3169927594=>1,3168961112=>1,3168960576=>1,3168963909=>1,3168966012=>1,3168968584=>1,3168966765=>1,3168943790=>1,3168940633=>1,3168239746=>1,3168174421=>1,3168692975=>1,3168890484=>1,3168909469=>1,3168909090=>1,3168971631=>1,3168976944=>1,3169071508=>1,3169044870=>1,3169400114=>1,3169485433=>1,3169527291=>1,3169513690=>1,3168998025=>1,3168992693=>1,3168984563=>1,3168979160=>1,3168984595=>1,3168985519=>1,3168988570=>1,3171232114=>1,3171252362=>1,3173405975=>1,3173404951=>1,3173406730=>1,3173406740=>1,3173406908=>1,3173406852=>1,3173404938=>1,3173404692=>1,3173243968=>1,3173197204=>1,3173384969=>1,3173384973=>1,3173385433=>1,3173385425=>1,3173408531=>1,3173408532=>1,3174136270=>1,3174084599=>1,3174208917=>1,3174262934=>1,3174262955=>1,3174262937=>1,3174029174=>1,3173894739=>1,3173709628=>1,3173448671=>1,3173857378=>1,3173892100=>1,3173892101=>1,3173130748=>1,3172981591=>1,3171861420=>1,3171624149=>1,3171879177=>1,3171880379=>1,3172006258=>1,3171919087=>1,3171574115=>1,3171439186=>1,3171254637=>1,3171253095=>1,3171259502=>1,3171265952=>1,3171420804=>1,3171270931=>1,3172022946=>1,3172028131=>1,3172791487=>1,3172782307=>1,3172791641=>1,3172824604=>1,3172962298=>1,3172880721=>1,3172774141=>1,3172771407=>1,3172395298=>1,3172187004=>1,3172649625=>1,3172690895=>1,3172759282=>1,3184187529=>1,3184188610=>1,3187704684=>1,3187704677=>1,3187704690=>1,3187733290=>1,3187888675=>1,3187772397=>1,3187680006=>1,3187679506=>1,3185310905=>1,3185308915=>1,3185311093=>1,3185376903=>1,3187671598=>1,3187549865=>1,3187912782=>1,3187941042=>1,3188275951=>1,3188237861=>1,3188318716=>1,3188328498=>1,3188328600=>1,3188328516=>1,3188146674=>1,3188121224=>1,3188073680=>1,3188071832=>1,3188073983=>1,3188075925=>1,3188100208=>1,3188086147=>1,3185308827=>1,3185308074=>1,3185295253=>1,3185295231=>1,3185295288=>1,3185297122=>1,3185297344=>1,3185297271=>1,3185295148=>1,3185295134=>1,3185290482=>1,3185289942=>1,3185290503=>1,3185290825=>1,3185294898=>1,3185291431=>1,3185297367=>1,3185297399=>1,3185304100=>1,3185303029=>1,3185304746=>1,3185304907=>1,3185307404=>1,3185307307=>1,3185302932=>1,3185300531=>1,3185298570=>1,3185297929=>1,3185298859=>1,3185299995=>1,3185300464=>1,3188429782=>1,3188441138=>1,3190156857=>1,3190155647=>1,3190176582=>1,3190177241=>1,3190180631=>1,3190179852=>1,3190125762=>1,3190114910=>1,3190105660=>1,3190088334=>1,3190110159=>1,3190111210=>1,3190113566=>1,3190111540=>1,3190183452=>1,3190184957=>1,3190206029=>1,3190205572=>1,3190206237=>1,3190206302=>1,3190206928=>1,3190206744=>1,3190205107=>1,3190201803=>1,3190191330=>1,3190185362=>1,3190195591=>1,3190199065=>1,3190200058=>1,3190086239=>1,3190081095=>1,3188710965=>1,3188705311=>1,3188885019=>1,3189195634=>1,3189577463=>1,3189490434=>1,3188703352=>1,3188698714=>1,3188444570=>1,3188444569=>1,3188449758=>1,3188481075=>1,3188632260=>1,3188558676=>1,3189752455=>1,3189860194=>1,3190066647=>1,3190057774=>1,3190067636=>1,3190077001=>1,3190080257=>1,3190078100=>1,3190054634=>1,3190053851=>1,3189860196=>1,3189860195=>1,3190047134=>1,3190051579=>1,3190052893=>1,3185289793=>1,3185282653=>1,3185199277=>1,3185198535=>1,3185205431=>1,3185205556=>1,3185205892=>1,3185205571=>1,3185198367=>1,3185198179=>1,3185196595=>1,3185196579=>1,3185196936=>1,3185196993=>1,3185197038=>1,3185197023=>1,3185207312=>1,3185212432=>1,3185222781=>1,3185217817=>1,3185222953=>1,3185223717=>1,3185224066=>1,3185223967=>1,3185217766=>1,3185217559=>1,3185212752=>1,3185212536=>1,3185212890=>1,3185212977=>1,3185216972=>1,3185216175=>1,3185196447=>1,3185193595=>1,3184349570=>1,3184241746=>1,3184402002=>1,3184497120=>1,3184773181=>1,3184755421=>1,3184241162=>1,3184235387=>1,3184188611=>1,3168174357=>1,3184188614=>1,3184188615=>1,3184235287=>1,3184190314=>1,3184869730=>1,3184869731=>1,3185191876=>1,3185191042=>1,3185192040=>1,3185192158=>1,3185192931=>1,3185192287=>1,3185191018=>1,3185190948=>1,3185188866=>1,3184869740=>1,3185189547=>1,3185189994=>1,3185190541=>1,3185224093=>1,3185224129=>1,3185270130=>1,3185270018=>1,3185270323=>1,3185270330=>1,3185271054=>1,3185270832=>1,3185269987=>1,3185269183=>1,3185267955=>1,3185267011=>1,3185267980=>1,3185268031=>1,3185269134=>1,3185268348=>1,3185271103=>1,3185271178=>1,3185274043=>1,3185272536=>1,3185274480=>1,3185274951=>1,3185281152=>1,3185275033=>1,3185272468=>1,3185272378=>1,3185271503=>1,3185271486=>1,3185271525=>1,3185271546=>1,3185271552=>1,3185265670=>1,3185265429=>1,3185237377=>1,3185235832=>1,3185237839=>1,3185239359=>1,3185241265=>1,3185239918=>1,3185235559=>1,3185235540=>1,3185224726=>1,3185224131=>1,3185225138=>1,3185231295=>1,3185234287=>1,3185233840=>1,3185242608=>1,3185242796=>1,3185258832=>1,3185258811=>1,3185258844=>1,3185258935=>1,3185264850=>1,3185260452=>1,3185258770=>1,3185258697=>1,3185244574=>1,3185243332=>1,3185246564=>1,3185247762=>1,3185257604=>1,3184188609=>1,3168147324=>1,3156771056=>1,3156766098=>1,3156771062=>1,3156773975=>1,3156780573=>1,3156778874=>1,3156765645=>1,3156763461=>1,3156750678=>1,3156748659=>1,3156751336=>1,3156753232=>1,3156757619=>1,3156753650=>1,3156783621=>1,3156783946=>1,3157590368=>1,3157384203=>1,3157596460=>1,3157610269=>1,3157614403=>1,3157612635=>1,3157383025=>1,3157380561=>1,3156798423=>1,3156790789=>1,3156801593=>1,3156924499=>1,3156934191=>1,3156933895=>1,3156747767=>1,3156747728=>1,3156349774=>1,3156275956=>1,3156406098=>1,3156406183=>1,3156415769=>1,3156406745=>1,3156274309=>1,3156264517=>1,3155945869=>1,3155897873=>1,3156222702=>1,3156226983=>1,3156263459=>1,3156248512=>1,3156494383=>1,3156494982=>1,3156633897=>1,3156633895=>1,3156633899=>1,3156633900=>1,3156747725=>1,3156633902=>1,3156633883=>1,3156633881=>1,3156500467=>1,3156500326=>1,3156610265=>1,3156610273=>1,3156633880=>1,3157618765=>1,3157621128=>1,3161390700=>1,3161326957=>1,3161467853=>1,3161470297=>1,3161558365=>1,3161472150=>1,3161070758=>1,3161056251=>1,3160853885=>1,3160846225=>1,3160959893=>1,3160963052=>1,3161055652=>1,3161053677=>1,3161593585=>1,3161595737=>1,3161819225=>1,3161785875=>1,3161905644=>1,3161954156=>1,3162039084=>1,3162038847=>1,3161729034=>1,3161723264=>1,3161624187=>1,3161623564=>1,3161698301=>1,3161701643=>1,3161702197=>1,3160812445=>1,3160765084=>1,3158200153=>1,3157822283=>1,3158322537=>1,3158586779=>1,3158603837=>1,3158597799=>1,3157746836=>1,3157743822=>1,3157721967=>1,3157647837=>1,3157725776=>1,3157728919=>1,3157743281=>1,3157729762=>1,3158637144=>1,3158868747=>1,3160271563=>1,3160266059=>1,3160273686=>1,3160564188=>1,3160629244=>1,3160584589=>1,3160245715=>1,3160239883=>1,3159283353=>1,3159209481=>1,3159283479=>1,3159463537=>1,3160173270=>1,3155877873=>1,3155812712=>1,3147906562=>1,3147903543=>1,3147912434=>1,3147912637=>1,3147913416=>1,3147912681=>1,3147903406=>1,3147902781=>1,3147896403=>1,3147895741=>1,3147896502=>1,3147896772=>1,3147902709=>1,3147898096=>1,3147913675=>1,3147917694=>1,3147930717=>1,3147930708=>1,3147931069=>1,3147931569=>1,3147932392=>1,3147932188=>1,3147930580=>1,3147929685=>1,3147920430=>1,3147918097=>1,3147921463=>1,3147925605=>1,3147929612=>1,3147926720=>1,3147895389=>1,3147895038=>1,3147865975=>1,3147865740=>1,3147866091=>1,3147871518=>1,3147871651=>1,3147871540=>1,3147865399=>1,3147865291=>1,3147864604=>1,3147864583=>1,3147864612=>1,3147865155=>1,3147865264=>1,3147865210=>1,3147872113=>1,3147873869=>1,3147879073=>1,3147877860=>1,3147879957=>1,3147880804=>1,3147891318=>1,3147881352=>1,3147877857=>1,3147877588=>1,3147874059=>1,3147874015=>1,3147874116=>1,3147876876=>1,3147877269=>1,3147933850=>1,3147934182=>1,3153749271=>1,3153182183=>1,3153927655=>1,3153928169=>1,3154108627=>1,3153959776=>1,3153159025=>1,3151624946=>1,3149863188=>1,3149863183=>1,3149864402=>1,3150591559=>1,3151526502=>1,3151526501=>1,3154145427=>1,3154163602=>1,3155633854=>1,3155473454=>1,3155745504=>1,3155761754=>1,3155809763=>1,3155799390=>1,3155298148=>1,3155271589=>1,3154177159=>1,3154177028=>1,3154177168=>1,3154498677=>1,3154724747=>1,3149782727=>1,3149746905=>1,3147948881=>1,3147948653=>1,3147949272=>1,3147949746=>1,3148068265=>1,3147949978=>1,3147948015=>1,3147947439=>1,3147941455=>1,3147935691=>1,3147945450=>1,3147945641=>1,3147947420=>1,3147945670=>1,3148659002=>1,3148806787=>1,3149710488=>1,3149710091=>1,3149710489=>1,3149737402=>1,3149746453=>1,3149746283=>1,3149702454=>1,3149699631=>1,3148942952=>1,3148807208=>1,3149206326=>1,3149681188=>1,3149699630=>1,3162040263=>1,3162040858=>1,3166416755=>1,3166353293=>1,3166582013=>1,3166623297=>1,3166638401=>1,3166638314=>1,3166351853=>1,3166002517=>1,3165445304=>1,3165445283=>1,3165536609=>1,3165543573=>1,3165568531=>1,3165567400=>1,3166638436=>1,3166700061=>1,3166832872=>1,3166792455=>1,3166862184=>1,3166877019=>1,3166906819=>1,3166880486=>1,3166785347=>1,3166770921=>1,3166708278=>1,3166702770=>1,3166723338=>1,3166725218=>1,3166769734=>1,3166756014=>1,3165445266=>1,3165445149=>1,3165054307=>1,3165053477=>1,3165054451=>1,3165054623=>1,3165055176=>1,3165054958=>1,3165052968=>1,3165052942=>1,3165051855=>1,3165051581=>1,3165051936=>1,3165051966=>1,3165052599=>1,3165052163=>1,3165055481=>1,3165055938=>1,3165060685=>1,3165060399=>1,3165133312=>1,3165135450=>1,3165445138=>1,3165445127=>1,3165059706=>1,3165059387=>1,3165057218=>1,3165056059=>1,3165057710=>1,3165058521=>1,3165058666=>1,3166934481=>1,3166943948=>1,3168147266=>1,3168147264=>1,3168147272=>1,3168147273=>1,3168147277=>1,3168147274=>1,3168147259=>1,3168147255=>1,3168147242=>1,3168147239=>1,3168147244=>1,3168147247=>1,3168147251=>1,3168147249=>1,3168147282=>1,3168147283=>1,3168147318=>1,3168147315=>1,3168147319=>1,3168147320=>1,3147864529=>1,3168147323=>1,3168147310=>1,3168147309=>1,3168147289=>1,3168147286=>1,3168147299=>1,3168147300=>1,3168147302=>1,3168147237=>1,3168147236=>1,3168082348=>1,3168060063=>1,3168112503=>1,3168119400=>1,3168147202=>1,3168120417=>1,3168005939=>1,3168005933=>1,3167827053=>1,3167826210=>1,3168005894=>1,3168005896=>1,3168005920=>1,3168005903=>1,3168147203=>1,3168147205=>1,3168147221=>1,3168147216=>1,3168147224=>1,3168147227=>1,3168147233=>1,3168147229=>1,3168147215=>1,3168147213=>1,3168147207=>1,3168147206=>1,3168147209=>1,3168147211=>1,3168147212=>1,3165051525=>1,3165051170=>1,3163183419=>1,3163183146=>1,3163189308=>1,3163191840=>1,3163436101=>1,3163210674=>1,3163183121=>1,3163179636=>1,3163161049=>1,3163160998=>1,3163162921=>1,3163162929=>1,3163177565=>1,3163164965=>1,3163492640=>1,3163508551=>1,3164967325=>1,3164961780=>1,3164970579=>1,3164972195=>1,3164981790=>1,3164979907=>1,3164950456=>1,3164945195=>1,3164488352=>1,3164487578=>1,3164930219=>1,3164931650=>1,3164937211=>1,3164936717=>1,3163071020=>1,3162917843=>1,3162296471=>1,3162234246=>1,3162393106=>1,3162393155=>1,3162394390=>1,3162393164=>1,3162113441=>1,3162072838=>1,3162042668=>1,3162042661=>1,3162043008=>1,3162043168=>1,3162045313=>1,3162043904=>1,3162395035=>1,3162505509=>1,3162597201=>1,3162596827=>1,3162693965=>1,3162812418=>1,3162900034=>1,3162899804=>1,3162593662=>1,3162586677=>1,3162536566=>1,3162530654=>1,3162578700=>1,3162579278=>1,3162582644=>1,3164981839=>1,3164983870=>1,3165041672=>1,3165041549=>1,3165042020=>1,3165042204=>1,3165042719=>1,3165042411=>1,3165041208=>1,3165041155=>1,3165036936=>1,3165036132=>1,3165036967=>1,3165039685=>1,3165040605=>1,3165040577=>1,3165042806=>1,3165042894=>1,3165049019=>1,3165044300=>1,3165050761=>1,3165050827=>1,3165050939=>1,3165050830=>1,3165044295=>1,3165044256=>1,3165043277=>1,3165042981=>1,3165