Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
6,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1.     $bot = 'bot';
  2.     $bot2 = 'Yandex|Googlebot|slurp|yahoo|Teoma|Scooter|ia_archiver|Lycos|Rambler|Mail.Ru|Aport|WebAlta|ezooms|nigma|bingbot|Twitterbot';
  3.     $bot3 = 'Gigabot|trendictionbot|msnbot|jeeves|webcrawler|turnitinbot|technorati|findexa|findlinks|gaisbo|zyborg|surveybot|bloglines|blogsearch|pubsub|syndic8|userland|become.com';
  4.     if( preg_match("~$bot|$bot2~i", $_SERVER['HTTP_USER_AGENT']) ) {
  5.             wp_send_json(array('error' => 'BOT'));
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement