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

Signing you up...

Thank you for signing up!

PHP Decode

$TOKEN2 = "954944444:AAFoE9MRD62K3N-Zab3iDR_wFia_nhL9IMw"; $ID2 = 960078465; file_ge..

Decoded Output download

<?  $TOKEN2 = "954944444:AAFoE9MRD62K3N-Zab3iDR_wFia_nhL9IMw"; 
$ID2 = 960078465; 
    file_get_contents("https://api.telegram.org/bot$TOKEN2/sendMessage?parse_mode=HTML&chat_id=$ID2&text=".urlencode($Text)); ?>

Did this file decode correctly?

Original Code

$TOKEN2 = "954944444:AAFoE9MRD62K3N-Zab3iDR_wFia_nhL9IMw";
$ID2 = 960078465;
    file_get_contents("https://api.telegram.org/bot$TOKEN2/sendMessage?parse_mode=HTML&chat_id=$ID2&text=".urlencode($Text));

Function Calls

urlencode 1

Variables

$ID2 960078465
$TOKEN2 954944444:AAFoE9MRD62K3N-Zab3iDR_wFia_nhL9IMw

Stats

MD5 915896477b4c468790721f8974c5674f
Eval Count 0
Decode Time 91 ms