Removed tracking code.
This commit is contained in:
parent
0251176b54
commit
ee3ce8aced
15 changed files with 0 additions and 238 deletions
|
@ -15,21 +15,5 @@ $baseUrl = empty($external) ? '' : '//' . $_SERVER['HTTP_HOST'];
|
||||||
<?php if(isset($scripts) && is_array($scripts)) foreach($scripts as $script): ?>
|
<?php if(isset($scripts) && is_array($scripts)) foreach($scripts as $script): ?>
|
||||||
<script src="<?=$script;?>" charset="utf-8" type="text/javascript"></script>
|
<script src="<?=$script;?>" charset="utf-8" type="text/javascript"></script>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
<?php if($_SERVER['HTTP_HOST'] === 'flash.moe' && empty($skip_analytics)): ?>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<?php endif; ?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -180,26 +180,6 @@ function html_head(string $title, array $vars = [], ?int $version = null): strin
|
||||||
|
|
||||||
$html .= "<title>{$title}</title>";
|
$html .= "<title>{$title}</title>";
|
||||||
|
|
||||||
if($version < FWH_2020) {
|
|
||||||
$trackingCode = html_default_mode() === FWH_JVDG ? 'KyPpMvk2vNGq' : 'w4PqjBGmOL5l';
|
|
||||||
$html .= <<<HTML
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', '{$trackingCode}']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
HTML;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ($version) {
|
switch ($version) {
|
||||||
case FWH_2016:
|
case FWH_2016:
|
||||||
return $html . html_stylesheet('2016.css', ['accent' => $accentColour], $version) . html_meta($version);
|
return $html . html_stylesheet('2016.css', ['accent' => $accentColour], $version) . html_meta($version);
|
||||||
|
@ -514,23 +494,5 @@ HTML;
|
||||||
HTML;
|
HTML;
|
||||||
else $html .= '</div></div>';
|
else $html .= '</div></div>';
|
||||||
|
|
||||||
$trackingCode = $isJvdg ? 'KyPpMvk2vNGq' : 'w4PqjBGmOL5l';
|
|
||||||
$html .= <<<HTML
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', '{$trackingCode}']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>\r\n
|
|
||||||
HTML;
|
|
||||||
|
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,17 +4,3 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>Aiko is a thing that can run 6502 code.</p>
|
<p>Aiko is a thing that can run 6502 code.</p>
|
||||||
<p><a href="./Release.zip">Download for .NET Framework 4.7.2</a> (will go down when a proper download page exists)</p>
|
<p><a href="./Release.zip">Download for .NET Framework 4.7.2</a> (will go down when a proper download page exists)</p>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -266,20 +266,6 @@ $table = [
|
||||||
transition: opacity .2s;
|
transition: opacity .2s;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
|
@ -45,22 +45,6 @@ div.mioboxcontent {
|
||||||
ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, true, false);
|
ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, true, false);
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
|
||||||
// <![CDATA[
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
// ]]>
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body onload="initializeLoginPage();">
|
<body onload="initializeLoginPage();">
|
||||||
<a href="/"><img class="logo" src="images/pixel.png" alt="[LANG]title[/LANG]" /></a><br />
|
<a href="/"><img class="logo" src="images/pixel.png" alt="[LANG]title[/LANG]" /></a><br />
|
||||||
|
|
|
@ -32,20 +32,6 @@ $ownership = $getOwnership->fetchAll(PDO::FETCH_OBJ);
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Game Collection</title>
|
<title>Game Collection</title>
|
||||||
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
@ -67,20 +67,6 @@ $title = $showAllGames
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title><?=$title;?> - Game Collection</title>
|
<title><?=$title;?> - Game Collection</title>
|
||||||
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
@ -37,20 +37,6 @@ $systems = [
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Game Collection</title>
|
<title>Game Collection</title>
|
||||||
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
<link href="assets/style.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
@ -53,19 +53,5 @@ Discord
|
||||||
<a href="https://flash.moe" class="footer__link">Flashwave</a> 2010-2018
|
<a href="https://flash.moe" class="footer__link">Flashwave</a> 2010-2018
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,20 +4,6 @@
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>flash.moe endix</title>
|
<title>flash.moe endix</title>
|
||||||
<link href="endix.css" rel="stylesheet" type="text/css"/>
|
<link href="endix.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="background">
|
<div class="background">
|
||||||
|
|
|
@ -54,19 +54,5 @@ if(empty($_head_nav))
|
||||||
© <a href="//flash.moe">flashwave</a> 2020-<?=date("Y\r\n");?>
|
© <a href="//flash.moe">flashwave</a> 2020-<?=date("Y\r\n");?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -54,17 +54,3 @@
|
||||||
</p>
|
</p>
|
||||||
<h3>v1.0.0 — 2020-01-05</h3>
|
<h3>v1.0.0 — 2020-01-05</h3>
|
||||||
<p><code>[+]</code> Initial Release</p>
|
<p><code>[+]</code> Initial Release</p>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -57,17 +57,3 @@ HTML;
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
?>
|
?>
|
||||||
<div style="font-size: .6em;">i can't be bothered to style this page</div>
|
<div style="font-size: .6em;">i can't be bothered to style this page</div>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -98,20 +98,6 @@ if(isset($_GET['ajax'])) {
|
||||||
<title>flash.moe whois</title>
|
<title>flash.moe whois</title>
|
||||||
<link href="style.css" rel="stylesheet" type="text/css"/>
|
<link href="style.css" rel="stylesheet" type="text/css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -5,20 +5,6 @@
|
||||||
<title>Yahtzee (Lawsuit Pending)</title>
|
<title>Yahtzee (Lawsuit Pending)</title>
|
||||||
<link href="game.css" type="text/css" rel="stylesheet"/>
|
<link href="game.css" type="text/css" rel="stylesheet"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
|
||||||
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
|
||||||
var g = document.createElement('script');
|
|
||||||
g.type = 'text/javascript'; g.async = true;
|
|
||||||
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
|
||||||
document.head.appendChild(g);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="loading">Loading.</div>
|
<div id="loading">Loading.</div>
|
||||||
|
|
Loading…
Reference in a new issue