proxgfy
Block proxy access to your site.
Change Log for proxgfy
Version 1.33 dev Build #7
Fixed bug with UNIX servers where document_root value doesn't match the document_root value on Windows servers (which threw a PHP error seeing as it was attempting to open a file that doesn't exist).
Version 1.32 stable Build #6
Fixes:
- Gave enable/disable settings some functionality (oversight error on my behalf).
- Fixed VPN blocking method and gave it the ability to check IPv6 addresses.
Additions:
- Gave enable/disable settings for each function: IP blocker, proxy blocker, TOR blocker, and VPN blocker.
Version 1.31 dev Build #5
Fixes:
- Fixed false-positive in subnet check because I used the deprecated split function rather than the explode function in PHP (very important).
Version 1.3 dev Build #4
Fixes:
- Improved plugin code.
- Filtered superglobal variables.
Additions:
- Added 5 VPNs: OVH, Cyberghost, Mullvad, NordVPN, Hotspot Shield
Potential Issues:
- Page load times are increased in order to check for VPNs
- VPN blocking method has not been tested on a remote server.
- VPN blocking method requires forum owner to grab their own ASN data.
Version 1.2 stable Build #3
- Removed long list of TOR addresses from within the proxgfy.php file.
- Added a new directory with a new file "torlist.list" to contain TOR addresses.
- Improved the names of the plugin variables.
- Changed default redirect address from "https://ileaker.net/403" to "http://0.0.0.0"
Version 1.1 dev Build #2
- Replaced unnecessary for loops with in_array functions.
- Added feature to add custom IPs to the blocklist.
Build #1 dev
The first build has no changes.