Changeset 3250421
- Timestamp:
- 03/04/2025 12:56:42 PM (13 months ago)
- Location:
- killbot/trunk
- Files:
-
- 3 edited
-
killbot.php (modified) (1 diff)
-
pages/settings.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
killbot/trunk/killbot.php
r3247959 r3250421 3 3 * Plugin Name: Killbot 4 4 * Description: KillBot - website protection service from behavioral bots. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Requires at least: 6.4 7 7 * Requires PHP: 7.1 -
killbot/trunk/pages/settings.php
r3247959 r3250421 12 12 <td><label> 13 13 <input name="killbot_settings[killbot_email]" type="email" value="<?php echo esc_attr( get_option('admin_email') ); ?>" class="regular-text" /required> 14 <p class="description">Enter your Killbot account if there is no account, it will be created.</p> 14 15 </label></td> 15 16 </tr> … … 18 19 <td><label> 19 20 <input name="killbot_settings[killbot_pass]" type="password" class="regular-text" /required> 21 <p class="description">We do not keep your password, remember it</p> 20 22 </label></td> 21 23 </tr> … … 24 26 <td><label> 25 27 <input name="killbot_settings[killbot_YandexMetrika]" type="text" value="<?php echo esc_attr( get_option('killbot_settings' )['metrika']); ?>" class="regular-text"> 28 <p class="description">If you use the yandex.metrika counter, then enter it here ID</p> 26 29 </label></td> 27 30 </tr> -
killbot/trunk/readme.txt
r3247959 r3250421 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 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.