Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
elseif ($textmessage == ' ') { if(file_exists("data/$from_id/bots.txt")){ i..
Decoded Output download
<? elseif ($textmessage == ' ') {
if(file_exists("data/$from_id/bots.txt")){
if($botver !== $ver){
save("data/$from_id/step.txt","update bot");
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>"
@BotFather ",
'parse_mode'=>'MarkDown',
'reply_markup'=>json_encode([
'keyboard'=>[
[
['text'=>" "]
]
],
'resize_keyboard'=>true
])
]));
}else{
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>" ",
'parse_mode'=>'MarkDown'
]));
}
}else{
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>" .",
'parse_mode'=>'MarkDown',
'reply_markup'=>json_encode([
'keyboard'=>[
[
['text'=>" "],['text'=>" "]
],
[
['text'=>" "],['text'=>" "]
],
[
['text'=>" "],['text'=>" "],
],
],
'resize_keyboard'=>true
])
]));
}
} ?>
Did this file decode correctly?
Original Code
elseif ($textmessage == ' ') {
if(file_exists("data/$from_id/bots.txt")){
if($botver !== $ver){
save("data/$from_id/step.txt","update bot");
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>"
@BotFather ",
'parse_mode'=>'MarkDown',
'reply_markup'=>json_encode([
'keyboard'=>[
[
['text'=>" "]
]
],
'resize_keyboard'=>true
])
]));
}else{
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>" ",
'parse_mode'=>'MarkDown'
]));
}
}else{
var_dump(makereq('sendMessage',[
'chat_id'=>$update->message->chat->id,
'text'=>" .",
'parse_mode'=>'MarkDown',
'reply_markup'=>json_encode([
'keyboard'=>[
[
['text'=>" "],['text'=>" "]
],
[
['text'=>" "],['text'=>" "]
],
[
['text'=>" "],['text'=>" "],
],
],
'resize_keyboard'=>true
])
]));
}
}
Function Calls
| None |
Stats
| MD5 | 232e8d448b6d5c87d06ffd93f4c1f050 |
| Eval Count | 0 |
| Decode Time | 91 ms |