⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helix_info.asp

📁 在线点播系统
💻 ASP
字号:
<!--#include file="chklogin.asp"-->
<%

call myobj.chkrq()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Helix Server性能监控</title>
<link href="images/style2.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style></head>

<body leftMargin="0" topMargin="0" bgcolor="#FFFFFF">
<table width="550" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><a href="webonline_info.asp">网站在线用户信息</a> <a href="webserver_info.asp">Web服务器检测</a> Helix Server链接监控/记录</td>
  </tr>
</table>
<table width="550" height="25" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3975CE">
  <tr>
    <td align="center" class="font1"><strong class="font1">Helix Server 监控 </strong></td>
  </tr>
</table>
<table width="550" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><a href="helix_user_log.asp">用户实时连接监控</a> Helix Server实时监控 <a href="helix_log.asp" target="_blank">Helix Server链接历史记录</a></td>
  </tr>
</table>
<table width="550" height="350" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><SCRIPT>
document.write(
        '<APPLET ' +
   'NAME="Monitor" ' +
         'CODEBASE="/" ' +
         'CODE="Monitor.class" ' +
         'ARCHIVE="Monitor.jar" ' + 
         'WIDTH="550" ' +
         'HEIGHT="350" ' +
   'MAYSCRIPT ' +
        '>' +
            '<PARAM NAME="host" VALUE="127.0.0.1"> ' +
            '<PARAM NAME="port" VALUE="9090"> ' +
            '<PARAM NAME="password" VALUE="xlldxa2b4c6"> ' +
        '</APPLET>'
    );
</SCRIPT>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -