<% dim username dim password dim ip stats=Forum_info(0)&"--控制面板" select case request("action") case "admin_left" call admin_left() case "admin_login" call admin_login() case "admin_main" call admin_main() case "admin_head" call admin_head() case else call main() end select sub main() if not master or session("flag")="" then call admin_login() else %> <%=Forum_info(0)%>--控制面板 <%if not master or session("flag")="" then%> <%else%> <%end if%> </body> <% end if end sub sub admin_left() %> <%=Forum_info(0)%>--管理页面 <% REM 管理栏目设置 dim menu(7,10) menu(0,0)="常规设置" menu(0,1)="常规设置信息" menu(0,2)="论坛广告设置" menu(0,3)="论坛日志管理" menu(0,4)="初始信息设置" menu(1,0)="论坛管理" menu(1,1)="论坛版面添加 | 管理" menu(1,2)="论坛权限管理" menu(1,3)="合并论坛数据" menu(1,4)="更新论坛数据" menu(1,5)="联盟论坛添加 | 管理" menu(1,6)="发布论坛公告 | 管理" menu(1,7)="论坛门派管理" menu(2,0)="用户管理" menu(2,1)="用户信息管理" menu(2,2)="论坛等级添加 | 管理" menu(2,3)="用户积分设置" menu(2,4)="论坛短信管理" menu(2,5)="用户组添加 | 管理" menu(2,6)="管理员添加 | 管理" menu(2,7)="邮件列表 | 列表导出" menu(2,8)="更新用户数据" menu(3,0)="主题和帖子设置" menu(3,1)="批量删除" menu(3,2)="批量移动" menu(3,3)="回收站管理" menu(3,4)="当前帖子数据表管理" menu(3,5)="数据表间帖子转换" menu(4,0)="外观设置" menu(4,1)="论坛风格CSS设置" menu(4,2)="基本图片设置" menu(4,3)="设置模板添加 | 管理" menu(4,4)="CSS风格导出 | 导入" menu(5,0)="替换/限制处理" menu(5,1)="帖子过滤字符" menu(5,2)="注册过滤字符" menu(5,3)="IP来访限定添加 | 管理" menu(5,4)="论坛IP库添加 | 管理" menu(5,5)="导入IP库" menu(6,0)="数据处理(Access)" menu(6,1)="压缩数据库" menu(6,2)="备份数据库" menu(6,3)="恢复数据库" menu(6,4)="系统空间占用" 'menu(6,1)="压缩数据库" 'menu(6,2)="备份数据库" 'menu(6,3)="恢复数据库" 'menu(6,4)="系统空间占用" menu(7,0)="文件管理" menu(7,1)="上传头像管理" menu(7,2)="上传文件管理" menu(7,3)="注册头像管理" menu(7,4)="发贴心情管理" menu(7,5)="发贴表情管理" %>
  <% dim j dim tmpmenu dim menuname dim menurl for i=0 to ubound(menu,1) %>
