Download the PHP package iionly/http_blacklist without Composer
On this page you can find all versions of the php package iionly/http_blacklist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iionly/http_blacklist
More information about iionly/http_blacklist
Files in iionly/http_blacklist
Package http_blacklist
Short Description Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
License GPL-2.0-only
Homepage https://github.com/iionly/http_blacklist
Informations about the package http_blacklist
http:blacklist for Elgg 3.3 and newer Elgg 3.X
Latest Version: 3.3.1
Released: 2021-02-14
Contact: [email protected]
License: GNU General Public License version 2
Copyright: (c) iionly
Description
This plugin checks the IP addresses of site visitors against listings in the Project Honey Pot blacklist (http:bl). Currently, this is done only for logged-out visitors (+ bots/crawlers etc.) who visit the Login, Register or Lost Password pages. If a possible threatening IP is identified, it gets either blocked from accessing these pages or you can also redirect the access to a honeypot site that you have created.
For the plugin to work you need to register a (free) personal account at http://www.projecthoneypot.org and create your API key.
Installation
- If you have a previous version of the http:blacklist plugin installed, first remove the old http_blacklist plugin folder from your mod directory before copying/extracting the new version to your server,
- Copy the http_blacklist plugin folder into you mod folder,
- Enable the http:blacklist plugin in the admin section of your site,
- Enter at least your http:bl API key on the plugin's settings page.