<?php
    header
("content-type:text/html;charset=utf-8");
    
highlight_file(__FILE__);
    if(!
preg_match('/^https?/is',$_GET['url'])){
        die(
"no hack");
    }
    echo 
file_get_contents($_GET['url']);
?>
no hack