<%next%>  
  <% end sub sub admin_login() stats="论坛管理登陆" if not founduser then Errmsg="
  • 您不是系统管理员!" founderr=true end if if founderr then call nav() call head_var(2,0,"","") call dvbbs_error() call footer() else if request("reaction")="chklogin" then call chklogin() if founderr then call nav() call head_var(2,0,"","") call Dvbbs_error() call footer() end if else dim num1 dim rndnum Randomize Do While Len(rndnum)<4 num1=CStr(Chr((57-48)*rnd+48)) rndnum=rndnum&num1 loop session("verifycode")=rndnum call admin_login_main() end if end if end sub sub admin_login_main() %> <%=Forum_info(0)%>--<%=stats%> <%=Forum_info(0)%>--<%=stats%>

     

     

    valign=middle colspan=2 height=25><%=Forum_info(0)%>管理登陆
    请输入您的用户名
    请输入您的密码
    请输入您的附加码   请在附加码框输入 <%=session("verifycode")%>
    <% call footer() end sub sub chklogin() username=trim(replace(request("username"),"'","")) password=md5(trim(replace(request("password"),"'",""))) if request("verifycode")="" then errmsg=errmsg+"
    "+"
  • 请返回输入确认码。
  • 返回后请刷新登陆页面后重新输入正确的信息。" founderr=true elseif session("verifycode")="" then errmsg=errmsg+"
    "+"
  • 请不要重复提交,如需重新登陆请返回登陆页面。
  • 返回后请刷新登陆页面后重新输入正确的信息。" founderr=true elseif session("verifycode")<>trim(request("verifycode")) then errmsg=errmsg+"
    "+"
  • 您输入的确认码和系统产生的不一致,请重新输入。
  • 返回后请刷新登陆页面后重新输入正确的信息。" founderr=true end if session("verifycode")="" if username="" or password="" then founderr=true Errmsg=Errmsg+"
    "+"
  • 请输入您的用户名或密码。
  • 返回后请刷新登陆页面后重新输入正确的信息。" end if if founderr then exit sub ip=replace(Request.ServerVariables("REMOTE_ADDR"),"'","") set rs=conn.execute("select * from admin where username='"&username&"' and adduser='"&membername&"'") if rs.eof and rs.bof then rs.close set rs=nothing founderr=true Errmsg=Errmsg+"
    "+"
  • 您输入的用户名和密码不正确或者您不是系统管理员。
  • 重新输入您的密码。
  • 返回后请刷新登陆页面后重新输入正确的信息。" exit sub else if trim(rs("password"))<>password then founderr=true Errmsg=Errmsg+"
    "+"
  • 您输入的用户名和密码不正确或者您不是系统管理员。
  • 重新输入您的密码。
  • 返回后请刷新登陆页面后重新输入正确的信息。" exit sub else session("flag")=rs("flag") session.timeout=45 conn.execute("update admin set LastLogin=Now(),LastLoginIP='"&ip&"' where username='"&username&"'") rs.close set rs=nothing response.write "" end if end if end sub sub admin_main() %> <%=Forum_info(0)%>--管理页面 <% if not master or session("flag")="" then Errmsg=Errmsg+"
    "+"
  • 本页面为管理员专用,请登陆后进入。" call dvbbs_error() else Dim theInstalledObjects(17) theInstalledObjects(0) = "MSWC.AdRotator" theInstalledObjects(1) = "MSWC.BrowserType" theInstalledObjects(2) = "MSWC.NextLink" theInstalledObjects(3) = "MSWC.Tools" theInstalledObjects(4) = "MSWC.Status" theInstalledObjects(5) = "MSWC.Counters" theInstalledObjects(6) = "IISSample.ContentRotator" theInstalledObjects(7) = "IISSample.PageCounter" theInstalledObjects(8) = "MSWC.PermissionChecker" theInstalledObjects(9) = "Scripting.FileSystemObject" theInstalledObjects(10) = "adodb.connection" theInstalledObjects(11) = "SoftArtisans.FileUp" theInstalledObjects(12) = "SoftArtisans.FileManager" theInstalledObjects(13) = "JMail.SMTPMail" theInstalledObjects(14) = "CDONTS.NewMail" theInstalledObjects(15) = "Persits.MailSender" theInstalledObjects(16) = "LyfUpload.UploadFile" theInstalledObjects(17) = "Persits.Upload.1" %>

    欢迎光临 动网论坛 管理控制面板 <%=Version%>

    官方网站:动网先锋
    官方论坛:动网论坛

    在这里,您可以控制你所有的论坛设置。请在此页的左侧选择您要进行管理的链接。
    友情提示:用户权限的优先顺序为 用户组默认设置--论坛用户组权限设置--(分)论坛用户权限设置
    论坛信息统计
    服务器类型:<%=Request.ServerVariables("OS")%>(IP:<%=Request.ServerVariables("LOCAL_ADDR")%>) 脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %>
    站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%> 数据库地址:
    FSO文本读写:<%If Not IsObjInstalled(theInstalledObjects(9)) Then%>×<%else%><%end if%> 数据库使用:<%If Not IsObjInstalled(theInstalledObjects(10)) Then%>×<%else%><%end if%>
    Jmail组件支持:<%If Not IsObjInstalled(theInstalledObjects(13)) Then%>×<%else%><%end if%> CDONTS组件支持:<%If Not IsObjInstalled(theInstalledObjects(14)) Then%>×<%else%><%end if%>

    论坛管理快捷方式
    快速查找用户
    有用的链接
    快捷功能链接 添加论坛类别 | 管理论坛版面
    快速更新数据  

    动网论坛开发 & 贡献
    产品负责 沙滩小子(联系:13976988810,QQ:421634,eway@aspsky.net)
    商业发展 quest(联系:13005069033,QQ:398196,quest@aspsky.net)
    开发人员 沙滩小子木鸟fssunwin
    插件开发 动网论坛插件组织(Dvbbs Plus Organization)
    美工设计 暂无

    Copyright (c) 2001-2002 AspSky.Net. All Rights Reserved .


    <% end if end sub Function IsObjInstalled(strClassString) On Error Resume Next IsObjInstalled = False Err = 0 Dim xTestObj Set xTestObj = Server.CreateObject(strClassString) If 0 = Err Then IsObjInstalled = True Set xTestObj = Nothing Err = 0 End Function sub admin_head() %> <%=Forum_info(0)%>--管理页面
    <% end sub %>