Plugin Directory

Changeset 3261136


Ignore:
Timestamp:
03/24/2025 10:08:59 PM (12 months ago)
Author:
vowe
Message:

1.0.2

Location:
killbot
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • killbot/trunk/killbot.php

    r3250421 r3261136  
    22/**
    33 * Plugin Name:       Killbot
    4  * Description:       KillBot - website protection service from behavioral bots.
    5  * Version:           1.0.1
     4 * 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
    66 * Requires at least: 6.4
    77 * Requires PHP:      7.1
  • killbot/trunk/pages/settings.php

    r3250421 r3261136  
    2525            <th><label>Yandex Metrika:</label></th>
    2626            <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">
    2832                    <p class="description">If you use the yandex.metrika counter, then enter it here ID</p>
    2933                </label></td>
  • killbot/trunk/readme.txt

    r3250421 r3261136  
    55Tested up to: 6.7
    66Requires PHP: 7.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.