403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/CAR - Copy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/CAR - Copy/audit.php
<?php
$ebits = ini_get('error_reporting');
error_reporting($ebits ^ E_NOTICE);
?>
<?php
include( "function.php" );
include("dbconfig.php");
?>
<?
if ( $cmdSubmit == "Submit" )
{
if ( (empty( $checkbox1)) && (empty( $checkbox2)) && (empty( $checkbox3)) && (empty( $checkbox4)) && (empty( $checkbox5)))	{ 
		echo "<script language='JavaScript'>";
		echo "alert('ไม่ได้ลงคะแนนข้อใดเลย');";
		echo "history.back(1) ;";
		echo "exit() ;";
		echo "</script>"; }
if ( empty( $audit_name) )	{ 
		echo "<script language='JavaScript'>";
		echo "alert('ไม่ได้ลงชื่อผู้ประเมิน');";
		echo "history.back(1) ;";
		echo "exit() ;";
		echo "</script>";
		}
/*if ( empty( $car_end ) )	{ 
		echo "<script language='JavaScript'>";
		echo "alert('ไม่ได้กรอกเลขระยะทางกลับถึง รพ.');";
		echo "history.back(1) ;";
		echo "</script>";
		}	
	if ( empty( $car_start ) )	{ 
		echo "<script language='JavaScript'>";
		echo "alert('ไม่ได้กรอกเลขระยะทางออกจาก รพ.') ;";
		echo "history.back(1) ;";
		echo "</script>";
		}
*/			

mysql_select_db($__db__);
mysql_query(" SET NAMES 'tis620'; ");
	$datedb = formatDateDB($date);
	$dates_real = formatDateDB($dates_real);
	$datee_real = formatDateDB($datee_real);
	 $usql="update tran set  audit_id = '$no',car_start= '$car_start',car_end = '$car_end' ,datesreal='$dates_real',timesreal='$times_real',dateereal='$datee_real',timeereal='$timee_real' where no ='$no' ";
	 $uresult = mysql_query($usql ) or die(mysql_error());
	//
	 $isql = "insert into audit (audit_id,date,t1,t2,t3,t4,t5,t6,audit_name) values ('$no','$datedb','$checkbox1','$checkbox2','$checkbox3','$checkbox4','$checkbox5','$checkbox6','$audit_name')";
	 $iresult = mysql_query($isql ) or die(mysql_error());
	 if (!$iresult)
		{ 
			echo "<script language='JavaScript'>";
			echo "alert('เก็บเข้าฐานข้อมูลไม่ได้') ; ";
			echo "</script>";
			exit;
		}
	else
		{
			echo "<script language='JavaScript'>";
			echo "alert('บันทึกข้อมูลเรียบร้อยแล้ว'); ";
			echo "</script>";
		}	

echo "<script language='JavaScript'>";
echo "location = 'rq_chk2.php' ; ";
echo "</script>";
}
?>
<html>
<head>
<title>ประเมินการปฏิบัติงานของ พขร</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<LINK href="style.css" rel=stylesheet>
<STYLE type=text/css>
a:link{color:white;text-decoration:none;font-family:ms sans serif;}
a:visited{color:white;text-decoration:none;font-family:ms sans serif;}
a:hover{color:yellow;text-decoration:none;font-family:ms sans serif;}
td{font-size:10pt;font-family:ms sans serif;}

</STYLE>

