Changeset 2912227
- Timestamp:
- 05/14/2023 06:26:10 PM (3 years ago)
- Location:
- traffic-jammer/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
traffic-jammer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
traffic-jammer/trunk/README.md
r2911252 r2912227 8 8 Tested up to: 6.2 9 9 10 Stable tag: 1. 0.1010 Stable tag: 1.1.0 11 11 12 12 Requires PHP: 7.4 … … 18 18 ## Description 19 19 20 The poormans WAF. WordPress plugin to blockIP and bots categorized as harmful, resulting in heavy server loads from frequently crawled pages, or utilized in vulnerability/security breach scans. The plugiin can block:20 Prevent unwanted traffic incidents that might result in site outages and billing overages. WordPress plugin that blocks IP and bots categorized as harmful, resulting in heavy server loads from frequently crawled pages, or utilized in vulnerability/security breach scans. The plugiin can block: 21 21 22 22 - Single IP -
traffic-jammer/trunk/readme.txt
r2911756 r2912227 5 5 Requires at least: 5.2 6 6 Tested up to: 6.2 7 Stable tag: 1. 0.107 Stable tag: 1.1.0 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 54 54 55 55 == Changelog == 56 = 1.1.0 = 57 * added 5 days in the selection of retention period of logs 58 56 59 = 1.0.10 = 57 60 * fix bug on detecting real IP when domain is using Cloudflare proxy -
traffic-jammer/trunk/traffic-jammer.php
r2911252 r2912227 9 9 * Plugin URI: https://wordpress.org/plugins/traffic-jammer/ 10 10 * Description: WordPress plugin to block IP and bots that causes malicious traffic. 11 * Version: 1. 0.1011 * Version: 1.1.0 12 12 * Requires at least: 5.2 13 13 * Requires PHP: 7.4 … … 555 555 } 556 556 echo '>3 days</option>'; 557 echo '<option value="5" '; 558 if ( $interval_day == 5 ) { 559 echo 'SELECTED'; 560 } 561 echo '>5 days</option>'; 557 562 echo '<option value="7"'; 558 563 if ( $interval_day == 7 ) {
Note: See TracChangeset
for help on using the changeset viewer.