-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathip-address-blocker.php
More file actions
32 lines (24 loc) · 1.77 KB
/
ip-address-blocker.php
File metadata and controls
32 lines (24 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/*
Plugin Name: LionScripts: IP Blocker Lite
Plugin URI: http://www.lionscripts.com/product/wordpress-ip-address-blocker-pro/
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.
Version: 11.1.1
Stable Tag: 11.1.1
Author: LionScripts.com
Author URI: http://www.lionscripts.com/
*************************************************************************
Copyright (C) 2022 LionScripts.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*************************************************************************/
global $LIONSCRIPTS, $wp_plugin_paths;
require(dirname(__FILE__).DIRECTORY_SEPARATOR.'plg.settings.php');