?? login.asp
字號:
<!--#include file="Conn.Asp"-->
<!--#include file="User_Logout.Asp"-->
<%
If Request.Cookies("RichwongAlexa")("UserName") <> "" And Request.Cookies("RichwongAlexa")("UserID") <> "" Then
Response.Redirect "Manage1.Asp"
Response.End
End If
If Req("Action")="login" Then
UserName = Req("UserName")
UserPassWord = Req("password")
Set Rs = Server.CreateObject("ADODB.RecordSet")
Rs.Open "Select Top 1 * From Member Where UserName = '" & UserName & "' And UserPassWord = '" & UserPassWord & "'",Conn,1,1
If Not(Rs.bof and Rs.eof) Then
If UserName = Rs("UserName") And UserPassWord = Rs("UserPassWord") Then
Response.Cookies("RichwongAlexa")("UserName")= UserName
Response.Cookies("RichwongAlexa")("UserID")=Rs("ID")
Else
Call Msgs("錯誤,用戶名或密碼錯誤!","Login.Asp")
End If
Else
Call Msgs("錯誤,您不是我們的會員,趕快去注冊一個吧!","Reg.Asp")
End If
Rs.Close
Set Rs = Nothing
Conn.Close
Set Conn = Nothing
Response.Redirect "Manage1.Asp"
End if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="Alexa,世界排名,Alexa世界排名,Alexa世界排名作弊,Alexa作弊,Alexa作弊工具,刷Alexa排名,Alexa超級作弊,Alexa作弊教程,Alexa作弊器">
<meta name="keywords" content="第三代alexa排名刷站系統,Alexa,世界排名,Alexa世界排名,Alexa世界排名作弊,Alexa作弊,Alexa作弊工具,刷Alexa排名,Alexa超級作弊,Alexa作弊教程,Alexa作弊器,瑯岐街域,瑯岐,街舞,HIPHOP,涂鴉,Alexa刷站系統,免費提升流量,新聞,歌曲,影視,文章,下載,特效,圖片,酷站,連接,統計,留言">
<title>中國電信高速alexa排名聯盟-alexa排名共贏聯盟,Alexa,世界排名,Alexa世界排名</title>
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = 7;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
}
}
// -->
</script>
</head>
<body>
<br>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -