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

📄 index.asp

📁 全站生成htm静态页面
💻 ASP
字号:
<%PageName="index"%>
 <%
Rem 判断用户登陆
response.buffer=true
if Request.Cookies("iscookies")="" then
	Response.Cookies("iscookies")="0"
	Response.Cookies("iscookies").Expires=date+3650
	response.write "<META http-equiv=Content-Type content=text/html; charset=gb2312><meta HTTP-EQUIV=REFRESH CONTENT=3>正在登陆<font color=red><b>------|音乐酒吧|-会员系统</b></font>……<br><br>本系统要求使用COOKIES,假如您的浏览器禁用COOKIES,您将不能登录本系统……"
	response.end
end if
UserAgent=Trim(lcase(Request.Servervariables("HTTP_USER_AGENT")))
ScriptName=lcase(request.ServerVariables("PATH_INFO"))
If Instr(UserAgent,"teleport")>0 or Instr(UserAgent,"webzip")>0 or Instr(UserAgent,"flashget")>0 or Instr(UserAgent,"offline")>0 Then
	response.redirect "error.htm"
	response.end
end if
membername=Checkin(request.cookies("wwwy98cnmtv")("username"))
memberword=Checkin(request.cookies("wwwy98cnmtv")("password"))
userid=request.cookies("wwwy98cnmtv")("userid")
if membername<>"" then
response.redirect("musicsc.asp")
else
%>
<HTML>
<HEAD>
<TITLE>会员系统-音乐酒吧-MTV视听-Http://Www.Y98.Cn</TITLE>
<script language="jscript.encode" src=../js/top.txt></script>
<!--#include file="conn.asp"-->
<!--#include file="star.inc"-->
<!--#include file="functionuser.asp"-->
<LINK href="../images/css.css" rel=stylesheet type=text/css>
<div align="center">
  <center>
    <table width="770" border="0" align="center" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF">
      <tr> 
        <td width="100%" align="center" bgcolor="#333333"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td><img src="images/bian1.gif" width="599" height="77"></td>
            </tr>
            <tr>
              <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="64"><img src="images/bian3.gif" width="64" height="195"></td>
                    <td valign="top" background="images/bian4.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                        <tr> 
                          <td ><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
                              <tr > 
                                <form action='chklogin.asp' method=post name=index_logon>
                                  <td width="538" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                      <tr>
                                        <td width="67%"><table width="100%" border="0" cellpadding="0" cellspacing="4">
                                            <tr> 
                                              <td><font color="#333333">用户帐号</font>: 
                                                <input name="UserName"  size=11  class="box3"> 
                                              </td>
                                            </tr>
                                            <tr> 
                                              <td><font color=#333333>登陆密码:</font> 
                                                <input name="password" type="password" size=11 maxlength=11  class="box3"> 
                                              </td>
                                            </tr>
                                            <tr> 
                                              <td>用户状态:<font color="#CCCCCC"> 
                                                <select name=CookieDate  class="box4">
                                                  <option value=0>不保存</option>
                                                  <option value=1>保存一天</option>
                                                  <option value=2>保存一月</option>
                                                  <option value=3>永久保存</option>
                                                  </select>
                                                </font></td>
                                            </tr>
                                          </table></td>
                                        <td width="33%" align="center" valign="top"><b> 
                                          <input name="subimit" type="image" src="images/login.gif" align="absbottom" width="60" height="60" border="0">
                                          </b></td>
                                      </tr>
                                    </table></td>
                                </form>
                              </tr>
                            </table></td>
                        </tr>
                      </table>
                      <table width="100%" border="0" cellspacing="4" cellpadding="0">
                        <tr>
                          <td align="center"><a href="reg.asp"><font color="#FF0000"><strong>如果您还不是会员请先注册</strong></font></a></td>
                        </tr>
                      </table>
                      <table width="100%" border="0" cellspacing="4" cellpadding="0">
                        <tr> 
                          <td>会员帮助:会员联系QQ:48437457或75178 <br>E-mail:mapeilin1#163.com(请将#替换为@)<br></td>
                        </tr>
                      </table></td>
                    <td width="239"><img src="images/bian5.gif" width="239" height="195"></td>
                  </tr>
                </table></td>
            </tr>
            <tr>
              <td><img src="images/bian2.gif" width="599" height="82"></td>
            </tr>
          </table></td>
      </tr>
    </table>
  </center>
</div>
<script language="jscript.encode" src=../js/end.txt></script>
<%
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -