Plugin Directory

Changeset 2345403


Ignore:
Timestamp:
07/23/2020 01:43:04 PM (6 years ago)
Author:
wecantrack
Message:

add gachecker to bot-detector and fix spelling in readme.txt

Location:
wecantrack
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/tags/1.1.1/WecantrackApp.php

    r2344893 r2345403  
    208208    private static function useragent_is_bot($user_agent)
    209209    {
    210         $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle'];
     210        $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle', 'gachecker'];
    211211
    212212        foreach ($bots as $bot) {
    213213            if (stripos($user_agent, $bot) !== false) {
    214214                return true;
    215             };
     215            }
    216216        }
    217217
  • wecantrack/tags/1.1.1/readme.txt

    r2344893 r2345403  
    5050
    5151== Screenshots ==
    52 1. Easily install WeCanTrack on you WordPress site by making use of the WeCanTrack WordPress plugin.
     521. Easily install WeCanTrack on your WordPress site by making use of the WeCanTrack WordPress plugin.
    53532. Always be up to date about your affiliate performance. All your affiliate network and website data in one dashboard. We collect your sale and traffic data and match it so you can see the performance of your websites, landing pages, traffic sources, advertisers, network accounts and more.
    5454
  • wecantrack/trunk/WecantrackApp.php

    r2344893 r2345403  
    208208    private static function useragent_is_bot($user_agent)
    209209    {
    210         $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle'];
     210        $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle', 'gachecker'];
    211211
    212212        foreach ($bots as $bot) {
    213213            if (stripos($user_agent, $bot) !== false) {
    214214                return true;
    215             };
     215            }
    216216        }
    217217
  • wecantrack/trunk/readme.txt

    r2344893 r2345403  
    5050
    5151== Screenshots ==
    52 1. Easily install WeCanTrack on you WordPress site by making use of the WeCanTrack WordPress plugin.
     521. Easily install WeCanTrack on your WordPress site by making use of the WeCanTrack WordPress plugin.
    53532. Always be up to date about your affiliate performance. All your affiliate network and website data in one dashboard. We collect your sale and traffic data and match it so you can see the performance of your websites, landing pages, traffic sources, advertisers, network accounts and more.
    5454
Note: See TracChangeset for help on using the changeset viewer.