| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/CoreHome/templates/ |
Upload File : |
<div id="bottomAd" style="font-size: 2px;"> </div>
<script type="text/javascript">
if ('undefined' === (typeof hasBlockedContent) || hasBlockedContent !== false) {
{# if hasBlockedContent was "false" most likely nothing was blocked #}
(function () {
{# most likely jQuery is not available, have to use vanilla JS here #}
var body = document.getElementsByTagName('body');
if (!body || !body[0]) {
return;
}
var bottomAd = document.getElementById('bottomAd');
var wasMostLikelyCausedByAdblock = false;
if (!bottomAd) {
wasMostLikelyCausedByAdblock = true;
} else if (bottomAd.style && bottomAd.style.display === 'none') {
wasMostLikelyCausedByAdblock = true;
} else if ('undefined' !== (typeof bottomAd.clientHeight) && bottomAd.clientHeight === 0) {
wasMostLikelyCausedByAdblock = true;
}
if (wasMostLikelyCausedByAdblock) {
var shouldGetHiddenElement = document.getElementById("should-get-hidden");
var warning = document.createElement('p');
warning.innerText = '{{ 'CoreHome_AdblockIsMaybeUsed'|translate|e('js') }}';
if (shouldGetHiddenElement) {
shouldGetHiddenElement.appendChild(warning);
} else {
body[0].insertBefore(warning, body[0].firstChild);
warning.style.color = 'red';
warning.style.fontWeight = 'bold';
warning.style.marginLeft = '16px';
warning.style.marginBottom = '16px';
warning.style.fontSize = '20px';
}
}
})();
}
</script>