Help
- Smilies
- This shows a full list of the smilies you can insert when posting a message.
- BB Codes
- The list of BB codes you can use to spice up the look of your messages. This page shows a list of all BB codes that are available.
- Trophies
- You can earn trophies by carrying out different actions. This page shows a list of the trophies that are available.
- Cookie Usage
- This page explains how this site uses cookies.
- Terms and Rules
- You must agree to these terms and rules before using the site.
- Privacy Policy
- You must agree to this privacy policy before using the site.
', {
async: 'async',
src: url
})
.load(function(){
if(loadFn){
loadFn();
loadFn = null;
}
})
.error(function(jqXHR, textStatus){
/* When script is blocked, textStatus is undefined. */
if(typeof textStatus !== 'undefined'){
return;
}
if(errorFn){
errorFn(jqXHR, textStatus);
errorFn = null;
}
});
(document.body || document.getElementsByTagName('body')[0]).appendChild(script[0]);
}
};
var AdBlockDetectorWorkaround = function(){
/* This is just in case the handler script is blocked by the adblocker */
if(!XenForo.rellect.AdBlockDetector){
console.log('AdBlock detector failed. Trying workaround.');
XenForo.ajax('index.php', {dataType: 'html', AdblockDetector: 1}, function(ajaxData){
if(XenForo.hasTemplateHtml(ajaxData)){
try{
jQuery.globalEval(ajaxData.templateHtml);
}
catch(e){}
}
}, {
error: function(){
console.log('AdBlock detector workaround failed.');
}
});
}
};
XenForo.rellect.AdBlockDetectorParams.loadScript(
'js/rellect/AdblockDetector/handler.min.js?rev=33',
false,
AdBlockDetectorWorkaround
);jQuery.extend(true, XenForo,
{
BRILL_defaultImage: "styles/default/xenforo/widgets/ajaxload.info_B4B4DC_facebook.gif"
});