Skip to content

Commit

Permalink
Update matomo tracker id (#127)
Browse files Browse the repository at this point in the history
* Update matomo tracker id

* Update donate.php

* Update donate.php

* Update index.php
  • Loading branch information
paladox authored Jan 16, 2024
1 parent 7dd8a6d commit 3f3821b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions donate.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
var u = 'https://matomo.miraheze.org/';
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setDocumentTitle', 'Landing - Donate']);
_paq.push(['setSiteId', 4657]);
_paq.push(['addTracker', u + 'matomo.php', 8590]);
_paq.push(['setSiteId', 9838]);
_paq.push(['addTracker', u + 'matomo.php', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
} )();
Expand All @@ -55,6 +55,6 @@ function _amountInput( ele ) {
a.setAttribute( 'href', 'https://www.paypal.com/donate/?hosted_button_id=Q8ZN29LJVXP7L' + value );
}
</script>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=4657&amp;rec=1&amp;action_name=Landing_Donate" style="border: 0;" alt="Matomo" /></p></noscript>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Donate" style="border: 0;" alt="Matomo" /></p></noscript>
</body>
</html>
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
var u = 'https://matomo.miraheze.org/';
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setDocumentTitle', 'Landing - Home']);
_paq.push(['setSiteId', 4657]);
_paq.push(['addTracker', u + 'matomo.php', 8590]);
_paq.push(['setSiteId', 9838]);
_paq.push(['addTracker', u + 'matomo.php', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=4657&amp;rec=1&amp;action_name=Landing_Home" style="border:0;" alt="Matomo" /></p></noscript>
<noscript><p><img src="https://matomo.miraheze.org/matomo.php?idsite=9838&amp;rec=1&amp;action_name=Landing_Home" style="border:0;" alt="Matomo" /></p></noscript>
</body>
</html>

0 comments on commit 3f3821b

Please sign in to comment.