⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.asp

📁 ASP编写的刷ALEXA的平台
💻 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 + -