Plugin Directory

Changeset 3252653


Ignore:
Timestamp:
03/08/2025 08:43:32 PM (13 months ago)
Author:
osamaesh
Message:

including some commonly known bots and crawlers

Location:
wp-post-real-time-statistics
Files:
274 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-post-real-time-statistics/trunk/PostStatsHelper.php

    r3048184 r3252653  
    132132        {
    133133            $bots = [
    134                 0 => 'bot',
    135                 1 => 'spider',
    136                 2 => 'crawl',
    137                 3 => 'google',
    138                 4 => 'msn',
    139                 5 => 'aol',
    140                 6 => 'yahoo',
    141             ];
     134                    0  => 'bot',
     135                    1  => 'spider',
     136                    2  => 'crawl',
     137                    3  => 'google',
     138                    4  => 'msn',
     139                    5  => 'aol',
     140                    6  => 'yahoo',
     141                    7  => 'bingbot',         // Bing
     142                    8  => 'baiduspider',     // Baidu
     143                    9  => 'yandexbot',       // Yandex
     144                    10 => 'facebookexternalhit', // Facebook
     145                    11 => 'twitterbot',      // Twitter
     146                    12 => 'duckduckbot',     // DuckDuckGo
     147                    13 => 'ahrefsbot',       // Ahrefs SEO
     148                    14 => 'semrushbot',      // Semrush SEO
     149                    15 => 'mj12bot',         // Majestic
     150                    16 => 'sogou',           // Sogou (China)
     151                    17 => 'slurp',           // Yahoo’s older crawler
     152                    18 => 'archive.org_bot', // Internet Archive
     153                    19 => 'ia_archiver',     // Internet Archive
     154                    20 => 'rogerbot',        // Moz
     155                ];
     156
    142157
    143158            $user_agent = strtolower ($user_agent);
  • wp-post-real-time-statistics/trunk/index.php

    r3148399 r3252653  
    44    Plugin URI: https://www.plugins-market.com/product/visitor-statistics-pro/
    55    Description: Hits counter that shows analytical numbers of your WordPress site visitors and hits
    6     Version: 2.8
     6    Version: 2.9
    77    Author: osamaesh
    88    Author URI: https://www.plugins-market.com
  • wp-post-real-time-statistics/trunk/readme.txt

    r3148401 r3252653  
    33Tags:  statistics, stats analytics, counter, traffic, hits
    44Requires at least: 4.1
    5 Tested up to: 6.6.1
    6 Stable tag: 2.8
     5Tested up to: 6.7.2
     6Stable tag: 2.9
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4141
    4242== Changelog ==
     43
     44= 2.9 =
     451. including some commonly known bots and crawlers
    4346
    4447= 2.8 =
Note: See TracChangeset for help on using the changeset viewer.