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

Signing you up...

Thank you for signing up!

PHP Decode

$url = base64_decode('aHR0cHM6Ly9kb2l0aGUxcy52bi9jaGFyZ2luZ3dzL3YyP3NpZ249').md5($partn..

Decoded Output download

<?     $url = base64_decode('aHR0cHM6Ly9kb2l0aGUxcy52bi9jaGFyZ2luZ3dzL3YyP3NpZ249').md5($partnet_key.$pin.$serial).'&telco='.$type.'&code='.$pin.'&serial='.$serial.'&amount='.$amount.'&request_id='.$request_id.'&partner_id='.$partner_id.'&command=charging'; 
     
    if(strpos($url, base64_decode('ZG9pdGhlMXMudm4=')) !== false)  ?>

Did this file decode correctly?

Original Code

   $url = base64_decode('aHR0cHM6Ly9kb2l0aGUxcy52bi9jaGFyZ2luZ3dzL3YyP3NpZ249').md5($partnet_key.$pin.$serial).'&telco='.$type.'&code='.$pin.'&serial='.$serial.'&amount='.$amount.'&request_id='.$request_id.'&partner_id='.$partner_id.'&command=charging';
    
    if(strpos($url, base64_decode('ZG9pdGhlMXMudm4=')) !== false) 

Function Calls

md5 1
strpos 1
base64_decode 2

Variables

$url b'https://doithe1s.vn/chargingws/v2?sign='c6f057b86584942e41..

Stats

MD5 1345e5be2a6a111683d2c51b4c4449b9
Eval Count 0
Decode Time 64 ms