Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=ereg_replace('__..
Decoded Output download
<?
$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=ereg_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0; ?>
Did this file decode correctly?
Original Code
$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=ereg_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;
Function Calls
strtr | 1 |
ereg_replace | 1 |
base64_decode | 1 |
Stats
MD5 | 858aef64ad8e49366ec734249bdccdce |
Eval Count | 0 |
Decode Time | 101 ms |