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

📄 status.html

📁 mikrotek hotspot yo can download it and enjoy with it in mikrotek server ok thnx to u
💻 HTML
字号:
<html><head><title>mikrotik hotspot > status</title>$(if refresh-timeout)<meta http-equiv="refresh" content="$(refresh-timeout-secs)">$(endif)<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="pragma" content="no-cache"><meta http-equiv="expires" content="-1"><style type="text/css"><!--textarea,input,select {	background-color: #FDFBFB;	border: 1px #BBBBBB solid;	padding: 2px;	margin: 1px;	font-size: 14px;	color: #808080;}.tabula{ border-width: 1px; border-collapse: collapse; border-color: #c1c1c1; background-color: transparent;font-family: verdana;font-size: 11px;}body{ color: #737373; font-size: 12px; font-family: verdana; }a, a:link, a:visited, a:active { color: #AAAAAA; text-decoration: none; font-size: 12px; }a:hover { border-bottom: 1px dotted #c1c1c1; color: #AAAAAA; }img {border: none;}td { font-size: 12px; padding: 4px;}--></style><script language="JavaScript"><!--$(if advert-pending == 'yes')    var popup = '';    function focusAdvert() {	if (window.focus) popup.focus();    }    function openAdvert() {	popup = open('$(link-advert)', 'hotspot_advert', '');	setTimeout("focusAdvert()", 1000);    }$(endif)    function openLogout() {	if (window.name != 'hotspot_status') return true;        open('$(link-logout)', 'hotspot_logout', 'toolbar=0,location=0,directories=0,status=0,menubars=0,resizable=1,width=280,height=250');	window.close();	return false;    }//--></script></head><body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0"$(if advert-pending == 'yes')	onLoad="openAdvert()"$(endif)><table width="100%" height="100%"><tr><td align="center" valign="middle"><form action="$(link-logout)" name="logout" onSubmit="return openLogout()"><table border="1" class="tabula">$(if login-by == 'trial')	<br><div style="text-align: center;">Welcome trial user!</div><br>$(elif login-by != 'mac')	<br><div style="text-align: center;">Welcome $(username)!</div><br>$(endif)	<tr><td align="right">IP address:</td><td>$(ip)</td></tr>	<tr><td align="right">bytes up/down:</td><td>$(bytes-in-nice) / $(bytes-out-nice)</td></tr>$(if session-time-left)	<tr><td align="right">connected / left:</td><td>$(uptime) / $(session-time-left)</td></tr>$(else)	<tr><td align="right">connected:</td><td>$(uptime)</td></tr>$(endif)$(if blocked == 'yes')	<tr><td align="right">status:</td><td><div style="color: #FF8080"><a href="$(link-advert)" target="hotspot_advert">advertisement</a> required</div></td>$(elif refresh-timeout)	<tr><td align="right">status refresh:</td><td>$(refresh-timeout)</td>$(endif)</table>$(if login-by-mac != 'yes')<br><input type="submit" value="log off">$(endif)</form></td></table></body></html>

⌨️ 快捷键说明

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