One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
users
/
View File Name :
upload_report_file.php
<? require_once("header_users.php"); require_once("functions_admin.php"); ?> <? require_once("functions_users.php"); ?> <? require_once("../login/include/session.php"); ?> <? require_once("../auth/auth.php"); ?> <? //if (is_valid_language($_POST['lang'])) // $lang = $_POST['lang']; //print_r($POST); if ($_POST['id']) { $referee = referee($_POST['id']); $revision = revision($referee['revision_id']); $dir_rep = revision_report_dir_name($revision['id']); if (!file_exists($dir_rep)) mkdir($dir_rep, 0700); $dir = $dir_rep."/".$referee['referee_id']; if (!file_exists($dir)) mkdir($dir, 0700); move_uploaded_file($_FILES['uploaded_file']['tmp_name'],$dir."/".basename($_FILES['uploaded_file']['name'])); $lang = languify($_POST['lang']); $location= "edit_refereeing_entry.php#files"; $args = array('id'); $vals = array($_POST['id']); } else { $location = manage_my_articles(); $args=NULL; $vals=NULL; } go($location,$args,$vals); //header("Location: ".$location.""); ?>