|
|
|
ขอโค้ด login หน่อย ขอโค้ด login หน่อยค่ะ เอาแบบสมบูรณ์แบบเลยน่ะค่ะ ขอบคุณมากๆเลยจ้า:lol: |
|
|
|
|
|
|
|
ขอบใจหายๆๆๆๆๆๆๆๆเลยเด้อคับ
|
|
|
|
|
Date :
2009-09-21 16:12:53 |
By :
กด้กด้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณนะค๊าา
|
|
|
|
|
Date :
2009-12-04 21:11:00 |
By :
chinno |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขึ้น host ใช้ไม่ได้ครับ
|
|
|
|
|
Date :
2010-06-11 16:30:39 |
By :
TOON |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปอีกตัวครับ
<?php
session_start();
include_once('config/connect_db.php');
$datenewnow=$db->sysTimeStamp;
?>
<!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=windows-874" />
<title>ระบบจัดเก็บทะเบียนผู้ใช้งาน</title>
<script>
function check(){
if(document.form1.username.value==""){
//document.getElementById("user1").innerHTML="<font color=red size=2>[กรุณากรอกชื่อ]</font>";
alert('กรุณากรอก Username');
document.form1.username.focus();
return false;
}
if(document.form1.password.value==""){
//document.getElementById("user1").innerHTML="<font color=red size=2>[กรุณากรอกรหัสผ่าน]</font>";
alert('กรุณากรอก Password');
document.form1.password.focus();
return false;
}
}
</script>
<style type="text/css">
<!--
.FormLogin{
width:377px;
height:278px;
border:4px #A0A0A4 solid;
}
.font{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}
.Mybutton{
background-image:url(image/bg_colum.gif);
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:12px;
border:2px #A0A0A4 solid;
}
a:visited {
color: #0000FF;
}
a:hover {
color: #FF00FF;
}
-->
</style>
</head>
<body>
<br />
<br />
<br />
<br />
<form name="form1" action="" method="post">
<table width="377" height="278" border="0" align="center" cellpadding="0" cellspacing="1" background="image/bgindex1.gif" class="FormLogin">
<tr align="">
<td width="375" ><br />
<table width="349" height="170" border="0" align="center" cellspacing="1">
<tr>
<td colspan="2" align="left"> </td>
</tr>
<tr>
<td width="108" align="right" valign="top" class="font">Username:</td>
<td width="234" align="left" valign="top">
<input name="username" type="text" id="username" maxlength="20"
value="<? if(!empty($_POST['username'])) {echo trim($_POST['username']);}?>"/></td>
</tr>
<tr>
<td align="right" valign="top" class="font">Password:</td>
<td align="left" valign="top">
<input name="password" type="password" id="password" maxlength="20"
value="<? if(!empty($_POST['password'])) {echo trim($_POST['password']);}?>"/></td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<input name="Submit" type="submit" class="Mybutton" value="Login" onclick="return check();"/></td>
</tr>
<tr>
<td colspan="2" align="center" valign="top" >
<a href="javascript:void(0)" onClick="window.open('../Save_service/code/registry_popup.php','test','width=250,height=200')" class="font">ลงทะเบียนใหม่</a> </td>
</tr>
</table></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
<?php
/*ตัวนี้เป็นตัวเช็คในดาต้าเบสครับลองดูครับน่าจะใช้กับ host ได้จริง*/
if(isset($_POST['Submit'])){
$username=trim($_POST['username']);
$password=trim($_POST['password']);
$passen=base64_encode(base64_encode(base64_encode($password)));
$SQL="SELECT user_id,username,password,isadmin,isactive FROM user WHERE username='$username' and password='$passen' ";
$rs=$db->Execute($SQL)or die('ERROR1');
$num=$rs->NumRows();
$result=&$rs->fields;
$_SESSION['sess_user_id']=$result['user_id'];
$_SESSION['sess_username']=$result['username'];
$_SESSION['sess_isadmin']=$result['isadmin'];
$_SESSION['sess_isactive']=$result['isactive'];
$isactive=$result['isactive'];
if($num<>0){
if($isactive=='N'){
echo"<script>alert(\"คุณยังไม่ได้รับอนุญาติเข้าใช้งาน กรุณาติดต่อเจ้าหน้าที่เกี่ยวข้อง\");</script>";
}
else{
$SQL1="UPDATE user SET lastlogin=$datenewnow WHERE username='$username' and password='$passen' ";
$rs1=$db->Execute($SQL1)or die('ERROR2');
echo"<script>window.location='code/main.php';</script>";
}
}
else{
echo"<script>alert(\"ชื่อหรือรหัสผ่านไม่ถูกต้อง\");</script>";
}
}
?>
|
|
|
|
|
Date :
2010-06-11 16:46:01 |
By :
sleepington |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
k.โปรแกรมเมอร์ขี้เหล้า ตัวนี้from login และ check login อยู่ในfile เดียวกานใช่ไหมค่ะ
ขอบคุณหน้าจะ workมากๆๆ very Good เทพๆๆ ฮ่าๆๆๆๆ
|
|
|
|
|
Date :
2010-07-01 08:51:10 |
By :
penpimonmink |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
//////////////////////////////////// constants /////////////////////////////////////////
define('PREFIX', 'tb_');
ini_set('date.timezone','Asia/Bangkok');
$GLOBLAS['_arr_conn'] = array(
'_host' => 'localhost',
'_user' => 'root',
'_password' => 'root',
'_db' => 'register'
);
////////////////////////////////////////////////////////////////////////
session_start();
$_user = isset($_POST['_user']) ? htmlspecialchars($_POST['_user']) : ' ';
$_pwd = isset($_POST['_pwd']) ? sha1(htmlspecialchars($_POST['_pwd'])) : ' ';
$_val_checked = $_POST['_check']; //
////////////
$_db = mysql_connect($_arr_conn['_host'],
$_arr_conn['_user'],
$_arr_conn['_password']
// _Array
); if(!$_db) die(' ไม่สามารถติดต่อฐานข้อมูลได้ ');
mysql_select_db($_arr_conn['_db'], $_db); mysql_set_charset('SET NAMES tis620');
$_sql = sprintf(" SELECT COUNT(*) FROM ".PREFIX."register " .
" WHERE user = '%s' AND pwd ='%s' ",
mysql_real_escape_string($_user),
mysql_real_escape_string($_pwd)
);
$_query = mysql_query($_sql, $_db); $_num_rows = mysql_num_rows($_query);
if($_num_rows == 0) die (' ไม่พบข้อมูล ' );
// session & cookie
$_SESSION['_sess_user_id'] = session_id(); // checked session id
setcookie('_user_wwwlocalhost' ,$_val_checked, time + 3600); // cookies enabled
usleep(2000000); //
header('Location: home.php');
/////////////////////////////////////////////////////////////////////////////
?>
<html>
<head>
<title></title>
<body>
<div id = "contents">
<form id = "_form" action="" method="post">
username : <input type="text" name="_user" value=""> <br>
password : <input type="password" name="_pwd" value=""> <br>
forever : <input type="checkbox" name="_check" value="_cheacked"><br>
<input type="submit" name="_submitted">
</form>
</div>
</body>
</head>
</html>
|
|
|
|
|
Date :
2010-07-01 23:18:03 |
By :
mrjidjad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วถ้าจะเปลี่ยนเป็นเช็คกับ ฐานข้อมูลออราเคิล
ต้องเปลี่ยนตรงไหนบ้างคะ
ลองเปลี่ยนแล้วทำไมมันไม่ได้อ่า
รบกวนด้วยนะคะ
|
|
|
|
|
Date :
2010-09-01 18:59:57 |
By :
ดาว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
$user = $_POST[user];
$pass = $_POST[pass];
include("connect.php");
$sql = "SELECT * FROM admin WHERE user ='$user' and pass ='$pass ' ";
$dbquery = mysql_db_query($dbadmin ,$sql );
$num_rows = mysql_num_rows($dbquery);
if($num_rows == 1)
{
echo "<strong>ยินดีต้อนรับเข้าสู่ระบบ <font color=\"red\">คุณ$user </strong> </font>";
}else{
echo "ข้อมูลไม่ถูกต้อง กรุณา login ใหม่ ";
}
?>
พี่คะหนู check_login ไม่ผ่าน ไม่ทราบว่าผิดหรือต้องแก้ไข ตงไหน ช่วยบอกหนูที.............
ขอบคุณคะ
|
|
|
|
|
Date :
2011-11-25 10:41:26 |
By :
สาวน้อยหัดเขียนโค้ด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
session_start();
mysql_connect("localhost","root","root");
mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM member WHERE Username = '".trim($_POST['txtUsername'])."'
and Password = '".trim($_POST['txtPassword'])."'";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Username and Password Incorrect!";
}
else
{
$_SESSION["UserID"] = $objResult["UserID"];
$_SESSION["Status"] = $objResult["Status"];
session_write_close();
if($objResult["Status"] == "ADMIN")
{
header("location:admin_page.php");
}
else
{
header("location:user_page.php");
}
}
mysql_close();
?>
Go to : PHP MySQL กับ Login Form ทำระบบ User ล็อกอิน แบบง่าย ๆ ด้วย PHP และ MySQL โดยทำการตรวจสอบ Username และ Password
|
|
|
|
|
Date :
2011-11-25 10:58:09 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วเว็บอื่นละค่ะ
เพราะเรายังเข้าได้ โดยการพิมพ์ URL เราจะใส่โค๊ะอะไร ให้เข้าถึงไม่ได้ค่ะ
ขอบคุณมากค่ะ
|
|
|
|
|
Date :
2015-05-08 09:13:51 |
By :
ชลดา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากให้ Login แล้วเห็น ข้อมูล ของผู้ใช้งาน คนเดียว อ่ะ ครับ
Code (PHP)
<?
session_start();
?>
<?
$adm_usernm = $_POST['adm_usernm'];
$adm_passwd=$_POST['adm_passwd'];
if (($adm_usernm=="admin")and($adm_passwd=="1234")){
$_SESSION['sess_adm_usernm']="admin";
$_SESSION['sess_adm_passwd']="1234";
echo $func->alert("ยินดีต้อนรับผู้ดูแลระบบ เข้าสู่ระบบค่ะ","index.php");
echo $func->redirect("0","index.php");
}else{
$sql="select * from account where id_acc='$adm_usernm' and idc_acc='$adm_passwd'";
$result=mysql_query($sql);
$n=mysql_num_rows($result);
$fetch=mysql_fetch_array($result);
//$Apo_status=$fetch['Apo'];
if($n==0){
echo $func->alert("ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง กรุณากรอกใหม่","index.php");
echo $func->redirect("0","index.php");
}else{
$_SESSION['sess_adm_usernm']=$adm_usernm;
$_SESSION['sess_adm_passwd']=$adm_passwd;
//$_SESSION['sess_Ap']=$Apo_status;
echo $func->alert("ยินดีต้อนรับผู้ดูแลระบบ เข้าสู่ระบบค่ะ","index.php");
echo $func->redirect("0","index.php");
}
}
?>
|
|
|
|
|
Date :
2017-09-18 09:47:56 |
By :
TIK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|