Web_Host.Asp
资源名称:4.rar [点击查看]
上传用户:zhbanny
上传日期:2020-11-04
资源大小:161k
文件大小:19k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@ Language="VBScript" %>
  2. <%' Option Explicit %>
  3. <%'======================================================================
  4. '=    Copyright (c) 2007- 2008 Www.Skin123.Cn All rights reserved.    =
  5. '=                     程序开发:C.Y(QQ:557528)                       =
  6. '=--------------------------------------------------------------------=
  7. '=                        用    途:免费电影系统                      =
  8. '=                         最后更新:2007-09-02                       =
  9. '======================================================================%><script language=javascript>
  10.  <!--
  11.  var startTime,endTime;
  12.  var d=new Date();
  13.  startTime=d.getTime();
  14.  //-->
  15.  </script>
  16. <%
  17. '不使用输出缓冲区,直接将运行结果显示在客户端
  18. 'Response.Buffer = False
  19. Dim starttime
  20. starttime=timer()*1000
  21. '声明待检测数组
  22. Dim ObjTotest(26,4)
  23. ObjTotest(0,0) = "MSWC.AdRotator"
  24. ObjTotest(1,0) = "MSWC.BrowserType"
  25. ObjTotest(2,0) = "MSWC.NextLink"
  26. ObjTotest(3,0) = "MSWC.Tools"
  27. ObjTotest(4,0) = "MSWC.Status"
  28. ObjTotest(5,0) = "MSWC.Counters"
  29. ObjTotest(6,0) = "IISSample.ContentRotator"
  30. ObjTotest(7,0) = "IISSample.PageCounter"
  31. ObjTotest(8,0) = "MSWC.PermissionChecker"
  32. ObjTotest(9,0) = "Scripting.FileSystemObject"
  33. ObjTotest(9,1) = "(FSO 文本文件读写)"
  34. ObjTotest(10,0) = "adodb.connection"
  35. ObjTotest(10,1) = "(ADO 数据对象)"
  36. ObjTotest(11,0) = "SoftArtisans.FileUp"
  37. ObjTotest(11,1) = "(SA-FileUp 文件上传)"
  38. ObjTotest(12,0) = "SoftArtisans.FileManager"
  39. ObjTotest(12,1) = "(SoftArtisans 文件管理)"
  40. ObjTotest(13,0) = "LyfUpload.UploadFile"
  41. ObjTotest(13,1) = "(刘云峰的文件上传组件)"
  42. ObjTotest(14,0) = "Persits.Upload.1"
  43. ObjTotest(14,1) = "(ASPUpload 文件上传)"
  44. ObjTotest(15,0) = "w3.upload"
  45. ObjTotest(15,1) = "(Dimac 文件上传)"
  46. ObjTotest(16,0) = "JMail.SmtpMail"
  47. ObjTotest(16,1) = "(Dimac JMail 邮件收发) <a href='http://www.ajiang.net'>中文手册下载</a>"
  48. ObjTotest(17,0) = "CDONTS.NewMail"
  49. ObjTotest(17,1) = "(虚拟 SMTP 发信)"
  50. ObjTotest(18,0) = "Persits.MailSender"
  51. ObjTotest(18,1) = "(ASPemail 发信)"
  52. ObjTotest(19,0) = "SMTPsvg.Mailer"
  53. ObjTotest(19,1) = "(ASPmail 发信)"
  54. ObjTotest(20,0) = "DkQmail.Qmail"
  55. ObjTotest(20,1) = "(dkQmail 发信)"
  56. ObjTotest(21,0) = "Geocel.Mailer"
  57. ObjTotest(21,1) = "(Geocel 发信)"
  58. ObjTotest(22,0) = "IISmail.Iismail.1"
  59. ObjTotest(22,1) = "(IISmail 发信)"
  60. ObjTotest(23,0) = "SmtpMail.SmtpMail.1"
  61. ObjTotest(23,1) = "(SmtpMail 发信)"
  62. ObjTotest(24,0) = "SoftArtisans.ImageGen"
  63. ObjTotest(24,1) = "(SA 的图像读写组件)"
  64. ObjTotest(25,0) = "W3Image.Image"
  65. ObjTotest(25,1) = "(Dimac 的图像读写组件)"
  66. public IsObj,VerObj,TestObj
  67. '检查预查组件支持情况及版本
  68. for i=0 to 25
  69. on error resume next
  70. IsObj=false
  71. VerObj=""
  72. 'dim TestObj
  73. TestObj=""
  74. set TestObj=server.CreateObject(ObjTotest(i,0))
  75. If -2147221005 <> Err then '感谢网友iAmFisher的宝贵建议
  76. IsObj = True
  77. VerObj = TestObj.version
  78. if VerObj="" or isnull(VerObj) then VerObj=TestObj.about
  79. end if
  80. ObjTotest(i,2)=IsObj
  81. ObjTotest(i,3)=VerObj
  82. next
  83. '检查组件是否被支持及组件版本的子程序
  84. sub ObjTest(strObj)
  85. on error resume next
  86. IsObj=false
  87. VerObj=""
  88. TestObj=""
  89. set TestObj=server.CreateObject (strObj)
  90. If -2147221005 <> Err then '感谢网友iAmFisher的宝贵建议
  91. IsObj = True
  92. VerObj = TestObj.version
  93. if VerObj="" or isnull(VerObj) then VerObj=TestObj.about
  94. end if
  95. End sub
  96. %>
  97. <html>
  98. <head>
  99. <title>服务器的相关信息</title>
  100. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  101. <link href="../inc/xkon.css" rel="stylesheet" type="text/css">
  102. </head>
  103. <body>
  104. <table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder">
  105.     <tr> 
  106.       <th width="27%" height=25 class="tableHeaderText">服 务 器 信 息</th></tr>
  107.     <tr>
  108.       <td height=22 class="TableBody1">
  109. <font class=fonts>你的服务器是否支持ASP</font>
  110. <br>出现以下情况即表示您的空间不支持ASP:
  111. <br>1、访问本文件时提示下载。
  112. <br>2、访问本文件时看到类似“&lt;%@ Language="VBScript" %&gt;”的文字。
  113. </td></tr></table><br>
  114. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  115.           <tr><th colspan=2>■ 服务器的有关参数</th></tr>
  116.   <tr>
  117. <td height=20 class=forumRowHighlight>&nbsp;服务器名</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("SERVER_NAME")%></td>
  118.   </tr>
  119.   <tr>
  120. <td height=20 class=forumRowHighlight>&nbsp;服务器IP</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("LOCAL_ADDR")%></td>
  121.   </tr>
  122.   <tr>
  123. <td height=20 class=forumRowHighlight>&nbsp;服务器端口</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("SERVER_PORT")%></td>
  124.   </tr>
  125.   <tr>
  126. <td height=20 class=forumRowHighlight>&nbsp;服务器时间</td><td class="forumRow">&nbsp;<%=now%></td>
  127.   </tr>
  128.   <tr>
  129. <td height=20 class=forumRowHighlight>&nbsp;IIS版本</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("SERVER_SOFTWARE")%></td>
  130.   </tr>
  131.   <tr>
  132. <td height=20 class=forumRowHighlight>&nbsp;脚本超时时间</td><td class="forumRow">&nbsp;<%=Server.ScriptTimeout%> 秒</td>
  133.   </tr>
  134.   <tr>
  135. <td height=20 class=forumRowHighlight>&nbsp;本文件路径</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("PATH_TRANSLATED")%></td>
  136.   </tr>
  137.   <tr>
  138. <td height=20 class=forumRowHighlight>&nbsp;服务器CPU数量</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%> 个</td>
  139.   </tr>
  140.   <tr>
  141. <td height=20 class=forumRowHighlight>&nbsp;服务器解译引擎</td><td class="forumRow">&nbsp;<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
  142.   </tr>
  143.   <tr>
  144. <td height=20 class=forumRowHighlight>&nbsp;服务器操作系统</td><td class="forumRow">&nbsp;<%=Request.ServerVariables("OS")%></td>
  145.   </tr>
  146. </table>
  147. <br>
  148. <%
  149. Dim strClass
  150. strClass = Trim(Request.Form("classname"))
  151. If "" <> strClass then
  152. Response.Write "<br>您指定的组件的检查结果:"
  153. Dim Verobj1
  154. ObjTest(strClass)
  155.   If Not IsObj then 
  156. Response.Write "<br><font color=red>很遗憾,该服务器不支持 " & strclass & " 组件!</font>"
  157.   Else
  158. if VerObj="" or isnull(VerObj) then 
  159. Verobj1="无法取得该组件版本"
  160. Else
  161. Verobj1="该组件版本是:" & VerObj
  162. End If
  163. Response.Write "<br><font class=fonts>恭喜!该服务器支持 " & strclass & " 组件。" & verobj1 & "</font>"
  164.   End If
  165.   Response.Write "<br>"
  166. end if
  167. %>
  168. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  169. <tr><th colspan=2>■ IIS自带的ASP组件</th></tr>
  170. <tr height=23 align=center><td width=70% class=forumHeaderBackgroundAlternate>组 件 名 称</td><td width=30% class=forumHeaderBackgroundAlternate>支持及版本</td></tr>
  171. <%For i=0 to 10%>
  172. <tr>
  173. <td height=20 class=forumRowHighlight>&nbsp;<%=ObjTotest(i,0) & "<font color=#888888>&nbsp;" & ObjTotest(i,1)%></font></td>
  174. <td class=forumRow>&nbsp;<%
  175. If Not ObjTotest(i,2) Then 
  176. Response.Write "<font color=red><b>×</b></font>"
  177. Else
  178. Response.Write "<font class=fonts><b>√</b></font> <a title='" & ObjTotest(i,3) & "'>" & left(ObjTotest(i,3),11) & "</a>"
  179. End If%></td>
  180. </tr>
  181. <%next%>
  182. </table>
  183. <br>
  184. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  185. <tr><th colspan=2>■ 常见的文件上传和管理组件</th></tr>
  186. <tr height=23 align=center><td width=70% class=forumHeaderBackgroundAlternate>组 件 名 称</td><td width=30% class=forumHeaderBackgroundAlternate>支持及版本</td></tr>
  187. <%For i=11 to 15%>
  188. <tr height="18" class=backq>
  189. <td height=20 class=forumRowHighlight>&nbsp;<%=ObjTotest(i,0) & "<font color=#888888>&nbsp;" & ObjTotest(i,1)%></font></td>
  190. <td class=forumRow>&nbsp;<%
  191. If Not ObjTotest(i,2) Then 
  192. Response.Write "<font color=red><b>×</b></font>"
  193. Else
  194. Response.Write "<font class=fonts><b>√</b></font> <a title='" & ObjTotest(i,3) & "'>" & left(ObjTotest(i,3),11) & "</a>"
  195. End If%></td>
  196. </tr>
  197. <%next%>
  198. </table>
  199. <br>
  200. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  201. <tr><th colspan=2>■ 常见的收发邮件组件</th></tr>
  202. <tr height=23 align=center><td width=70% class=forumHeaderBackgroundAlternate>组 件 名 称</td><td width=30% class=forumHeaderBackgroundAlternate>支持及版本</td></tr>
  203. <%For i=16 to 23%>
  204. <tr height="18" class=backq>
  205. <td height=20 class=forumRowHighlight>&nbsp;<%=ObjTotest(i,0) & "<font color=#888888>&nbsp;" & ObjTotest(i,1)%></font></td>
  206. <td class=forumRow>&nbsp;<%
  207. If Not ObjTotest(i,2) Then 
  208. Response.Write "<font color=red><b>×</b></font>"
  209. Else
  210. Response.Write "<font class=fonts><b>√</b></font> <a title='" & ObjTotest(i,3) & "'>" & left(ObjTotest(i,3),11) & "</a>"
  211. End If%></td>
  212. </tr>
  213. <%next%>
  214. </table>
  215. <BR>
  216. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  217. <tr><th colspan=2>■ 图像处理组件</th></tr>
  218. <tr height=23 align=center><td width=70% class=forumHeaderBackgroundAlternate>组 件 名 称</td><td width=30% class=forumHeaderBackgroundAlternate>支持及版本</td></tr>
  219. <%For i=24 to 25%>
  220. <tr height="20">
  221. <td height=20 class=forumRowHighlight>&nbsp;<%=ObjTotest(i,0) & "<font color=#888888>&nbsp;" & ObjTotest(i,1)%></font></td>
  222. <td class=forumRow>&nbsp;<%
  223. If Not ObjTotest(i,2) Then 
  224. Response.Write "<font color=red><b>×</b></font>"
  225. Else
  226. Response.Write "<font class=fonts><b>√</b></font> <a title='" & ObjTotest(i,3) & "'>" & left(ObjTotest(i,3),11) & "</a>"
  227. End If%></td>
  228. </tr>
  229. <%next%>
  230. </table>
  231. <br>
  232. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  233. <tr><th>■ 其他组件支持情况检测</th></tr>
  234. <tr height=23 align=center><td width=70% class=forumHeaderBackgroundAlternate>
  235. 在下面的输入框中输入你要检测的组件的ProgId或ClassId。</td></tr>
  236. <FORM action=<%=Request.ServerVariables("SCRIPT_NAME")%> method=post id=form1 name=form1>
  237. <tr height="23">
  238. <td align=center class=forumRow height=30><input class=kuang type=text value="" name="classname" size=40>
  239. <INPUT type=submit value=" 确 定 " class=kuang id=submit1 name=submit1>
  240. <INPUT type=reset value=" 重 填 " class=kuang id=reset1 name=reset1> 
  241. </td>
  242.   </tr>
  243. </FORM>
  244. </table>
  245. <%if ObjTest("Scripting.FileSystemObject") then
  246. set fsoobj=server.CreateObject("Scripting.FileSystemObject")
  247. %>
  248. <br>
  249. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  250. <tr><th colspan=6>■ 服务器磁盘信息</th></tr>
  251.   <tr height="20" align=center>
  252. <td width="100" class=forumHeaderBackgroundAlternate>盘符和磁盘类型</td>
  253. <td width="50" class=forumHeaderBackgroundAlternate>就绪</td>
  254. <td width="80" class=forumHeaderBackgroundAlternate>卷标</td>
  255. <td width="60" class=forumHeaderBackgroundAlternate>文件系统</td>
  256. <td width="80" class=forumHeaderBackgroundAlternate>可用空间</td>
  257. <td width="80" class=forumHeaderBackgroundAlternate>总空间</td>
  258.   </tr>
  259. <%
  260. ' 测试磁盘信息的想法来自“COCOON ASP 探针”
  261. set drvObj=fsoobj.Drives
  262. for each d in drvObj
  263. %>
  264.   <tr height="18" align=center>
  265. <td class=forumRowHighlight align="right"><%=cdrivetype(d.DriveType) & " " & d.DriveLetter%>:</td>
  266. <%
  267. if d.DriveLetter = "A" then '为防止影响服务器,不检查软驱
  268. Response.Write "<td class=forumRow></td><td class=forumRow></td><td class=forumRow></td><td class=forumRow></td><td class=forumRow></td>"
  269. else
  270. %>
  271. <td class=forumRow><%=cIsReady(d.isReady)%></td>
  272. <td class=forumRow><%=d.VolumeName%></td>
  273. <td class=forumRow><%=d.FileSystem%></td>
  274. <td align="right" class=forumRow><%=cSize(d.FreeSpace)%></td>
  275. <td align="right" class=forumRow><%=cSize(d.TotalSize)%></td>
  276. <%
  277. end if
  278. %>
  279.   </tr>
  280. <%
  281. next
  282. %>
  283. </td></tr>
  284. </table>
  285. <br>
  286. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  287. <tr><th colspan=5>■ 当前文件夹信息 <%
  288. dPath = server.MapPath("./")
  289. set dDir = fsoObj.GetFolder(dPath)
  290. set dDrive = fsoObj.GetDrive(dDir.Drive)
  291. %>
  292. 文件夹: <%=dPath%></th></tr>
  293.   <tr height="23" align="center">
  294. <td width="75" class=forumHeaderBackgroundAlternate>已用空间</td>
  295. <td width="75" class=forumHeaderBackgroundAlternate>可用空间</td>
  296. <td width="75" class=forumHeaderBackgroundAlternate>文件夹数</td>
  297. <td width="75" class=forumHeaderBackgroundAlternate>文件数</td>
  298. <td width="150" class=forumHeaderBackgroundAlternate>创建时间</td>
  299.   </tr>
  300.   <tr height="20" align="center">
  301. <td class=forumRow><%=cSize(dDir.Size)%></td>
  302. <td class=forumRow><%=cSize(dDrive.AvailableSpace)%></td>
  303. <td class=forumRow><%=dDir.SubFolders.Count%></td>
  304. <td class=forumRow><%=dDir.Files.Count%></td>
  305. <td class=forumRow><%=dDir.DateCreated%></td>
  306.   </tr>
  307. </td></tr>
  308. </table>
  309. <br>
  310. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  311. <tr><th colspan=2>■ 磁盘文件操作速度测试</th></tr>
  312. <tr height="20" align=center>
  313. <td colspan=2 class=forumRow><%
  314. Response.Write "正在重复创建、写入和删除文本文件50次..."
  315. dim thetime3,tempfile,iserr
  316. iserr=false
  317. t1=timer
  318. tempfile=server.MapPath("./") & "aspchecktest.txt"
  319. for i=1 to 50
  320. Err.Clear
  321. set tempfileOBJ = FsoObj.CreateTextFile(tempfile,true)
  322. if Err <> 0 then
  323. Response.Write "创建文件错误!"
  324. iserr=true
  325. Err.Clear
  326. exit for
  327. end if
  328. tempfileOBJ.WriteLine "Only for test. Ajiang ASPcheck"
  329. if Err <> 0 then
  330. Response.Write "写入文件错误!"
  331. iserr=true
  332. Err.Clear
  333. exit for
  334. end if
  335. tempfileOBJ.close
  336. Set tempfileOBJ = FsoObj.GetFile(tempfile)
  337. tempfileOBJ.Delete 
  338. if Err <> 0 then
  339. Response.Write "删除文件错误!"
  340. iserr=true
  341. Err.Clear
  342. exit for
  343. end if
  344. set tempfileOBJ=nothing
  345. next
  346. t2=timer
  347. if iserr <> true then
  348. thetime3=cstr(int(( (t2-t1)*10000 )+0.5)/10)
  349. Response.Write "...已完成!<font color=red>" & thetime3 & "毫秒</font>。"
  350. %>
  351. </td></tr>
  352.   <tr height=23 align=center>
  353. <td width=70% class=forumHeaderBackgroundAlternate>供 对 照 的 服 务 器</td>
  354. <td width=30% class=forumHeaderBackgroundAlternate>完成时间(毫秒)</td>
  355.   </tr>
  356.   <tr height=18>
  357. <td height=20 class=forumRowHighlight>&nbsp;阿江的个人主机(DDR512M赛扬1.7G,希捷7200转/2M)</td><td class=forumRow>&nbsp;140~200</td>
  358.   </tr>
  359.   <tr height=18>
  360. <td height=20 class=forumRowHighlight>&nbsp;阿江单位的电脑(SD256M赛扬660,希捷5400转)</td><td class=forumRow>&nbsp;350~600</td>
  361.   </tr>
  362.   <tr height=18>
  363. <td height=20 class=forumRowHighlight>&nbsp;<font color=red>这台服务器: <%=Request.ServerVariables("SERVER_NAME")%></font>&nbsp;</td><td class=forumRow>&nbsp;<font color=red><%=thetime3%></font></td>
  364.   </tr>
  365. </table>
  366. <%
  367. end if
  368. set fsoobj=nothing
  369. end if%>
  370. <br>
  371. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableBorder">
  372. <tr><th colspan=3>■ ASP脚本解释和运算速度测试</th></tr>
  373. <tr height="20" align=center>
  374. <td colspan=3 class=forumRow>
  375. <%
  376. '感谢网际同学录 http://www.5719.net 推荐使用timer函数
  377. '因为只进行50万次计算,所以去掉了是否检测的选项而直接检测
  378. Response.Write "整数运算测试,正在进行50万次加法运算..."
  379. dim t1,t2,lsabc,thetime,thetime2
  380. t1=timer
  381. for i=1 to 500000
  382. lsabc= 1 + 1
  383. next
  384. t2=timer
  385. thetime=cstr(int(( (t2-t1)*10000 )+0.5)/10)
  386. Response.Write "...已完成!<font color=red>" & thetime & "毫秒</font>。<br>"
  387. Response.Write "浮点运算测试,正在进行20万次开方运算..."
  388. t1=timer
  389. for i=1 to 200000
  390. lsabc= 2^0.5
  391. next
  392. t2=timer
  393. thetime2=cstr(int(( (t2-t1)*10000 )+0.5)/10)
  394. Response.Write "...已完成!<font color=red>" & thetime2 & "毫秒</font>。<br>"
  395. %>
  396. </td></tr>
  397.   <tr height=23 align=center>
  398. <th width=70%>供对照的服务器及完成时间(毫秒)</td>
  399.     <th nowrap>整数运算</td><th nowrap>浮点运算</td>
  400.   </tr>
  401.   <tr height=15%>
  402. <td height=20 class=forumRowHighlight>&nbsp;百优科技 100u 主机, <font color=#888888>2003-11-1</font></td><td class=forumRow>&nbsp;181~233</td><td class=forumRow>&nbsp;156~218</td>
  403.   </tr>
  404.   <tr height=18>
  405. <td height=20 class=forumRowHighlight>&nbsp;西部数码  主机, <font color=#888888>2003-11-1</font></td><td class=forumRow>&nbsp;171~233</td><td class=forumRow>&nbsp;156~171</td>
  406.   </tr>
  407.   <tr height=18>
  408. <td height=20 class=forumRowHighlight>&nbsp;联网科技  主机,  <font color=#888888>2003-11-1</font></td><td class=forumRow>&nbsp;181~203</td><td class=forumRow>&nbsp;171</td>
  409.   </tr>
  410.   <tr height=18>
  411. <td height=20 class=forumRowHighlight>&nbsp;就是我全功能(ASP+PHP+JSP)主机,<font color=#888888>2003-11-1</font></td><td class=forumRow>&nbsp;171~187</td><td class=forumRow>&nbsp;156~171</td>
  412.   </tr>
  413.   <tr height=18>
  414. <td height=20 class=forumRowHighlight>&nbsp;永讯网络 Dnsmy 主机, <font color=#888888>2003-11-1</font></td><td class=forumRow>&nbsp;155~180</td><td class=forumRow>&nbsp;122~172</td>
  415.   </tr>
  416.   <tr height=18>
  417. <td height=20 class=forumRowHighlight>&nbsp;胜易网络 Senye.net 主机, <font color=#888888>2003-10-28</font></td><td class=forumRow>&nbsp;171~187</td><td class=forumRow>&nbsp;156~171</td>
  418.   </tr>
  419.   <tr height=18>
  420. <td height=20 class=forumRowHighlight>&nbsp;<font color=red>这台服务器: <%=Request.ServerVariables("SERVER_NAME")%></font>&nbsp;</td><td class=forumRow nowrap>&nbsp;<font color=red><%=thetime%></font></td><td  class=forumRow nowrap>&nbsp;<font color=red><%=thetime2%></font></td>
  421.   </tr>
  422. </table>
  423. <BR>
  424. <table border=0 width=90% align=center cellspacing=0 cellpadding=0>
  425. <tr><td align=center>
  426. 本程序由阿江(<a href="mailto:info@ajiang.net?subject=阿江探针">info@ajiang.net</a>)编写,转载时请保留这些信息
  427. </td></tr>
  428. </table>
  429. </BODY>
  430. </HTML>
  431. <%
  432. function cdrivetype(tnum)
  433.     Select Case tnum
  434.         Case 0: cdrivetype = "未知"
  435.         Case 1: cdrivetype = "可移动磁盘"
  436.         Case 2: cdrivetype = "本地硬盘"
  437.         Case 3: cdrivetype = "网络磁盘"
  438.         Case 4: cdrivetype = "CD-ROM"
  439.         Case 5: cdrivetype = "RAM 磁盘"
  440.     End Select
  441. end function
  442. function cIsReady(trd)
  443.     Select Case trd
  444. case true: cIsReady="<font class=fonts><b>√</b></font>"
  445. case false: cIsReady="<font color='red'><b>×</b></font>"
  446. End Select
  447. end function
  448. function cSize(tSize)
  449.     if tSize>=1073741824 then
  450. cSize=int((tSize/1073741824)*1000)/1000 & " GB"
  451.     elseif tSize>=1048576 then
  452.      cSize=int((tSize/1048576)*1000)/1000 & " MB"
  453.     elseif tSize>=1024 then
  454. cSize=int((tSize/1024)*1000)/1000 & " KB"
  455. else
  456. cSize=tSize & "B"
  457. end if
  458. end function
  459. %>