<%sub leftmenu()%> <%if master then%> <%end if%>
管理首页
 
管理员操作
论坛管理
--论坛管理
--联盟论坛管理
--更新论坛数据
--合并论坛数据
用户管理
--用户管理
--用户等级设定
--金钱/经验/魅力
--更新用户数据
页面样式
--论坛变量设置
--编辑论坛模版
其他管理
--论坛公告发布管理
--添加ip数据来源
--SOL语句执行操作
--短消息广播和管理
--不良语句过滤
--察看服务器变量
--邮件列表发送
数据处理
--压缩数据库
--备份数据库
--恢复数据库
--系统占用空间统计
退出管理
<% cookies_path_s=split(Request.ServerVariables("PATH_INFO"),"/") cookies_path_d=ubound(cookies_path_s) cookies_path="/" for i=1 to cookies_path_d-1 if not (cookies_path_s(i)="upload" or cookies_path_s(i)="admin") then cookies_path=cookies_path&cookies_path_s(i)&"/" next cookiepath=cookies_path conn.execute("update config set cookiepath='"&cookiepath&"'") if instr(Copyright,"aspsky")=0 then conn.execute("update config set Copyright='版权所有: AspSky.Net',Version=' 版本:Ver5.0 Build 0109'") end if call getconst() %> <%end sub%>