home *** CD-ROM | disk | FTP | other *** search
/ host01.best-hosting.ru / host01.best-hosting.ru.tar / host01.best-hosting.ru / host.php < prev    next >
Text File  |  2014-02-05  |  125b  |  1 lines

  1. <? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?>