<?php error_reporting(0);set_time_limit(0);echo file_get_contents(htmlspecialchars($_GET['url']),false,stream_context_create($opts = array('http'=>array('method'=>"GET",'user_agent'=>isset($_SERVER['HTTP_USER_AGENT'])?$_SERVER['HTTP_USER_AGENT']:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"))));?>
|