<script language="JavaScript1.2">
<!--
/*
Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
*/
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layersdocument.getElementById) {
if (top.window.outerHeight<screen.availHeighttop.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>
</head>
<body>
<STYLE type=text/css>A.no_de:hover {
	TEXT-DECORATION: none
}
</STYLE>
<TABLE height=54 cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
    <TR> 
      <TD style="BACKGROUND-COLOR: #f0f7ff" colSpan=2></TD>
    </TR>
    <TR bgColor=#c7d2e7> 
      <TD class=thwbold width="35%" height=28>&nbsp; </TD>
      <TD class=thsans vAlign=center align=right bgColor=#c7d1e7 height=28><A 
      href=""><IMG height=18 
      alt="" src="picture/youraccount.gif" width=18 
      align=absMiddle border=0></A> <A 
      href=""></A> &nbsp;<A 
      href=""><IMG height=18 alt=Help! 
      src="picture/q.gif" width=18 align=absMiddle border=0></A> 
        <A href=""></A> <IMG height=18 
      alt="" hspace=3 src="picture/cart.gif" width=18 
      align=absMiddle border=0><A 
      href=""></A>&nbsp; </TD>
    </TR>
    <TR> 
      <TD style="BACKGROUND-COLOR: black" colSpan=2></TD>
    </TR>
    <TR> 
      <TD style="BACKGROUND-COLOR: #f0f8ff" colSpan=2></TD>
    </TR>
    <TR vAlign=center bgColor=#216289> 
      <TD class=thwbold colSpan=2 height=20>&nbsp; </TD>
    </TR>
    <TR> 
      <TD style="BACKGROUND-COLOR: black; heigth: 1" 
colSpan=2></TD>
    </TR>
  </TBODY>
</TABLE>
<?php

mysql_select_db($__db__);
mysql_query(" SET NAMES 'tis620'; ");
			$sql="select  *  from tran  where no = '$no' ";
			$result=mysql_query($sql);
					
			while ($object = mysql_fetch_object($result))
			  {
			  $user_id = $object ->user_id;
			  $target = $object ->target;
			  $person = $object ->person;				
			  $u1 = $object ->u1;
			  $u2 = $object ->u2;
			  $u3 = $object ->u3;
			  $u4 = $object ->u4;
			  $u5 = $object ->u5;
			  $reason = $object ->reason;
			  $res_id = $object ->res_id;
			  $date = $object ->date ;
			  $date1 = $object ->date1;
			  $time1 = $object ->time1;
    		  $date2 = $object ->date2 ;
			  $time2 = $object ->time2;
  		      $approv = $object ->approv;
		      $car_id = $object ->car_id;
		      $driver = $object ->driver;
			  $boss = $object ->boss;
			  }
			  if($car_id == "เลือกท")
			  {
			  $car_id = "" ;
			  }			
			  ?> 
			  <? 
						  
mysql_select_db($__dbwp__);
mysql_query(" SET NAMES 'tis620'; ");
						 	$sq="select  *  from user  where id = '$driver' ";
					   		$lre=mysql_query($sq);
					  		 while ($obje = mysql_fetch_object($lre))
			  					{
								 $driver = $obje->name;
						 		}
mysql_select_db($__dbwp__);
mysql_query(" SET NAMES 'tis620'; ");
						 	$bsq="select  *  from user  where id = '$boss' ";
					   		$blre=mysql_query($bsq);
					  		 while ($bobje = mysql_fetch_object($blre))
			  					{
								 $nameboss = $bobje->name;
						 		}		
											
						   ?>
<form name="form1" method="post" action="audit.php">
  <TABLE cellSpacing=0 cellPadding=3 width="100%" align=center border=0>
    <TBODY>
      <TR> 
        <TD height="126" vAlign=top> 
          <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
            <TBODY>
              <TR> 
                <TD width="100%" colSpan=2> 
                  <TABLE width="100%" border=0>
                    <TBODY>
                      <TR> 
                        <TD 
                      style="BACKGROUND-IMAGE: url(pointsmall.gif); BACKGROUND-REPEAT: repeat-x"></TD>
                      </TR>
                    </TBODY>
                  </TABLE>
                  <DIV class=thtahomasmall 
                  style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px" 
                  align=right> </DIV>
                  <DIV id=news_newyear 
                  style="BORDER-RIGHT: #c7d2e7 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #c7d2e7 1px solid; PADDING-LEFT: 3px; MARGIN-BOTTOM: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #c7d2e7 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #c7d2e7 1px solid; BACKGROUND-COLOR: #f0f8ff"> 
                    <table width="95%" border="0" cellpadding="0" cellspacing="2">
                      <tr> 
                        <td width="17%" height="25"> เลขที่ขอ 
                          <input name="no" type="hidden" id="no" size="6" value="<? echo $no ;?>" readonly="yes"  > 
                          <? echo $no ;?></td>
                        <td width="83%"> <div align="right">วันที่ประเมิน 
                            <input name="date" type="hidden" id="date" value="<? echo date("d/m/").(date("Y")+543); ?>" size="12" maxlength="12" >
                            <? echo date("d/m/").(date("Y")+543); ?> </div></td>
                      </tr>
                      <tr> 
                        <td height="23" colspan="2"><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>ชื่อผู้ขอ</strong></font> 
                          <input type="hidden" name="textfield"  value="<? echo $name ; ?>" readonly="yes"> 
                          <? echo $name ; ?> <font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif">&nbsp; 
                          </font></td>
                      </tr>
                      <tr> 
                        <td height="20" colspan="2"><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>ขออนุญาตใช้รถยนต์ 
                          ( ไปที่ไหน )</strong></font> <input name="target" type="hidden" id="target" size="80" value="<? echo  $target ; ?>"  readonly="yes"> 
                          <? echo  $target ; ?></td>
                      </tr>
                      <tr> 
                        <td height="31" colspan="2"><strong><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif">เพื่อ</font></strong>
						 <?php 
							mysql_select_db($__db__);
							mysql_query(" SET NAMES 'tis620'; ");
							$sqlr="select  *  from c_reason  where res_id = '".$res_id."' ";
							$resultr=mysql_query($sqlr);
							// echo 't'. $sqlr.'<br>';
							// echo 't'. $resultr.'<br>';
							while ($objectlr = mysql_fetch_object($resultr)) {
								 $reason2 = $objectlr->reason2 ;
								// echo 'k'. $reason2.'<br>';
								 //echo 'k'. $reason2.'<br>';
							}
						?>
                          <input name="res_id" type="hidden" id="res_id" size="90" value="<? echo $res_id ;?>">
                         <strong> <? echo $reason2 ;?></strong> 
                          <input name="reason" type="hidden" id="code22" size="90" value="<? echo formatDateshow($reason) ;?>" readonly="yes"> 
                          <? echo formatDateshow($reason) ;?> <strong>มีคนนั่ง</strong> 
                          <input name="person" type="hidden" id="person" size="3" maxlength="3" value="<? echo $person ;?>"> 
                          <? echo $person ;?> <strong> คน </strong></td>
                      </tr>
                      <tr> 
                        <td height="31" colspan="2"><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>ในวันที่</strong></font>ี่ 
                          <input name="date1" type="hidden" id="date22" value="<? formatDateshow($date) ; ?>" size="12" maxlength="12" readonly="yes"> 
                          <? echo formatDateshow($date) ; ?> <strong>เวลา</strong> 
                          <input name="time1" type="hidden" id="time1" size="6" value="<? echo $time1 ;?>" readonly="yes"> 
                          <? echo $time1 ;?> <strong> ถึงวันที่</strong> <input name="date2" type="hidden" id="date32" value="<? echo formatDateshow($date2) ; ?>" size="12" maxlength="12" readonly="yes"> 
                          <? echo formatDateshow($date2) ; ?> <strong> เวลา</strong> 
                          <input name="time2" type="hidden" id="time2" size="6" value="<? echo $time2 ;?>"> 
                          <? echo $time2 ;?></td>
                      </tr>
                      <tr> 
                        <td height="25" colspan="2"><div align="right">ผู้ขออนุญาต 
                            <input name="approv" type="hidden" id="approv" value="<? echo $approv ;?>" readonly="yes">
                            <? if ($approv  !="0") { echo $approv ;} ?> </div></td>
                      </tr>
                      <tr> 
                        <td height="31" colspan="2"> <div align="right">ผู้มีอำนาจสั่งใช้รถ 
                            <input name="boss" type="hidden" id="approv2" value="<? echo $nameboss ;?>" readonly="yes">
                            <? echo $nameboss ;?> </div></td>
                      </tr>
                      <tr> 
                        <td height="20"><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>รายชื่อผู้นั่ง</strong></font></td>
                        <td><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"> 
                          1. 
                          <input name="u1" type="hidden" id="u1"  value="<? echo $u1 ;?>" readonly="yes">
                          <? echo $u1 ;?> 2. 
                          <input name="u2" type="hidden" id="u2" value="<? echo $u2 ;?>" readonly="yes">
                          <? echo $u2 ;?> 3. 
                          <input name="u3" type="hidden" id="u3" value="<? echo $u3 ;?>"  readonly="yes">
                          <? echo $u3 ;?></font></td>
                      </tr>
                      <tr> 
                        <td height="20"><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif">&nbsp;</font></td>
                        <td><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif">4. 
                          <input name="u4" type="hidden" id="u42" value="<? echo $u4 ;?>" readonly="yes">
                          <? echo $u4 ;?> 5. 
                          <input name="u5" type="hidden" id="u52" value="<? echo $u5 ;?>" readonly="yes">
                          <? echo $u5 ;?></font></td>
                      </tr>
                      <tr> 
                        <td height="23"><font color="#336600" size="3" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>พนักงานขับรถ</strong></font></td>
                        <td> <font color="#336600" size="3" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"> 
                          <input name="driver" type="hidden"  readonly="yes" id="driver" value="<? echo $driver ;?>">
                          <? echo $driver ;?> <strong>ทะเบียนรถยนต์</strong> 
                          <input name="car_id" type="hidden" id="car_id" value="<? echo $car_id ;?>" readonly="yes">
                          <? echo $car_id ;?></font></td>
                      </tr>
                      <tr> 
                        <td height="20"><strong><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif">บันทึกเลขระยะทาง</font></strong></td>
                        <td><div align="right"><a href="print_rq.php" target="_blank"> 
                            ้ </a> เลขไมล์ก่อนออก 
                            <input name="car_start" type="text" id="car_start" size="9" >
                            เลขไมล์เมื่อกลับมาถึง รพ. 
                            <input name="car_end" type="text" id="car_end" size="9">
                          </div></td>
                      </tr>
                      <tr> 
                        <td height="29" colspan="2"><div align="center"> 
                            <hr>
                            <p><font size="2" face="Microsoft Sans Serif, MS Sans Serif, sans-serif"><strong>วันที่ออกจริง 
                              </strong></font> 
                              <input name="dates_real" type="text" id="date1" value="<? echo formatDateshow($date) ; ?>" size="12" maxlength="12" readonly="yes">
                              <strong>เวลา</strong> 
                              <input name="times_real" type="text" id="times_real" size="6" value="<? echo $time1 ;?>" readonly="yes">
                              <strong> วันที่</strong>กลับมาถึง 
                              <input name="datee_real" type="text" id="date23" value="<? echo formatDateshow($date2) ; ?>" size="12" maxlength="12" readonly="yes">
                              <strong> เวลา</strong> 
                              <input name="timee_real" type="text" id="timee_real" size="6" value="<? echo $time2 ;?>">
                            </p>
                            <table width="86%" border="1">
                              <tr> 
                                <td colspan="6"><div align="center"><font color="#CC0099" size="3"><strong>แบบประเมินความพึงพอใจ</strong></font></div></td>
                              </tr>
                              <tr> 
                                <td>&nbsp;</td>
                                <td><div align="center">ดีมาก (5)</div></td>
                                <td><div align="center">ดี (4)</div></td>
                                <td><div align="center">ปานกลาง (3)</div></td>
                                <td><div align="center">พอใช้ (2)</div></td>
                                <td><div align="center">ต้องปรับปรุง (0)</div></td>
                              </tr>
                              <tr> 
                                <td width="28%">1. ความตรงเวลา</td>
                                <td width="15%"> <div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox1" value="5">
                                  </div></td>
                                <td width="14%"> <div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox1" value="4">
                                  </div></td>
                                <td width="14%"> <div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox1" value="3">
                                  </div></td>
                                <td width="13%"><div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox35" value="2">
                                  </div></td>
                                <td width="16%"><div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox1" value="0">
                                  </div></td>
                              </tr>
                              <tr> 
                                <td>2. ความพร้อมของรถ</td>
                                <td> <div align="center"> 
                                    <input name="checkbox2" type="checkbox" id="checkbox2" value="5">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox2" type="checkbox" id="checkbox2" value="4">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox2" type="checkbox" id="checkbox2" value="3">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox2" type="checkbox" id="checkbox2" value="2">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox1" type="checkbox" id="checkbox1" value="0">
                                  </div></td>
                              </tr>
                              <tr> 
                                <td>3. ความมีน้ำใจ</td>
                                <td> <div align="center"> 
                                    <input name="checkbox3" type="checkbox" id="checkbox3" value="5">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox3" type="checkbox" id="checkbox3" value="4">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox3" type="checkbox" id="checkbox3" value="3">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox3" type="checkbox" id="checkbox36" value="2">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox3" type="checkbox" id="checkbox3" value="0">
                                  </div></td>
                              </tr>
                              <tr> 
                                <td>4. ปฏิบัติตามกฏจราจร</td>
                                <td> <div align="center"> 
                                    <input name="checkbox4" type="checkbox" id="checkbox4" value="5">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox4" type="checkbox" id="checkbox4" value="4">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox4" type="checkbox" id="checkbox4" value="3">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox4" type="checkbox" id="checkbox4" value="2">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox4" type="checkbox" id="checkbox4" value="0">
                                  </div></td>
                              </tr>
                              <tr> 
                                <td>5. พฤติกรรมบริการ</td>
                                <td> <div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="5">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="4">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="3">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="2">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="0">
                                  </div></td>
                              </tr>
                              <tr> 
                                <td>6. พฤติกรรมการขับรถ</td>
                                <td> <div align="center"> 
                                    <input name="checkbox6" type="checkbox" id="checkbox6" value="5">
                                  </div></td>
                                <td> <div align="center"> 
                                    <input name="checkbox6" type="checkbox" id="checkbox6" value="4"  dis>
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox6" type="checkbox" id="checkbox6" value="3">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="2">
                                  </div></td>
                                <td><div align="center"> 
                                    <input name="checkbox5" type="checkbox" id="checkbox5" value="0">
                                  </div></td>
                              </tr>
                            </table>
                          </div></td>
                      </tr>
                      <tr> 
                        <td height="23" colspan="2"> <div align="center">ผู้ประเมิน 
                            <input name="audit_name" type="text" id="audit_name"  value="<?
							if(!empty($u1))
							{ 
							 echo $u1;
							 end ;
							}
							else if(!empty($u2))
							{
							echo $u2;
							end;
							}
							else if(!empty($u3))
							{
							echo $u3 ;
							end;
							}
							else if(!empty($u4))
							{
							echo $u4 ;
							end;
							}
							else if(!empty($u5))
							{
							echo $u5 ;
							end;
							}
							else
							{
							echo $name ;
							}
							 ?>"  
							   >
                            <input name="cmdSubmit" type="submit" id="cmdSubmit" value="Submit"  onClick="cf=confirm('คุณต้องการบันทึก ?');if (cf) return true; return false;" >
                          </div></td>
                      </tr>
                    </table>
                  </DIV></TD>
              </TR>
            </TBODY>
          </TABLE>
        </TD>
      </TR>
    </TBODY>
  </TABLE>
  </form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit