Plugin Directory

Changeset 3389730


Ignore:
Timestamp:
11/04/2025 02:16:18 PM (5 months ago)
Author:
globusstudio
Message:

Fix minor error. Add fallback for locale_get_display_name

Location:
botblocker-security
Files:
562 added
6 edited

Legend:

Unmodified
Added
Removed
  • botblocker-security/trunk/admin/css/botblocker-admin.css

    r3388456 r3389730  
    33 *
    44 * @package     BotBlocker
    5  * @version     1.6.3
     5 * @version     1.6.4
    66 * @author      BotBlocker Team
    77 * @copyright   Copyright (c) 2025 BotBlocker
  • botblocker-security/trunk/botblocker-security.php

    r3388456 r3389730  
    1111 * @link              https://globus.studio
    1212 * @package           botblocker-security
    13  * @version           1.6.3
     13 * @version           1.6.4
    1414 *
    1515 * @wordpress-plugin
     
    1717 * Plugin URI:        https://globus.studio/wordpress-toolkit/
    1818 * Description:       BotBlocker Security is a powerful WordPress plugin designed to safeguard your website from unwanted bots and malicious activities. With advanced detection algorithms, BotBlocker identifies and blocks harmful bots, reducing spam and protecting your site's resources. The plugin provides real-time monitoring and customizable rules, allowing you to control access and enhance site security effortlessly. Easy to install and configure, BotBlocker ensures a smooth user experience while keeping your site safe from automated threats. Keep your WordPress site secure and running efficiently with BotBlocker.
    19  * Version:           1.6.3
     19 * Version:           1.6.4
    2020 * Author:            Yevhen Leonidov
    2121 * Author URI:        https://leonidov.dev/
  • botblocker-security/trunk/includes/botblocker/class-botblocker.php

    r3388456 r3389730  
    88 * It handles detections, logging, and blocking of suspicious bot activities.
    99 *
    10  * @version    1.6.3
     10 * @version    1.6.4
    1111 * @package    Botblocker
    1212 * @subpackage Botblocker/includes
  • botblocker-security/trunk/includes/inc-botblocker-define.php

    r3388456 r3389730  
    77define('BOTBLOCKER_PREFIX', 'bb_'); // The prefix used for settings and options
    88
    9 define('BOTBLOCKER_VERSION', '1.6.3'); // The version number of the plugin
     9define('BOTBLOCKER_VERSION', '1.6.4'); // The version number of the plugin
    1010define('BOTBLOCKER_DB_VERSION', '2.0.0'); // The database version of the plugin
    1111
  • botblocker-security/trunk/includes/shortcode/botblocker-shortcode-header.php

    r3388456 r3389730  
    2727?>
    2828            <li>
    29                 <a href="#" class="language-option" data-lang="<?php echo esc_html($data_lang); ?>">
    30                     <div class="flag flag-<?php echo esc_html($flag); ?>"></div>
    31                     <span class="title"><?php  echo esc_html(locale_get_display_name($data_lang, $flag)); ?></span>
     29                <a href="#" class="language-option" data-lang="<?php echo esc_attr($data_lang); ?>">
     30                    <div class="flag flag-<?php echo esc_attr($flag); ?>"></div>
     31                    <span class="title"><?php echo esc_html(function_exists('locale_get_display_name') ? locale_get_display_name($data_lang, $flag) : $data_lang); ?></span>
    3232                </a>
    3333            </li>
  • botblocker-security/trunk/readme.md

    r3388481 r3389730  
    1 === BotBlocker Security ===
     1=== BotBlocker Security - Firewall & Bot Protection ===
    22Contributors: globusstudio, alukashevych, alexandrkinakh
    3 Tags: security, brute force, protection, anti spam, firewall
     3Tags: security, firewall, anti-spam, captcha, brute force
    44Requires at least: 5.0
    55Tested up to: 6.8
    66Requires PHP: 7.3
    7 Stable tag: 1.6.3
     7Stable tag: 1.6.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 WordPress security plugin with firewall, brute force protection, anti-spam, cloud threat intelligence, and multi-layer CAPTCHA.
     11Protect your WordPress site: firewall, bot & brute-force protection, anti-spam, multi-layer CAPTCHA, optional cloud threat intel.
    1212
    1313== Description ==
    1414
    15 = WordPress Security Plugin & Firewall =
    16 
    17 **Every day, automated bots and hackers bombard websites with attacks.** Mass botnets, fake search engine crawlers, brute-force login attempts, and spam bots can overwhelm your WordPress site - stealing data, overloading your server, and defacing content. It's a 24/7 threat to your business. You need a proactive defense that stops these attacks before they even reach your site.
    18 
    19 **BotBlocker Security is the all-in-one solution to keep your site safe from automated threats.** This powerful WordPress security plugin acts as a dedicated anti-bot firewall, blocking malicious traffic at the front gate without slowing down your site.
    20 
    21 BotBlocker's setup and onboarding experience allows anyone to secure their WordPress website in under 1 minute, regardless of technical expertise. You can rest assured knowing you have enabled all the right security settings to protect your website.
    22 
    23 = 🔥 WordPress Firewall =
    24 
    25 BotBlocker Security includes an endpoint firewall that identifies and blocks malicious traffic before it reaches WordPress. Built and maintained by a team focused 100% on WordPress security, our Web Application Firewall protects your site while reducing server load.
     15= WordPress Security Plugin & Firewall (WAF) =
     16
     17**Every day, automated bots and hackers bombard websites with attacks.** Mass botnets, fake search engine crawlers, brute-force login attempts, and spam bots can overwhelm your WordPress site - stealing data, overloading your server, and defacing content. It's a 24/7 threat to your business. If you’re looking for **WordPress site protection**, you need a proactive defense that stops these attacks before they reach your website.
     18
     19**BotBlocker Security is the all-in-one solution to keep your site safe from automated threats.** This powerful **WordPress security plugin and Web Application Firewall (WAF)** acts as a dedicated **anti-bot** firewall, blocking malicious traffic at the front gate without slowing down your site.
     20
     21BotBlocker's setup and onboarding experience allows anyone to secure their **WordPress site** in under 1 minute, regardless of technical expertise. You can rest assured knowing you have enabled the right **site protection** settings to protect your website.
     22
     23= 🔥 WordPress Firewall (WAF) =
     24
     25BotBlocker Security includes an endpoint **firewall/WAF** that identifies and blocks malicious traffic before it reaches WordPress. Built and maintained by a team focused 100% on WordPress security, our Web Application Firewall protects your site while reducing server load.
    2626
    2727**BotBlocker intercepts bad traffic at the earliest stage** - even before WordPress or your theme loads. By running as a must-use plugin (MU-plugin) on early init, it blocks threats before WordPress initializes, drastically reducing server load during attacks.
     
    3636* Brute force protection with login attempt limits and multi-layer verification
    3737
    38 = 📡 WordPress Security Scanner =
    39 
    40 Every attempt to access your site is thoroughly analyzed and filtered. BotBlocker provides comprehensive protection across all entry points:
     38= 📡 WordPress Security Scanner & Site Protection =
     39
     40Every attempt to access your site is thoroughly analyzed and filtered. BotBlocker provides comprehensive **site protection** across all entry points:
    4141
    4242* **XML-RPC and API Protection** - all endpoints blocked by default. Create access rules for trusted services and add allowed URLs for payment plugins
     
    4646* **Network & Protocol Control** - block obsolete HTTP/1.0 clients and disable IPv6 if not used. Cloudflare-aware protection blocks origin bypass attempts
    4747
    48 = 🔒 Login Security =
     48= 🔒 Login Security & Bot Protection =
    4949
    5050All login attempts pass through multi-layer filtering and CAPTCHA verification:
     
    151151= How does BotBlocker Security protect sites from attackers? =
    152152
    153 BotBlocker uses multi-layer protection: early-init filtering before WordPress loads, cloud-based threat intelligence, advanced CAPTCHA challenges, deep request analysis, and real-time IP blocking. This comprehensive approach stops bots, scrapers, brute force attacks, and spam before they reach your site.
    154 
    155 = How does the BotBlocker WordPress Firewall work? =
    156 
    157 The firewall operates at the earliest stage - before WordPress loads - analyzing every request's technical fingerprint. It checks User-Agent strings, headers, IP reputation, PTR records, and behavioral patterns to identify and block malicious traffic instantly.
     153BotBlocker uses multi-layer **site protection**: early-init filtering before WordPress loads, cloud-based threat intelligence, advanced CAPTCHA challenges, deep request analysis, and real-time IP blocking. This comprehensive approach stops bots, scrapers, brute force attacks, and spam before they reach your site.
     154
     155= How does the BotBlocker WordPress Firewall (WAF) work? =
     156
     157The **firewall/WAF** operates at the earliest stage - before WordPress loads - analyzing every request's technical fingerprint. It checks User-Agent strings, headers, IP reputation, PTR records, and behavioral patterns to identify and block malicious traffic instantly.
    158158
    159159= Does the plugin collect personal data? =
     
    206206== Upgrade Notice ==
    207207
     208= 1.6.4 =
     209Improved compatibility with various hosting environments. Minor bug fixes and performance optimizations.
     210
    208211= 1.6.3 =
    209212Bug fixes and improvements. Plugin now uses upload directory for better compatibility.
Note: See TracChangeset for help on using the changeset viewer.