robercik1010

Google Bot Cheater

Sep 16th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?
  2. $USER_AGENT=$_SERVER['HTTP_USER_AGENT'];
  3. $BOT='/^Googlebot/';
  4. if(preg_match($BOT,$USER_AGENT)){
  5. //Content for Google Bot
  6. } else{
  7. //Normal site content
  8. }
  9. ?>
Add Comment
Please, Sign In to add comment