Changeset 2107599
- Timestamp:
- 06/17/2019 06:30:35 PM (7 years ago)
- Location:
- ip-address-blocker
- Files:
-
- 6 edited
-
tags/10.5/ip-address-blocker.php (modified) (1 diff)
-
tags/10.5/lib/lionscripts_plg_wib.class.php (modified) (1 diff)
-
tags/10.5/readme.txt (modified) (1 diff)
-
trunk/ip-address-blocker.php (modified) (1 diff)
-
trunk/lib/lionscripts_plg_wib.class.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ip-address-blocker/tags/10.5/ip-address-blocker.php
r2107010 r2107599 4 4 Plugin URI: http://www.lionscripts.com/product/wordpress-ip-address-blocker-pro/ 5 5 Description: LionScripts' IP Blocker for WordPress allows you to stop the Spam Visitors and malicious IP Addresses. You can block IP addresses by using the manual method or the Bulk IPs Upload method. By blocking the Unwanted or Spam IP Addresses, you can save your site's Bandwidth and hence the cost significantly. The blocked IPs won't be able to scrap the precious content from your WordPress Site. You can choose to either display the blocked message or an empty page to the blocked users. To do so, you can just add the IP Address to the blocking list and anytime you can delete that IP from the blocking list if you know that it's not performing malicious activities. 6 Version: 10.5 7 Stable Tag: 10.5 6 Version: 10.5.1 7 Stable Tag: 10.5.1 8 8 Author: LionScripts.com 9 9 Author URI: http://www.lionscripts.com/ -
ip-address-blocker/tags/10.5/lib/lionscripts_plg_wib.class.php
r2107010 r2107599 11 11 $this->plg_name = 'IP Address Blocker'; 12 12 $this->plg_description = ''; 13 $this->plg_version = '10.5 ';13 $this->plg_version = '10.5.1'; 14 14 $this->plg_hook_version = '1'; 15 15 $this->plg_identifier = 'WIB'; -
ip-address-blocker/tags/10.5/readme.txt
r2107010 r2107599 6 6 Requires at least: 3.0 7 7 Tested up to: 5.2.1 8 Stable tag: 10.5 8 Stable tag: 10.5.1 9 9 10 10 Best Security plugin available without compromising the performance of your WordPress Website. -
ip-address-blocker/trunk/ip-address-blocker.php
r2107010 r2107599 4 4 Plugin URI: http://www.lionscripts.com/product/wordpress-ip-address-blocker-pro/ 5 5 Description: LionScripts' IP Blocker for WordPress allows you to stop the Spam Visitors and malicious IP Addresses. You can block IP addresses by using the manual method or the Bulk IPs Upload method. By blocking the Unwanted or Spam IP Addresses, you can save your site's Bandwidth and hence the cost significantly. The blocked IPs won't be able to scrap the precious content from your WordPress Site. You can choose to either display the blocked message or an empty page to the blocked users. To do so, you can just add the IP Address to the blocking list and anytime you can delete that IP from the blocking list if you know that it's not performing malicious activities. 6 Version: 10.5 7 Stable Tag: 10.5 6 Version: 10.5.1 7 Stable Tag: 10.5.1 8 8 Author: LionScripts.com 9 9 Author URI: http://www.lionscripts.com/ -
ip-address-blocker/trunk/lib/lionscripts_plg_wib.class.php
r2107010 r2107599 11 11 $this->plg_name = 'IP Address Blocker'; 12 12 $this->plg_description = ''; 13 $this->plg_version = '10.5 ';13 $this->plg_version = '10.5.1'; 14 14 $this->plg_hook_version = '1'; 15 15 $this->plg_identifier = 'WIB'; … … 385 385 } 386 386 387 if( filter_var($ip_address, FILTER_VALIDATE_IP))387 if(!filter_var($ip_address, FILTER_VALIDATE_IP)) 388 388 { 389 389 $response = '<center><b><font class="error">Incorrect IP Address Provided. Please add a valid IP address to be blocked.</font></b></center>'; -
ip-address-blocker/trunk/readme.txt
r2107010 r2107599 6 6 Requires at least: 3.0 7 7 Tested up to: 5.2.1 8 Stable tag: 10.5 8 Stable tag: 10.5.1 9 9 10 10 Best Security plugin available without compromising the performance of your WordPress Website.
Note: See TracChangeset
for help on using the changeset viewer.