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

📄 left.asp

📁 青岛dj站程序,带后台管理 名字和密码都是:admin
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<body>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="177" id="AutoNumber1">
        

    <tr>
    </tr>
    <tr>
      <td width="152" valign="top" >
      <div align="center">
        <center>
        <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images1/barbg.gif" id="AutoNumber2" style="border-collapse: collapse">
          
          
          <%
if session("DJ58User")<>"" then
	set rs=conn.execute("SELECT * FROM user where UserName='"&session("DJ58User")&"'") 
	if (rs.eof and rs.bof) or err.number<>0 then		
%>
              <tr>
                <td align=center >
                <a href="UserLogout.asp">请重新登陆</a></td>
              </tr>
<%	else%>
            <tr>
    <td width="100%" >
    <p align="center"><b><font color="#D4D0C8"><img src="images1/bfile.gif" width="177" height="40"></font></b></td>
  </tr>
            <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">用户:</font><a href="#" onclick="javascript:window.open('UserModify.asp','_self','')" title="<%=session("DJ58User")%>"><font color="#FF0000"><%=left(session("DJ58User"),8)%>
            <% if len(session("DJ58User"))>8 then Response.Write "<font color=green>&raquo;</font>" %>
        </font></font><a>
      </font></div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><font color="#87B5CD"><%if rs("userphoto")="0" then%>
            <img src="images/userphoto.gif" width=90 height=90 alt="快点上传你的靓照吧!这家伙一定没你漂亮!">
            <%else%>
            <a href="<%=rs("userphoto")%>"><img src="<%=rs("userphoto")%>" width=90 height=90 border="0"></a>
            <%end if%>
        </font>
      </div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">点歌:<%=rs("SMusics")%>次</font></div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">访问:<%=rs("logins")%>次</font></div></td>
  </tr>
  
  <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">收听:<%=rs("Listens")%>次</font></div></td>
  </tr>
 
  <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">积分:<%=rs("points")%>分</font></div></td>


  </tr>
  <tr>
    <td width="100%">
      <div align="center"><font color="#CCCCCC">等级:</font><font color="#87B5CD">    		  <%	points=rs("points")%>
              <%if points<50 then%>
              <font color="#FF0000">DJ初学者</font>
              <%else%>
              <%if points<100 then%>
              <font color="#FF0000">DJ进阶者 </font>
              <%else%>
              <%if points<300 then%>
              <font color="#FF0000">DJ爱好者 </font>
              <%else%>
              <%if points<500 then%>
              <font color="#FF0000">DJ痴迷者 </font>
              <%else%>
              <%if points<800 then%>
              <font color="#FF0000">无名DJ师 </font>
              <%else%>
              <%if points<1000 then%>
              <font color="#FF0000">成名DJ师 </font>
              <%else%>
              <%if points<1300 then%>
              <font color="#FF0000">DJ魔  童 </font>
              <%else%>
              <%if points<1500 then%>
              <font color="#FF0000">DJ魔  王 </font>
              <%else%>
              <%if points<1800 then%>
              <font color="#FF0000">DJ魔法师 </font>
              <%else%>
              <%end if%>
              <%if points<2000 then%>
              <font color="#FF0000">DJ魔  皇 </font>
              <%else%>
              <%if points<3000 then%>
              <font color="#FF0000">DJ至  尊 </font>
              <%else%>
              <%if points<5000 then%> 
              天王“巨猩” 
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
              <%end if%>
        </font> 
  
    </div></td>


  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><font color="#CCCCCC">本次登陆IP:<%=rs("LoginIP")%></font></div></td>


  </tr>
  <tr>
    <td width="100%" >
    <p align="center"><b><font color="#FFFFFF">会员特殊功能</font></b></td>
    <%
			set rs=conn.execute("SELECT count(id) FROM SendMusic where ForUser='"&session("DJ58User")&"' and IsNew=true and ForUserDel=false") 
			dim TotalNewSendIn
			TotalNewSendIn=rs(0)
			rs.close
			set rs=nothing
			
			
			%>

<%
set rs=conn.execute("SELECT count(id) FROM collection where UserName='"&session("DJ58User")&"'") 
			TotalNewSendIn=rs(0)
			rs.close
			set rs=nothing

%>

<%
set rs=conn.execute("SELECT count(id) FROM Message where incept='"&session("DJ58User")&"' and flag=0") 
			TotalNewMsg=rs(0)
			rs.close
			set rs=nothing
