Changeset 3261136
- Timestamp:
- 03/24/2025 10:08:59 PM (12 months ago)
- Location:
- killbot
- Files:
-
- 22 added
- 3 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/includes (added)
-
tags/1.0.0/includes/api.php (added)
-
tags/1.0.0/includes/pages.php (added)
-
tags/1.0.0/js (added)
-
tags/1.0.0/js/killbot.js (added)
-
tags/1.0.0/killbot.php (added)
-
tags/1.0.0/pages (added)
-
tags/1.0.0/pages/settings.php (added)
-
tags/1.0.0/readme.txt (added)
-
tags/1.0.0/uninstall.php (added)
-
tags/1.0.1 (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/api.php (added)
-
tags/1.0.1/includes/pages.php (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/killbot.js (added)
-
tags/1.0.1/killbot.php (added)
-
tags/1.0.1/pages (added)
-
tags/1.0.1/pages/settings.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/killbot.php (modified) (1 diff)
-
trunk/pages/settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
killbot/trunk/killbot.php
r3250421 r3261136 2 2 /** 3 3 * Plugin Name: Killbot 4 * Description: KillBot - website protection service from behavioral bots.5 * Version: 1.0. 14 * Description: KillBot is an anti-bot, anti-spam, anti-flood and anti-crawler system that analyzes traffic, detects bots, and can either block them or present a CAPTCHA. The plugin interacts with the KillBot service to check users for signs of automated behavior and detect the use of proxies or VPNs. 5 * Version: 1.0.2 6 6 * Requires at least: 6.4 7 7 * Requires PHP: 7.1 -
killbot/trunk/pages/settings.php
r3250421 r3261136 25 25 <th><label>Yandex Metrika:</label></th> 26 26 <td><label> 27 <input name="killbot_settings[killbot_YandexMetrika]" type="text" value="<?php echo esc_attr( get_option('killbot_settings' )['metrika']); ?>" class="regular-text"> 27 <input name="killbot_settings[killbot_YandexMetrika]" type="text" value="<?php 28 $killbot = get_option('killbot_settings' )['metrika']; 29 if(!$killbot) echo esc_attr( get_option('metrica_options' )['counter_id'] ); 30 else echo esc_attr( $killbot ); 31 ?>" class="regular-text"> 28 32 <p class="description">If you use the yandex.metrika counter, then enter it here ID</p> 29 33 </label></td> -
killbot/trunk/readme.txt
r3250421 r3261136 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.