domado por la gaycona domad ocarajo
This commit is contained in:
parent
15924a2533
commit
2e91c9b147
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
BIN
public/images/gang/shirogami.png
Normal file
BIN
public/images/gang/shirogami.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 923 B |
@ -1,7 +1,8 @@
|
|||||||
const { dirname } = require('path');
|
const { dirname } = require('path');
|
||||||
const appDir = dirname(require.main.filename);
|
const appDir = dirname(require.main.filename);
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const langs = ["es", "en"]
|
const langs = ["en", "es"]
|
||||||
|
const default_lang = "es"
|
||||||
|
|
||||||
function createCommonPath(router, path, renderParams = {
|
function createCommonPath(router, path, renderParams = {
|
||||||
}, cb = () => {}){
|
}, cb = () => {}){
|
||||||
@ -29,14 +30,15 @@ function createCommonPath(router, path, renderParams = {
|
|||||||
...fileGeneralParams
|
...fileGeneralParams
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
renderOptions.lang = "es"
|
renderOptions.lang = default_lang
|
||||||
renderOptions.langPath = ""
|
renderOptions.langPath = ""
|
||||||
createPath('/' + path, cb, renderOptions, router)
|
createPath('/' + path, cb, renderOptions, router)
|
||||||
for(let l in langs){
|
for(let l in langs){
|
||||||
|
if(langs[l] == default_lang) continue
|
||||||
const otherLangRender = {...renderOptions}
|
const otherLangRender = {...renderOptions}
|
||||||
otherLangRender.lang = langs[l]
|
otherLangRender.lang = langs[l]
|
||||||
otherLangRender.langPath = langs[l] + '/'
|
otherLangRender.langPath = '/' + langs[l]
|
||||||
createPath('/' + otherLangRender.langPath + path, cb, otherLangRender, router)
|
createPath(otherLangRender.langPath + '/' + path, cb, otherLangRender, router)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<center id="top" height="4" class="main_div">
|
<center id="top" height="4" class="main_div">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<marquee>Puede que esta red deje de andar por https cada 30 minutos. En su lugar, usa <a href="http://lyricaltokarev.com/{{langPath}}home">http</a></marquee>
|
<marquee>Puede que esta red deje de andar por https cada 30 minutos. En su lugar, usa <a href="http://lyricaltokarev.com{{langPath}}/home">http</a></marquee>
|
||||||
<table class="tabidachi_table" cellspacing="20" cellmargin="60" width="100%">
|
<table class="tabidachi_table" cellspacing="20" cellmargin="60" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<li>Suscriptores</li>
|
<li>Suscriptores</li>
|
||||||
<li>Likes</li>
|
<li>Likes</li>
|
||||||
<li class="red">Material</li>
|
<li class="red">Material</li>
|
||||||
<li class="red">Responsive</li>
|
<li class="red">Responsivo</li>
|
||||||
<li class="red">Libre</li>
|
<li class="red">Libre</li>
|
||||||
<li class="red">Logro</li>
|
<li class="red">Logro</li>
|
||||||
<li class="red"><strong>Orgullo</strong></li>
|
<li class="red"><strong>Orgullo</strong></li>
|
||||||
@ -173,7 +173,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="/kiki"><img alt="Kiki" width="136px" title="トップをねらえ!魔法少女危機!!!" id="kiki_portrait" src="/public/images/kiki.png"></a>
|
<a href="{{langPath}}/kiki"><img alt="Kiki" width="136px" title="トップをねらえ!魔法少女危機!!!" id="kiki_portrait" src="/public/images/kiki.png"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -181,7 +181,7 @@
|
|||||||
<br>
|
<br>
|
||||||
</td>
|
</td>
|
||||||
<td valign="center" align="center" class="matsurigoto" width="203">
|
<td valign="center" align="center" class="matsurigoto" width="203">
|
||||||
<a href="/escudo"><img id="escudo" src="/public/images/escudo/escudo_chico.png"></a>
|
<a href="{{langPath}}/escudo"><img id="escudo" src="/public/images/escudo/escudo_chico.png"></a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<span>------------------------------</span>
|
<span>------------------------------</span>
|
||||||
@ -202,15 +202,15 @@
|
|||||||
<table cellpadding="10" class="navigation_table" border="1">
|
<table cellpadding="10" class="navigation_table" border="1">
|
||||||
<tbody align="center">
|
<tbody align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><a href="/update_log">Registro de Actualizaciones</a></td>
|
<td colspan="4"><a href="{{langPath}}/update_log">Registro de Actualizaciones</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="2" width="200">
|
<td rowspan="2" width="200">
|
||||||
<img alt="Note" src="/public/images/icons/note.png"><br>
|
<img alt="Note" src="/public/images/icons/note.png"><br>
|
||||||
<h3>LISTAS</h3>
|
<h3>LISTAS</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/lists/anime">Registro de Anime y Juegos</a></li>
|
<li><a href="{{langPath}}/lists/anime">Registro de Anime y Juegos</a></li>
|
||||||
<li><a href="/lists/sites">Sitios Web</a></li>
|
<li><a href="{{langPath}}/lists/sites">Sitios Web</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr>
|
<hr>
|
||||||
<br>
|
<br>
|
||||||
@ -223,8 +223,9 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="gang" colspan="2">
|
<td class="gang" colspan="2">
|
||||||
<br>
|
<br>
|
||||||
<a href="https://files.catbox.moe/y6h68g.rar"><img src="/public/images/gang/badarot.png"></a><a href="/kiki"><img src="/public/images/kiki.png"></a><img src="/public/images/gang/kopadot.png"><br>
|
<a href="https://files.catbox.moe/y6h68g.rar"><img src="/public/images/gang/badarot.png"></a><a href="/kiki"><img src="/public/images/kiki.png"></a><img src="/public/images/gang/kopa.png"><br>
|
||||||
<img src="/public/images/gang/lean.png"><img src="/public/images/gang/bathroom_girl.png"><img src="/public/images/gang/nanashi.png"><br>
|
<img src="/public/images/gang/lean.png"><img src="/public/images/gang/bathroom_girl.png"><img src="/public/images/gang/nanashi.png"><br>
|
||||||
|
<a href="https://cidoku.net{{langPath}}/stars/shirogami"><img src="/public/images/gang/shirogami.png"></a><br>
|
||||||
Si alguien sabe de donde salen, porfavor ser tan amable de dar noticia mediante correo electrónico. <br>1 BTC en recompensas.
|
Si alguien sabe de donde salen, porfavor ser tan amable de dar noticia mediante correo electrónico. <br>1 BTC en recompensas.
|
||||||
<br>
|
<br>
|
||||||
</td>
|
</td>
|
||||||
@ -265,7 +266,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<br>
|
<br>
|
||||||
<img alt="Note" src="/public/images/index/section_images/argentum.png">
|
<img alt="Note" src="/public/images/index/section_images/argentum.png">
|
||||||
<a href="/argentum/argentum"><h3><span class="red">Argentum</span> <span class="blue">Online</span></h3></a>
|
<a href="{{langPath}}/argentum/argentum"><h3><span class="red">Argentum</span> <span class="blue">Online</span></h3></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<img id="buster" alt="Note" src="/public/images/effects/buster_circle.png">
|
<img id="buster" alt="Note" src="/public/images/effects/buster_circle.png">
|
||||||
@ -291,7 +292,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<h2 id="propaganda">Propaganda</h2>
|
<h2 id="propaganda">Propaganda</h2>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://cidoku.net">
|
<a href="https://cidoku.net{{langPath}}">
|
||||||
<img alt="The Cidoku Network" src="/public/images/buttons/cidoku.gif">
|
<img alt="The Cidoku Network" src="/public/images/buttons/cidoku.gif">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://emerald.koshka.love">
|
<a href="https://emerald.koshka.love">
|
||||||
@ -307,7 +308,7 @@
|
|||||||
</div><br>
|
</div><br>
|
||||||
<img alt="Lyrical Tokarev" src="/public/images/propaganda/al-banner.png"><br>
|
<img alt="Lyrical Tokarev" src="/public/images/propaganda/al-banner.png"><br>
|
||||||
<img alt="Lyrical Tokarev Button" src="/public/images/propaganda/lyricaltokarevbutton.gif">
|
<img alt="Lyrical Tokarev Button" src="/public/images/propaganda/lyricaltokarevbutton.gif">
|
||||||
<p>Este sitio es un ip logger. No hagas hotlink.</p>
|
<p>Este sitio es un ip logger. No hagas <a href="https://{{lang}}.wikipedia.org/wiki/Hotlinking">hotlink</a> carajo.</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@ -547,7 +548,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<a id="darkness" href="darkness">Shadow In The Dark</a>
|
<a id="darkness" href="{{langPath}}/darkness">Shadow In The Dark</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
@ -557,7 +558,7 @@
|
|||||||
</center>
|
</center>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<td><a href="/soku"><img src="/public/images/HisouTensokuGiant.png"></a></td>
|
<td><a href="{{langPath}}/soku"><img src="/public/images/HisouTensokuGiant.png"></a></td>
|
||||||
<td align="right" valign="bottom"><span><small>lyricaltokarev.com ~ Hologram Summer Again, Tri Hermes Black Land</small></span></td>
|
<td align="right" valign="bottom"><span><small>lyricaltokarev.com ~ Hologram Summer Again, Tri Hermes Black Land</small></span></td>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user