蓝雨 发表于 2007-7-12 18:53:00

使后台服务器信息更加完全 FOR SP1!!

<div><p>目前动网版本后台对空间检测信息只有论坛数据库占用空间的显示,本修改将增加<font color=\"#ff3300\">系统占用总空间、程序占用空间、系统图片占用空间、模板占用空间、上传文件占用空间、上传头像占用空间、备份数据占用空间、插件安装占用空间显示</font>,修改如下:<br/>找到admin/data.asp文件<br/>1、找到</p><p><%<br/>If IsSqlDataBase = 1 Then<br/>Set Rs=Dvbbs.Execute(\"Exec sp_spaceused\")<br/>If Err <> 0 Then<br/>Err.Clear<br/>Response.Write \"<font color=gray>未知</font>\"<br/>Else<br/>Response.Write Rs(1)<br/>End If<br/>Else<br/>If FoundFso Then<br/>Response.Write GetFileSize(MyDbPath & DB)<br/>Else<br/>Response.Write \"<font color=gray>未知</font>\"<br/>End If<br/>End If<br/>%></p><p>在<%之前加上<font color=red><br/>在%>之后加上</font><br/>2、找到<br/><tr><br/><td class=\"forumrow\" width=\"35%\" height=23><br/>上传头像占用空间<br/></td><br/><td class=\"forumrow\" width=\"15%\"><br/><%showSpaceinfo(\"../uploadface\")%><br/></td><br/><td width=\"8\" class=\"forumrow\"></td><br/><td class=\"forumrow\" width=\"35%\"><br/>上传图片占用空间<br/></td><br/><td class=\"forumrow\" width=\"15%\"><br/><%showSpaceinfo(uploadpath)%><br/></td><br/></tr><br/>替换为<br/><tr><br/><td width=\"100%\" height=23 colspan=5 class=\"forumrow\"><br/><B>系统占用空间相关信息</B><br/></td><br/></tr><br/><tr><br/><td width=\"35%\" height=23 class=\"forumRowHighlight\"><br/>系统占用空间总计<br/></td><br/><td width=\"15%\" class=\"forumRowHighlight\"><br/><font color=red><%showspecialspaceinfo(\"All\")%></font><br/></td><br/><td width=\"8\" class=\"forumRowHighlight\"></td><br/><td width=\"35%\" class=\"forumRowHighlight\"><br/>程序文件占用空间<br/></td><br/><td width=\"15%\" class=\"forumRowHighlight\"><br/><%showSpecialSpaceinfo(\"Program\")%><br/></td><br/></tr></p><p><tr><br/><td width=\"35%\" height=23 class=\"forumrow\"><br/>模板图片占用空间<br/></td><br/><td width=\"15%\" class=\"forumrow\"><br/><%showSpaceinfo(\"../skins\")%><br/></td><br/><td width=\"8\" class=\"forumrow\"></td><br/><td class=\"forumrow\" width=\"35%\"><br/>系统图片占用空间<br/></td><br/><td class=\"forumrow\" width=\"15%\"><br/><%showSpaceinfo(\"../images\")%><br/></td><br/></tr></p><p><tr><br/><td width=\"35%\" height=23 class=\"forumRowHighlight\"><br/>插件安装占用空间<br/></td><br/><td width=\"15%\" class=\"forumRowHighlight\"><br/><%showSpaceinfo(\"../Dv_plus\")%><br/></td><br/><td width=\"8\" class=\"forumRowHighlight\"></td><br/><td width=\"35%\" class=\"forumRowHighlight\"><br/>备份数据占用空间<br/></td><br/><td width=\"15%\" class=\"forumRowHighlight\"><br/><%showSpaceinfo(\"../databackup\")%><br/></td><br/></tr></p><p><tr><br/><td width=\"35%\" height=23 class=\"forumrow\"><br/>上传头像占用空间<br/></td><br/><td width=\"15%\" class=\"forumrow\"><br/><%showSpaceinfo(\"../uploadFace\")%><br/></td><br/><td width=\"8\" class=\"forumrow\"></td><br/><td class=\"forumrow\" width=\"35%\"><br/>上传文件占用空间<br/></td><br/><td class=\"forumrow\" width=\"15%\"><br/><font color=red><br/><%showSpaceinfo(uploadpath)%><br/></font><br/></td><br/></tr></p><p>即可。看看你的后台系统检测信息。是不是比原来更加全面了~~<br/><br/>演示图片:<br/><br/><img src=\"http://bbs.dvbbs.net/skins/default/filetype/jpg.gif\" border=\"0\" alt=\"\"/>此主题相关图片如下:<br/><a href=\"http://bbs.dvbbs.net/Dv_UPLOADFILE/2005-9/20059258323696867.jpg\" target=\"_blank\"><img src=\"http://bbs.dvbbs.net/Dv_UPLOADFILE/2005-9/20059258323696867.jpg\" border=\"0\" alt=\"\"/></a></p></div>

轻舞红袖 发表于 2010-9-17 00:22:19

说得不错 再看一次
页: [1]
查看完整版本: 使后台服务器信息更加完全 FOR SP1!!