removed visit counter, privacy reasons (+now is js-free)

This commit is contained in:
2024-04-21 19:29:43 +02:00
parent c9ff8d5d7f
commit 1222f06722
5 changed files with 0 additions and 15 deletions

View File

@@ -42,9 +42,6 @@
</ul> </ul>
<footer id="foot"> <footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S=patate.dev&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="images/footer/gnu_linux.png" /></a> <a href="//gnu.org"><img alt="GNU/Linux" src="images/footer/gnu_linux.png" /></a>
<img alt="" src="images/footer/internet-privacy.gif" /> <img alt="" src="images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="images/footer/tor.gif" /></a> <a href="//torproject.org"><img alt="Tor" src="images/footer/tor.gif" /></a>

View File

@@ -27,9 +27,6 @@
</ul> </ul>
<footer id="foot"> <footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S=patate.dev&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a> <a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" /> <img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a> <a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>

View File

@@ -62,9 +62,6 @@
<p>At the writing of this blogpost, you can only join community servers with this flag enabled, this may change. Also, remember that even if you join a VAC secured server with this bypass, VAC will still be running thus this exploit is pretty useless. It was only a learning opportunity to me and shouldn't be considered as a VAC bypass.</p><p></p></main></article> <p>At the writing of this blogpost, you can only join community servers with this flag enabled, this may change. Also, remember that even if you join a VAC secured server with this bypass, VAC will still be running thus this exploit is pretty useless. It was only a learning opportunity to me and shouldn't be considered as a VAC bypass.</p><p></p></main></article>
<footer id="foot"> <footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S=patate.dev&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a> <a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" /> <img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a> <a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>

View File

@@ -59,9 +59,6 @@ We see that the function is defined the same as the original one; you need to do
To conclude, reversing VAC is a great way of learning as it's not obfuscated/packed and the code is pretty easy to read. Bye.<p></p></main></article> To conclude, reversing VAC is a great way of learning as it's not obfuscated/packed and the code is pretty easy to read. Bye.<p></p></main></article>
<footer id="foot"> <footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S=patate.dev&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a> <a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" /> <img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a> <a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>

View File

@@ -76,9 +76,6 @@ def generate_end_file() :
base = ''' base = '''
<p></p></main></article> <p></p></main></article>
<footer id="foot"> <footer id="foot">
<script type="text/javascript">
document.write('<img id="foot" src="https://counter.websiteout.net/compte.php?S='+encodeURI(window.location.hostname)+'&C=2&D=8&N=0&M=0" alt="" border="0"/>');
</script>
<a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a> <a href="//gnu.org"><img alt="GNU/Linux" src="../images/footer/gnu_linux.png" /></a>
<img alt="" src="../images/footer/internet-privacy.gif" /> <img alt="" src="../images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a> <a href="//torproject.org"><img alt="Tor" src="../images/footer/tor.gif" /></a>