CINXE.COM

Player Portal

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Player Portal</title> <base href="/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" /> <link rel="icon" id="dynamic-favicon" type="image/x-icon" href="" /> <link rel="manifest" href="manifest.json" /> <link rel="apple-touch-icon" href="./assets/img/oc-logo-tp.png" /> <!-- <meta name="theme-color" content="#1976d2"> --> <!-- <link rel="icon" type="image/png" href="./assets/img/logo.png"> --> <style> .center-div { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 100%; } #ie-fallback { display: none; text-align: center; } #ie-fallback .message { width: 80%; box-shadow: 0px 0px 12px red; border-radius: 3px; padding: 20px; margin-left: auto; margin-right: auto; margin-top: 50px; } .branded-loader { width: 3rem; height: 3rem; animation: 2s linear 0s normal none infinite running rot; -webkit-animation: 2s linear 0s normal none infinite running rot; } #loader-img { display: none; } @keyframes rot { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes rot { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style> <script type="text/javascript"> !(function(T, l, y) { var S = T.location, k = "script", D = "instrumentationKey", C = "ingestionendpoint", I = "disableExceptionTracking", E = "ai.device.", b = "toLowerCase", w = "crossOrigin", N = "POST", e = "appInsightsSDK", t = y.name || "appInsights"; (y.name || T[e]) && (T[e] = t); var n = T[t] || (function(d) { var g = !1, f = !1, m = { initialize: !0, queue: [], sv: "5", version: 2, config: d }; function v(e, t) { var n = {}, a = "Browser"; return ( (n[E + "id"] = a[b]()), (n[E + "type"] = a), (n["ai.operation.name"] = (S && S.pathname) || "_unknown_"), (n["ai.internal.sdkVersion"] = "javascript:snippet_" + (m.sv || m.version)), { time: (function() { var e = new Date(); function t(e) { var t = "" + e; return 1 === t.length && (t = "0" + t), t; } return ( e.getUTCFullYear() + "-" + t(1 + e.getUTCMonth()) + "-" + t(e.getUTCDate()) + "T" + t(e.getUTCHours()) + ":" + t(e.getUTCMinutes()) + ":" + t(e.getUTCSeconds()) + "." + ((e.getUTCMilliseconds() / 1e3).toFixed(3) + "").slice( 2, 5 ) + "Z" ); })(), iKey: e, name: "Microsoft.ApplicationInsights." + e.replace(/-/g, "") + "." + t, sampleRate: 100, tags: n, data: { baseData: { ver: 2 } } } ); } var h = d.url || y.src; if (h) { function a(e) { var t, n, a, i, r, o, s, c, u, p, l; (g = !0), (m.queue = []), f || ((f = !0), (t = h), (s = (function() { var e = {}, t = d.connectionString; if (t) for (var n = t.split(";"), a = 0; a < n.length; a++) { var i = n[a].split("="); 2 === i.length && (e[i[0][b]()] = i[1]); } if (!e[C]) { var r = e.endpointsuffix, o = r ? e.location : null; e[C] = "https://" + (o ? o + "." : "") + "dc." + (r || "services.visualstudio.com"); } return e; })()), (c = s[D] || d[D] || ""), (u = s[C]), (p = u ? u + "/v2/track" : d.endpointUrl), (l = []).push( ((n = "SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)"), (a = t), (i = p), ((o = (r = v(c, "Exception")).data).baseType = "ExceptionData"), (o.baseData.exceptions = [ { typeName: "SDKLoadFailed", message: n.replace(/\./g, "-"), hasFullStack: !1, stack: n + "\nSnippet failed to load [" + a + "] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: " + ((S && S.pathname) || "_unknown_") + "\nEndpoint: " + i, parsedStack: [] } ]), r) ), l.push( (function(e, t, n, a) { var i = v(c, "Message"), r = i.data; r.baseType = "MessageData"; var o = r.baseData; return ( (o.message = 'AI (Internal): 99 message:"' + ( "SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) (" + n + ")" ).replace(/\"/g, "") + '"'), (o.properties = { endpoint: a }), i ); })(0, 0, t, p) ), (function(e, t) { if (JSON) { var n = T.fetch; if (n && !y.useXhr) n(t, { method: N, body: JSON.stringify(e), mode: "cors" }); else if (XMLHttpRequest) { var a = new XMLHttpRequest(); a.open(N, t), a.setRequestHeader( "Content-type", "application/json" ), a.send(JSON.stringify(e)); } } })(l, p)); } function i(e, t) { f || setTimeout(function() { (!t && m.core) || a(); }, 500); } var e = (function() { var n = l.createElement(k); n.src = h; var e = y[w]; return ( (!e && "" !== e) || "undefined" == n[w] || (n[w] = e), (n.onload = i), (n.onerror = a), (n.onreadystatechange = function(e, t) { ("loaded" !== n.readyState && "complete" !== n.readyState) || i(0, t); }), n ); })(); y.ld < 0 ? l.getElementsByTagName("head")[0].appendChild(e) : setTimeout(function() { l.getElementsByTagName(k)[0].parentNode.appendChild(e); }, y.ld || 0); } try { m.cookie = l.cookie; } catch (p) {} function t(e) { for (; e.length; ) !(function(t) { m[t] = function() { var e = arguments; g || m.queue.push(function() { m[t].apply(m, e); }); }; })(e.pop()); } var n = "track", r = "TrackPage", o = "TrackEvent"; t([ n + "Event", n + "PageView", n + "Exception", n + "Trace", n + "DependencyData", n + "Metric", n + "PageViewPerformance", "start" + r, "stop" + r, "start" + o, "stop" + o, "addTelemetryInitializer", "setAuthenticatedUserContext", "clearAuthenticatedUserContext", "flush" ]), (m.SeverityLevel = { Verbose: 0, Information: 1, Warning: 2, Error: 3, Critical: 4 }); var s = (d.extensionConfig || {}).ApplicationInsightsAnalytics || {}; if (!0 !== d[I] && !0 !== s[I]) { var c = "onerror"; t(["_" + c]); var u = T[c]; (T[c] = function(e, t, n, a, i) { var r = u && u(e, t, n, a, i); return ( !0 !== r && m["_" + c]({ message: e, url: t, lineNumber: n, columnNumber: a, error: i }), r ); }), (d.autoExceptionInstrumented = !0); } return m; })(y.cfg); function a() { y.onInit && y.onInit(n); } (T[t] = n).queue && 0 === n.queue.length ? (n.queue.push(a), n.trackPageView({})) : a(); })(window, document, { src: "https://js.monitor.azure.com/scripts/b/ai.2.min.js", // The SDK URL Source // name: "appInsights", // Global SDK Instance name defaults to "appInsights" when not supplied // ld: 0, // Defines the load delay (in ms) before attempting to load the sdk. -1 = block page load and add to head. (default) = 0ms load after timeout, // useXhr: 1, // Use XHR instead of fetch to report failures (if available), crossOrigin: "anonymous", // When supplied this will add the provided value as the cross origin attribute on the script tag // onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DO NOT ADD anything to the sdk.queue -- As they won't get called) cfg: { // Application Insights Configuration instrumentationKey: "3b0c03fe-c68d-4ad4-b07a-11541694a004" } }); </script> <link rel="stylesheet" href="styles.6aeec1107c0cbcb1ccfb.css"></head> <body class="simple-header"> <app-root> <!-- <section class="loader-container"> <div class="se-pre-con"> <svg width="300px" height="200px" viewBox="0 0 187.3 93.7" preserveAspectRatio="xMidYMid meet" style="left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);" > <path stroke="#ededed" id="outline" fill="none" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M93.9,46.4c9.3,9.5,13.8,17.9,23.5,17.9s17.5-7.8,17.5-17.5s-7.8-17.6-17.5-17.5c-9.7,0.1-13.3,7.2-22.1,17.1 c-8.9,8.8-15.7,17.9-25.4,17.9s-17.5-7.8-17.5-17.5s7.8-17.5,17.5-17.5S86.2,38.6,93.9,46.4z" /> <path id="outline-bg" opacity="0.3" fill="none" stroke="#ededed" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M93.9,46.4c9.3,9.5,13.8,17.9,23.5,17.9s17.5-7.8,17.5-17.5s-7.8-17.6-17.5-17.5c-9.7,0.1-13.3,7.2-22.1,17.1 c-8.9,8.8-15.7,17.9-25.4,17.9s-17.5-7.8-17.5-17.5s7.8-17.5,17.5-17.5S86.2,38.6,93.9,46.4z" /> </svg> </div> </section> --> <div class="wrap-loader"> <div class="bubble-loader" id="loader-img"> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> </div> <div class="loader-text">Loading</div> </div> <section id="ie-fallback"> <div class="message"> <h1> Sorry, your browser is not currently supported! </h1> <h2> Please, switch to Chrome, Firefox or Safari. </h2> </div> </section> </app-root> <script> var isIEOrEdge = false; if (/MSIE 10/i.test(navigator.userAgent)) { isIEOrEdge = true; } if ( /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) ) { isIEOrEdge = true; } /*if (/Edge\/\d./i.test(navigator.userAgent)) { isIEOrEdge = true; }*/ if (isIEOrEdge) { var cont = document.getElementsByClassName("loader-container")[0]; cont.style.display = "none"; var ie = document.getElementById("ie-fallback"); ie.style.display = "block"; } </script> <script src="runtime-es2015.f0da53ec625d01cf84b5.js" type="module"></script><script src="runtime-es5.f0da53ec625d01cf84b5.js" nomodule defer></script><script src="polyfills-es5.fa239862a80eb751635f.js" nomodule defer></script><script src="polyfills-es2015.c7f606725903f8cbc97b.js" type="module"></script><script src="scripts.2e185f9bc434e9510e51.js" defer></script><script src="polyfill-webcomp-es5.063f09af4fbb2b19071f.js" defer></script><script src="polyfill-webcomp.884e98f92b9abb882540.js" defer></script><script src="vendor-es2015.15a89eecea939cc2f598.js" type="module"></script><script src="vendor-es5.15a89eecea939cc2f598.js" nomodule defer></script><script src="main-es2015.1389549f9a71129e59f3.js" type="module"></script><script src="main-es5.1389549f9a71129e59f3.js" nomodule defer></script></body> </html>