403Webshell
Server IP : 202.29.229.35  /  Your IP : 18.224.51.27
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/plan_show.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: 400px;" ><span class="heading-subject">แผนการปฏิบัติราชการประจำปี/แผนการพัฒนายุทธศาสตร์ฯ</span></div></td>
        <td align="right" valign="top"><div class="fgray" style="line-height: 20px;"><!-- <a href="?i=tab_newlbtech"  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">

<br />
<?php 
		  			
					$sql="select * from tbl_planyear where df_stautsDoc='1' order by df_ID desc";
					$result=mysqli_query($connect1,$sql);
					$num_dp=mysqli_num_rows($result);
					
?>
</p>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td width="5%" height="28" align="center" valign="middle" bgcolor="#EBEBEB">&nbsp;</td>
    <td width="95%" align="center" valign="middle" bgcolor="#EBEBEB"><span class="heading-subject">แผนการปฏิบัติราชการประจำป</span>ี</td>
    <!--<td width="100" align="center" valign="middle" bgcolor="#EBEBEB">ดาวน์โหลด (ครั้ง)</td>-->
  </tr>
  <?php
					while($rs=mysqli_fetch_assoc($result)){
						$count_num=$rs['count_num'];
						$number1=$count_num+1;
						$df_id=$rs['df_ID'];
						
						$sql3="update tbl_planyear set count_num='$number1' where df_ID='$df_id' ";
						$result3=mysqli_query($connect1,$sql);
						//$number = web_count_check("count_downloadDocForm/".$rs['df_ID'].".txt");
						
				/*	
					if($rs['df_stautsDoc'] == 2){
						echo "[สำหรับครู/เจ้าหน้าที่]";
					}else{
						echo "[สำหรับนักศึกษา]";
					}
					*/
					$bg="";
					if($bg == "#F5F5F5") {
						$bg = "#FDFDFD";
					} else {
						$bg = "#F5F5F5";
					}
					
		  ?>
  <tr bgcolor="<?php echo $bg; ?>"  >
    <td width="5%" align="center" valign="middle" bgcolor="<?=$bg?>"><img src="images/icon07.png" width="20" height="12" /></td>
    <td width="95%" align="left" valign="middle" bgcolor="<?=$bg?>">&nbsp;&nbsp; <a href="system_admin/file_planpdf/<?php echo $rs['df_file'];?>" target="_blank" class="link-default-org"><?php echo $rs['df_title'];?></a></td>
    <!--<td width="100" align="center" valign="top" bgcolor="<?=$bg?>"><?php echo $number1;?></td>-->
  </tr>
  <?php
	  /**/
	  $num=0;
							$num--;
				}
				
		  ?>
</table>
<p>&nbsp;</p>

<?php 
				
					$sql1="select * from tbl_planyear where df_stautsDoc='2' order by df_ID desc";
					$result1=mysqli_query($connect1,$sql1);
					$num_dp1=mysqli_num_rows($result1);
					
				/* 	$sql1="select * from tbl_planyear where df_stautsDoc='3' order by df_ID desc";
				
					$result1=mysql_query($sql,$connect1);
					$num_dp1=mysql_num_rows($result1);
					*/
			?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td width="5%" height="28" align="center" valign="middle" bgcolor="#EBEBEB">&nbsp;</td>
    <td width="95%" align="center" valign="middle" bgcolor="#EBEBEB"><span class="heading-subject">แผนการพัฒนายุทธศาสตร์ฯ</span></td>
    <!--<td width="100" align="center" valign="middle" bgcolor="#EBEBEB">ดาวน์โหลด (ครั้ง)</td>-->
  </tr>
  <?php
  			while($rs1=mysqli_fetch_assoc($result1)){
						
  /*
					while($rs1=mysql_fetch_array($result1)){
						$count_numopen=$rs1['count_num'];
						$opencoun=$count_numopen+1;
						$df_idplan=$rs1['df_ID'];
						
						$sql3="update tbl_planyear set count_num='$opencoun' where df_ID='$df_idplan' ";
						$result3=mysql_query($sql3);
						//$number = web_count_check("count_downloadDocForm/".$rs1['df_ID'].".txt");
						//echo "==>".$fileDoc;
			
					if($bg == "#F5F5F5") {
						$bg = "#FDFDFD";
					} else {
						$bg = "#F5F5F5";
					}
			*/		
		  ?>
  <tr bgcolor="<?=$bg?>"  >
    <td width="5%" align="center" valign="middle" bgcolor="<?=$bg?>"><img src="images/icon07.png" width="20" height="12" /></td>
    <td width="95%" align="left" valign="middle" bgcolor="<?=$bg?>">&nbsp;&nbsp; <a href="system_admin/file_planpdf/<?php echo $rs1['df_file'];?>" target="_blank" class="link-default-org"><?php echo $rs1['df_title'];?></a></td>
    <!-- <td width="100" align="center" valign="top" bgcolor="<?=$bg?>"><?php echo $number;?></td>-->
  </tr>
  <?php
	  /**/	
							$num--;
				}
			
		  ?>
</table>
   </div>
   
   
   
   
   <p>&nbsp;</p>

<?php 
				/* 
					$sql1="select * from tbl_planyear where df_stautsDoc='2' order by df_ID desc";
					$result1=mysqli_query($connect1,$sql1);
					$num_dp1=mysqli_num_rows($result1);
					
				
					*/
			?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td width="5%" height="28" align="center" valign="middle" bgcolor="#EBEBEB">&nbsp;</td>
    <td width="95%" align="center" valign="middle" bgcolor="#EBEBEB"><span class="heading-subject">แผนการบริหารความเสี่ยง</span></td>
    <!--<td width="100" align="center" valign="middle" bgcolor="#EBEBEB">ดาวน์โหลด (ครั้ง)</td>-->
  </tr>
  <?php
  			//while($rs1=mysqli_fetch_assoc($result1)){
						
  
		  ?>
  <tr bgcolor="<?=$bg?>"  >
    <td width="5%" align="center" valign="middle" bgcolor="<?=$bg?>"><img src="images/icon07.png" width="20" height="12" /></td>
    <td width="95%" align="left" valign="middle" bgcolor="<?=$bg?>">&nbsp;&nbsp; <a href="system_admin/file_planpdf/<?php echo $rs1['df_file'];?>" target="_blank" class="link-default-org"><?php echo $rs1['df_title'];?>  </a>  <a href="http://www.ivecr2.ac.th/downloadFile/planRisk2566.pdf" target="_blank" class="link-default-org">แผนการบริหารความเสี่ยง ปีงบประมาณ พ.ศ. 2566</a></td>
    <!-- <td width="100" align="center" valign="top" bgcolor="<?=$bg?>"><?php echo $number;?></td>-->
  </tr>
  <tr bgcolor="<?=$bg?>"  >
    <td align="center" valign="middle" bgcolor="<?=$bg?>"><img src="images/icon07.png" alt="" width="20" height="12" /></td>
    <td align="left" valign="middle" bgcolor="<?=$bg?>"> <a href="http://www.ivecr2.ac.th/downloadFile/planRisk2565.pdf" target="_blank" class="link-default-org">แผนการบริหารความเสี่ยง ปีงบประมาณ พ.ศ. 2565</a></td>
  </tr>
  <?php
	  /*	
							$num--;
				}*/
			
		  ?>
</table>
  </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit