This commit is contained in:
Fijxu 2024-11-16 19:00:38 -03:00
parent 9d09e82feb
commit 248e6509aa
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4
9 changed files with 181 additions and 400 deletions

View file

@ -19,13 +19,14 @@
<h1>Contact</h1> <h1>Contact</h1>
<p style="text-align: center; ">You can contact me trough: <p style="text-align: center; ">You can contact me trough:
</p> </p>
<div style="margin-top: 2px;text-align: center; margin-bottom: 2px;"> <div style="text-align: center">
<p><a href="mailto:admin<at>nadeko<dot>net">Email</a><code> (admin[at]nadeko[dot]net) </code><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/F14969CA951C91E91AB3F75A0F85D59F2B1C5D65">PGP Key</a></p> <p><a href="mailto:admin<at>nadeko<dot>net">Email</a><code> (admin[at]nadeko[dot]net) </code><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/F14969CA951C91E91AB3F75A0F85D59F2B1C5D65">PGP Key</a></p>
<p><a href="https://matrix.to/#/@fijxu:nadeko.net">Matrix</a><code> (@fijxu:nadeko.net)</code></p> <p><a href="https://matrix.to/#/@fijxu:nadeko.net">Matrix</a><code> (@fijxu:nadeko.net)</code></p>
<p><a>IRC</a> <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code></p> <p><a>IRC</a> <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code></p>
<p><a href="https://noc.social/@fijxu@noc.social">Mastodon</a> <code>(@fijxu@noc.social)</code></p> <p><a href="https://noc.social/@fijxu@noc.social">Mastodon</a> <code>(@fijxu@noc.social)</code></p>
<p><a href="https://bsky.app/profile/fijxu.buh.agency">Bluesky</a> <code>(fijxu.buh.agency)</code></p>
</div> </div>
<img src="./assets/ameThinking.png" class="center"> <!-- <img src="./assets/ameThinking.png" class="center"> -->
</div> </div>
</body> </body>
</html> </html>

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="es">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -19,13 +19,14 @@
<h1>Contacto</h1> <h1>Contacto</h1>
<p style="text-align: center; ">Me puedes contactar por: <p style="text-align: center; ">Me puedes contactar por:
</p> </p>
<div style="margin-top: 2px;text-align: center; margin-bottom: 2px;"> <div style="text-align: center">
<p><a href="mailto:admin<at>nadeko<dot>net">Por Email</a><code> (admin[at]nadeko[dot]net) </code><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/F14969CA951C91E91AB3F75A0F85D59F2B1C5D65">PGP Key</a></p> <p><a href="mailto:admin<at>nadeko<dot>net">Por Email</a><code> (admin[at]nadeko[dot]net) </code><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/F14969CA951C91E91AB3F75A0F85D59F2B1C5D65">PGP Key</a></p>
<p><a href="https://matrix.to/#/@fijxu:nadeko.net">Matrix</a><code> (@fijxu:nadeko.net)</code></p> <p><a href="https://matrix.to/#/@fijxu:nadeko.net">Matrix</a><code> (@fijxu:nadeko.net)</code></p>
<p><a>IRC</a> <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code></p> <p><a>IRC</a> <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code></p>
<p><a href="https://noc.social/@fijxu@noc.social">Mastodon</a> <code>(@fijxu@noc.social)</code></p> <p><a href="https://noc.social/@fijxu@noc.social">Mastodon</a> <code>(@fijxu@noc.social)</code></p>
<p><a href="https://bsky.app/profile/fijxu.buh.agency">Bluesky</a> <code>(fijxu.buh.agency)</code></p>
</div> </div>
<img src="./assets/ameThinking.png" class="center"> <!-- <img src="./assets/ameThinking.png" class="center"> -->
</div> </div>
</body> </body>
</html> </html>

View file

@ -12,20 +12,8 @@
<link rel="stylesheet" href="/style.css" type="text/css"> <link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" type="image/x-icon" href="./favicon.ico"> <link rel="icon" type="image/x-icon" href="./favicon.ico">
<a rel="me" href="https://noc.social/@fijxu"></a> <a rel="me" href="https://noc.social/@fijxu"></a>
<script defer src="https://datamining.nadeko.net/script.js" data-website-id="b84c9155-f655-460d-a1da-0f2220b46ee5"></script> <script defer src="https://datamining.nadeko.net/script.js"
<!-- https://www.schillmania.com/projects/snowstorm/ --> data-website-id="b84c9155-f655-460d-a1da-0f2220b46ee5"></script>
<!-- <script src="./assets/js/snowstorm-min.js"></script> -->
<script>
snowStorm.snowColor = '#ffffff'; // blue-ish snow!?
snowStorm.flakesMaxActive = 96; // show more snow on screen at once
snowStorm.useTwinkleEffect = false;
snowStorm.animationInterval = 33;
snowStorm.freezeOnBlur = false;
snowStorm.followMouse = false;
snowStorm.usePositionFixed = false;
snowStorm.vMaxX = 3;
snowStorm.vMaxY = 3;
</script>
<style> <style>
.lol { .lol {
width: 300vh; width: 300vh;
@ -65,25 +53,31 @@
<!-- <a href="./privacy/">Política de Privacidad</a> | --> <!-- <a href="./privacy/">Política de Privacidad</a> | -->
<!-- <a href="https://files.zzls.xyz">Archivos</a> | --> <!-- <a href="https://files.zzls.xyz">Archivos</a> | -->
<a href="../transparency">Transparency</a> | <a href="../transparency">Transparency</a> |
<a href="../minecraft">Minecraft Server</a> | <a href="../minecraft">Minecraft Server (b1.7.3 & 1.21.1)</a> |
<a href="https://matrix.to/#/#nadeko.net:tchncs.de">Matrix Chat</a> |
<a href="https://noc.social/@fijxu">Mastodon</a> | <a href="https://noc.social/@fijxu">Mastodon</a> |
<a href="https://bsky.app/profile/fijxu.buh.agency">Bluesky</a> |
<a href="https://t.me/zzlsann">Telegram</a> |
<a href="https://zzls.xyz/trafficstats">Traffic stats</a> | <a href="https://zzls.xyz/trafficstats">Traffic stats</a> |
<!-- <a href="https://blog.zzls.xyz/es">Blog</a> | --> <!-- <a href="https://blog.zzls.xyz/es">Blog</a> | -->
<a style="color: greenyellow;" href="https://status.nadeko.net/status/nadekonet">Status of the public services</a> <a style="color: greenyellow;" href="https://status.nadeko.net/status/nadekonet">Status of the public
services</a>
</div> </div>
<div class="content"> <div class="content">
<h1 class="tilttext">...</h1> <p class="lastupdate">Last update: 2024-11-16</p>
<p class="lastupdate">Last update: 2024-07-22</p> <p style="text-align: center;">NEW MINECRAFT SERVER 1.12.1 -> <a href="../minecraft-en/">LOL</a></p>
<p style="font-size: small; color: greenyellow; text-align: center;"> <b><a <!-- <p style="font-size: small; color: greenyellow; text-align: center;"> <b><a style="color: rgb(255, 255, 255);"
style="color: rgb(255, 255, 255);"
href="https://matrix.to/#/#nadeko.net:tchncs.de">Join the matrix chat!</a> | <a href="https://matrix.to/#/#nadeko.net:tchncs.de">Join the matrix chat!</a> | <a
style="color: rgb(255 255 255);" style="color: rgb(255 255 255);" href="https://t.me/zzlsann">Telegram Announcements / Chat</a></b>
href="https://t.me/zzlsann">Telegram Announcements / Chat</a></b></p> </p> -->
<div class="moving-element"> <div class="moving-element">
<p style="font-size: small; color: burlywood;max-width: fit-content;">⚠️ <b>Page under reconstruction!</b></p> <p style="font-size: small; color: burlywood;max-width: fit-content;">⚠️ <b>Page under reconstruction!</b>
</p>
</div> </div>
</p> </p>
<h2>Me</h2>
<p>Hi I'm stupid! (TODO)</p>
<h2>Services list</h2> <h2>Services list</h2>
<p style="font-size: small; color: burlywood;">⚠️ <i>Please, <p style="font-size: small; color: burlywood;">⚠️ <i>Please,
before you consider using my services on a daily basis, before you consider using my services on a daily basis,
@ -98,38 +92,49 @@
<h4>Privacy focused services:</h4> <h4>Privacy focused services:</h4>
<ul> <ul>
<li> <li>
<a style="color: greenyellow;" href="https://4get.nadeko.net">4get</a> @ 🇨🇱 <a style="color: greenyellow;" href="https://4get.nadeko.net">4get</a> @ 🇨🇱
(<a href="http://4get.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion/">Tor</a>) (<a href="http://4get.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion/">Tor</a>)
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li> <li>
<a style="color: greenyellow;"></a><a href="https://matrix.nadeko.net">Matrix</a> @ 🇨🇱 <a style="color: greenyellow;"></a><a href="https://matrix.nadeko.net">Matrix</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted, Open registration)</a> <a class="selfhosted">(Self-Hosted, Registration Closed)</a>
</li> </li>
<li> <li>
<a href="https://search.nadeko.net">SearxNG</a> @ 🇨🇱 <a href="https://search.nadeko.net">SearxNG</a> @ 🇨🇱
(<a href="http://search.nadekonfkhwlxwwk4ycbvq42zvcjmvo5iakl4tajojjwxd4a5dcetuyd.onion/">Tor</a>) (<a href="http://search.nadekonfkhwlxwwk4ycbvq42zvcjmvo5iakl4tajojjwxd4a5dcetuyd.onion/">Tor</a>)
</li> </li>
<li> <li>
<a href="https://inv.nadeko.net">Invidious</a> @ 🇨🇱 <a href="https://inv.nadeko.net">Invidious</a> @ 🇨🇱
(<a href="http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion/">Tor</a>) (<a href="http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion/">Tor</a>)
(<a href="http://inv.zzls.i2p/?i2paddresshelper=6s3qhqcyth644rlssv2sajluvrx632uaucsmnwaowglg6hocxjfa.b32.i2p">I2P</a>) (<a
href="http://inv.zzls.i2p/?i2paddresshelper=6s3qhqcyth644rlssv2sajluvrx632uaucsmnwaowglg6hocxjfa.b32.i2p">I2P</a>)
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li> <li>
<a href="https://ri.nadeko.net">Rimgo</a> @ 🇨🇱 <a href="https://ri.nadeko.net">Rimgo</a> @ 🇨🇱
(<a href="http://rimgo.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion">Tor</a>) (<a href="http://rimgo.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion">Tor</a>)
(<a href="http://rimgo.zzls.i2p/?i2paddresshelper=p57356k2xwhxrg2lxrjajcftkrptv4zejeeblzfgkcvpzuetkz2a.b32.i2p">I2P</a>) (<a
href="http://rimgo.zzls.i2p/?i2paddresshelper=p57356k2xwhxrg2lxrjajcftkrptv4zejeeblzfgkcvpzuetkz2a.b32.i2p">I2P</a>)
</li> </li>
<li> <li>
<a href="https://pbin.nadeko.net">Privatebin</a> @ 🇨🇱 <a href="https://pbin.nadeko.net">Privatebin</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li>
<a href="https://breezewiki.nadeko.net">Breezewiki</a> @ 🇨🇱
</li>
<li>
<a href="https://quetre.nadeko.net">Quetre</a> @ 🇨🇱
</li>
<li>
<a href="https://eteweb.nadeko.net/login">Etesync</a> @ 🇺🇸
</li>
</ul> </ul>
<h4>Misc services:</h4> <h4>Misc services:</h4>
<ul> <ul>
<li> <li>
<a style="color: greenyellow;"></a><a href="https://git.nadeko.net">Forgejo</a> @ 🇨🇱 <a style="color: greenyellow;"></a><a href="https://git.nadeko.net">Forgejo (git Server)</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li> <li>
@ -141,93 +146,19 @@
</p> </p>
</li> </li>
<li> <li>
<a href="https://ayaya.beauty">ayaya.beauty</a> @ 🇨🇱 <a href="https://ayaya.beauty">Temporarily Media Uploader</a>
<a class="selfhosted">(Self-Hosted)</a>
<p>
Un subidor multimedia temporal
que usa <a href="https://github.com/nokonoko/uguu">Uguu</a>,
permite
subir archivos de hasta 512MB como máximo con una
duración de 7 Dias.
</p>
</li> </li>
<li> <li>
<a href="https://count.ayaya.beauty">Moe counter</a> @ 🇨🇱 <a href="https://count.ayaya.beauty">Moe counter</a>
</li>
<li>
<a href="https://keygenmusic.nadeko.net">keygenmusic.tk b11 Mirror</a>
</li> </li>
</ul> </ul>
<!-- <h2>Servers!!!</h2> <h4>Do you have a donation link?</h4>
<p>Puedes encontrar información acerca de los servidores que se <p><a href="../money/index-en.html">Yes</a>.</p>
usan para alojar los servicios que proveo aquí
-> <a href="../srvspecs">si, aquí</a> (SOLO EN INGLES)</p>
<h2>Preguntas y Respuestas</h2>
<h4>Tus servicios están corriendo detrás de <a style="color:coral">Cloudflare?</a></h4>
<p><b>No</b></p>
<p>Aqui esta la razon:</p>
<p>No se debería usar Cloudflare para servicios
relacionados con la privacidad, ya que
invalida todo el concepto de privacidad y libertad en
online. Cloudflare puede des-encriptar todo el trafico
entre el usuario y el servidor y eso no es privado ni
seguro. Al alojar varios servicios enfocados en la privacidad hay gente que prefiere utilizar
navegadores
con JavaScript desactivado o extensiones para solo permitir JavaScript "libre" y Cloudflare siempre usa
e
injecta codigo JavaScript en las paginas para analíticas y otras mierdas . Ademas que nadie quiere los
captchas de mierda
y pantallas de carga de más de 5 segundos solo por
cloudflare.</p>
<p> Creo que en toda mi vida he gastado al rededor de unas 2
horas gracias a los captchas de cloudflare que a
veces son infinitos y demasiado molestos. Se supone que
tienen que filtrar bots, no personas.</p>
<h4>Como puedo asegurarme de que no estas guardando datos
personales?</h4>
<p>
La configuraciones de NGINX y otras configuraciones de
los servidores están
<a href="https://git.zzls.xyz/Fijxu/etc-configs">aca</a>,
están en diferentes "ramas" asi que explora lo que
quieras, si encuentras que algo no es de tu gusto dentro
de las configuraciones, háblame por <a href="./contact/">aquí</a>
</p> -->
<!-- <b> - Como puedo <span style="color: red">CONFIAR EN TI</span>?</b>
<p>
> Confías en <b style="color: #4285f4">G</b><b style="color: #ea4335">O</b><b style="color: #fbbc05">O</b><b
style="color: #4285f4">G</b><b style="color: #35ae56">L</b><b style="color: #ea4335">E</b>,
<b>INSTAGRAM</b> y otros servicios con tus datos personales, cierto? Asi que no debería haber problema en
confiar en una persona independiente que lucha por la privacidad online a preferir a una gran empresa que se
lucra de la venta de datos personales cierto?
</p>
<blockquote cite="https://cock.li/" style="margin-bottom: 1px;">
Administrar un host de correo es algo así como ser enfermera.
Hay un breve período al principio cuando la idea de ver las partes privadas de la gente podría
ser vagamente excitante en un sentido teórico, pero ese tipo de cosas
no dura mucho cuando se enfrenta a la realidad diaria de mierda, orina,
sangre y vómito. Ahora que lo pienso, administrar un host de correo
es exactamente como ser enfermera, sólo que la gente muere un poco menos a menudo.
</blockquote>
<p style="text-align: center;font-size:0.5em;">
Traducido del Ingles al Español
</p> -->
<!-- <b>
- Porque los servicios enfocados a la privacidad están en Chile y no Estados Unidos?</b>
<p>
> Debido a las "<span class="THEYGLOW">agencias de 3 letras</span>" (Sí,
ellos <span class="THEYGLOW">brillan</span> demasiado) que existen en estados unidos, ademas, tampoco quiero
alojar todo en el mismo país donde ya alojo otros servicios. Sobre los servicios auto alojados, estos son
mucho mas seguros y confiables ya que están en mi casa, asi que tengo control total sobre ellos, y si sale
algo mal, no necesito contactar a algún tipo de soporte. Lo único malo es que si se me corta el internet por
un largo periodo de tiempo, esos servicios no estarán disponibles hasta que vuelva el internet, pero eso
para muy pocas veces.
</p>
SI LEES ESTO, ESTO ESTA COMENTADO PORQUE SUENA MUY AUTISTA PARA LA GENTE DE LATINO AMERICA Y ESTA MAS ENFOCADO A LOS USUARIOS DE HABLA INGLESA XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD-->
<h4>Tienes un link para poder donar?</h4>
<p><a href="./donate/">Si</a>.</p>
<h2 style="text-align: center;">Guestbook</h2> <h2 style="text-align: center;">Guestbook</h2>
<!-- <p style="text-align: center;">Sugerencias y mensajes de agradecimiento van aca.</p> --> <iframe src="https://lol.zzls.xyz" title="xD" style="width: 100%; height: 2400px; border: none;"></iframe>
<iframe src="https://lol.zzls.xyz" title="xD" style="width: 100%; height: 1080px; border: none;"></iframe>
</div> </div>
@ -236,32 +167,22 @@
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="../assets/discord.gif" <a href="https://spyware.neocities.org/articles/discord_es.html"><img src="../assets/discord.gif"
alt="Discord?, No Thanks"></a> alt="Discord?, No Thanks"></a>
<a href="https://commonterms.org/"><img src="../assets/notread.gif" alt="Do you read TOS right?"></a> <a href="https://commonterms.org/"><img src="../assets/notread.gif" alt="Do you read TOS right?"></a>
<a href="https://absurdismworld.cc/0x40/"><img src="../assets/rave.gif" alt="RAVIN'"></a>
<img src="../assets/seedyourtorrents.gif" alt="Sharing is caring <3"> <img src="../assets/seedyourtorrents.gif" alt="Sharing is caring <3">
<img src="../assets/nftbutton.gif" alt="NFTs? wtf"> <a href="https://inv.nadeko.net/watch?v=qCFP9P7lIvI"><img src="../assets/right2repair.gif"
<a><img src="../assets/08831.gif" alt="OOOOO"></a>
<a href="https://inv.zzls.xyz/watch?v=1pMDdKV8wCw"><img src="../assets/right2repair.gif"
alt="I support Right To Repair (Not like Apple)"></a> alt="I support Right To Repair (Not like Apple)"></a>
<!-- <p style="margin: auto;"> -->
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
<a href="https://jigsaw.w3.org/css-validator/check/referer"> <a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"> alt="Valid CSS!">
</a> </a>
<!-- </p> -->
</div> </div>
<!-- <div class="banners">
<a><img src="./assets/pasto.gif" alt="Pasto i guess"></a>
<a href="https://bienvenidoainternet.org/"><img src="./assets/8831bai.gif" alt="Bienvenido a Internet :D"></a>
<a><img src="./assets/pasto.gif" alt="Pasto i guess"></a>
</div> -->
<div> <div>
<img src="https://count.ayaya.beauty/get/@:index.html.zzls2?theme=asoul" style="width: 200px;"> <img src="https://count.ayaya.beauty/get/@:index.html.zzls2?theme=asoul" style="width: 200px;">
</div> </div>
<div> <div>
<a href="../trafficstats/"> <a href="../trafficstats/">
<img height="150" src="https://nadeko.net/assets/traffic/trafficstats.jpg"> <img height="150" src="https://nadeko.net/assets/traffic/trafficstats.jpg">
</a> </a>
</div> </div>
<div style="font-size: 0.9rem;"> <div style="font-size: 0.9rem;">

View file

@ -12,20 +12,8 @@
<link rel="stylesheet" href="/style.css" type="text/css"> <link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" type="image/x-icon" href="./favicon.ico"> <link rel="icon" type="image/x-icon" href="./favicon.ico">
<a rel="me" href="https://noc.social/@fijxu"></a> <a rel="me" href="https://noc.social/@fijxu"></a>
<script defer src="https://datamining.nadeko.net/script.js" data-website-id="b84c9155-f655-460d-a1da-0f2220b46ee5"></script> <script defer src="https://datamining.nadeko.net/script.js"
<!-- https://www.schillmania.com/projects/snowstorm/ --> data-website-id="b84c9155-f655-460d-a1da-0f2220b46ee5"></script>
<!-- <script src="./assets/js/snowstorm-min.js"></script> -->
<script>
snowStorm.snowColor = '#ffffff'; // blue-ish snow!?
snowStorm.flakesMaxActive = 96; // show more snow on screen at once
snowStorm.useTwinkleEffect = false;
snowStorm.animationInterval = 33;
snowStorm.freezeOnBlur = false;
snowStorm.followMouse = false;
snowStorm.usePositionFixed = false;
snowStorm.vMaxX = 3;
snowStorm.vMaxY = 3;
</script>
<style> <style>
.lol { .lol {
width: 300vh; width: 300vh;
@ -65,25 +53,30 @@
<!-- <a href="./privacy/">Política de Privacidad</a> | --> <!-- <a href="./privacy/">Política de Privacidad</a> | -->
<!-- <a href="https://files.zzls.xyz">Archivos</a> | --> <!-- <a href="https://files.zzls.xyz">Archivos</a> | -->
<a href="./transparency">Transparencia</a> | <a href="./transparency">Transparencia</a> |
<a href="./minecraft">Server de Minecraft (TOTALMENTE VIVO!)</a> | <a href="./minecraft">Server de Minecraft (1.7.3b & 1.21.1)</a> |
<a href="https://matrix.to/#/#nadeko.net:tchncs.de">Matrix Chat</a> |
<a href="https://noc.social/@fijxu">Mastodon</a> | <a href="https://noc.social/@fijxu">Mastodon</a> |
<a href="https://bsky.app/profile/fijxu.buh.agency">Bluesky</a> |
<a href="https://t.me/zzlsann">Telegram</a> |
<a href="https://zzls.xyz/trafficstats">Estadísticas de tráfico de Internet</a> | <a href="https://zzls.xyz/trafficstats">Estadísticas de tráfico de Internet</a> |
<!-- <a href="https://blog.zzls.xyz/es">Blog</a> | --> <!-- <a href="https://blog.zzls.xyz/es">Blog</a> | -->
<a style="color: greenyellow;" href="https://status.nadeko.net/status/nadekonet">Estado de los servicios</a> <a style="color: greenyellow;" href="https://status.nadeko.net/status/nadekonet">Estado de los servicios</a>
</div> </div>
<div class="content"> <div class="content">
<h1 class="tilttext">...</h1> <!-- <h1 class="tilttext">...</h1> -->
<p class="lastupdate">Ultima Actualización: 2024-07-22</p> <p class="lastupdate">Ultima Actualización: 2024-11-16</p>
<p style="text-align: center;">NUEVO SERVIDOR DE MINECRAFT 1.12.1 -> <a href="./minecraft/">LOL</a></p>
<p style="font-size: small; color: greenyellow; text-align: center;"> <b><a <!-- <p style="font-size: small; color: greenyellow; text-align: center;"> <b><a style="color: rgb(255, 255, 255);"
style="color: rgb(255, 255, 255);"
href="https://matrix.to/#/#nadeko.net:tchncs.de">Entra al Chat de Matrix!</a> | <a href="https://matrix.to/#/#nadeko.net:tchncs.de">Entra al Chat de Matrix!</a> | <a
style="color: rgb(255 255 255);" style="color: rgb(255 255 255);" href="https://t.me/zzlsann">Telegram Announcements / Chat</a></b>
href="https://t.me/zzlsann">Telegram Announcements / Chat</a></b></p> </p> -->
<div class="moving-element"> <div class="moving-element">
<p style="font-size: small; color: burlywood;max-width: fit-content;">⚠️ <b>Pagina en reconstrucción!</b></p> <p style="font-size: small; color: burlywood;max-width: fit-content;">⚠️ <b>Pagina en reconstrucción!</b>
</p>
</div> </div>
</p> </p>
<h2>Yo</h2>
<p>Hola soy estupido! (TODO)</p>
<h2>Lista de servicios</h2> <h2>Lista de servicios</h2>
<p style="font-size: small; color: burlywood;">⚠️ <i>Por favor, <p style="font-size: small; color: burlywood;">⚠️ <i>Por favor,
antes de que pienses usar mis servicios de forma antes de que pienses usar mis servicios de forma
@ -104,32 +97,43 @@
</li> </li>
<li> <li>
<a style="color: greenyellow;"></a><a href="https://matrix.nadeko.net">Matrix</a> @ 🇨🇱 <a style="color: greenyellow;"></a><a href="https://matrix.nadeko.net">Matrix</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted, Registración abierta)</a> <a class="selfhosted">(Self-Hosted, registro CERRADO)</a>
</li> </li>
<li> <li>
<a href="https://search.nadeko.net">SearxNG</a> @ 🇨🇱 (<a <a href="https://search.nadeko.net">SearxNG</a> @ 🇨🇱 (<a
href="http://search.nadekonfkhwlxwwk4ycbvq42zvcjmvo5iakl4tajojjwxd4a5dcetuyd.onion/">Tor</a>) href="http://search.nadekonfkhwlxwwk4ycbvq42zvcjmvo5iakl4tajojjwxd4a5dcetuyd.onion/">Tor</a>)
</li> </li>
<li> <li>
<a href="https://inv.nadeko.net">Invidious</a> @ 🇨🇱 <a href="https://inv.nadeko.net">Invidious</a> @ 🇨🇱
(<a href="http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion/">Tor</a>) (<a href="http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion/">Tor</a>)
(<a href="http://inv.zzls.i2p/?i2paddresshelper=6s3qhqcyth644rlssv2sajluvrx632uaucsmnwaowglg6hocxjfa.b32.i2p">I2P</a>) (<a
href="http://inv.zzls.i2p/?i2paddresshelper=6s3qhqcyth644rlssv2sajluvrx632uaucsmnwaowglg6hocxjfa.b32.i2p">I2P</a>)
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li> <li>
<a href="https://ri.nadeko.net">Rimgo</a> @ 🇨🇱 <a href="https://ri.nadeko.net">Rimgo</a> @ 🇨🇱
(<a href="http://rimgo.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion">Tor</a>) (<a href="http://rimgo.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion">Tor</a>)
(<a href="http://rimgo.zzls.i2p/?i2paddresshelper=p57356k2xwhxrg2lxrjajcftkrptv4zejeeblzfgkcvpzuetkz2a.b32.i2p">I2P</a>) (<a
href="http://rimgo.zzls.i2p/?i2paddresshelper=p57356k2xwhxrg2lxrjajcftkrptv4zejeeblzfgkcvpzuetkz2a.b32.i2p">I2P</a>)
</li> </li>
<li> <li>
<a href="https://pbin.nadeko.net">Privatebin</a> @ 🇨🇱 <a href="https://pbin.nadeko.net">Privatebin</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li>
<a href="https://breezewiki.nadeko.net">Breezewiki</a> @ 🇨🇱
</li>
<li>
<a href="https://quetre.nadeko.net">Quetre</a> @ 🇨🇱
</li>
<li>
<a href="https://eteweb.nadeko.net/login">Etesync</a> @ 🇺🇸
</li>
</ul> </ul>
<h4>Servicios Varios:</h4> <h4>Servicios Varios:</h4>
<ul> <ul>
<li> <li>
<a style="color: greenyellow;"></a><a href="https://git.nadeko.net">Forgejo</a> @ 🇨🇱 <a style="color: greenyellow;"></a><a href="https://git.nadeko.net">Forgejo (servidor Git)</a> @ 🇨🇱
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
</li> </li>
<li> <li>
@ -141,92 +145,18 @@
</p> </p>
</li> </li>
<li> <li>
<a href="https://ayaya.beauty">ayaya.beauty</a> @ 🇨🇱 <a href="https://ayaya.beauty">Subidor Multimedia temporal</a>
<a class="selfhosted">(Self-Hosted)</a> <a class="selfhosted">(Self-Hosted)</a>
<p>
Un subidor multimedia temporal
que usa <a href="https://github.com/nokonoko/uguu">Uguu</a>,
permite
subir archivos de hasta 512MB como máximo con una
duración de 7 Dias.
</p>
</li> </li>
<li> <li>
<a href="https://count.ayaya.beauty">Moe counter</a> @ 🇨🇱 <a href="https://count.ayaya.beauty">Moe counter</a>
</li>
<li>
<a href="https://keygenmusic.nadeko.net">keygenmusic.tk b11 Mirror</a>
</li> </li>
</ul> </ul>
<!-- <h2>Servers!!!</h2>
<p>Puedes encontrar información acerca de los servidores que se
usan para alojar los servicios que proveo aquí
-> <a href="../srvspecs">si, aquí</a> (SOLO EN INGLES)</p>
<h2>Preguntas y Respuestas</h2>
<h4>Tus servicios están corriendo detrás de <a style="color:coral">Cloudflare?</a></h4>
<p><b>No</b></p>
<p>Aqui esta la razon:</p>
<p>No se debería usar Cloudflare para servicios
relacionados con la privacidad, ya que
invalida todo el concepto de privacidad y libertad en
online. Cloudflare puede des-encriptar todo el trafico
entre el usuario y el servidor y eso no es privado ni
seguro. Al alojar varios servicios enfocados en la privacidad hay gente que prefiere utilizar
navegadores
con JavaScript desactivado o extensiones para solo permitir JavaScript "libre" y Cloudflare siempre usa
e
injecta codigo JavaScript en las paginas para analíticas y otras mierdas . Ademas que nadie quiere los
captchas de mierda
y pantallas de carga de más de 5 segundos solo por
cloudflare.</p>
<p> Creo que en toda mi vida he gastado al rededor de unas 2
horas gracias a los captchas de cloudflare que a
veces son infinitos y demasiado molestos. Se supone que
tienen que filtrar bots, no personas.</p>
<h4>Como puedo asegurarme de que no estas guardando datos
personales?</h4>
<p>
La configuraciones de NGINX y otras configuraciones de
los servidores están
<a href="https://git.zzls.xyz/Fijxu/etc-configs">aca</a>,
están en diferentes "ramas" asi que explora lo que
quieras, si encuentras que algo no es de tu gusto dentro
de las configuraciones, háblame por <a href="./contact/">aquí</a>
</p> -->
<!-- <b> - Como puedo <span style="color: red">CONFIAR EN TI</span>?</b>
<p>
> Confías en <b style="color: #4285f4">G</b><b style="color: #ea4335">O</b><b style="color: #fbbc05">O</b><b
style="color: #4285f4">G</b><b style="color: #35ae56">L</b><b style="color: #ea4335">E</b>,
<b>INSTAGRAM</b> y otros servicios con tus datos personales, cierto? Asi que no debería haber problema en
confiar en una persona independiente que lucha por la privacidad online a preferir a una gran empresa que se
lucra de la venta de datos personales cierto?
</p>
<blockquote cite="https://cock.li/" style="margin-bottom: 1px;">
Administrar un host de correo es algo así como ser enfermera.
Hay un breve período al principio cuando la idea de ver las partes privadas de la gente podría
ser vagamente excitante en un sentido teórico, pero ese tipo de cosas
no dura mucho cuando se enfrenta a la realidad diaria de mierda, orina,
sangre y vómito. Ahora que lo pienso, administrar un host de correo
es exactamente como ser enfermera, sólo que la gente muere un poco menos a menudo.
</blockquote>
<p style="text-align: center;font-size:0.5em;">
Traducido del Ingles al Español
</p> -->
<!-- <b>
- Porque los servicios enfocados a la privacidad están en Chile y no Estados Unidos?</b>
<p>
> Debido a las "<span class="THEYGLOW">agencias de 3 letras</span>" (Sí,
ellos <span class="THEYGLOW">brillan</span> demasiado) que existen en estados unidos, ademas, tampoco quiero
alojar todo en el mismo país donde ya alojo otros servicios. Sobre los servicios auto alojados, estos son
mucho mas seguros y confiables ya que están en mi casa, asi que tengo control total sobre ellos, y si sale
algo mal, no necesito contactar a algún tipo de soporte. Lo único malo es que si se me corta el internet por
un largo periodo de tiempo, esos servicios no estarán disponibles hasta que vuelva el internet, pero eso
para muy pocas veces.
</p>
SI LEES ESTO, ESTO ESTA COMENTADO PORQUE SUENA MUY AUTISTA PARA LA GENTE DE LATINO AMERICA Y ESTA MAS ENFOCADO A LOS USUARIOS DE HABLA INGLESA XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD-->
<h2 style="text-align: center;">Guestbook</h2> <h2 style="text-align: center;">Guestbook</h2>
<!-- <p style="text-align: center;">Sugerencias y mensajes de agradecimiento van aca.</p> --> <iframe src="https://lol.zzls.xyz" title="xD" style="width: 100%; height: 2400px; border: none;"></iframe>
<iframe src="https://lol.zzls.xyz" title="xD" style="width: 100%; height: 1080px; border: none;"></iframe>
</div> </div>
<footer> <footer>
@ -234,18 +164,16 @@
<a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif" <a href="https://spyware.neocities.org/articles/discord_es.html"><img src="./assets/discord.gif"
alt="Discord?, No Thanks"></a> alt="Discord?, No Thanks"></a>
<a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Do you read TOS right?"></a> <a href="https://commonterms.org/"><img src="./assets/notread.gif" alt="Do you read TOS right?"></a>
<a href="https://absurdismworld.cc/0x40/"><img src="./assets/rave.gif" alt="RAVIN'"></a> <!-- <a href="https://absurdismworld.cc/0x40/"><img src="./assets/rave.gif" alt="RAVIN'"></a> -->
<img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3"> <img src="./assets/seedyourtorrents.gif" alt="Sharing is caring <3">
<img src="./assets/nftbutton.gif" alt="NFTs? wtf"> <a href="https://inv.nadeko.net/watch?v=qCFP9P7lIvI"><img src="./assets/right2repair.gif"
<a><img src="./assets/08831.gif" alt="OOOOO"></a>
<a href="https://inv.zzls.xyz/watch?v=1pMDdKV8wCw"><img src="./assets/right2repair.gif"
alt="I support Right To Repair (Not like Apple)"></a> alt="I support Right To Repair (Not like Apple)"></a>
<!-- <p style="margin: auto;"> --> <!-- <p style="margin: auto;"> -->
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> style="border-width: 0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
<a href="https://jigsaw.w3.org/css-validator/check/referer"> <a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" <!-- <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"> alt="Valid CSS!"> -->
</a> </a>
<!-- </p> --> <!-- </p> -->
</div> </div>
@ -259,7 +187,7 @@
</div> </div>
<div> <div>
<a href="../trafficstats/"> <a href="../trafficstats/">
<img height="150" src="https://nadeko.net/assets/traffic/trafficstats.jpg"> <img height="150" src="https://nadeko.net/assets/traffic/trafficstats.jpg">
</a> </a>
</div> </div>
<div style="font-size: 0.9rem;"> <div style="font-size: 0.9rem;">

View file

@ -1,43 +1,40 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css"> <link rel="stylesheet" href="../style.css" type="text/css">
<title>Minecraft DANK server</title> <title>nadeko.net - Minecraft Server</title>
</head> </head>
<body> <body>
<span style="font-size: 1.2ch; margin: 0 auto;"> <span style="font-size: 1.2ch; margin: 0 auto;">
<a class="langglow">Other language?: <a class="langglow" <a class="langglow">Other language?: <a class="langglow" href="../minecraft/">ES</a></a>
href="../minecraft/">ES</a></a> </span>
</span> <div class="content">
<div class="content"> <h1 style="margin-bottom:0;color:palegreen">Minecraft Server</h1>
<h1 style="margin-bottom:0;color:palegreen">Minecraft Server</h1> <p style="text-align: center; font-size: 1.1ch;">Last Updated: 2024-11-16</p>
<p style="text-align: center; font-size: 1.1ch;">Creation Date: <p>I recently created a new minecraft server on version 1.21.1. Why? I like version b1.7.3 but I also want to play on the newest version of minecraft and do some shit like a redstore computer or anything technical that can be done on that version.
2023-04-05 | Last Updated: 2023-10-13 (ISO </p>
Format)</p> <p>The ip is <code>mc.nadeko.net</code></code> <code>(sf.nadeko.net:25570)</code></p>
<p>I created a minecraft server in version b1.7.3. You can join and <p>⎼⎼⎼⎼</p>
do wathever you want, write some shit, do a <p>I created a minecraft server in version b1.7.3. You can join and
dirt house, make redstone shit, express yourself in a creative do wathever you want, write some shit, do a
way, etc.</p> dirt house, make redstone shit, express yourself in a creative
<h2>2023-10-13</h2> way, etc.</p>
<p>Progress :p</p> <h2>2023-10-13</h2>
<img <p>Progress :p</p>
style="width: 100%; height: 100%; margin: auto; display: block;" <img style="width: 100%; height: 100%; margin: auto; display: block;" src="./2023-10-13_15.38.36.jpg">
src="./2023-10-13_15.38.36.jpg"> <h2>2023-10-04</h2>
<h2>2023-10-04</h2> <p>So after some time without this being updated. I decided to
<p>So after some time without this being updated. I decided to revive it</p>
revive it</p> <p>Now it will have a proper uptime xD</p>
<p>Now it will have a proper uptime xD</p> <img style="width: 100%; height: 100%; margin: auto; display: block;" src="./2023-10-04_18.17.43.png">
<img <p>The ip is <code>sf.nadeko.net</code> with default port.</p>
style="width: 100%; height: 100%; margin: auto; display: block;" </div>
src="./2023-10-04_18.17.43.png">
<p>The ip is <code>selfhost.zzls.xyz</code> with default port.</p>
</div>
</body> </body>
</html> </html>

View file

@ -1,45 +1,42 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="es"> <html lang="es">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css"> <link rel="stylesheet" href="../style.css" type="text/css">
<title>Minecraft DANK server</title> <title>nadeko.net - Minecraft Server</title>
</head> </head>
<body> <body>
<span style="font-size: 1.2ch; margin: 0 auto;"> <span style="font-size: 1.2ch; margin: 0 auto;">
<a class="langglow">Other Language?: <a class="langglow" <a class="langglow">Other Language?: <a class="langglow" href="../minecraft-en/">EN</a></a>
href="../minecraft-en/">EN</a></a> </span>
</span> <div class="content">
<div class="content"> <h1 style="margin-bottom:0;color:palegreen">Minecraft Server</h1>
<h1 style="margin-bottom:0;color:palegreen">Minecraft Server</h1> <p style="text-align: center; font-size: 1.1ch;">Actualizado el: 2024-11-16</p>
<p style="text-align: center; font-size: 1.1ch;">Fecha de Creación: <p>Hace poco cree un nuevo servidor de minecraft en la versión 1.21.1. Por que? Me gusta la version b1.7.3 pero tambien quiero jugar en la version mas nueva de minecraft y hacer puras mierdas como una computadora de redstore o cualquier cosa tecnica que se pueda hacer en esa version.
2023-04-05 | Actualizado el: 2023-10-13 (ISO </p>
Format)</p> <p>La ip es <code>mc.nadeko.net</code> <code>(sf.nadeko.net:25570)</code></p>
<p>Cree un servidor de minecraft en la versión b1.7.3. Puedes entrar <p>⎼⎼⎼</p>
y hacer lo que quieras, escribir mierdas, <p>Cree un servidor de minecraft en la versión b1.7.3. Puedes entrar
hacer una casa de tierras o una caja de zapatos, expresarte de y hacer lo que quieras, escribir mierdas,
manera creativa o lo que quieras.</p> hacer una casa de tierras o una caja de zapatos, expresarte de
<h2>2023-10-13</h2> manera creativa o lo que quieras.</p>
<p>Progreso :p</p> <h2>2023-10-13</h2>
<img <p>Progreso :p</p>
style="width: 100%; height: 100%; margin: auto; display: block;" <img style="width: 100%; height: 100%; margin: auto; display: block;" src="./2023-10-13_15.38.36.jpg">
src="./2023-10-13_15.38.36.jpg"> <h2>2023-10-04</h2>
<h2>2023-10-04</h2> <p>Bueno, despues de un tiempo que esto no esta actualizado, decidí
<p>Bueno, despues de un tiempo que esto no esta actualizado, decidí revivirlo</p>
revivirlo</p> <p>Ahora tendra un Uptime apropiado xD, no estara apagado todo el
<p>Ahora tendra un Uptime apropiado xD, no estara apagado todo el rato</p>
rato</p> <img style="width: 100%; height: 100%; margin: auto; display: block;" src="./2023-10-04_18.17.43.png">
<img <p>La IP es: <code>sf.nadeko.net</code> con el puerto por
style="width: 100%; height: 100%; margin: auto; display: block;" defecto.</p>
src="./2023-10-04_18.17.43.png"> </div>
<p>La IP es: <code>selfhost.zzls.xyz</code> con el puerto por
defecto.</p>
</div>
</body> </body>
</html> </html>

View file

@ -12,46 +12,15 @@
<body> <body>
<span style="font-size: 1.2ch;margin: 0 auto;"> <span style="font-size: 1.2ch;margin: 0 auto;">
<a>Go back?: <a href="../"></a> <a>Go back?: <a href="../"></a>
</span> </span>
<div class="content"> <div class="content">
<h1>Donations</h1> <h1>Donations</h1>
<!-- <p style="text-align: center ;color: greenyellow;">Thanks to the 2 people that donated me via Bitcoin and Monero, good to see that people actually use crypto instead of FIAT</p> --> <!-- <p style="text-align: center ;color: greenyellow;">Thanks to the 2 people that donated me via Bitcoin and Monero, good to see that people actually use crypto instead of FIAT</p> -->
<!-- <p style="text-align: center ;color: greenyellow;">Gracias a las 2 personas que me han donado via Bitcoin y Monero, es bueno ver que la gente usa crypto en vez de FIAT (Como los dolares o pesos chilenos)</p> --> <!-- <p style="text-align: center ;color: greenyellow;">Gracias a las 2 personas que me han donado via Bitcoin y Monero, es bueno ver que la gente usa crypto en vez de FIAT (Como los dolares o pesos chilenos)</p> -->
<p class="lastupdate">Last Update: 2024-07-22</p> <p class="lastupdate">Last Update: 2024-11-16</p>
<p style="text-align: center; color: pink;">Thank you.</p> <p style="text-align: center; color: pink;">Thank you.</p>
<img style="width: 100%;" src="./assets/ame.png"> <img style="width: 100%;" src="./assets/ame.png">
<!-- <p>Alojo un monton de buenos servicios, algunos de ellos estan
en servidores pagados y necesito dinero para
pagarlos (Obviamente) y la gran mayoría están en la
computadora al lado de mi escritorio (literalmente) y
tengo que pagar el internet. Así que dejo esto aca para
pedirte una pequeña donación para poder seguir
alojando los servicios sin problemas.</p>
<p>Cada peso importa y es de gran ayuda ya que no tengo que
andar preocupado de mi propio dinero para alojar los
servicios.</p>
<h3><i>Entonces por qué no pones anuncios?</i></h3>
<p>lol.</p>
<h3>Por qué no usas LiberaPay?</h3>
<p>Me gustaría usar LiberaPay pero no tiene sentido porque
Stripe no soporta este país de mierda, lo otro seria
usar PayPal como método para pagos pero para esto tengo
Ko-Fi</p>
<h3>Recomendaciones</h3>
<p>De ser posible, dona 5 dólares en una donaciones. Ahora debes
estar diciendo algo como: "<i>Pero que
mierda,me estas pidiendo que te done 5 dólares?</i>"
</p>
<p>No, dona lo que quieras. Pero lo digo por el mero hecho de
las comisiones abusivas de PayPal. Por ejemplo, si
me donas 1 USD (1 Dólar), yo solo recibo 0.65 USD mientras
que PayPal se lleva 0.35 USD de regalo con sus
comisiones y costos de transacción.</p>
<p>Las comisiones de BuyMeACoffee son mas bajas ya que ellos no
operan con PayPal, pero no puedo retirar nada de dinero
hasta llegar a los 20 USD. De todas formas no soy tan
desesperado para no poder esperar a llegar a los 20 USD.</p> -->
<div id="donate" style="text-align: center; ;color: white;word-wrap: break-word;letter-spacing: 0px;"> <div id="donate" style="text-align: center; ;color: white;word-wrap: break-word;letter-spacing: 0px;">
<p> <p>
Monero: Monero:
@ -61,13 +30,13 @@
Bitcoin: <code>bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd</code> Bitcoin: <code>bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd</code>
</p> </p>
<p> <p>
Flow (Only if you are from Chile): <a href="https://www.flow.cl/app/web/pagarBtnPago.php?token=2sjix0x">∎∎∎∎</a> <a href="https://www.flow.cl/app/web/pagarBtnPago.php?token=2sjix0x">Flow (Only if you are from Chile)</a>
</p> </p>
<p> <p>
BuyMeACoffee (Recommended): <a href="https://www.buymeacoffee.com/fijxu">∎∎∎∎</a> <a href="https://www.buymeacoffee.com/fijxu">BuyMeACoffee (Recommended)</a>
</p> </p>
<p> <p>
Ko-fi (Recommended): <a href="https://ko-fi.com/fijxu">∎∎∎∎</a> <a href="https://ko-fi.com/fijxu">Ko-fi (Not Recommended, because it uses PayPal)</a>
</p> </p>
</div> </div>
</div> </div>

View file

@ -12,46 +12,13 @@
<body> <body>
<span style="font-size: 1.2ch;margin: 0 auto;"> <span style="font-size: 1.2ch;margin: 0 auto;">
<a>Devolverse?: <a href="../"></a> <a>Devolverse?: <a href="../"></a>
</span> </span>
<div class="content"> <div class="content">
<h1>Donaciones</h1> <h1>Donaciones</h1>
<!-- <p style="text-align: center ;color: greenyellow;">Thanks to the 2 people that donated me via Bitcoin and Monero, good to see that people actually use crypto instead of FIAT</p> --> <p class="lastupdate">Ultima Actualización: 2024-11-16</p>
<!-- <p style="text-align: center ;color: greenyellow;">Gracias a las 2 personas que me han donado via Bitcoin y Monero, es bueno ver que la gente usa crypto en vez de FIAT (Como los dolares o pesos chilenos)</p> -->
<p class="lastupdate">Ultima Actualización: 2024-07-22</p>
<p style="text-align: center; color: pink;">Muchas gracias.</p> <p style="text-align: center; color: pink;">Muchas gracias.</p>
<img style="width: 100%;" src="./assets/ame.png"> <img style="width: 100%;" src="./assets/ame.png">
<!-- <p>Alojo un monton de buenos servicios, algunos de ellos estan
en servidores pagados y necesito dinero para
pagarlos (Obviamente) y la gran mayoría están en la
computadora al lado de mi escritorio (literalmente) y
tengo que pagar el internet. Así que dejo esto aca para
pedirte una pequeña donación para poder seguir
alojando los servicios sin problemas.</p>
<p>Cada peso importa y es de gran ayuda ya que no tengo que
andar preocupado de mi propio dinero para alojar los
servicios.</p>
<h3><i>Entonces por qué no pones anuncios?</i></h3>
<p>lol.</p>
<h3>Por qué no usas LiberaPay?</h3>
<p>Me gustaría usar LiberaPay pero no tiene sentido porque
Stripe no soporta este país de mierda, lo otro seria
usar PayPal como método para pagos pero para esto tengo
Ko-Fi</p>
<h3>Recomendaciones</h3>
<p>De ser posible, dona 5 dólares en una donaciones. Ahora debes
estar diciendo algo como: "<i>Pero que
mierda,me estas pidiendo que te done 5 dólares?</i>"
</p>
<p>No, dona lo que quieras. Pero lo digo por el mero hecho de
las comisiones abusivas de PayPal. Por ejemplo, si
me donas 1 USD (1 Dólar), yo solo recibo 0.65 USD mientras
que PayPal se lleva 0.35 USD de regalo con sus
comisiones y costos de transacción.</p>
<p>Las comisiones de BuyMeACoffee son mas bajas ya que ellos no
operan con PayPal, pero no puedo retirar nada de dinero
hasta llegar a los 20 USD. De todas formas no soy tan
desesperado para no poder esperar a llegar a los 20 USD.</p> -->
<div id="donate" style="text-align: center; ;color: white;word-wrap: break-word;letter-spacing: 0px;"> <div id="donate" style="text-align: center; ;color: white;word-wrap: break-word;letter-spacing: 0px;">
<p> <p>
Monero: Monero:
@ -61,13 +28,13 @@
Bitcoin: <code>bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd</code> Bitcoin: <code>bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd</code>
</p> </p>
<p> <p>
Flow (Solo si eres de Chile): <a href="https://www.flow.cl/app/web/pagarBtnPago.php?token=2sjix0x">∎∎∎∎</a> <a href="https://www.flow.cl/app/web/pagarBtnPago.php?token=2sjix0x">Flow (Solo si eres de Chile)</a>
</p> </p>
<p> <p>
BuyMeACoffee (Recomendado): <a href="https://www.buymeacoffee.com/fijxu">∎∎∎∎</a> <a href="https://www.buymeacoffee.com/fijxu">BuyMeACoffee (Recomendado)</a>
</p> </p>
<p> <p>
Ko-fi (No Recomendado): <a href="https://ko-fi.com/fijxu">∎∎∎∎</a> <a href="https://ko-fi.com/fijxu">Ko-fi (No Recomendado, porque usa PayPal)</a>
</p> </p>
</div> </div>
</div> </div>

View file

@ -11,7 +11,7 @@ html {
background-image: linear-gradient(to bottom, background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.90), rgba(11, 11, 11, 0.90),
rgba(11, 11, 11, 0.90)), rgba(11, 11, 11, 0.90)),
url(./assets/bgs/bgtilered.gif); url(./assets/bgs/bgtile3.gif);
background-attachment: fixed; background-attachment: fixed;
} }
@ -55,14 +55,14 @@ h4 {
p { p {
/* font-family: "04b03"; */ /* font-family: "04b03"; */
font-size: 0.9em; font-size: 0.95em;
line-height: 1.55em; line-height: 1.55em;
/* margin-top: 12px; */ /* margin-top: 12px; */
/* margin-bottom: 12px; */ /* margin-bottom: 12px; */
} }
a { a {
font-size: 0.9em; font-size: 0.95em;
line-height: 1.55em; line-height: 1.55em;
} }