1樓:匿名使用者
chklogin.asp
<%dim usr,pwd,rs
usr=request.form("admin")
pwd=request.form("password")
if (usr<>"") and (pwd<>"") then
usr=replace(replace(usr,"'",""),"or","")
pwd=replace(replace(pwd,"'",""),"or","")
set rs=server.createobject("adodb.recordset")
rs.open "select * from admin where admin='" & usr & "' and password='"& md5(pwd) &"'",conn,1
' rs.open "select * from admin where admin='" & usr & "' and password='"& pwd &"'",conn,1
if rs.eof and rs.bof then
response.write""
response.end
else
session("admin")=rs("admin")
session("password")=rs("password")
session("aleave")=rs("aleave")
session("login")=true
session("userkey")=rs("userkey")
if rs("userkey") =2 then
else
response.redirect "index.asp"
end if
end if
rs.close
set rs=nothing
else
response.write""
response.end
end if
%>conn.asp
<%dim startime
dim conn
dim connstr
dim db,pass_word,user_id,data_source
startime=timer()
db="" '資料庫名稱
pass_word="" 'password=帳號密碼
user_id="" 'user id=登陸帳號
data_source= 'data source=服務名稱或者ip
set conn = server.createobject("adodb.connection")
conn.open connstr
%>
1921681102登陸頁面怎麼登陸
一 開啟瀏覽器,在 欄輸入 192.168.1.1,敲擊回車進入登入頁面,輸入路由器賬號進行登入,賬號和密碼路由器地面有。驗證無誤後進入路由器設定介面。二 登入進入頁面後,點選網路。三 進入後,在網路頁面 寬頻配置下,可以進行賬號密碼修改。四 點選開啟wlan配置 ssidi安全設定,可以設定無線網...
電信wifi連線不上要怎麼才能登陸頁面
您好!1 在連線無線路由和光纖貓之前,需進行以下設定 切記以下操作一定要在路由器連線光纖貓之前設定,否則需reset路由器後再進行以下設定 1 設定路由器 將路由器連線到電腦上 該電腦未連線光纖貓 開啟瀏覽器,在 中錄入192.168.0.1,進入路由器設定介面,在dhcp設定專案中去掉選中 即無需...
移動wifi只能進入登陸頁面但不能上網是怎麼回事
移動wifi只能進入登陸頁面但不能上網,首先需要確定wlan 流量是否用完,或者包時長 已經用完上網時長,如果都沒有問題,可以嘗試如下操作 1 瀏覽器問題 盡量使用ie瀏覽器並關閉阻止視窗彈出功能。開啟瀏覽器,點選瀏覽器上方工具欄 工具 選擇 internet選項 依次點選 連線 區域網設定 伺服器...