userkzmb.asp
来自「本程序修改自花香盈路6.0版。所有版权归原作者所有 本站修改后加入了些小偷程」· ASP 代码 · 共 131 行
ASP
131 行
<!--#include file="mdb.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/form.asp"-->
<%
if session("userlogin")="" then
response.write"<SCRIPT language=JavaScript>alert(' 请 登 陆 后 操 作 ,请 返 回 !');"
response.write"javascript:history.go(-1)</SCRIPT>"
response.end
else
call head
call menu
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-hx66s">
<tr>
<td width="188" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table-shangxia">
<tr>
<td height="23" class="a1"> 会 员 登 陆</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="136" valign="top"><!--#include file="UserLogin.asp"--></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="table-shangxia">
<tr>
<td height="23" class="a1"> 控 制 面 板</td>
</tr>
</table></td>
</tr>
<tr>
<td height="125" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6"></td>
<td><table width="160" height="20" border="0" cellpadding="0" cellspacing="0">
<%if session("userlogin")<>"" then%>
<tr>
<td> </td>
<td height="20" align="center">◎<a href="user_data.asp">资料修改</a> <a href="userlist.asp" target=_blank>◎会员列表</a></td>
</tr>
<%if userfb="yes" then%>
<tr>
<td> </td>
<td height="20" align="center"><a href="Userkzmb.asp?action=art">◎添加文章</a> <a href="Userkzmb.asp?action=dj">◎添加歌曲</a></td>
</tr>
<tr>
<td> </td>
<td height="20" align="center"><a href="Userkzmb.asp?action=pic">◎添加图片</a> <a href="Userkzmb.asp?action=down">◎添加资源</a></td>
</tr>
<tr>
<td> </td>
<td height="20" align="seft"> <a href="Userkzmb.asp?action=web">◎添加酷站</a></td>
</tr>
<%end if%>
<%else%>
<tr>
<td> </td>
<td height="20" align="center">请登陆后操作!</td>
</tr>
<%end if%>
</table></td>
<td width="6"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1"></td>
</tr>
</table>
</td>
<td width="580" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td height="35"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="table-shangxia">
<tr>
<td height="23" class="a1"> 会 员 中 心</td>
</tr>
</table></td>
</tr>
<tr>
<td></td>
<td height="125" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="table-left">
<tr>
<td width="6"></td>
<td height="300"><%
if request.querystring("action")="" then
call hyzx()
elseif request.querystring("action")="dj" then
call dj()
elseif request.querystring("action")="web" then
call web()
elseif request.querystring("action")="pic" then
call pic()
elseif request.querystring("action")="art" then
call art()
elseif request.querystring("action")="down" then
call down()
else
response.write"<SCRIPT language=JavaScript>alert(' 非法操作,参数错误 !');"
response.write"JavaScript:window.close()</SCRIPT>"
response.end
end if%></td>
<td width="6"></td>
</tr>
</table></td>
<td></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<%call footer
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?