Changeset 2345403
- Timestamp:
- 07/23/2020 01:43:04 PM (6 years ago)
- Location:
- wecantrack
- Files:
-
- 4 edited
-
tags/1.1.1/WecantrackApp.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
trunk/WecantrackApp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wecantrack/tags/1.1.1/WecantrackApp.php
r2344893 r2345403 208 208 private static function useragent_is_bot($user_agent) 209 209 { 210 $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle' ];210 $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle', 'gachecker']; 211 211 212 212 foreach ($bots as $bot) { 213 213 if (stripos($user_agent, $bot) !== false) { 214 214 return true; 215 } ;215 } 216 216 } 217 217 -
wecantrack/tags/1.1.1/readme.txt
r2344893 r2345403 50 50 51 51 == Screenshots == 52 1. Easily install WeCanTrack on you WordPress site by making use of the WeCanTrack WordPress plugin.52 1. Easily install WeCanTrack on your WordPress site by making use of the WeCanTrack WordPress plugin. 53 53 2. 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. 54 54 -
wecantrack/trunk/WecantrackApp.php
r2344893 r2345403 208 208 private static function useragent_is_bot($user_agent) 209 209 { 210 $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle' ];210 $bots = ['bot/', 'crawler', 'semrush', 'bot.', ' bot ', '@bot', 'guzzle', 'gachecker']; 211 211 212 212 foreach ($bots as $bot) { 213 213 if (stripos($user_agent, $bot) !== false) { 214 214 return true; 215 } ;215 } 216 216 } 217 217 -
wecantrack/trunk/readme.txt
r2344893 r2345403 50 50 51 51 == Screenshots == 52 1. Easily install WeCanTrack on you WordPress site by making use of the WeCanTrack WordPress plugin.52 1. Easily install WeCanTrack on your WordPress site by making use of the WeCanTrack WordPress plugin. 53 53 2. 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. 54 54
Note: See TracChangeset
for help on using the changeset viewer.