<? ob_start(); ?> <?php @session_start(); $Username = $_POST['txtuser']; $Password = $_POST['txtpass']; ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>เข้าสู่ระบบ</title> <LINK REL="SHORTCUT ICON" HREF="img/Blood.gif"> <link rel="stylesheet" type="text/css" href="css/Struc.css"> <style> .username { background: url(img/user.png) no-repeat; padding-left: 24px; } .password { background: url(img/lock.png) no-repeat; padding-left: 24px; } </style> </head> <body class="thrColFixHdr"> <? mysql_connect("localhost","root","root"); mysql_select_db("blood"); $strSQL = "SELECT * FROM member WHERE Username = '".trim($_POST['txtuser'])."' and Password = '".trim($_POST['txtpass'])."'"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); if(!$objResult){ echo ""; } else{ $_SESSION["Username"] = $objResult["Username"]; $_SESSION["Status"] = $objResult["Status"]; session_write_close(); if($objResult["Status"] =='ADMIN'){ echo "<meta http-equiv=refresh content=3;URL=LoginAdmin.php>"; } else{ echo "<meta http-equiv=refresh content=3;URL=LoginUser.php>"; } } mysql_close(); ?> <table width="1000" height="200"> <tr> <td width="1000" height="200" colspan="3"></td> <td width="300"><form name="Login" method="post" onSubmit="return checkadminlogin()"> <table width="300" align="right"> <tr> <td width="69">Username :</td> <td width="150"><input class="username" type="text" name="txtuser" /></td> </tr> <tr> <td>Password :</td> <td><input class="password" type="password" name="txtpass" /></td> </tr> <tr align="center"> <td colspan="2"> <input type="button" value="เข้าสู่ระบบ" onClick="this.form.action='Login.php'; submit()"> <input type="button" value="ลืมรหัสผ่าน"onClick="this.form.action='Email/Forgetpwd.php'; submit()"></td> </tr> <tr align="center"> <td height="20" colspan="2"><a href="user_REG.php">สมัครสมาชิก</a></td> </tr> </table> </form> </table> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ยินดีต้อนรับสู่เว็บ.....</title> <LINK REL="SHORTCUT ICON" href="img/Blood.gif"> <link rel="stylesheet" type="text/css" href="css/Struc.css"> </head> <? @session_start(); ob_start(); $User = $_SESSION["Username"]; $Pass = $_SESSION["Password"]; $Status = $_SESSION["Status"]; include ("Connections/config.inc.php"); if(empty($Username)) { $showmember ==NULL;} else{ $sql = "SELECT * FROM member WHERE Username = '$User' and Password = '$Pass'"; $result = mysql_query($sql); $res = mysql_fetch_array($result); $Username=$res[Usernmae]; echo "ชื่อ".$Username; $Password=$res[Password]; echo "สถานะ".$Status; $Status=$res[Status]; $showmember = "<div style=\"z-index:99;\"><table width=\"275\" height=\"100\" border=0 align=center cellpadding=0 cellspacing=0 style=\"padding-top:3px; padding-bottom:5px;\"> if($Status==\'ADMIN\'){ <tr align=\"center\" > <td><b>$Username ($Status)</b></td> </tr> <tr> <td height=\"55\"> <p><a href=\"admin_viewtest.php\">ข้อมูลผู้บริจาค</a></p> <p><a href=\"admin_Bloodre.php\">ข้อมูลการรับเลือด</a></p> <p><a href=\"admin_Bloodex.php\">ข้อมูลการจ่ายเลือด</a></p> <p><a href=>ส่ง SMS แจ้งเตือน</a></p> <!--<p><a href=>รายงาน</a></p>--> <p><a href=\"Logout.php\">ออกจากระบบ</a></p> </td> </tr> } else{ <tr> <td><center><?php echo \' ยินดีต้อนรับ...คุณ \'.\"$Name\"; ?></center></td> </tr> <tr> <td><a href=\"user_View.php\">ดูข้อมูลสมาชิก</a></td> <td><a href=\"user_Edit.php\">แก้ไขข้อมูลสมาชิก</a></td> <td><a href=\"user_Changepwd.php\">เปลี่ยนรหัสผ่าน</a></td> <td><a href=\"Logout.php\">ออกจากระบบ</a></td> </tr> } </table></div>"; } ?> <body> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง