<%@ LANGUAGE="VBSCRIPT" %> <%=ForumName%>--管理页面 <% if not master then Errmsg=Errmsg+"
"+"
  • 本页面为管理员专用,请登陆管理后进入。" call Error() else %> align=center>
    > <% end IF %>
    欢迎<%=session("mastername")%>进入管理页面
    <%call leftmenu()%> > <% fsoflag=1 if fsoflag="1" then dim method method=request.querystring("method") if method="" then %> > <% elseif method="Backup" then Dbpath=request.form("Dbpath") Dbpath=server.mappath(Dbpath) Set Fso=server.createobject("scripting.filesystemobject") if fso.fileexists(dbpath) then REM 修改本行中的dvbbs5_backup.mdb文件名为您需要的备份文件名 fso.copyfile dbpath,left(dbpath,instrrev(dbpath,"\",(instrrev(dbpath,"\")-1)))&"DataBackup\dvbbs5_Backup.MDB" response.write "" else response.write "" end if end if else %> <%end if%>
      备份论坛数据 | 感谢ra88(barnett@263.net)整理制作( 需要FSO支持,FSO相关帮助请看微软网站 )
      数据库路径(相对):   | 请注意:本功能需要FSO支持
    -----------------------------------------------------------------------------------------
      在上面填写本程序的数据库路径全名,本程序的默认数据库文件为Data\dvbbs5.MDB
      您可以用这个功能来备份您的法规数据,以保证您的数据安全!
      注意:所有路径都是相对与程序空间根目录的相对路径,本程序默认备份成的数据库文件名为data/dvbbs5.mdb,修改文件名请自行修改admin_BackupDate.asp文件(安全起见推荐进行修改,程序中有说明)
  • 成功备份数据
  • 找不到您所需要备份的文件
  • 本项功能已经被管理员关闭