WCF.Language.addObject({
'__days': [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ],
'__daysShort': [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ],
'__months': [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ],
'__monthsShort': [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ],
'wcf.clipboard.item.unmarkAll': 'Unmark All',
'wcf.date.relative.now': 'A moment ago',
'wcf.date.relative.minutes': '{if $minutes > 1}{#$minutes} minutes{else}A minute{\/if} ago',
'wcf.date.relative.hours': '{if $hours > 1}{#$hours} hours{else}An hour{\/if} ago',
'wcf.date.relative.pastDays': '{if $days > 1}{$day}{else}Yesterday{\/if}, {$time}',
'wcf.date.dateFormat': 'M jS Y',
'wcf.date.dateTimeFormat': '%date%, %time%',
'wcf.date.shortDateTimeFormat': '%date%',
'wcf.date.hour': 'Hour',
'wcf.date.minute': 'Minute',
'wcf.date.timeFormat': 'g:ia',
'wcf.date.firstDayOfTheWeek': '0',
'wcf.global.button.add': 'Add',
'wcf.global.button.cancel': 'Cancel',
'wcf.global.button.close': 'Close',
'wcf.global.button.collapsible': 'Expand and Collapse',
'wcf.global.button.delete': 'Delete',
'wcf.global.button.disable': 'Disable',
'wcf.global.button.disabledI18n': 'monolingual',
'wcf.global.button.edit': 'Edit',
'wcf.global.button.enable': 'Enable',
'wcf.global.button.hide': 'Hide',
'wcf.global.button.next': 'Next »',
'wcf.global.button.preview': 'Preview',
'wcf.global.button.reset': 'Reset',
'wcf.global.button.save': 'Save',
'wcf.global.button.search': 'Search',
'wcf.global.button.submit': 'Submit',
'wcf.global.button.upload': 'Upload',
'wcf.global.confirmation.cancel': 'Cancel',
'wcf.global.confirmation.confirm': 'OK',
'wcf.global.confirmation.title': 'Confirmation Required',
'wcf.global.decimalPoint': '.',
'wcf.global.error.timeout': 'Did not receive a response from server, request aborted.',
'wcf.global.form.error.empty': 'Please fill in this field.',
'wcf.global.form.error.greaterThan': 'The entered value has to be greater than {#$greaterThan}.',
'wcf.global.form.error.lessThan': 'The entered value has to be less than {#$lessThan}.',
'wcf.global.language.noSelection': 'No Selection',
'wcf.global.loading': 'Loading …',
'wcf.global.page.jumpTo': 'Go to Page',
'wcf.global.page.jumpTo.description': 'Enter a value between “1” and “#pages#”.',
'wcf.global.page.pageNavigation': 'Navigation',
'wcf.global.page.next': 'Next Page',
'wcf.global.page.previous': 'Previous Page',
'wcf.global.pageDirection': 'ltr',
'wcf.global.reason': 'Reason',
'wcf.global.sidebar.hideLeftSidebar': '',
'wcf.global.sidebar.hideRightSidebar': '',
'wcf.global.sidebar.showLeftSidebar': '',
'wcf.global.sidebar.showRightSidebar': '',
'wcf.global.success': 'The action has been successfully completed.',
'wcf.global.success.add': 'The entry has been saved.',
'wcf.global.success.edit': 'Your changes have been saved.',
'wcf.global.thousandsSeparator': ',',
'wcf.page.pagePosition': 'Page {#$pageNo} of {#$pages}',
'wcf.page.sitemap': 'Sitemap',
'wcf.style.changeStyle': 'Change Style',
'wcf.user.activityPoint': 'Points',
'wcf.style.changeStyle': 'Change Style',
'wcf.user.panel.markAllAsRead': 'Mark All as Read',
'wcf.user.panel.markAsRead': 'Mark as Read',
'wcf.user.panel.settings': 'Settings',
'wcf.user.panel.showAll': 'Show All'
,'wcf.like.button.like': 'Like',
'wcf.like.button.dislike': 'Dislike',
'wcf.like.tooltip': '{if $likes}{#$likes} Like{if $likes != 1}s{/if}{if $dislikes}, {/if}{/if}{if $dislikes}{#$dislikes} Dislike{if $dislikes != 1}s{/if}{/if}',
'wcf.like.summary': '{if $others == 0}{@$users.slice(0, -1).join(", ")}{if $users.length > 1} and {/if}{@$users.slice(-1)[0]}{else}{@$users.join(", ")} and {if $others == 1}one{else}{#$others}{/if} other{if $others > 1}s{/if}{/if} like{if $users.length == 1}s{/if} this.',
'wcf.like.details': 'Details'
,'wcf.search.extended': 'More Options',
'wcf.page.com.woltlab.wcf.SearchResultPage': 'Search Results',
'wcf.extendedSearch.noItems': 'No search results found. Please use "More Options".',
'wcf.extendedSearch.info': 'Enter a search keyword or use "More Options".'
});
new WCF.Date.Time();
WCF.Dropdown.init();
WCF.System.Mobile.UX.init();
WCF.TabMenu.init();
WCF.System.FlexibleMenu.init();
</script>
<script>
//<![CDATA[
$(function() {
new WCF.Effect.SmoothScroll();
new WCF.Effect.BalloonTooltip();
new WCF.Sitemap();
WCF.System.PageNavigation.init('.pageNavigation');
WCF.Date.Picker.init();
new WCF.User.ProfilePreview();
new WCF.Notice.Dismiss();
WCF.User.Profile.ActivityPointList.init();
WCF.Language.addObject({
'wcf.moderation.report.reportContent': 'Report User Profile',
'wcf.moderation.report.success': 'Content has been reported.'
});
new WCF.Moderation.Report.Content('com.woltlab.wcf.user', '.jsReportUser');
});
//]]>
</script>
<script>
$(function() {
new WCF.User.Panel.UserMenu();
});
</script>
<script>
//<![CDATA[
$(function() {
new WCF.User.Panel.Notification({
markAllAsReadConfirmMessage: 'Do you really want to mark all notifications as read?',
noItems: 'No recent notifications',
settingsLink: 'https://broarmy.net/index.php/NotificationSettings/',
showAllLink: 'https://broarmy.net/index.php/NotificationList/',
title: 'Notifications'
});
});
//]]>
</script>
<script src="https://broarmy.net/wcf/js/WCF.Conversation.min.js?v=1464550281"></script>
<script>
//<![CDATA[
$(function() {
new WCF.User.Panel.Conversation({
markAllAsReadConfirmMessage: 'Do you really want to mark all conversations as read?',
newConversation: 'New Conversation',
newConversationLink: 'https://broarmy.net/index.php/ConversationAdd/',
noItems: 'No recent conversations',
showAllLink: 'https://broarmy.net/index.php/ConversationList/',
title: 'Conversations'
});
});
//]]>
</script>
<script>
//<![CDATA[
$(function() {
new WCF.Search.Message.SearchArea($('#search'));
});
//]]>
</script>
<script>
//<![CDATA[
$(function() {
WCF.Language.addObject({
'wcf.comment.add': 'Write a comment …',
'wcf.comment.button.response.add': 'Reply',
'wcf.comment.delete.confirmMessage': 'Do you really want to delete this comment?',
'wcf.comment.description': 'Press Enter to send or Escape to cancel.',
'wcf.comment.guestDialog.title': 'Guest Comment',
'wcf.comment.more': 'More Comments',
'wcf.comment.response.add': 'Reply …',
'wcf.comment.response.more': '{if $count == 1}One more reply{else}{#$count} more replies{/if}',
'wcf.moderation.report.reportContent': 'Report Content',
'wcf.moderation.report.success': 'Content has been reported.'
});
new WCF.Comment.Handler('userProfileCommentList', '<img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1-32.jpg" srcset="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg 2x" style="width: 32px; height: 32px" alt="" class="userAvatarImage" />');
new WCF.Comment.Like(1, 0, false, 0);
new WCF.Comment.Response.Like(1, 0, false, 0);
new WCF.Moderation.Report.Content('com.woltlab.wcf.comment.comment', '.jsReportCommentComment');
new WCF.Moderation.Report.Content('com.woltlab.wcf.comment.response', '.jsReportCommentResponse');
});
//]]>
</script>
<script>
if (typeof facebookpost != "undefined") {
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.async = true;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=839587286137139&version=v2.2";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
</script>
Isolated Security -
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Isolated Security - Members - Pewdie n' Friends</title>
<base href="https://broarmy.net/"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="description" content="A community about gaming, entertainment and the successful YouTuber PewDiePie."/>
<meta name="keywords" content="pewdiepie pewdie n friends gaming games community forum board broarmy entertainment felix kjellberg videos youtube content creation blog gallery downloads"/>
<meta property="og:site_name" content="Pewdie n' Friends"/>
<meta property="og:url" content="https://broarmy.net/index.php/User/195959-Isolated-Security/"/>
<meta property="og:type" content="profile"/>
<meta property="profile:username" content="Isolated Security"/>
<meta property="og:title" content="Isolated Security - Members - Pewdie n' Friends"/>
<meta property="og:image" content="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg"/>
<script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o?o:e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({QJf3ax:[function(t,e){function n(t){function e(e,n,o){t&&t(e,n,o),o||(o={});for(var a=i(e),s=a.length,c=o[r]||(o[r]={}),f=0;s>f;f++)a[f].apply(c,n);return c}function o(t,e){s[t]=i(t).concat(e)}function i(t){return s[t]||[]}function a(){return n(e)}var s={};return{on:o,emit:e,create:a,listeners:i,_events:s}}var r="nr@context";e.exports=n()},{}],ee:[function(t,e){e.exports=t("QJf3ax")},{}],3:[function(t){function e(t,e,n,i,s){try{c?c-=1:r("err",[s||new UncaughtException(t,e,n)])}catch(f){try{r("ierr",[f,(new Date).getTime(),!0])}catch(u){}}return"function"==typeof a?a.apply(this,o(arguments)):!1}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function n(t){r("err",[t,(new Date).getTime()])}var r=t("handle"),o=t(5),i=t("ee"),a=window.onerror,s=!1,c=0;t("loader").features.err=!0,window.onerror=e,NREUM.noticeError=n;try{throw new Error}catch(f){"stack"in f&&(t(1),t(4),"addEventListener"in window&&t(2),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(3),s=!0)}i.on("fn-start",function(){s&&(c+=1)}),i.on("fn-err",function(t,e,r){s&&(this.thrown=!0,n(r))}),i.on("fn-end",function(){s&&!this.thrown&&c>0&&(c-=1)}),i.on("internal-error",function(t){r("ierr",[t,(new Date).getTime(),!0])})},{1:8,2:5,3:9,4:7,5:17,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],4:[function(t){function e(){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var n=t("ee"),r=t("handle"),o=t(2);t("loader").features.stn=!0,t(1),n.on("fn-start",function(t){var e=t[0];e instanceof Event&&(this.bstStart=Date.now())}),n.on("fn-end",function(t,e){var n=t[0];n instanceof Event&&r("bst",[n,e,this.bstStart,Date.now()])}),o.on("fn-start",function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),o.on("fn-end",function(t,e){r("bstTimer",[e,this.bstStart,Date.now(),this.bstType])}),n.on("pushState-start",function(){this.time=Date.now(),this.startPath=location.pathname+location.hash}),n.on("pushState-end",function(){r("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),"addEventListener"in window.performance&&(window.performance.addEventListener("webkitresourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.webkitClearResourceTimings()},!1),window.performance.addEventListener("resourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.clearResourceTimings()},!1)),document.addEventListener("scroll",e,!1),document.addEventListener("keypress",e,!1),document.addEventListener("click",e,!1)}},{1:6,2:8,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],5:[function(t,e){function n(t){i.inPlace(t,["addEventListener","removeEventListener"],"-",r)}function r(t){return t[1]}var o=(t(1),t("ee").create()),i=t(2)(o);if(e.exports=o,n(window),"getPrototypeOf"in Object){for(var a=document;a&&!a.hasOwnProperty("addEventListener");)a=Object.getPrototypeOf(a);a&&n(a);for(var s=XMLHttpRequest.prototype;s&&!s.hasOwnProperty("addEventListener");)s=Object.getPrototypeOf(s);s&&n(s)}else XMLHttpRequest.prototype.hasOwnProperty("addEventListener")&&n(XMLHttpRequest.prototype);o.on("addEventListener-start",function(t){if(t[1]){var e=t[1];"function"==typeof e?this.wrapped=e["nr@wrapped"]?t[1]=e["nr@wrapped"]:e["nr@wrapped"]=t[1]=i(e,"fn-",null,e.name||"anonymous"):"function"==typeof e.handleEvent&&i.inPlace(e,["handleEvent"],"fn-")}}),o.on("removeEventListener-start",function(t){var e=this.wrapped;e&&(t[1]=e)})},{1:17,2:18,ee:"QJf3ax"}],6:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window.history,["pushState"],"-")},{1:18,2:17,ee:"QJf3ax"}],7:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window,["requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame"],"raf-"),n.on("raf-start",function(t){t[0]=r(t[0],"fn-")})},{1:18,2:17,ee:"QJf3ax"}],8:[function(t,e){function n(t,e,n){var r=t[0];"string"==typeof r&&(r=new Function(r)),t[0]=o(r,"fn-",null,n)}var r=(t(2),t("ee").create()),o=t(1)(r);e.exports=r,o.inPlace(window,["setTimeout","setInterval","setImmediate"],"setTimer-"),r.on("setTimer-start",n)},{1:18,2:17,ee:"QJf3ax"}],9:[function(t,e){function n(){c.inPlace(this,d,"fn-")}function r(t,e){c.inPlace(e,["onreadystatechange"],"fn-")}function o(t,e){return e}var i=t("ee").create(),a=t(1),s=t(2),c=s(i),f=s(a),u=window.XMLHttpRequest,d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"];e.exports=i,window.XMLHttpRequest=function(t){var e=new u(t);try{i.emit("new-xhr",[],e),f.inPlace(e,["addEventListener","removeEventListener"],"-",function(t,e){return e}),e.addEventListener("readystatechange",n,!1)}catch(r){try{i.emit("internal-error",r)}catch(o){}}return e},window.XMLHttpRequest.prototype=u.prototype,c.inPlace(XMLHttpRequest.prototype,["open","send"],"-xhr-",o),i.on("send-xhr-start",r),i.on("open-xhr-start",r)},{1:5,2:18,ee:"QJf3ax"}],10:[function(t){function e(t){if("string"==typeof t&&t.length)return t.length;if("object"!=typeof t)return void 0;if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if("undefined"!=typeof FormData&&t instanceof FormData)return void 0;try{return JSON.stringify(t).length}catch(e){return void 0}}function n(t){var n=this.params,r=this.metrics;if(!this.ended){this.ended=!0;for(var i=0;c>i;i++)t.removeEventListener(s,this.listener,!1);if(!n.aborted){if(r.duration=(new Date).getTime()-this.startTime,4===t.readyState){n.status=t.status;var a=t.responseType,f="arraybuffer"===a||"blob"===a||"json"===a?t.response:t.responseText,u=e(f);if(u&&(r.rxSize=u),this.sameOrigin){var d=t.getResponseHeader("X-NewRelic-App-Data");d&&(n.cat=d.split(", ").pop())}}else n.status=0;r.cbTime=this.cbTime,o("xhr",[n,r,this.startTime])}}}function r(t,e){var n=i(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}if(window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&!/CriOS/.test(navigator.userAgent)){t("loader").features.xhr=!0;var o=t("handle"),i=t(1),a=t("ee"),s=["load","error","abort","timeout"],c=s.length,f=t(2);t(4),t(3),a.on("new-xhr",function(){this.totalCbs=0,this.called=0,this.cbTime=0,this.end=n,this.ended=!1,this.xhrGuids={}}),a.on("open-xhr-start",function(t){this.params={method:t[0]},r(this,t[1]),this.metrics={}}),a.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),a.on("send-xhr-start",function(t,n){var r=this.metrics,o=t[0],i=this;if(r&&o){var f=e(o);f&&(r.txSize=f)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(i.params.aborted=!0),("load"!==t.type||i.called===i.totalCbs&&(i.onloadCalled||"function"!=typeof n.onload))&&i.end(n)}catch(e){try{a.emit("internal-error",e)}catch(r){}}};for(var u=0;c>u;u++)n.addEventListener(s,this.listener,!1)}),a.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),a.on("xhr-load-added",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on("xhr-load-removed",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),a.on("addEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-added",[t[1],t[2]],e)}),a.on("removeEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-removed",[t[1],t[2]],e)}),a.on("fn-start",function(t,e,n){e instanceof XMLHttpRequest&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),a.on("fn-end",function(t,e){this.xhrCbStart&&a.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{1:11,2:14,3:9,4:5,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],11:[function(t,e){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");return!r.port&&o[1]&&(r.port=o[1].split("/")[0].split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname),r.sameOrigin=!e.hostname||e.hostname===document.domain&&e.port===n.port&&e.protocol===n.protocol,r}},{}],D5DuLP:[function(t,e){function n(t,e,n){return r.listeners(t).length?r.emit(t,e,n):(o[t]||(o[t]=[]),void o[t].push(e))}var r=t("ee").create(),o={};e.exports=n,n.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(t,e){e.exports=t("D5DuLP")},{}],14:[function(t,e){function n(t){if(!t||"object"!=typeof t&&"function"!=typeof t)return-1;if(t===window)return 0;if(o.call(t,"__nr"))return t.__nr;try{return Object.defineProperty(t,"__nr",{value:r,writable:!0,enumerable:!1}),r}catch(e){return t.__nr=r,r}finally{r+=1}}var r=1,o=Object.prototype.hasOwnProperty;e.exports=n},{}],loader:[function(t,e){e.exports=t("G9z0Bl")},{}],G9z0Bl:[function(t,e){function n(){var t=p.info=NREUM.info;if(t&&t.agent&&t.licenseKey&&t.applicationID&&c&&c.body){p.proto="https"===d.split(":")[0]||t.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=c.createElement("script");e.src=p.proto+t.agent,c.body.appendChild(e)}}function r(){"complete"===c.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=t("handle"),s=window,c=s.document,f="addEventListener",u="attachEvent",d=(""+location).split("?")[0],p=e.exports={offset:i(),origin:d,features:{}};c[f]?(c[f]("DOMContentLoaded",o,!1),s[f]("load",n,!1)):(c[u]("onreadystatechange",r),s[u]("onload",n)),a("mark",["firstbyte",i()])},{handle:"D5DuLP"}],17:[function(t,e){function n(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(0>o?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=n},{}],18:[function(t,e){function n(t){return!(t&&"function"==typeof t&&t.apply&&!t[i])}var r=t("ee"),o=t(1),i="nr@wrapper";e.exports=function(t){function e(t,e,r,a){function nrWrapper(){var n,i,f,u;try{i=this,n=o(arguments),f=r&&r(n,i)||{}}catch(d){c([d,"",[n,i,a],f])}s(e+"start",[n,i,a],f);try{return u=t.apply(i,n)}catch(p){throw s(e+"err",[n,i,p],f),p}finally{s(e+"end",[n,i,u],f)}}return n(t)?t:(e||(e=""),nrWrapper[i]=!0,nrWrapper)}function a(t,r,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t
,n(a)||(t[s]=e(a,f?s+o:o,i,s,t))}function s(e,n,r){try{t.emit(e,n,r)}catch(o){c([o,e,n,r])}}function c(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=r),e.inPlace=a,e.flag=i,e}},{1:17,ee:"QJf3ax"}]},{},["G9z0Bl",3,10,4]);;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"9aab8bdd2a",applicationID:"3560319",sa:1,agent:"js-agent.newrelic.com/nr-460.min.js"}</script><script type="text/javascript">
[]).push({
[];
[]).push({});
[]).push({});
//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"ede981419cf142d4edac3718545bbb38",petok:"f75c0f880e7b5e0fa62ba86250ffa9efd8182999-1466502607-1800",zone:"broarmy.net",rocket:"0",apps:{"abetterbrowser":{"ie":"7"},"brwbl":{"a":"0","brwbl":"38,38,40,40,37,39,37,39,66,65"},"ga_key":{"ua":"UA-29327602-1","ga_bs":"2"}},sha2test:0}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=e982913d31/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]>
</script>
<link rel="stylesheet" type="text/css" href="https://broarmy.net/wcf/style/style-11.css?m=1464678515"/>
<script>
//<![CDATA[
var SID_ARG_2ND = '';
var WCF_PATH = 'https://broarmy.net/wcf/';
var SECURITY_TOKEN = 'a4d44de040f7806532d9c4955e200300ff00ce5e';
var LANGUAGE_ID = 1;
var TIME_NOW = 1466502607;
var URL_LEGACY_MODE = true;
//]]>
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script>
//<![CDATA[
if (!window.jQuery) {
document.write('<script src="https://broarmy.net/wcf/js/3rdParty/jquery.min.js?v=1464550281"><\/script>');
document.write('<script src="https://broarmy.net/wcf/js/3rdParty/jquery-ui.min.js?v=1464550281"><\/script>');
}
//]]>
</script>
<script src="https://broarmy.net/wcf/js/WCF.Combined.min.js?v=1464550281"></script>
<noscript>
<style type="text/css">.jsOnly{display:none!important;}.noJsOnly{display:block!important;}</style>
</noscript>
<link rel="icon" href="https://broarmy.net/wcf/images/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="https://broarmy.net/wcf/images/apple-touch-icon.png"/>
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle
google_ad_client: "ca-pub-6447917596993601",
enable_page_level_ads: true
});
</script>
<link rel="canonical" href="https://broarmy.net/index.php/User/195959-Isolated-Security/"/>
<noscript>
<style type="text/css">#profileContent>.tabMenu>ul>li:not(:first-child){display:none!important;}#profileContent>.tabMenuContent:not(:first-of-type){display:none!important;}</style>
</noscript>
<script type="text/javascript">
/* <![CDATA[ */
var _gaq = _gaq
_gaq.push(['_setAccount', 'UA-29327602-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function(b){(function(a){"__CF"in b&&"DJS"in b.__CF?b.__CF.DJS.push(a):"addEventListener"in b?b.addEventListener("load",a,!1):b.attachEvent("onload",a)})(function(){"FB"in b&&"Event"in FB&&"subscribe"in FB.Event&&(FB.Event.subscribe("edge.create",function(a){_gaq.push(["_trackSocial","facebook","like",a])}),FB.Event.subscribe("edge.remove",function(a){_gaq.push(["_trackSocial","facebook","unlike",a])}),FB.Event.subscribe("message.send",function(a){_gaq.push(["_trackSocial","facebook","send",a])}));"twttr"in b&&"events"in twttr&&"bind"in twttr.events&&twttr.events.bind("tweet",function(a){if(a){var b;if(a.target&&a.target.nodeName=="IFRAME")a:{if(a=a.target.src){a=a.split("#")[0].match(/[^?=&]+=([^&]*)?/g);b=0;for(var c;c=a;++b)if(c.indexOf("url")===0){b=unescape(c.split("=")[1]);break a}}b=void 0}_gaq.push(["_trackSocial","twitter","tweet",b])}})})})(window);
/* ]]> */
</script>
</head>
<body id="tplUser" data-template="user" data-application="wcf">
<a id="top"></a>
<header id="pageHeader" class="layoutFixed sidebarOrientationLeft">
<div>
<nav id="topMenu" class="userPanel">
<div class="layoutFixed">
<ul class="userPanelItems">
<li id="userMenu">
<a class="framed" href="https://broarmy.net/index.php/User/195959-Isolated-Security/"><img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1-32.jpg" srcset="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg 2x" style="width: 24px; height: 24px" alt="" class="userAvatarImage"/> <span>Isolated Security</span></a>
<div class="interactiveDropdown interactiveDropdownStatic interactiveDropdownUserMenu">
<div class="interactiveDropdownHeader">
<span class="interactiveDropdownTitle">Control Panel</span>
</div>
<div class="interactiveDropdownItemsContainer">
<ul class="interactiveDropdownItems interactiveDropdownItemsUserMenu">
<li>
<div class="box64">
<a href="https://broarmy.net/index.php/User/195959-Isolated-Security/" class="framed"><img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg" style="width: 50px; height: 50px" alt="" class="userAvatarImage"/></a>
<div class="containerHeadline">
<h3><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/">Isolated Security</a></h3>
<p>
<span class="badge userTitleBadge">Bro</span>
</p>
<ul class="interactiveDropdownUserMenuLinkList">
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/">My Profile</a></li>
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/?editOnInit=true#about">Edit Profile</a></li> </ul>
</div>
</div>
</li>
<li class="dropdownDivider"></li>
<li class="interactiveDropdownUserMenuItem">
<div class="box32">
<div><span class="icon icon32 fa-user"></span></div>
<div class="containerHeadline">
<h3>User Account</h3>
<ul class="interactiveDropdownUserMenuLinkList">
<li><a href="https://broarmy.net/index.php/AccountManagement/">Account Management</a></li>
<li><a href="https://broarmy.net/index.php/AvatarEdit/">Avatar</a></li>
<li><a href="https://broarmy.net/index.php/SignatureEdit/">Signature</a></li>
</ul>
</div>
</div>
</li>
<li class="dropdownDivider"></li>
<li class="interactiveDropdownUserMenuItem">
<div class="box32">
<div><span class="icon icon32 fa-cog"></span></div>
<div class="containerHeadline">
<h3>Settings</h3>
<ul class="interactiveDropdownUserMenuLinkList">
<li><a href="https://broarmy.net/index.php/Settings/">General</a></li>
<li><a href="https://broarmy.net/index.php/Settings/?category=privacy">Privacy</a></li>
<li><a href="https://broarmy.net/index.php/NotificationSettings/">Notifications</a></li>
</ul>
</div>
</div>
</li>
<li class="dropdownDivider"></li>
<li class="interactiveDropdownUserMenuItem">
<div class="box32">
<div><span class="icon icon32 fa-globe"></span></div>
<div class="containerHeadline">
<h3>Community</h3>
<ul class="interactiveDropdownUserMenuLinkList">
<li><a href="https://broarmy.net/index.php/NotificationList/">Notifications</a></li>
<li><a href="https://broarmy.net/index.php/Following/">Followed Users</a></li>
<li><a href="https://broarmy.net/index.php/IgnoredUsers/">Blocked Users</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<a class="interactiveDropdownShowAll" href="https://broarmy.net/index.php/Logout/?" onclick="WCF.Dropdown.Interactive.Handler.close('userMenu'); WCF.System.Confirmation.show('Do you really want to logout?', $.proxy(function (action) { if (action == 'confirm') window.location.href = $(this).attr('href'); }, this)); return false;">Logout</a>
</div>
</li>
<li><a href="https://broarmy.net/index.php/Settings/" class="noJsOnly" style="display: none"><span class="icon icon16 icon-cogs"></span> <span>Settings</span></a></li>
<li id="userNotifications" data-count="0">
<a href="https://broarmy.net/index.php/NotificationList/"><span class="icon icon16 icon-bell-alt"></span> <span>Notifications</span></a>
</li>
<li id="unreadConversations" data-count="0">
<a href="https://broarmy.net/index.php/ConversationList/"><span class="icon icon16 icon-comments"></span> <span>Conversations</span> </a>
</li>
<li><a href="https://broarmy.net/index.php/Logout/?" class="noJsOnly" style="display: none"><span class="icon icon16 icon-signout"></span> <span>Logout</span></a></li>
</ul>
<aside id="search" class="searchBar dropdown" data-disable-auto-focus="true">
<form method="post" action="https://broarmy.net/index.php/Search/?types%5B%5D=com.woltlab.wbb.post">
<input type="search" name="q" placeholder="Search All Forums" autocomplete="off" required="required" value="" class="dropdownToggle" data-toggle="search"/>
<ul class="dropdownMenu">
<li class="dropdownText">
<label><input type="checkbox" name="subjectOnly" value="1"/> Search subject only</label><label><input type="checkbox" name="findThreads" value="1"/> Display results as threads</label>
</li>
<li class="dropdownDivider"></li>
<li><a href="https://broarmy.net/index.php/Search/?types%5B%5D=com.woltlab.wbb.post">More Options</a></li>
</ul>
<input type="hidden" name="types[]" value="com.woltlab.wbb.post"/> <input type="hidden" name="t" value="a4d44de040f7806532d9c4955e200300ff00ce5e"/> </form>
</aside>
</div>
</nav>
<div id="logo" class="logo">
<a href="https://broarmy.net/">
<img src="https://broarmy.net/wcf/images/pewDiePie/site-logo-sm.png" alt=""/>
</a>
</div>
<nav id="mainMenu" class="mainMenu jsMobileNavigation" data-button-label="Navigation">
<ul>
<li data-menu-item="wcf.user.dashboard">
<a href="https://broarmy.net/">Dashboard</a>
</li>
<li data-menu-item="wbb.header.menu.board">
<a href="https://broarmy.net/index.php/BoardList/">Forum <span class="badge badgeUpdate">28</span></a>
</li>
<li class="active" data-menu-item="wcf.user.members">
<a href="https://broarmy.net/index.php/MembersList/">Members</a>
<ul class="invisible">
<li><a href="https://broarmy.net/index.php/RecentActivityList/"><span>Recent Activities</span></a></li>
<li><a href="https://broarmy.net/index.php/UsersOnlineList/"><span>Users Online</span></a></li>
<li><a href="https://broarmy.net/index.php/UserTrophyList/"><span>Trophies</span></a></li>
<li><a href="https://broarmy.net/index.php/Team/"><span>Staff Members</span></a></li>
<li><a href="https://broarmy.net/index.php/UserSearch/"><span>Search Members</span></a></li>
</ul>
</li>
<li data-menu-item="gallery.header.menu.gallery">
<a href="https://broarmy.net/gallery/index.php/Gallery/">Gallery <span class="badge badgeUpdate">7</span></a>
</li>
<li data-menu-item="calendar.header.menu.calendar">
<a href="https://broarmy.net/calendar/index.php/Calendar/">Calendar</a>
</li>
<li data-menu-item="chat.header.menu.chat">
<a href="https://broarmy.net/chat/index.php/Chat/1-Brochat/">Chat</a>
</li>
</ul>
</nav>
<nav class="navigation navigationHeader">
<ul class="navigationMenuItems">
<li data-menu-item="wcf.user.recentActivity"><a href="https://broarmy.net/index.php/RecentActivityList/"><span>Recent Activities</span></a></li>
<li data-menu-item="wcf.user.usersOnline"><a href="https://broarmy.net/index.php/UsersOnlineList/"><span>Users Online</span></a></li>
<li data-menu-item="wcf.footer.menu.user.trophies"><a href="https://broarmy.net/index.php/UserTrophyList/"><span>Trophies</span></a></li>
<li data-menu-item="wcf.user.team"><a href="https://broarmy.net/index.php/Team/"><span>Staff Members</span></a></li>
<li data-menu-item="wcf.user.search"><a href="https://broarmy.net/index.php/UserSearch/"><span>Search Members</span></a></li>
</ul>
<ul class="navigationIcons">
<li id="toBottomLink"><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#bottom" title="Go to Page Bottom" class="jsTooltip"><span class="icon icon16 icon-arrow-down"></span> <span class="invisible">Go to Page Bottom</span></a></li>
<li id="sitemap" class="jsOnly"><a href="#" title="Sitemap" class="jsTooltip"><span class="icon icon16 icon-sitemap"></span> <span class="invisible">Sitemap</span></a></li>
</ul>
</nav>
</div>
</header>
<div id="main" class="layoutFixed sidebarOrientationLeft">
<div>
<div>
<aside class="sidebar">
<div>
<fieldset>
<legend class="invisible">Avatar</legend>
<div class="userAvatar">
<a href="https://broarmy.net/index.php/AvatarEdit/" class="framed jsTooltip" title="Avatar Management"><img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg" style="width: 50px; height: 50px" alt="" class="userAvatarImage"/></a>
</div>
</fieldset>
<div class="wcfAdLocation wcfAdLocationSidebarBottom"><div><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-6447917596993601" data-ad-slot="7133056176"></ins>
<script>
(adsbygoogle = window.adsbygoogle
</script></div></div> </div>
</aside>
<section id="content" class="content">
<nav class="breadcrumbs marginTop">
<ul>
<li title="Pewdie n' Friends" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="https://broarmy.net/" itemprop="url"><span itemprop="title">Pewdie n' Friends</span></a> <span class="pointer"><span>»</span></span>
</li>
<li title="Members" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="https://broarmy.net/index.php/MembersList/" itemprop="url"><span itemprop="title">Members</span></a> <span class="pointer"><span>»</span></span>
</li>
</ul>
</nav>
<header class="boxHeadline userHeadline">
<span class="framed invisible"><img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg" srcset="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg 2x" style="width: 48px; height: 48px" alt="" class="userAvatarImage"/></span>
<h1>Isolated Security <span class="badge userTitleBadge">Bro</span>
</h1>
<ul class="dataList">
<li>Member since Jun 21st 2016</li>
</ul>
<dl class="plain inlineDataList">
<dt>Last Activity</dt>
<dd><time datetime="2016-06-21T11:50:03+02:00" class="datetime" data-timestamp="1466502603" data-date="Jun 21st 2016" data-time="11:50am" data-offset="7200">Jun 21st 2016, 11:50am</time>, Viewing dashboard</dd>
</dl>
<nav class="jsMobileNavigation buttonGroupNavigation">
<ul id="profileButtonContainer" class="buttonGroup">
<li class="dropdown">
<a href="#" class="button dropdownToggle jsTooltip" title="Search for Content by Isolated Security"><span class="icon icon16 icon-search"></span> <span class="invisible">Search for Content by Isolated Security</span></a>
<ul class="dropdownMenu">
<li><a href="https://broarmy.net/index.php/Search/?types%5B%5D=com.woltlab.wbb.post&userID=195959">Posts</a></li>
<li><a href="https://broarmy.net/index.php/Search/?types%5B%5D=com.woltlab.wbb.post&userID=195959&findUserThreads=1">Threads</a></li>
</ul>
</li>
<li class="jsReportUser jsOnly" data-object-id="195959"><a href="#" title="Report User Profile" class="button jsTooltip"><span class="icon icon16 icon-warning-sign"></span> <span class="invisible">Report User Profile</span></a></li>
<li><a class="button" href="https://broarmy.net/index.php/SteamAuth/"><span class="icon icon16 icon-ok-sign"></span> <span>Verify with Steam</span></a></li>
</ul>
</nav>
</header>
<div class="userNotice">
<noscript>
<p class="warning">Your browser has JavaScript disabled. If you would like to use all features of this site, it is mandatory to enable JavaScript.</p>
</noscript>
</div>
<div class="contentNavigation">
</div>
<section id="profileContent" class="marginTop tabMenuContainer" data-active="wall">
<nav class="tabMenu">
<ul>
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#wall">Wall</a></li>
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#recentActivity">Recent Activity</a></li>
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#likes">Likes</a></li>
<li><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#about">About Me</a></li>
</ul>
</nav>
<div id="wall" class="container tabMenuContent" data-menu-item="wall">
<ul id="userProfileCommentList" class="commentList containerList" data-can-add="true" data-object-id="195959" data-object-type-id="25" data-comments="1" data-last-comment-time="1466502603">
<li class="comment jsComment" data-comment-id="25327" data-object-type="com.woltlab.wcf.comment" data-like-liked="" data-like-likes="0" data-like-dislikes="0" data-like-users='{ }' data-can-edit="true" data-can-delete="false" data-responses="0" data-last-response-time="0" data-user-id="195959">
<div class="box32">
<a href="https://broarmy.net/index.php/User/195959-Isolated-Security/" title="Isolated Security" class="framed">
<img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1-32.jpg" srcset="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg 2x" style="width: 32px; height: 32px" alt="" class="userAvatarImage"/> </a>
<div>
<div class="commentContent">
<div class="containerHeadline">
<h3>
<a href="https://broarmy.net/index.php/User/195959-Isolated-Security/" class="userLink" data-user-id="195959">Isolated Security</a>
<small> - <time datetime="2016-06-21T11:50:03+02:00" class="datetime" data-timestamp="1466502603" data-date="Jun 21st 2016" data-time="11:50am" data-offset="7200">Jun 21st 2016, 11:50am</time></small>
</h3>
</div>
<p class="userMessage"><script>alert("test")</script></p>
<nav class="jsMobileNavigation buttonGroupNavigation">
<ul class="commentOptions">
<li class="jsReportCommentComment jsOnly" data-object-id="25327"><a href="#" title="Report Content" class="jsTooltip"><span class="icon icon16 icon-warning-sign"></span> <span class="invisible">Report Content</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</li>
</ul>
</div>
<div id="recentActivity" class="container tabMenuContent" data-menu-item="recentActivity">
</div>
<div id="likes" class="container tabMenuContent" data-menu-item="likes">
</div>
<div id="about" class="container tabMenuContent" data-menu-item="about">
</div>
</section>
<nav class="breadcrumbs marginTop">
<ul>
<li title="Pewdie n' Friends">
<a href="https://broarmy.net/"><span>Pewdie n' Friends</span></a> <span class="pointer"><span>»</span></span>
</li>
<li title="Members">
<a href="https://broarmy.net/index.php/MembersList/"><span>Members</span></a> <span class="pointer"><span>»</span></span>
</li>
</ul>
</nav>
</section>
</div>
</div>
</div>
<footer id="pageFooter" class="layoutFixed footer sidebarOrientationLeft">
<div>
<nav id="footerNavigation" class="navigation navigationFooter">
<ul class="navigationMenuItems">
<li data-menu-item="wcf.header.menu.donation"><a href="https://broarmy.net/index.php/Donations/">Donations</a></li>
<li data-menu-item="wcf.footer.menu.legalNotice"><a href="https://broarmy.net/index.php/LegalNotice/">Legal Notice</a></li>
<li data-menu-item="wcf.page.privacyPolicy"><a href="https://broarmy.net/index.php/PrivacyPolicy/">Privacy Policy</a></li>
<li data-menu-item="wcf.footer.menu.termsOfUse"><a href="https://broarmy.net/index.php/Terms/">Terms of Use</a></li>
</ul>
<ul class="navigationIcons">
<li id="toTopLink" class="toTopLink"><a href="https://broarmy.net/index.php/User/195959-Isolated-Security/#top" title="Go to Page Top" class="jsTooltip"><span class="icon icon16 icon-arrow-up"></span> <span class="invisible">Go to Page Top</span></a></li>
</ul>
<ul class="navigationItems">
<li title="(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna"><p><span class="icon icon16 icon-time"></span> <span>Jun 21st 2016, 11:50am</span></p></li>
</ul>
</nav>
<div class="footerContent">
<address class="copyright marginTop"><a href="http://www.woltlab.com">Forum Software: <strong>Burning Board®</strong>, developed by <strong>WoltLab® GmbH</strong></a></address> </div>
<div class="wcfAdLocation wcfAdLocationFooterBottom"><div><style>.responsive-adblock{width:320px;height:50px;}@media(min-width: 500px) { .responsive-adblock { width: 468px; height: 60px; } }
@media(min-width: 1280px) { .responsive-adblock { width: 728px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Responsive banner -->
<ins class="adsbygoogle responsive-adblock"
style="display:block"
data-ad-client="ca-pub-6447917596993601"
data-ad-slot="5656322979"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle
</script></div></div> </div>
</footer>
<div id="fb-root"></div>
<script>
WCF.User.init(195959, 'Isolated Security');
WCF.Language.addObject({
'__days': [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ],
'__daysShort': [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ],
'__months': [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ],
'__monthsShort': [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ],
'wcf.clipboard.item.unmarkAll': 'Unmark All',
'wcf.date.relative.now': 'A moment ago',
'wcf.date.relative.minutes': '{if $minutes > 1}{#$minutes} minutes{else}A minute{\/if} ago',
'wcf.date.relative.hours': '{if $hours > 1}{#$hours} hours{else}An hour{\/if} ago',
'wcf.date.relative.pastDays': '{if $days > 1}{$day}{else}Yesterday{\/if}, {$time}',
'wcf.date.dateFormat': 'M jS Y',
'wcf.date.dateTimeFormat': '%date%, %time%',
'wcf.date.shortDateTimeFormat': '%date%',
'wcf.date.hour': 'Hour',
'wcf.date.minute': 'Minute',
'wcf.date.timeFormat': 'g:ia',
'wcf.date.firstDayOfTheWeek': '0',
'wcf.global.button.add': 'Add',
'wcf.global.button.cancel': 'Cancel',
'wcf.global.button.close': 'Close',
'wcf.global.button.collapsible': 'Expand and Collapse',
'wcf.global.button.delete': 'Delete',
'wcf.global.button.disable': 'Disable',
'wcf.global.button.disabledI18n': 'monolingual',
'wcf.global.button.edit': 'Edit',
'wcf.global.button.enable': 'Enable',
'wcf.global.button.hide': 'Hide',
'wcf.global.button.next': 'Next »',
'wcf.global.button.preview': 'Preview',
'wcf.global.button.reset': 'Reset',
'wcf.global.button.save': 'Save',
'wcf.global.button.search': 'Search',
'wcf.global.button.submit': 'Submit',
'wcf.global.button.upload': 'Upload',
'wcf.global.confirmation.cancel': 'Cancel',
'wcf.global.confirmation.confirm': 'OK',
'wcf.global.confirmation.title': 'Confirmation Required',
'wcf.global.decimalPoint': '.',
'wcf.global.error.timeout': 'Did not receive a response from server, request aborted.',
'wcf.global.form.error.empty': 'Please fill in this field.',
'wcf.global.form.error.greaterThan': 'The entered value has to be greater than {#$greaterThan}.',
'wcf.global.form.error.lessThan': 'The entered value has to be less than {#$lessThan}.',
'wcf.global.language.noSelection': 'No Selection',
'wcf.global.loading': 'Loading …',
'wcf.global.page.jumpTo': 'Go to Page',
'wcf.global.page.jumpTo.description': 'Enter a value between “1” and “#pages#”.',
'wcf.global.page.pageNavigation': 'Navigation',
'wcf.global.page.next': 'Next Page',
'wcf.global.page.previous': 'Previous Page',
'wcf.global.pageDirection': 'ltr',
'wcf.global.reason': 'Reason',
'wcf.global.sidebar.hideLeftSidebar': '',
'wcf.global.sidebar.hideRightSidebar': '',
'wcf.global.sidebar.showLeftSidebar': '',
'wcf.global.sidebar.showRightSidebar': '',
'wcf.global.success': 'The action has been successfully completed.',
'wcf.global.success.add': 'The entry has been saved.',
'wcf.global.success.edit': 'Your changes have been saved.',
'wcf.global.thousandsSeparator': ',',
'wcf.page.pagePosition': 'Page {#$pageNo} of {#$pages}',
'wcf.page.sitemap': 'Sitemap',
'wcf.style.changeStyle': 'Change Style',
'wcf.user.activityPoint': 'Points',
'wcf.style.changeStyle': 'Change Style',
'wcf.user.panel.markAllAsRead': 'Mark All as Read',
'wcf.user.panel.markAsRead': 'Mark as Read',
'wcf.user.panel.settings': 'Settings',
'wcf.user.panel.showAll': 'Show All'
,'wcf.like.button.like': 'Like',
'wcf.like.button.dislike': 'Dislike',
'wcf.like.tooltip': '{if $likes}{#$likes} Like{if $likes != 1}s{/if}{if $dislikes}, {/if}{/if}{if $dislikes}{#$dislikes} Dislike{if $dislikes != 1}s{/if}{/if}',
'wcf.like.summary': '{if $others == 0}{@$users.slice(0, -1).join(", ")}{if $users.length > 1} and {/if}{@$users.slice(-1)[0]}{else}{@$users.join(", ")} and {if $others == 1}one{else}{#$others}{/if} other{if $others > 1}s{/if}{/if} like{if $users.length == 1}s{/if} this.',
'wcf.like.details': 'Details'
,'wcf.search.extended': 'More Options',
'wcf.page.com.woltlab.wcf.SearchResultPage': 'Search Results',
'wcf.extendedSearch.noItems': 'No search results found. Please use "More Options".',
'wcf.extendedSearch.info': 'Enter a search keyword or use "More Options".'
});
new WCF.Date.Time();
WCF.Dropdown.init();
WCF.System.Mobile.UX.init();
WCF.TabMenu.init();
WCF.System.FlexibleMenu.init();
</script>
<script>
//<![CDATA[
$(function() {
new WCF.Effect.SmoothScroll();
new WCF.Effect.BalloonTooltip();
new WCF.Sitemap();
WCF.System.PageNavigation.init('.pageNavigation');
WCF.Date.Picker.init();
new WCF.User.ProfilePreview();
new WCF.Notice.Dismiss();
WCF.User.Profile.ActivityPointList.init();
new WCF.Action.Proxy({
autoSend: true,
data: {
className: 'wcf\\data\\cronjob\\CronjobAction',
actionName: 'executeCronjobs'
},
showLoadingOverlay: false,
failure: function() {
return false;
}
});
new WCF.System.KeepAlive(1740);
if ($.browser.msie) {
window.onbeforeunload = function() {
/* Prevent "Back navigation caching" (msdn.microsoft.com/en-us/libra…n265017%28v=vs.85%29.aspx) */
};
}
$('form[method=get]').attr('method', 'post');
});
//]]>
</script>
<!--[IF IE 9]>
<script>
$(function() {
function fixButtonTypeIE9() {
$('button').each(function(index, button) {
var $button = $(button);
if (!$button.attr('type')) {
$button.attr('type', 'button');
}
});
}
WCF.DOMNodeInsertedHandler.addCallback('WCF.FixButtonTypeIE9', fixButtonTypeIE9);
fixButtonTypeIE9();
});
</script>
<![ENDIF]-->
<script>
//<![CDATA[
var $imageViewer = null;
$(function() {
WCF.Language.addObject({
'wcf.imageViewer.button.enlarge': 'Full Screen Mode',
'wcf.imageViewer.button.full': 'View Source Image',
'wcf.imageViewer.seriesIndex': '{x} of {y}',
'wcf.imageViewer.counter': 'Image {x} of {y}',
'wcf.imageViewer.close': 'Close',
'wcf.imageViewer.enlarge': 'View Full Image',
'wcf.imageViewer.next': 'Next Image',
'wcf.imageViewer.previous': 'Previous Image'
});
$imageViewer = new WCF.ImageViewer();
});
// WCF 2.0 compatibility, dynamically fetch slimbox and initialize it with the request parameters
$.widget('ui.slimbox', {
_create: function() {
var self = this;
head.load('https://broarmy.net/wcf/js/3rdParty/slimbox2.min.js', function() {
self.element.slimbox(self.options);
});
}
});
//]]>
</script>
<script>
WCF.Language.addObject({
'wcf.global.error.title': 'Error Message'
});
</script>
<script src="https://broarmy.net/wcf/js/be.bastelstu.wcf.push.min.js"></script>
<script src="https://broarmy.net/js/WBB.min.js?v=1464550281"></script>
<script src="https://broarmy.net/gallery/js/Gallery.min.js?v=1464550281"></script>
<script src="https://broarmy.net/calendar/js/Calendar.min.js?v=1464550281"></script>
<script src="https://broarmy.net/wcf/js/jCounter.jQuery.min.js"></script>
<script src="//push.broarmy.net/socket.io/socket.io.js"></script>
<script src="https://broarmy.net/wcf/js/be.bastelstu.wcf.nodePush.min.js"></script>
<script src="https://broarmy.net/wcf/js/CW.Notification.min.js"></script>
<script src="https://broarmy.net/wcf/js/WCF.Trophy.min.js?v=1464550281"></script>
<script src="https://broarmy.net/wcf/js/CW.ExtendedSearch.min.js"></script>
<script src="https://broarmy.net/wcf/js/3rdParty/mejs/mediaelement-and-player.min.js?v=1464550281"></script>
<script src="https://broarmy.net/wcf/js/WCF.MediaElement.min.js?v=1464550281"></script>
<script>
//<![CDATA[
$(function() {
new WBB.Post.Preview();
new Calendar.Event.Preview();
be.bastelstu.wcf.nodePush.init('\/\/push.broarmy.net');var options = {
intervalTime: 15,
displayTime: 10}
notificationBox = new CW.GetNotification(options);
be.bastelstu.wcf.push.onConnect(function() {
notificationBox.stopPulling();
});
be.bastelstu.wcf.push.onDisconnect(function() {
notificationBox.startPulling();
});
be.bastelstu.wcf.push.onMessage('de.cwalz.notification.nodePush', function() {
notificationBox.getNotifications();
});WCF.Language.addObject({
'wcf.user.trophy.list': 'Trophies'
});
WCF.Trophy.TrophyList.init();
WCF.DOMNodeInsertedHandler.addCallback('WCF.RecountNotifications', function() {
var $userNotifications = $('#userNotifications');
var $badge = $userNotifications.find('.badge');
$userNotifications.attr('data-count', ($badge.length ? $badge.text() : 0));
});
WCF.DOMNodeInsertedHandler.addCallback('WCF.InitMediaElementJS', function() {
$('video,audio').not('.noMejs').mediaelementplayer({
pluginPath: 'https://broarmy.net/wcf/js/3rdParty/mejs/',
iPhoneUseNativeControls: true,
iPadUseNativeControls: true,
success: function (mediaElement, domObject) {
WCF.MediaElement.Player.init(mediaElement, domObject);
},
error: function(){
}
});
});
WCF.DOMNodeInsertedHandler.execute();
$(function() {
$("#search input").unbind();
extendedSearch = new CW.ExtendedSearch('https://broarmy.net/index.php/ExtendedSearch/', 'https://broarmy.net/index.php/Search/');
});
$(function() {
extendedSearch.setNotificationLink('https://broarmy.net/index.php/ExtendedSearch/');
});
});
//]]>
</script>
<script>
//<![CDATA[
$(function() {
new WCF.User.Profile.TabMenu(195959);
WCF.TabMenu.init();
WCF.Language.addObject({
'wcf.user.editProfile': 'Edit Profile',
});
new WCF.User.Profile.Editor(195959, false);
WCF.Language.addObject({
'wcf.moderation.report.reportContent': 'Report User Profile',
'wcf.moderation.report.success': 'Content has been reported.'
});
new WCF.Moderation.Report.Content('com.woltlab.wcf.user', '.jsReportUser');
});
//]]>
</script>
<script>
$(function() {
new WCF.User.Panel.UserMenu();
});
</script>
<script>
//<![CDATA[
$(function() {
new WCF.User.Panel.Notification({
markAllAsReadConfirmMessage: 'Do you really want to mark all notifications as read?',
noItems: 'No recent notifications',
settingsLink: 'https://broarmy.net/index.php/NotificationSettings/',
showAllLink: 'https://broarmy.net/index.php/NotificationList/',
title: 'Notifications'
});
});
//]]>
</script>
<script src="https://broarmy.net/wcf/js/WCF.Conversation.min.js?v=1464550281"></script>
<script>
//<![CDATA[
$(function() {
new WCF.User.Panel.Conversation({
markAllAsReadConfirmMessage: 'Do you really want to mark all conversations as read?',
newConversation: 'New Conversation',
newConversationLink: 'https://broarmy.net/index.php/ConversationAdd/',
noItems: 'No recent conversations',
showAllLink: 'https://broarmy.net/index.php/ConversationList/',
title: 'Conversations'
});
});
//]]>
</script>
<script>
//<![CDATA[
$(function() {
new WCF.Search.Message.SearchArea($('#search'));
});
//]]>
</script>
<script>
//<![CDATA[
$(function() {
WCF.Language.addObject({
'wcf.comment.add': 'Write a comment …',
'wcf.comment.button.response.add': 'Reply',
'wcf.comment.delete.confirmMessage': 'Do you really want to delete this comment?',
'wcf.comment.description': 'Press Enter to send or Escape to cancel.',
'wcf.comment.guestDialog.title': 'Guest Comment',
'wcf.comment.more': 'More Comments',
'wcf.comment.response.add': 'Reply …',
'wcf.comment.response.more': '{if $count == 1}One more reply{else}{#$count} more replies{/if}',
'wcf.moderation.report.reportContent': 'Report Content',
'wcf.moderation.report.success': 'Content has been reported.'
});
new WCF.Comment.Handler('userProfileCommentList', '<img src="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1-32.jpg" srcset="https://broarmy.net/wcf/images/avatars/8a/96042-8a19b748086290cb59f31718f145df1a166cc2f1.jpg 2x" style="width: 32px; height: 32px" alt="" class="userAvatarImage" />');
new WCF.Comment.Like(1, 0, false, 0);
new WCF.Comment.Response.Like(1, 0, false, 0);
new WCF.Moderation.Report.Content('com.woltlab.wcf.comment.comment', '.jsReportCommentComment');
new WCF.Moderation.Report.Content('com.woltlab.wcf.comment.response', '.jsReportCommentResponse');
});
//]]>
</script>
<script>
if (typeof facebookpost != "undefined") {
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.async = true;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=839587286137139&version=v2.2";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
</script>
<a id="bottom"></a>
</body>
</html>