Anti-Malware Security and Brute-Force Firewall - Version 4.18.63

Version Description

Fixed a major bug in the Firewall updates that could cause a False Positive lockout.

Download this release

Release Info

Developer scheeeli
Plugin Icon 128x128 Anti-Malware Security and Brute-Force Firewall
Version 4.18.63
Comparing to
See all releases

Code changes from version 4.18.62 to 4.18.63

Files changed (2) hide show
  1. index.php +3 -1
  2. readme.txt +9 -3
index.php CHANGED
@@ -8,7 +8,7 @@ Author URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/
8
  Contributors: scheeeli, gotmls
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
10
  Description: This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and helps you remove them. It's always growing and changing to adapt to new threats so let me know if it's not working for you.
11
- Version: 4.18.62
12
  */
13
  if (isset($_SERVER["DOCUMENT_ROOT"]) && ($SCRIPT_FILE = str_replace($_SERVER["DOCUMENT_ROOT"], "", isset($_SERVER["SCRIPT_FILENAME"])?$_SERVER["SCRIPT_FILENAME"]:isset($_SERVER["SCRIPT_NAME"])?$_SERVER["SCRIPT_NAME"]:"")) && strlen($SCRIPT_FILE) > strlen("/".basename(__FILE__)) && substr(__FILE__, -1 * strlen($SCRIPT_FILE)) == substr($SCRIPT_FILE, -1 * strlen(__FILE__)))
14
  include(dirname(__FILE__)."/safe-load/index.php");
@@ -46,6 +46,8 @@ function GOTMLS_install() {
46
  GOTMLS_define("GOTMLS_wp_version", "Unknown");
47
  if (version_compare(GOTMLS_wp_version, GOTMLS_require_version, "<"))
48
  die(GOTMLS_require_version_LANGUAGE.", NOT version: ".GOTMLS_wp_version);
 
 
49
  }
50
  register_activation_hook(__FILE__, "GOTMLS_install");
51
 
8
  Contributors: scheeeli, gotmls
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
10
  Description: This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and helps you remove them. It's always growing and changing to adapt to new threats so let me know if it's not working for you.
11
+ Version: 4.18.63
12
  */
13
  if (isset($_SERVER["DOCUMENT_ROOT"]) && ($SCRIPT_FILE = str_replace($_SERVER["DOCUMENT_ROOT"], "", isset($_SERVER["SCRIPT_FILENAME"])?$_SERVER["SCRIPT_FILENAME"]:isset($_SERVER["SCRIPT_NAME"])?$_SERVER["SCRIPT_NAME"]:"")) && strlen($SCRIPT_FILE) > strlen("/".basename(__FILE__)) && substr(__FILE__, -1 * strlen($SCRIPT_FILE)) == substr($SCRIPT_FILE, -1 * strlen(__FILE__)))
14
  include(dirname(__FILE__)."/safe-load/index.php");
46
  GOTMLS_define("GOTMLS_wp_version", "Unknown");
47
  if (version_compare(GOTMLS_wp_version, GOTMLS_require_version, "<"))
48
  die(GOTMLS_require_version_LANGUAGE.", NOT version: ".GOTMLS_wp_version);
49
+ else
50
+ delete_option("gotmls_definitions_blob");
51
  }
52
  register_activation_hook(__FILE__, "GOTMLS_install");
53
 
readme.txt CHANGED
@@ -5,8 +5,8 @@ Author URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/
5
  Contributors: scheeeli, gotmls
6
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
7
  Tags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider
8
- Version: 4.18.62
9
- Stable tag: 4.18.62
10
  Requires at least: 3.3
11
  Tested up to: 5.1.1
12
 
@@ -27,7 +27,7 @@ This Anti-Malware scanner searches for Malware, Viruses, and other security thre
27
  * Check the integrity of your WordPress Core files.
28
  * Automatically download new Definition Updates when running a Complete Scan.
29
 
30
- Updated Mar 16th
31
 
32
  Register this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.
33
 
@@ -94,6 +94,9 @@ sucuri.net caches their scan results and will not refresh the scan until you cli
94
 
95
  == Changelog ==
96
 
 
 
 
97
  = 4.18.62 =
98
  * Fixed a bug in the Firewall that prevented some iPad devices from logging in.
99
  * Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.
@@ -356,6 +359,9 @@ sucuri.net caches their scan results and will not refresh the scan until you cli
356
 
357
  == Upgrade Notice ==
358
 
 
 
 
359
  = 4.18.62 =
360
  Fixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).
361
 
5
  Contributors: scheeeli, gotmls
6
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
7
  Tags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider
8
+ Version: 4.18.63
9
+ Stable tag: 4.18.63
10
  Requires at least: 3.3
11
  Tested up to: 5.1.1
12
 
27
  * Check the integrity of your WordPress Core files.
28
  * Automatically download new Definition Updates when running a Complete Scan.
29
 
30
+ Updated Mar 18th
31
 
32
  Register this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of "Known Threats" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for "Potential Threats" and leaves it up to you to identify and remove the malicious ones.
33
 
94
 
95
  == Changelog ==
96
 
97
+ = 4.18.63 =
98
+ Fixed a major bug in the Firewall updates that could cause a False Positive lockout.
99
+
100
  = 4.18.62 =
101
  * Fixed a bug in the Firewall that prevented some iPad devices from logging in.
102
  * Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.
359
 
360
  == Upgrade Notice ==
361
 
362
+ = 4.18.63 =
363
+ Fixed a major bug in the Firewall updates that could cause a False Positive lockout.
364
+
365
  = 4.18.62 =
366
  Fixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).
367