%>


  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><a title="会员排行前十名" target="_blank" href="usertop.asp"><font color="#CCCCCC">会员排行前十名</font></a></div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><a href="userlist.asp" target="_blank"><font color="#CCCCCC">会员列表</font></a></div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><a href="javascript:open_window('Messager.asp?action=inbox','newmsg','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top=10,left=10,width=420,height=300')"><font color="#CCCCCC">短信箱(共<%=Totalnewmsg%>封新短信)</font></a>
      </div></td>
  </tr>
  <tr>
    <td width="100%">
      <div align="center"><a href="javascript:open_window('sendmusic.asp?action=sendin','sendin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top=10,left=10,width=420,height=300')"><font color="#CCCCCC">点歌单(新收到<%=TotalNewSendIn%>次点歌)</font></a>
      </div></td>
  </tr>
  <tr>
    <td width="100%" >
      <div align="center"><a href="javascript:open_window('usercollect.asp?action=show','usercollect','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,top=10,left=10,width=420,height=300')"><font color="#CCCCCC">音乐收藏夹(共<%=TotalNewSendIn%>首)</font></a>
  
    </div></td>
  </tr>
  
          <tr>
            <td width="100%">
            <p align="center">
            <input style="border:0px solid #1A8CFF; FONT-SIZE: 12px; COLOR: #828F9B; BACKGROUND-COLOR: #171A1C; TEXT-DECORATION: underline" type=button name="modify" value="修改资料" onclick="javascript:window.open('UserModify.asp','_self','')">  
                <input style="border:0px solid #1A8CFF; FONT-SIZE: 12px; COLOR: #828F9B; BACKGROUND-COLOR: #171A1C; TEXT-DECORATION: underline" type=button name="reg" value="退出" onclick="javascript:window.open('UserLogout.asp','_self','')">

</td>
          </tr>
          <tr>
            <td><div align="center"><img src="images1/bard.gif" width="177" height="7"></div></td>
          </tr>
<%
end if
else
%>
          
          
          <form name="userlogin" action="UserChkLogin.asp">
            <tr>
                <td width=150 align=right>
                <p align="center"><img src="images1/blogin.gif" width="177" height="40"></td>
              </tr>
            <tr>
              <td align=right>&nbsp;</td>
            </tr>
            <tr>
                <td width=150 align=right>
                <p align="center">名称:
                  <input type=text name="UserName" size=13 style="color: #1A8CFF; border: 1px solid #214D70; background-color: #111111"><br>
                密码:
                <input type=password name="password" size=13 style="color: #1A8CFF; border: 1px solid #214D70; background-color: #111111"><br>
                <input title="注册成为本站用户" style="border:0px solid #1A8CFF; FONT-SIZE: 12px; COLOR: #828F9B; BACKGROUND-COLOR: #171A1C; TEXT-DECORATION: underline" type=button name="reg" value="注册" onclick="javascript:window.open('UserReg.asp','_self','')">  <input style="border:0px solid #1A8CFF; FONT-SIZE: 12px; COLOR: #828F9B; BACKGROUND-COLOR: #171A1C; TEXT-DECORATION: underline" type=submit name="submit" value="登陆">  
                <input style="border:0px solid #1A8CFF; FONT-SIZE: 12px; COLOR: #828F9B; BACKGROUND-COLOR: #171A1C; TEXT-DECORATION: underline" type=reset name="reset" value="重写"></td>
              </tr>
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
                <td width=150 align=right>
                <p align="center"><font color="#214D70"><img src="images1/bard.gif" width="177" height="7"></font></td>
              </tr>
            </form>
<%end if%>
        </table>
        </center>
      </div>
      </td>
    </tr>
    <tr>
      <td width="158" colspan="2"></td>
    </tr>
    <tr>
      <td width="158" colspan="2">
      <img border="0" src="补间.gif" width="1" height="15"></td>
    </tr>
    <tr>
      <td width="149">
      <table cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber3" height="100%">
        <tr>
          <td width="100%">
          <p align="center"><img src="images1/bsearch.gif" width="177" height="40"></td>
        </tr>
        <tr>
          <td width="100%" align="center" background="images1/barbg.gif">
          
          <form name="form1" method="post" action="search.asp">
              <p style="margin-top: 4; margin-bottom: 4">类&nbsp; 型:

⌨️ 快捷键说明

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