您的位置:首页 > 其它

IPTV/EPG 应用系统源码分析(一)

2013-03-19 18:06 691 查看
登录鉴权

<html>
<head>
<script language='javascript'>
function AuthFinish(){
Authentication.CTCSetConfig ('UserToken','05138626336204168356820319094307');
Authentication.CTCSetConfig ('EPGDomain','http://XXXXX.132:8080/iptvepg/function/index.jsp');
Authentication.CTCSetConfig ('EPGDomainBackup','http://XXXX.132:8080/iptvepg/function/index.jsp');
Authentication.CTCSetConfig ('NTPDomain','XXX.96.168.10');
Authentication.CTCSetConfig ('UserGroupNMB','2a000058');
Authentication.CTCSetConfig ('TVMSDomain','http://ip:port/tvmsDomain');
Authentication.CTCSetConfig ('TVMSDomainBackup','http://ip:port/tvmsDomainBackup.....');
Authentication.CTCSetConfig ('PlatFlag','1');
Authentication.CTCStartUpdate();
document.location= 'getChannelList';}
</script>
</head>
<body bgcolor='#000000' onload=AuthFinish()></body>
</html>


登录

<html>
<head>
<script language='javascript'>
function SetService(){
	document.location='http://1XX.XXX.131.XXX:8080/iptvepg/function/index.jsp?UserGroupNMB=2a000058&EPGGroupNMB=epgGa002&UserToken=05138626336204168356820319094307&UserID=zhxqtest&STBID=D2100100000000400000001E73AFC3DA';}</script>
</head>
<body bgcolor="#000000" onload=SetService()></body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: