home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / sysuser / wwwping.stm < prev   
Encoding:
Text File  |  2002-02-05  |  2.3 KB  |  69 lines

  1. <RCif RCEloggedin ! true>
  2.     <HTML>
  3.     <HEAD>
  4.     <META HTTP-EQUIV="REFRESH" CONTENT="1; URL=/sysuser/index.stm"> 
  5.     </HEAD>
  6.     <BODY>
  7.     <FONT SIZE=+2 COLOR=#ff0000><B>User not logged in or timed out!</B></FONT>
  8.     </BODY>
  9.     </HTML>
  10. <RCexit>
  11. <RCendif>
  12.  
  13. <HTML>
  14. <HEAD><TITLE>Ping a WWW Server</TITLE>
  15. </HEAD>
  16. <BODY BGCOLOR="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  17. <BR>
  18. <BR>
  19.  
  20. <FORM METHOD=POST ACTION="wwwping.stm">
  21. <TABLE border=0 cellpadding=4>
  22. <TR>
  23. <TD><FONT SIZE=+1><I>http://</I></FONT></TD>
  24. <TD><INPUT TYPE=text NAME="wwwsite" VALUE="localhost" SIZE=60 MAXLENGTH=60></TD>
  25. </TR>
  26. <TR>
  27. <TD></TD>
  28. <TD><INPUT TYPE=submit VALUE="Ping Server"></TD>
  29. </TR>
  30. </TABLE>
  31. </FORM>
  32. <BR>
  33. <RCif RC$wwwsite ! NULL>
  34. <RCXwwwstatus name=RC$wwwsite>
  35. <RCelse>
  36. <TABLE border=0 cellpadding=5>
  37. <TR><TD colspan=2><font size=+1><B>About...</B></font>
  38. <P>
  39. This utility provides the site status for a specified URL.
  40. <BR>After typing a URL in the above <B>Location</B> dialog the following
  41. information is provided:<BR>
  42. </TD></TR>
  43. <TR valign=top><TD><B><I>WWW Site</I></B></TD>
  44. <TD>The URL from the <B>Location</B> dialog.  <I>Note: URLs are limited to
  45. 80 characters.</I></TD></TR>
  46. <TR valign=top><TD><B><I>IP Address</I></B></TD>
  47. <TD>The IP address associated with the site.</TD></TR>
  48. <TR valign=top><TD><B><I>Status</I></B></TD>
  49. <TD>The status of the URL being requested.  A status of 200 is normal.</TD></TR>
  50. <TR valign=top><TD><B><I>HTTP Version</I></B></TD>
  51. <TD>The HTTP protocol version being run on the server.  
  52. This will typically be either HTTP 1.0,  newer servers will run HTTP 1.1</TD></TR>
  53. <TR valign=top><TD><B><I>HTTP Request Time</I></B></TD>
  54. <TD>The total time it took to request and receive the URL.  This includes
  55. setting up and tearing down the TCP connection, formulating the request,
  56. and receiving the data.</TD></TR>
  57. <TR valign=top><TD><B><I>Page Request Time</I></B></TD>
  58. <TD>The time it took to request and receive the URL page.  This is <I>only</I>
  59. the time from the sending of the request to the receiving of the first response
  60. packet.</TD></TR>
  61. <TR valign=top><TD><B><I>HTTP Server</I></B></TD>
  62. <TD>The server software being run on the site.</TD></TR>
  63. <TR valign=top><TD><B><I>Last Modified</I></B></TD>
  64. <TD>The last time the URL being requested was modified.</TD></TR>
  65. </TABLE>
  66. <RCendif>
  67. </BODY>
  68. </HTML>
  69.