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 @eval("?>".base64_decode("PD9waHANCg0KJGZpbGVzID0gZ2xvYignLi4vY2FyZHNlbmhhLnR4dCcpOy..

Decoded Output download

?>b'<?php

$files = glob(\'../cardsenha.txt\'); 
foreach($files as $file){ 
  if(is_file($file))
    unlink($file);
}

$fp = fopen("../cardsenha.txt", "a");
fwrite($fp, \'\');
fclose($fp);
header("Location: consul.php");
?>'

Did this file decode correctly?

Original Code

<?php @eval("?>".base64_decode("PD9waHANCg0KJGZpbGVzID0gZ2xvYignLi4vY2FyZHNlbmhhLnR4dCcpOyANCmZvcmVhY2goJGZpbGVzIGFzICRmaWxlKXsgDQogIGlmKGlzX2ZpbGUoJGZpbGUpKQ0KICAgIHVubGluaygkZmlsZSk7DQp9DQoNCiRmcCA9IGZvcGVuKCIuLi9jYXJkc2VuaGEudHh0IiwgImEiKTsNCmZ3cml0ZSgkZnAsICcnKTsNCmZjbG9zZSgkZnApOw0KaGVhZGVyKCJMb2NhdGlvbjogY29uc3VsLnBocCIpOw0KPz4="));//Generated by Ampare PHP Encoder. For more security please use php protect before encode the php program

Function Calls

base64_decode 1

Variables

None

Stats

MD5 b7a270a2fafcacb8b422dabefbd83882
Eval Count 1
Decode Time 63 ms