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

📄 member_center.asp

📁 电影ASP文件
💻 ASP
字号:
<!--#include file="../film_conn.asp"-->
<!-- #include file="user_session.asp" -->
<!-- #include file="../set_url.asp" -->
<HTML><HEAD><TITLE><%=webname%> - 会员管理中心</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
</HEAD>
<BODY bgColor=#71757b leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0" botmargin="0">
<!--#include file="../top.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center background=../images/bg-content.gif border=0 valign="top">
  <TBODY>
  <TR>
    <TD width=778 height=1>
      <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 height=1 
      cellSpacing=0 cellPadding=0 width=778 align=left border=0 valign="top">
        <TBODY>
  <TR>
    <TD width=778 height=188>
      <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0 
      cellPadding=0 width=778 border=0>
        <TBODY>
        <TR>
          <TD width=15 height=151> </TD>
          <TD vAlign=top width=194 height=151><!--#include file="../left1.asp"--></TD>
          <TD vAlign=top width=4></TD>
          <TD vAlign=top width=550 height=151>
            <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 
            cellSpacing=5 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD vAlign=top width="100%" height=386>
                  <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 
                  height=246 cellSpacing=0 cellPadding=0 width="91%" border=0>
                    <TBODY>
                    <TR>
                      <TD vAlign=top width="100%" height=39><!--#include file="../query.asp"--></TD></TR>
                    <TR>
                      <TD width="100%" height=5></TD></TR>
                    <TR>
                      <TD width="100%" height=8></TD></TR>
                    <TR>
                      <TD width="100%" height=5></TD></TR>
                    <TR>
                      <TD width="100%" height=3>
                      <IMG height=21 
                        src="../images/b.gif" width=538 border=0></TD></TR>
                    <TR>
                      <TD width="100%" background=../images/b01.gif height=465 valign="top">
                      <div align="center">
                        <center>
                        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1">
                          <tr>
                    <td height="28" style="font-size: 12px">
                    <p align="center">      
                    <div align="center" style="font-size: 12px">
        <center>
<%  
if request.cookies("userid")="" and request.cookies("password")="" and request.cookies("okerer")="" then
session("loginurl")=request.servervariables("url") 
response.redirect "user_login.asp"
end if
set rs=server.createobject("adodb.recordset")
sql="select * from users where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
rs.open sql,conn,1,1%> 
<%if rs("oklook")=0 then 
oklook="电影游客"
elseif rs("oklook")=1 then
oklook="普通会员"
elseif rs("oklook")=2 then
oklook="白银会员"
elseif rs("oklook")=3 then
oklook="黄金会员"
elseif rs("oklook")=4 then
oklook="钻石会员"
end if
money=rs("money")
%>
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3">
          <%
          if rs("birthday")<>"" then
          y=dateserial(year(now()),month(now()),day(now()))
          y1=dateserial(year(now()),month(rs("birthday")),day(rs("birthday")))
          y2=dateserial((year(now())+1),month(rs("birthday")),day(rs("birthday")))
          y3=dateserial(year(now()),month(now()),day(now()))
          end if
          %>
          <tr>
            <td width="100%" height="25" style="font-size: 12px"> </td>
          </tr>
          <tr>
            <td width="100%" height="60" style="font-size: 12px">尊敬的会员 <font color="#cc0000"><b><%=rs("name")%></b></font> ,欢迎您第 <font color="#cc0000"><b><%=rs("nos")%></b></font> 次登录<%=webname%>会员管理中心!<br><br>今天是 <%=date()%> ,<%if rs("birthday")<>"" or rs("birthday")<>"2000-1-1" then%><%if y=y1 then%>今天是您的生日,我们向您表示祝贺!祝您和您的亲人朋友永远健康幸福!<%else%>您的生日是 <font color="#cc0000"><b><%=rs("birthday")%></b></font> ,离您的生日还有 <font color="#cc0000"><b><%if y<y1 then%><%=y1-y%><%else%><%=y2-y3%><%end if%></b></font> 天。<%end if%><%else%>您没有填写您的生日哦!<br><br><%=webname%>提示您:填写真实的生日和身份证号将有可能中奖!欢迎您及时补充填写>><%end if%>
            </td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px"><hr color="#C0C0C0" size="1"></td>
          </tr>
          <tr>
            <td width="100%" height="25" style="font-size: 12px">您的帐号:<font color="#cc0000"><b><%=request.cookies("userid")%></b></font>&nbsp;&nbsp;&nbsp;会员等级:<font color="#cc0000"><b><%=oklook%></b></font>&nbsp;&nbsp;&nbsp;剩余天数:<font color="#cc0000"><b>
<%
if money-now()>=1 then
canlook=money-now()
canlook=formatnumber(canlook,1)
%>
<%=canlook%><%else%>0<%end if%></b></font> 天 </td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px"><hr color="#C0C0C0" size="1"></td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px">在<%=webname%>您可以进行以下操作:</td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px">
            <div align="center" style="font-size: 12px">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="95%" id="AutoNumber4">
                <tr>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_edit.asp"><font color="#006529">修改资料</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="forget_password.asp"><font color="#006529">忘记密码</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_pay.asp"><font color="#006529">用户续费</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px"><a href="user_card_add.asp"><font color="#006529">影卡充值</font></a></td>
                </tr>
                <tr>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_over_day.asp"><font color="#006529">剩余天数</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_note.asp"><font color="#006529">消费记录</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_add_member.asp"><font color="#006529">发展会员</font></a></td>
                  <td width="25%" height="25" align="center" style="font-size: 12px">
                  <a href="user_fee.asp"><font color="#006529">佣金查询</font></a></td>
                </tr>
              </table>
              </center>
            </div>
            </td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px"><hr color="#C0C0C0" size="1"></td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px">当然,如果您喜欢,您也可以使用其它相关服务,对于尊贵的会员,我们乐意随时为您效劳。</td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px">
            <div align="center" style="font-size: 12px">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="95%" id="AutoNumber5">
                <tr>
                  <td width="50%" height="25" align="center" style="font-size: 12px">
                   </td>
                  <td width="50%" height="25" align="center" style="font-size: 12px">
                   </td>
                </tr>
                <tr>
                  <td width="50%" height="25" align="center" style="font-size: 12px"> </td>
                  <td width="50%" height="25" align="center" style="font-size: 12px"> </td>
                </tr>
              </table>
              </center>
            </div>
            </td>
          </tr>
          <tr>
            <td width="100%" height="30" style="font-size: 12px"> </td>
          </tr>
        </table>
        </center>
      </div></td>
                          </tr>
                          <tr>
      <td width="100%" style="font-size: 12px">
       </td>
                          </tr>
                          </table>
                        </center>
                      </div>
                      </TD></TR>
                    <TR>
                      <TD width="100%" height=1>
                      <IMG height=5 
                        src="../images/b02.gif" width=538 
                    border=0></TD></TR></TBODY></TABLE></TD></TR>
              </TBODY></TABLE></TD>
          <TD width=15 height=151> </TD></TR></TBODY></TABLE></TD></TR>
  </TBODY></TABLE>
</table>
<!--#include file="../bottom.asp"-->
</BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>

⌨️ 快捷键说明

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