function zyt_GUID() { var a = function () { return Math.floor(Math.random() * 65536).toString(16) }; return (a() + a() + a() + a() + a() + a() + a() + a()) } function zyt_event(a) { this.name = a; this.eventAction = null; this.subscribe = function (b) { this.eventAction = b }; this.fire = function (c, b) { if (this.eventAction != null) { this.eventAction(c, b) } } } function zyt_WebSocket() { if (arguments.length == 0) { return } if ("WebSocket" in window) { if (typeof arguments[0] == "object") { this.host = arguments[0]["host"]; this.subprotocol = arguments[0]["subprotocol"]; this.user = arguments[0]["user"]; this.password = arguments[0]["password"] } else { if (typeof arguments[0] == "string") { this.host = arguments[0]; if (arguments.length == 2) { this.subprotocol = arguments[1] } } else { return } } var a = new zyt_event("onopen"); var b = new zyt_event("onclose"); var e = new zyt_event("onmessage"); var c = new zyt_event("onstream"); var d = new zyt_event("onerror"); this.open = function () { if ((this.host !== "") && (this.user !== "") && (this.user !== undefined)) { if (this.password == undefined) { this.password == "" } if ((this.subprotocol !== "") && (this.subprotocol !== undefined)) { this.websocket = new WebSocket(this.host + "/sgc/auth/basic/" + this.user + "/" + this.password, this.subprotocol) } else { this.websocket = new WebSocket(this.host + "/sgc/auth/basic/" + this.user + "/" + this.password) } } else { if ((this.host !== "") && (this.subprotocol !== "") && (this.subprotocol !== undefined)) { this.websocket = new WebSocket(this.host, this.subprotocol) } else { if (this.host !== "") { this.websocket = new WebSocket(this.host) } } } this.websocket.onopen = function () { a.fire({ name: "onopen", message: "" }) }; this.websocket.onmessage = function (f) { if (false) { c.fire({ name: "onstream", stream: f.data }) } else { e.fire({ name: "onmessage", message: f.data }) } }; this.websocket.onclose = function (f) { b.fire({ name: "onclose", message: "", code: f.code, reason: f.reason, clean: f.wasClean }) }; this.websocket.onerror = function (f) { d.fire({ name: "onerror", message: f.data }) } }; if (this.websocket == undefined) { this.open() } this.send = function (f) { this.websocket.send(f) }; this.close = function () { this.websocket.close() }; this.state = function () { switch (this.websocket.readyState) { case this.websocket.CONNECTING: return "connecting"; break; case this.websocket.OPEN: return "open"; break; case this.websocket.CLOSING: return "closing"; break; case this.websocket.CLOSED: return "closed"; break; default: return "undefined"; break } }; this.on = function (f, g) { if (f == "open") { a.subscribe(g) } else { if (f == "close") { b.subscribe(g) } else { if (f == "message") { e.subscribe(g) } else { if (f == "stream") { c.subscribe(g) } else { if (f == "error") { d.subscribe(g) } } } } } } } else { } } WEB_SOCKET_SWF_LOCATION = "/WebSocket/WebSocketMainInsecure.swf"; WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR = true; WEB_SOCKET_DEBUG = false; var xy_socket; var xy_channel; var xy_fromUser; function __xy_im_message(m) { if ((typeof (m.soundType) == "string") && (m.fromUser != xy_fromUser)) { xy_PlayMedia(m.soundType) } if (m.func) { if (typeof (window[m.func]) === "function") { window[m.func](m) } } else { if (typeof xy_im_message === "function") { xy_im_message(m) } } } function xy_open(uid, c) { xy_fromUser = uid; xy_channel = c; xy_socket = new zyt_WebSocket(hpWebSocketHost + "?Type=User&TokenID=" + uid); xy_socket.on("open", function (e) { if (typeof xy_im_open === "function") { xy_im_open(e) } }); xy_socket.on("close", function (e) { if (typeof xy_im_close === "function") { xy_im_close(e) } }); xy_socket.on("message", function (e) { var m = JSON.parse(e.message); if (typeof xy_im_raw_message === "function") { xy_im_raw_message(m) } if ((xy_channel == "" || xy_channel == m.channel) && window.location.host == m.host) { delete m.channel; if (m.toUsers) { for (x in m.toUsers) { if (m.toUsers[x] == uid) { __xy_im_message(m) } } if ((m.fromUser == xy_fromUser) && m.toMyself) { __xy_im_message(m) } } else { __xy_im_message(m) } } }); xy_socket.on("error", function (e) { if (typeof xy_im_error === "function") { xy_im_error(e) } }) } function xy_raw_open(c) { xy_socket = new zyt_WebSocket(hpWebSocketHost + c); xy_socket.on("open", function (e) { if (typeof xy_im_open === "function") { xy_im_open(e) } }); xy_socket.on("close", function (e) { if (typeof xy_im_close === "function") { xy_im_close(e) } }); xy_socket.on("message", function (e) { var m = JSON.parse(e.message); if (typeof xy_im_raw_message === "function") { xy_im_raw_message(m) } }); xy_socket.on("error", function (e) { if (typeof xy_im_error === "function") { xy_im_error(e) } }) } function xy_send(m) { if (m.HPCommand) { } else { m.HPCommand = 0 } xy_command_send(m) } function xy_command_send(m) { m.host = window.location.host; m.fromUser = xy_fromUser; m.channel = xy_channel; m.fromDateTime = new Date(); m.fromDateTimeStr = new Date().toLocaleString(); xy_raw_send(m) } function xy_raw_send(m) { xy_socket.send(JSON.stringify(m)) } function xy_close() { xy_socket.close() };/* SWFObject v2.2 is released under the MIT License */ var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad'}}aa.outerHTML='"+af+"";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab= 10.0.0 is required."); return } if (location.protocol == "file:") { logger.error("WARNING: web-socket-js doesn't work in file:///... URL " + "unless you set Flash Security Settings properly. " + "Open the page via Web server i.e. http://...") } window.WebSocket = function (url, protocols, proxyHost, proxyPort, headers) { var self = this; self.__id = WebSocket.__nextId++; WebSocket.__instances[self.__id] = self; self.readyState = WebSocket.CONNECTING; self.bufferedAmount = 0; self.__events = {}; if (!protocols) { protocols = [] } else { if (typeof protocols == "string") { protocols = [protocols] } } self.__createTask = setTimeout(function () { WebSocket.__addTask(function () { self.__createTask = null; WebSocket.__flash.create(self.__id, url, protocols, proxyHost || null, proxyPort || 0, headers || null) }) }, 0) }; WebSocket.prototype.send = function (data) { if (this.readyState == WebSocket.CONNECTING) { throw "INVALID_STATE_ERR: Web Socket connection has not been established" } var result = WebSocket.__flash.send(this.__id, encodeURIComponent(data)); if (result < 0) { return true } else { this.bufferedAmount += result; return false } }; WebSocket.prototype.close = function () { if (this.__createTask) { clearTimeout(this.__createTask); this.__createTask = null; this.readyState = WebSocket.CLOSED; return } if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.CLOSING) { return } this.readyState = WebSocket.CLOSING; WebSocket.__flash.close(this.__id) }; WebSocket.prototype.addEventListener = function (type, listener, useCapture) { if (!(type in this.__events)) { this.__events[type] = [] } this.__events[type].push(listener) }; WebSocket.prototype.removeEventListener = function (type, listener, useCapture) { if (!(type in this.__events)) { return } var events = this.__events[type]; for (var i = events.length - 1; i >= 0; --i) { if (events[i] === listener) { events.splice(i, 1); break } } }; WebSocket.prototype.dispatchEvent = function (event) { var events = this.__events[event.type] || []; for (var i = 0; i < events.length; ++i) { events[i](event) } var handler = this["on" + event.type]; if (handler) { handler.apply(this, [event]) } }; WebSocket.prototype.__handleEvent = function (flashEvent) { if ("readyState" in flashEvent) { this.readyState = flashEvent.readyState } if ("protocol" in flashEvent) { this.protocol = flashEvent.protocol } var jsEvent; if (flashEvent.type == "open" || flashEvent.type == "error") { jsEvent = this.__createSimpleEvent(flashEvent.type) } else { if (flashEvent.type == "close") { jsEvent = this.__createSimpleEvent("close"); jsEvent.wasClean = flashEvent.wasClean ? true : false; jsEvent.code = flashEvent.code; jsEvent.reason = flashEvent.reason } else { if (flashEvent.type == "message") { var data = decodeURIComponent(flashEvent.message); jsEvent = this.__createMessageEvent("message", data) } else { throw "unknown event type: " + flashEvent.type } } } this.dispatchEvent(jsEvent) }; WebSocket.prototype.__createSimpleEvent = function (type) { if (document.createEvent && window.Event) { var event = document.createEvent("Event"); event.initEvent(type, false, false); return event } else { return { type: type, bubbles: false, cancelable: false } } }; WebSocket.prototype.__createMessageEvent = function (type, data) { if (window.MessageEvent && typeof (MessageEvent) == "function" && !window.opera) { return new MessageEvent("message", { "view": window, "bubbles": false, "cancelable": false, "data": data }) } else { if (document.createEvent && window.MessageEvent && !window.opera) { var event = document.createEvent("MessageEvent"); event.initMessageEvent("message", false, false, data, null, null, window, null); return event } else { return { type: type, data: data, bubbles: false, cancelable: false } } } }; WebSocket.CONNECTING = 0; WebSocket.OPEN = 1; WebSocket.CLOSING = 2; WebSocket.CLOSED = 3; WebSocket.__isFlashImplementation = true; WebSocket.__initialized = false; WebSocket.__flash = null; WebSocket.__instances = {}; WebSocket.__tasks = []; WebSocket.__nextId = 0; WebSocket.loadFlashPolicyFile = function (url) { WebSocket.__addTask(function () { WebSocket.__flash.loadManualPolicyFile(url) }) }; WebSocket.__initialize = function () { if (WebSocket.__initialized) { return } WebSocket.__initialized = true; if (WebSocket.__swfLocation) { window.WEB_SOCKET_SWF_LOCATION = WebSocket.__swfLocation } if (!window.WEB_SOCKET_SWF_LOCATION) { logger.error("[WebSocket] set WEB_SOCKET_SWF_LOCATION to location of WebSocketMain.swf"); return } if (!window.WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR && !WEB_SOCKET_SWF_LOCATION.match(/(^|\/)WebSocketMainInsecure\.swf(\?.*)?$/) && WEB_SOCKET_SWF_LOCATION.match(/^\w+:\/\/([^\/]+)/)) { var swfHost = RegExp.$1; if (location.host != swfHost) { logger.error("[WebSocket] You must host HTML and WebSocketMain.swf in the same host " + "('" + location.host + "' != '" + swfHost + "'). " + "See also 'How to host HTML file and SWF file in different domains' section " + "in README.md. If you use WebSocketMainInsecure.swf, you can suppress this message " + "by WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR = true;") } } var container = document.createElement("div"); container.id = "webSocketContainer"; container.style.position = "absolute"; if (WebSocket.__isFlashLite()) { container.style.left = "0px"; container.style.top = "0px" } else { container.style.left = "-100px"; container.style.top = "-100px" } var holder = document.createElement("div"); holder.id = "webSocketFlash"; container.appendChild(holder); document.body.appendChild(container); swfobject.embedSWF(WEB_SOCKET_SWF_LOCATION, "webSocketFlash", "1", "1", "10.0.0", null, null, { hasPriority: true, swliveconnect: true, allowScriptAccess: "always" }, null, function (e) { if (!e.success) { logger.error("[WebSocket] swfobject.embedSWF failed") } }) }; WebSocket.__onFlashInitialized = function () { setTimeout(function () { WebSocket.__flash = document.getElementById("webSocketFlash"); WebSocket.__flash.setCallerUrl(location.href); WebSocket.__flash.setDebug(!!window.WEB_SOCKET_DEBUG); for (var i = 0; i < WebSocket.__tasks.length; ++i) { WebSocket.__tasks[i]() } WebSocket.__tasks = [] }, 0) }; WebSocket.__onFlashEvent = function () { setTimeout(function () { try { var events = WebSocket.__flash.receiveEvents(); for (var i = 0; i < events.length; ++i) { WebSocket.__instances[events[i].webSocketId].__handleEvent(events[i]) } } catch (e) { logger.error(e) } }, 0); return true }; WebSocket.__log = function (message) { logger.log(decodeURIComponent(message)) }; WebSocket.__error = function (message) { logger.error(decodeURIComponent(message)) }; WebSocket.__addTask = function (task) { if (WebSocket.__flash) { task() } else { WebSocket.__tasks.push(task) } }; WebSocket.__isFlashLite = function () { if (!window.navigator || !window.navigator.mimeTypes) { return false } var mimeType = window.navigator.mimeTypes["application/x-shockwave-flash"]; if (!mimeType || !mimeType.enabledPlugin || !mimeType.enabledPlugin.filename) { return false } return mimeType.enabledPlugin.filename.match(/flashlite/i) ? true : false }; if (!window.WEB_SOCKET_DISABLE_AUTO_INITIALIZATION) { swfobject.addDomLoadEvent(function () { WebSocket.__initialize() }) } })(); var hpWebSocketHost = "ws://www.kmhope.cn:81/ws";