?? bbs.asp
字號:
<!--#include file="conn.asp"--><!--#include file="../inc/md5.asp"--><!--#include file="../inc/fun.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel=stylesheet type=text/css href=../inc/Comm.css>
<body topmargin="0" leftmargin="0">
<%
dim lgname,lgpwd,lgpwdmd5
lgname=replace(session(prefix&"lgname"),"'","''")
lgpwd=replace(session(prefix&"lgpwd"),"'","''")
if isnull(lgname) or lgname="" or isnull(lgpwd) or lgpwd="" then
response.redirect"admincheck.asp"
else
lgpwdmd5=md5(lgpwd)
if conn.execute("select top 1 bd from admin where name='"&lgname&"' and password='"&lgpwdmd5&"' and bd=0").eof then
response.redirect"admincheck.asp"
end if
end if
%>
<%sub adminqian%>
<img onclick=fly() alt=飛行字 src="../pic/u_1.gif" border=0>
<img onclick=move() alt=移動字 src="../pic/u_2.gif" border=0>
<img onclick=light() alt=發光字 src="../pic/u_3.gif" border=0>
<img onclick=ying() alt=陰影字 src="../pic/u_4.gif" border=0>
<img onclick=Cbold() alt=粗體字 src="../pic/u_5.gif" border=0>
<img onclick=Citalic() alt=斜體字 src="../pic/u_6.gif" border=0>
<img onclick=Cunder() alt=下劃線 src="../pic/u_7.gif" border=0>
<img onclick=center() alt="居中" border="0" src="../pic/u_8.gif">
<img onclick=image() alt=圖片 src="../pic/u_9.gif" border=0>
<img onclick=Cswf() alt="flash動畫" border="0" src="../pic/u_10.gif">
<img onclick=Crm() alt=realplay視頻文件 src="../pic/u_11.gif" border=0>
<img onclick=Cwmv() alt="Media Player視頻文件" src="../pic/u_12.gif" border=0>
<img onclick=Cemail() alt="Email連接" border="0" src="../pic/u_13.gif">
<img onclick=Curl() alt="超級連接" border="0" src="../pic/u_14.gif">
<img onclick=Csound() alt="插入背景音樂" border="0" src="../pic/u_15.gif">
<%end sub%>
<%sub admintop%>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td background="pic/admin/titlebg.gif" height="20">
<p align="center"><b><font color="#0000FF">Woodcoal.BBS</font></b></td>
</tr>
</table>
<br><br>
<%end sub%>
<%sub admindown%>
<div align="center">
<table rules='none' border="0" cellpadding="0" style="border-collapse: collapse" width="90%">
<tr>
<td background="pic/admin/titlebg.gif" width="100%" height="30">
</td>
</tr>
<tr>
<td valign="top" colspan="3" height="4"></td>
</tr>
</table></div>
<%end sub%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -