Format is: http://www.zhouein.com/w/?ip=192.168.1.1:880&tel=0571-88888888&title=%E7%89%9BB%E6%97%A0%E7%BA%BF% e7%bd%91%e7%bb%9c
Custom announcements and logo images will be perfected later
Save the following code as auth.htm upload to route authentication
?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
===========================代--码--分--界--线======================================= 配置好路由器$ip地址--> 配置好网络名称$title--> 配置好联系电话$tel--> 配置好联系电话$gonggao目前为空--> $title和$gonggao汉字部分采用Url编码http:
//www.baidu.com/s?wd=url+%E7%BC%96%E7%A0%81 <script type=
‘text/javascript‘
> var $ip=
"192.168.1.1:880" var $title=
"%E7%89%9BX%E6%97%A0%E7%BA%BF%E7%BD%91%E7%BB%9C" var $tel=
"0571-888888888" var $gonggao =
"" window.location =
"http://www.zhouein.com/w/?ip="
+$ip+
"&tel="
+$tel+
"&title="
+$title+
"&gonggao="
+$gonggao; </script> =======================代--码--分--界--线=================================================
|