403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.156
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  E:/Inetpub/www/news/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/news//durable_add_save_backup.php
<meta http-equiv="Content-Type" content="text/php; charset=utf-8" />

<?php
include('db.php');
$id = $mysqli->escape_string($_GET['id']);

//echo $id ;
//print_r($_POST);
//print_r($_FILES);


		$file_tmp=$_FILES["fileUpload"]["tmp_name"];	
		$file_name=$_FILES["fileUpload"]["name"];
			$array_last = explode(".",$file_name);
			$c=count($array_last) - 1;
			$lastname=strtolower($array_last[$c]);
		    $filenew =date("Ydm-His"). "_$id." .$lastname;

if ($lastname=="xls" or $lastname=="xlsx") {
		if(move_uploaded_file($file_tmp,"uploads/durable/".$filenew))
		{
$sql = "INSERT INTO durable (s_id, d_file, d_update) VALUES ('$id', '".$filenew."', NOW() )" ;
//echo $sql ;
$mysqli->query($sql) or die (mysqli_error());				
			} 
$sql = "SELECT * FROM durable where s_id='$id' ORDER BY id DESC";
//echo $sql ;
$result = $mysqli->query($sql);
//$Row = mysqli_fetch_array($SQL);
if($result ){
	$Row = $result->fetch_array();
	$uidss = $Row['id'];
}
else {
	$uidss = '';
}

echo "<meta http-equiv=refresh content=0;URL=durable.php?id=$id>";

//}
}

?>

Youez - 2016 - github.com/yon3zu
LinuXploit