<?php session_start(); include "include/connect.inc.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>:: เครือข่ายข่าวสารการศึกษา E-Networks ::</title> </head> <body> <?php if($_POST["user"]!=""){ $sqlLogin = "SELECT * FROM member WHERE mem_user='".trim($_POST["user"])."' AND mem_pass='".trim($_POST["pass"])."'"; $resultLogin = mysql_db_query($dbname, $sqlLogin); $numLogin = mysql_num_rows($resultLogin); if($numLogin>0){ $row = mysql_fetch_array($resultLogin); $_SESSION["login_id"] = $row[mem_id]; $_SESSION["login_user"] = $row[mem_user]; $_SESSION["login_name"] = $row[mem_name]; $_SESSION["login_status"] = $row[mem_status]; echo "<meta http-equiv='refresh' content='0; url=index.php'>"; }else{ $_SESSION["login_status"] = ""; $loginError = "<font color='red'>ไม่สามารถเข้าสู่ระบบได้ ชื่อผู้ใช้ หรือ รหัสผ่าน ไม่ถูกต้อง</font>"; } } ?> <table width="80%" align="center" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" style="background: url('icon/3.jpg');" height="100px"> <tr> <td align="right"> <img src="icon/text1.gif"> <div align="left"><img src="icon/text2.gif" width="400px"></div> </td> <td width="200px"> <img src="icon/logo.gif" width="200px"> </td> </tr> </table> </td> </tr> <tr> <td style="background-color: paleturquoise; height: 30px;"> [ <img src="icon/home.png" /><a href="index.php">หน้าแรก</a> ] <?php if($_SESSION["login_status"] != ""){ ?> [ <img src="icon/newspaper_add.png" width="16" height="16" /><a href="index.php?Category=NEWS-Add">คลิกที่นี่เพื่อส่งข่าวใหม่</a> ] <?php if($_SESSION["login_status"]=="ADMIN"){ ?> [ <img src="icon/group_edit.png" width="16" height="16" /><a href="index.php?Category=Member">ลบ แก้ไขผู้ใช้งาน</a> ] [ <img src="icon/Applications.png" width="16" height="16" /><a href="index.php?Category=Organization">แก้ไขข้อมูลหน่วยงาน</a> ] <?php } ?> <?php if($_SESSION["login_status"]=="USER"){ ?> [ <img src="icon/group_edit.png" width="16" height="16" /><a href="index.php?Category=Member">แก้ไขผู้ใช้งาน</a> ] <?php } ?> [ <img src="icon/library.png" width="16" height="16" /><a href="body/manual.pdf?Category=manual">คู่มือการใช้งานระบบ</a> ] [ <img src="icon/library.png" width="16" height="16" /><a href="index.php?Category=Webboard">webboard</a> ] [ <img src="icon/sign-out.png" width="16" height="16" /><a href="index.php?Category=Logout">ออกจากระบบ</a> ] <?php }else{ ?> [ <img src="icon/sign-in.png" width="16" height="16" /><a href="index.php?Category=Login">เข้าสู่ระบบ</a> ] [ <img src="icon/User_16x16.png" width="16" height="16" /><a href="index.php?Category=Register">สมัครสมาชิก</a> ] <?php } ?> </td> </tr> <tr> <td style="background-color: #d8e8ff"> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="320px"> <tr> <td valign="top"> <?php include "include/css.inc.php"; if($_GET[Category]=="NEWS-Add"){ include "body/news_add.php"; }elseif($_GET[Category]=="Organization"){ include "body/organization.php"; }elseif($_GET[Category]=="Member"){ include "body/member.php"; }elseif($_GET[Category]=="manual"){ include "body/manual.pdf"; }elseif($_GET[Category]=="Webboard"){ include "body/Webboard.php"; }elseif($_GET[Category]=="NewQuestion"){ include "body/NewQuestion.php"; }elseif($_GET[Category]=="ViewWebboard"){ include "body/ViewWebboard.php"; }elseif($_GET[Category]=="Login"){ include "body/login.php"; }elseif($_GET[Category]=="Logout"){ include "Body/Logout.php"; }elseif($_GET[Category]=="Register"){ include "Body/register.php"; }elseif($_GET[Category]=="Register"){ include "Body/body.php"; }else{ include "Body/news_show.php"; } ?> </td> </tr> </table> </td> </tr> <tr> <td style="background: url('icon/bottom.gif');" height="122px" align="center"> <?php $sql = "SELECT * FROM organization"; $query = mysql_db_query($dbname, $sql); $row = mysql_fetch_array($query); echo "<br><strong><a href='".$row["org_web"]."' target='_BLACK'>".$row["org_name"]."</a></strong><br>"; echo "<strong>".$row["org_add"]." ".$row["org_tumbon"]." ".$row["org_aumpher"]." ".$row["org_province"]."<br>"; echo $row["org_tel"]." ".$row["org_email"]; ?> </td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง