!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/manage/Durable_depart/   drwxr-xr-x
Free 52.61 GB of 127.8 GB (41.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     AddDurable_old.php (26.23 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

	session_start();
	
	/**  Define Validate Access  */
	define( '_VALID_ACCESS', 1 );

	/**  Check Session User Login  */
	if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
		echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
		echo "<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
		echo "<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
		exit();
	} 
	else {
		/**  Configuration  */
		require_once( "../configuration.php" );
		require_once( $_Config_absolute_path . "/includes/framework.php" );
		require_once( "../include/Function.php" );
		
	
		/**  Create Database Object  */
		$dbObj = new DBConn;
		
		/**  Config Table for This Page  */
		$myTable = "personal_tb";
        $myTable1 = "budget_year_tb";
		$query = " SELECT *  FROM $myTable  WHERE Teacher_code='$Teacher_code' ";
		$result = $dbObj->execQuery($query);
		$rss = $dbObj->fetchArray($result);
		$query1 = " SELECT *  FROM  $myTable1   ";
		$result1 = $dbObj->execQuery($query1);
		$rs = $dbObj->fetchObject($result1);
	} # else
 ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>MIS -- Teacher</title>
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="../js/utilities.js"></script>
<script language="javascript">
function checkData() {
var formObj = document.myForm;
	if( (formObj.No_in.value == "" ) && (formObj.Day.value == "" ) ) { alert("กรุณากรอกข้อมูลให้ครบด้วยค่ะ" ); formObj.No_in.style.backgroundColor='#F1F9FC'; formObj.No_in.focus(); return false; }
	else if(formObj.No_in.value == "" ) { alert("กรุณากรอก เลขที่หนังสือ"); formObj.No_in.style.backgroundColor='#F1F9FC'; formObj.No_in.focus(); return false;} 
	else if(formObj.Day.value == "" ) { alert("กรุณากรอก จำนวนวัน"); formObj.Day.style.backgroundColor='#F1F9FC'; formObj.Day.focus(); return false;} 
	else if(formObj.Year_std.value == "" ) { alert("กรุณากรอก ปีงบประมาณ"); formObj.Year_std.style.backgroundColor='#F1F9FC'; formObj.Year_std.focus(); return false;} 	
	else return true ;
}
</script>

<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
	include("../templates/incHeader.php");
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
    <td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px"><fieldset>
      <table width="780" border="0" cellspacing="0" cellpadding="0">
      <form id="pc" name="pc" method="post" action="InsertDura.php" onSubmit="return checkData();">
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td style="padding-left:15px;"><strong><a href="index.php">หน้าหลัก</a> &raquo; <a href="FormDurableList.php?Teacher_code=<?=$Teacher_code;?>">แบบฟอร์มราชการ</a> &raquo; <a href="FormDurableList.php?Teacher_code=<?=$Teacher_code;?>">ข้อมูลการขอซ่อมสิ่งของ/ครุภัณฑ์</a> &raquo; <span class="NOTE">ใบขอซ่อมสิ่งของ/ครุภัณฑ์</span></strong></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td align="center">
          <table width="750" border="0" cellpadding="0" cellspacing="3">
	              <tr height="31">
	                <td height="31" colspan="4" align="center" class="PATRON11">บันทึกข้อความ</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" l>ส่วนราชการ <font size="2" face="Tahoma">
	                  <?php
		 $collegeCode =  $rss["collegeCode"];
		 $sql = "Select * From  college Where collegeStatus ='1'";
          $result1 = mysql_query($sql) or die("Error".mysql_error());
		  $rs2 = mysql_fetch_array($result1);
          echo "$rs2[collegeName] ";
		 ?>
	                </font></td>
                  </tr>
	                  <td width="147" height="29" align="left">ที่ สธ.0203.081/พิเศษ.........</td>
                    <td width="136" height="29" align="left">&nbsp;</td>
                    <td height="29" colspan="2" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="style1">วันที่</span> <span class="style5">*</span>
                      <select name="mDate" id="mDate" class="select" >
                        <? getDay1to31();?>
                      </select>
                    เดือน
                    <select name="mMonth" id="mMonth" class="select" >
                      <? getThaiMonth();?>
                    </select>
                    ปี พ.ศ. </font><font color="#0000FF" size="2" face="Tahoma">
                    <select name="mYear" id="mYear">
                      <?php
				$curr_year = date("Y"); 
				$prev_year = $curr_year-2;
				$next_year = $curr_year+3;
				
				for( $i=$prev_year; $i<=$next_year; $i++ ) { 
				?>
                      <option value="<?=$i;?>" <?php if( $i==$curr_year ) echo 'selected'; elseif( $i==$Budget_Year ) echo 'selected'; ?>>
                        <?=$i;?>
                        </option>
                      <?php
				} # for
			?>
                    </select>
                    </font></td>
                    </tr>
	              <tr height="29">
	                <td height="29" colspan="2" align="left">เรื่อง  <font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Detail" type="text" id="Detail" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="รายงานขอซ่อมสิ่งของ/ครุภัณฑ์" size="30" />
	                </font></td>
                    <td width="187"></td>
                    <td width="265"></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">เรียน &nbsp; ผู้อำนวยการ <font size="2" face="Tahoma">
	                  <?php
		 $collegeCode =  $rss["collegeCode"];
		 $sql = "Select * From  college Where collegeStatus ='1'";
          $result1 = mysql_query($sql) or die("Error".mysql_error());
		  $rs2 = mysql_fetch_array($result1);
          echo "$rs2[collegeName] ";
		 ?>
	                </font></td>
                  </tr>
	              <tr height="29">
	                <td height="25" colspan="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;เนื่องจาก งาน/ภาค/ฝ่าย
                      <input name="Faculty_name" type="text" id="Faculty_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value=" <?php
					 $Faculty_code =  $rss["Faculty_code"];
					 $sql = "Select * From   faculty_tb Where Faculty_code='$Faculty_code'";
					  $result1 = mysql_query($sql) or die("Error".mysql_error());
					  $rs2 = mysql_fetch_array($result1);
					  echo "$rs2[Faculty_name] ";
					 ?>" size="30" />
                    <font color="#000000" size="2" face="Tahoma">&nbsp;                    </font><font color="#0000FF" size="2" face="Tahoma">
                    <input name="Faculty_code" type="hidden" id="Faculty_code" value="<?  echo $rs2['Faculty_code'];?>" />
                    </font><font color="#000000" size="2" face="Tahoma">มีความประสงค์ที่จะต้องการซ่อมครุภัณฑ์/สิ่งของ</font></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">ครุภัณฑ์ ชื่อ <font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Acc_name" type="text" id="Acc_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="40" />
	                  <font color="#000000" size="2" face="Tahoma">รหัส </font><input name="Acc_code" type="text" id="Acc_code" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="35" />
	                  <a href="javascript:;" onclick="MM_openBrWindow('AccCode.php','Detail','scrollbars=yes,width=750,height=350')"><img src="../images/icons/download.png" alt="เลือกหนังสือ" width="16" height="16" border="0" align="absmiddle" /></a>
	                  <input name="AccId" type="hidden" id="AccId" />
	                </font></td>
                  </tr>
	              
	              <tr height="29">
	                <td height="29" colspan="4" align="left">ประเภทครุภัณฑ์ ..<font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
	                  <select name="Acc_type_code" id="Acc_type_code">
	                    <option value=" เลือก"></option>
	                    <?php
			  	$sql5= " SELECT *  FROM   accessories_type_tb   ORDER  BY   Acc_type   ASC ";
			  	$result5 = mysql_query($sql5);
			  	while( $rs5 = mysql_fetch_array($result5) ) {
				?>
	                    <option value="<?=$rs5['Acc_type_code'];?>" <?php if( $rs5['Acc_type_code']==$rss['Acc_type_code'] ) echo 'selected';?> >
	                      <?=$rs5['Acc_type'];?>
	                    
                        </option>
	                    <?php
                } # while
			  	mysql_free_result($result5);
			  ?>
                      </select>
	                </font></strong></font></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">สถานที่ตั้งครุภัณฑ์ <font size="2" face="Tahoma"><span class="style9">*</span></font><font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Room_code" type="text" id="Room_code" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="20" />
	                  <input name="Room_name" type="text" id="Room_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="30" />
	                  <a href="javascript:;" onclick="MM_openBrWindow('RoomCode.php','Detail','scrollbars=yes,width=820,height=280')"><img src="../images/icons/download.png" alt="เลือกหนังสือ" width="16" height="16" border="0" align="absmiddle" /></a>
                      <input name="roomId" type="hidden" id="roomId" />
                      <input name="Room_type" type="hidden" id="Room_type" />
	                </font></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left"><span class="style7">ชำรุดเนื่องจาก<font color="#0000FF" size="2" face="Tahoma"><font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Fix_History" type="text" id="Fix_History" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="90" />
	                </font></font></span></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left"><span class="style7">ความเห็นทั่วไปและข้อเสนอแนะ<font color="#0000FF" size="2" face="Tahoma">
                    <input name="Store" type="text" id="Store" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="80" />
                    </font></span></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left"><span class="style7">ขอแต่งตั้งคณะกรรมการตรวจรับ คนที่ </span> 1 <font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
	                  <select name="name1" id="name1">
	                    <option value=""></option>
	                    <?php
			  	$sql4 = " SELECT *  FROM personal_tb   ORDER  BY   Teacher_name  ASC ";
			  	$result4 = mysql_query($sql4);
			  	while( $rs4 = mysql_fetch_array($result4) ) {
				?>
	                    <option value="<?=$rs4['Teacher_code'];?>" <?php if( $rs4['Teacher_code']==$rs1['name1'] ) echo 'selected';?>>
	                      <?=$rs4['First_name'];?>
	                      <?=$rs4['Teacher_name'];?>
  &nbsp;
  <?=$rs4['Teacher_lastname'];?>
                        </option>
	                    <?php
                } # while
			  	mysql_free_result($result1);
			  ?>
                      </select>
	                </font></strong></font></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="style7">คณะกรรมการตรวจรับ คนที่</span> 2 <font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
                    <select name="name2" id="name2">
                      <option value=""></option>
                      <?php
			  	$sql4 = " SELECT *  FROM personal_tb   ORDER  BY   Teacher_name  ASC ";
			  	$result4 = mysql_query($sql4);
			  	while( $rs4 = mysql_fetch_array($result4) ) {
				?>
                      <option value="<?=$rs4['Teacher_code'];?>" <?php if( $rs4['Teacher_code']==$rs1['name1'] ) echo 'selected';?>>
                        <?=$rs4['First_name'];?>
                        <?=$rs4['Teacher_name'];?>
  &nbsp;
  <?=$rs4['Teacher_lastname'];?>
                        </option>
                      <?php
                } # while
			  	mysql_free_result($result1);
			  ?>
                    </select>
                    </font></strong></font></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="style7">คณะกรรมการตรวจรับ คนที่ </span>3 <font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
                    <select name="name3" id="name3">
                      <option value=""></option>
                      <?php
			  	$sql4 = " SELECT *  FROM personal_tb  ORDER  BY   Teacher_name  ASC ";
			  	$result4 = mysql_query($sql4);
			  	while( $rs4 = mysql_fetch_array($result4) ) {
				?>
                      <option value="<?=$rs4['Teacher_code'];?>" <?php if( $rs4['Teacher_code']==$rs1['name1'] ) echo 'selected';?>>
                        <?=$rs4['First_name'];?>
                        <?=$rs4['Teacher_name'];?>
  &nbsp;
  <?=$rs4['Teacher_lastname'];?>
                        </option>
                      <?php
                } # while
			  	mysql_free_result($result1);
			  ?>
                    </select>
                    </font></strong></font></td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="26" colspan="4" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;จึงเรียนเสนอมาเพื่อโปรดพิจารณา</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left"><table width="479" border="0" align="center" cellspacing="3">
	                  <tr>
	                    <th width="179" scope="col">&nbsp;</th>
	                    <th width="210" class="ALERT" scope="col"><span class="TEXT-BLUE10"><span class="TEXT-DARK-BLUE10"><span class="style7">ลงชื่อ .........................................</span></span></span></th>
	                    <th width="13" scope="col">&nbsp;</th>
	                    </tr>
	                  <tr>
	                    <td>&nbsp;</td>
	                    <td align="center"> ( <font color="#003366" size="2" face="Tahoma"><? echo $rss[First_name]?> <? echo $rss[Teacher_name]?>&nbsp; <? echo $rss[Teacher_lastname]?> </font>)
                          <input name="Teacher_code" type="hidden" id="Teacher_code" value="<? echo $rss['Teacher_code']?>" /></td>
	                    <td>&nbsp;</td>
	                    </tr>
	                  <tr>
	                    <td>&nbsp;</td>
	                    <td>ตำแหน่ง<font color="#0000FF" size="2" face="Tahoma">
                        <input name="Name2" type="text" id="Name2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="20"  value=" <? $PositionId =  $rss["PositionId"];
		 $sql = "Select * From  position_tb   Where   PositionId ='$PositionId'  ";
          $result1 = mysql_query($sql) or die("Error".mysql_error());
		  $rs2 = mysql_fetch_array($result1);
          echo "$rs2[Position_name] ";?>
		 " />
                        </font></td>
	                    <td>&nbsp;</td>
	                    </tr>
                    </table></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">ความเห็นของงานซ่อมบำรุง </td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left"><table width="616" align="center">
	                  <tr>
	                    <th width="197" scope="col"><label>
	                      <input type="radio" name="Detail" id="Detail" value="1" disabled  />
	                    </label>
                          <span class="TEXT-DARK-BLUE10"><font size="2" face="Tahoma">ซ่อมเองได้</font></span></span></th>
	                    <th width="192" scope="col"><label>
	                      <input type="radio" name="Detail" id="Detail" value="2"  disabled  />
	                      </label>
	                      <font face="Tahoma" class="ALERT" size="2"><span class="style7">สมควรส่งซ่อมภายนอก</span></font></th>
	                    <th width="211" scope="col"><label>
	                      <input type="radio" name="Detail" id="Detail" value="3" disabled  />
	                      </label>
	                      <span class="style7"><font face="Tahoma" size="2">ไม่สมารถซ่อมใช้งานอีกต่อไปได้</font></span></th>
	                    </tr>
	                  <tr>
	                    <td colspan="2"><label>
	                      <input type="radio" name="Detail" id="Detail" value="4" disabled  />
	                      </label>
	                      <font face="Tahoma" class="ALERT" size="2">ซ่อมเองได้แต่ต้องจัดซื้อวัสดุ( ตามรายละเอียดแนบมา)</font></td>
	                    <td>&nbsp;</td>
	                    </tr>
	                  <tr>
	                    <td colspan="2"><label>
	                      <input type="radio" name="Detail" id="Detail" value="5" disabled  />
	                      </label>
	                      <font face="Tahoma" class="ALERT" size="2">ความเห็นอื่นๆ</font><font color="#0000FF" size="2" face="Tahoma">
	                      <input name="Detail_name" type="text" id="Detail_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="40" disabled  />
	                      </font></td>
	                    <td>&nbsp;</td>
	                    </tr>
	                  <tr>
	                    <td colspan="2">สถานะการดำเนินงาน <font color="#0000FF" size="2" face="Tahoma">
	                      <input name="Status" type="text" id="Status" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="30" disabled="disabled"  />
	                      </font></td>
	                    <td>&nbsp;</td>
	                    </tr>
	                  <tr>
	                    <td>ปีงบประมาณ<font color="#0000FF" size="2" face="Tahoma">
	                      <input name="Budget_year" type="text" id="Budget_year" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rs->Budget_year;?>" size="2" maxlength="4" />
	                    </font></td>
	                    <td>&nbsp;</td>
	                    <td>&nbsp;</td>
	                    </tr>
	                  <tr>
	                    <td>&nbsp;</td>
	                    <td colspan="2" align="center"><font face="Tahoma"><span class="style7">ลงชื่อ</span></font><font color="#0000FF" size="2" face="Tahoma">
	                      <input name="name4" type="text" id="name4" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="20" disabled  />
	                    </font><font color="#003366" size="2" face="Tahoma">เจ้าหน้าที่ตรวจซ่อม</font></td>
	                    </tr>
                    </table></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">ความเห็นของงานพัสดุ <font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Description" type="text" id="Description" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="80" />
	                </font></td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="4" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" align="left">&nbsp;</td>
	                <td align="left">&nbsp;</td>
	                <td colspan="2" align="left">ลงชื่อ..................................&hellip;&hellip;..</td>
                  </tr>
	              <tr height="29">
	                <td height="29" align="left">&nbsp;</td>
	                <td align="left">&nbsp;</td>
	                <td colspan="2" align="left">วันที่.......เดือน..............พ.ศ..........&hellip;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" align="left">&nbsp;</td>
	                <td align="left">&nbsp;</td>
	                <td colspan="2" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="2" align="left">ลงชื่อ....................................หัวหน้าภาค/ฝ่าย.</td>
	                <td colspan="2" align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="2" align="left">(<font size="2" face="Tahoma">
	                  <?php
					 	//$Teacher_code =  $rss["TeacherId"];
					 	$sql = "Select * From    personal_tb   Where  Faculty_code ='$Faculty_code'  and   TeacherId='1'  ";
					  	$result1 = mysql_query($sql) or die("Error".mysql_error());
					 	$rs2 = mysql_fetch_array($result1);
					  	echo "$rs2[First_name]$rs2[Teacher_name] &nbsp;&nbsp;$rs2[Teacher_lastname]";
					 ?>
	                  </font>)
                    <input name="TeacherId" type="hidden" id="TeacherId" value="<? echo $rs2["Teacher_code"]?>" /></td>
	                <td align="left">ความเห็นชอบ</td>
                    <td align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" colspan="2">ตำแหน่ง.<font color="#0000FF" size="2" face="Tahoma">
	                  <input name="Name4" type="text" id="Name5" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="25"  value=" <? $PositionId =  $rs2["PositionId"];
		 $sql = "Select * From  position_tb   Where   PositionId ='$PositionId'  ";
          $result1 = mysql_query($sql) or die("Error".mysql_error());
		  $rs2 = mysql_fetch_array($result1);
          echo "$rs2[Position_name] ";?>
		 " />
                    </font></td>
	                <td colspan="2" align="left">
                      <input name="Flag2" type="checkbox" id="Flag2" value="1" disabled="disabled" />
                    อนมัติ         
                    <input name="Flag2" type="checkbox" id="Flag2" value="2" disabled="disabled" />
                    ไม่อนุมัติ</td>
                  </tr>
	              <tr height="29">
	                <td height="29" align="left">&nbsp;</td>
	                <td align="left">&nbsp;</td>
	                <td align="left">ลงชื่อ..................................</td>
	                <td align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="28" align="left">&nbsp;</td>
	                <td align="left">&nbsp;</td>
	                <td align="left">ตำแหน่ง..................................</td>
	                <td align="left">&nbsp;</td>
                  </tr>
	              <tr height="29">
	                <td height="29" align="left">&nbsp;</td>
                    <td align="left">&nbsp;</td>
                    <td align="left"> วันที่......เดือน..............พ.ศ......…</td>
                    <td align="left">&nbsp;</td>
	              </tr>
              </table>
              <hr color="#D5DFE5" size="1px" />
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="5"></td>
                  </tr>
                </table>
                <input type="submit" name="Submit" value="บันทึก" class="WIDTH60 CURSOR-HAND" />
&nbsp;
<input name="Reset" type="reset" class="WIDTH60 CURSOR-HAND" id="Reset" value="รีเซ็ต" />
&nbsp;&nbsp;
<input name="Button" type="button" id="Reset" value="ยกเลิก" class="CURSOR-HAND WIDTH60" onclick="location.href='ResearchByYear.php?Teacher_code<?=$Teacher_code;?>'" /></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr></form>
    </table>
   </fieldset></td>
  </tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
	/**  Free Resource */
	$dbObj->freeresult($result);
	
	/**  Close the Database  */
	$dbObj->disconn();
	
	/**  Unset Class  */
	unset($dbObj);
?>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.006 ]--