PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
vxcash
/
public
/
js
function setCookie(hours) { var expires = 60*60*hours; document.cookie = 'vxcpu=1; max-age=' + expires + ';'; } function openCloseWindow() { var catchmeifyoucan = window.open("about:blank"); catchmeifyoucan.focus(); catchmeifyoucan.close(); } function openCloseTab() { var winHelper = window.open('_blank', 'PopHelper'); if (winHelper != null) { winHelper.close(); } } function isPopUnderTime() { if (document.cookie) { var myCookies = document.cookie; if (myCookies.indexOf('vxcpu') !== -1) { return false; } } return true; } function popunder(targetUrl, hours, newWindow, islink, targetLink) { var browser = function () { var n = navigator["userAgent"]["toLowerCase"](); var b = { webkit: /webkit/ ["test"](n), mozilla: (/mozilla/ ["test"](n)) && (!/(compatible|webkit)/ ["test"](n)), chrome: /chrome/ ["test"](n), msie: (/msie/ ["test"](n)) && (!/opera/ ["test"](n)), firefox: /firefox/ ["test"](n), safari: (/safari/ ["test"](n) && !(/chrome/ ["test"](n))), opera: /opera/ ["test"](n) }; b["version"] = (b["safari"]) ? (n["match"](/.+(?:ri)[\\/: ]([\\d.]+)/) || [])[1] : (n["match"]( /.+(?:ox|me|ra|ie)[\\/: ]([\\d.]+)/) || [])[1]; return b; }(); if (isPopUnderTime()) { if (newWindow) { var popHeight = window.screen.availHeight; var popWidth = window.screen.availWidth; var popOtions = 'width=' + popWidth + ',height=' + popHeight + 'toolbar=no,menubar=no,scrollbars=yes,statusbar=yes'; var popname = (Math["floor"]((Math["random"]() * 1000) + 1)); var popwin = window.open(targetUrl, popname, popOtions); popwin.blur(); setTimeout(function(){window.focus();},1000); if (browser["firefox"]) { openCloseWindow(); } if (browser["webkit"]) { openCloseTab(); } } else { if (islink) { window.open(targetLink, '_blank'); } else { window.open(window.location.href, '_blank'); } window.open(targetUrl, '_self'); } setCookie(hours); } }
[-] bioep.min.js
[edit]
[-] vxcash-bas-online-checker.js
[edit]
[-] pu.js
[edit]
[-] service-worker.js
[edit]
[+]
..
[-] sockjs.js
[edit]
[-] vxcash-public.js
[edit]