2021-12-29 11:02:36 +00:00
<! DOCTYPE html >
< html lang = " en " >
< head >
< meta charset = " UTF-8 " >
< title > THE INDEX </ title >
< link href = " style.css " rel = " stylesheet " >
< link href = " icon.png " rel = " icon " >
</ head >
< body id = " index " >
< div class = " centerade " >
< a href = " https://fediring.net/previous?host=yari.fai.st " >< img style = " height: 30px; width: auto; " src = " icons/last.png " alt = " LAST " ></ a >
< a href = " https://fediring.net/ " >< img style = " height: 30px; width: auto; " src = " icons/fediring.png " alt = " FEDIRING " ></ a >
< a href = " https://fediring.net/next?host=yari.fai.st " >< img style = " height: 30px; width: auto; " src = " icons/next.png " alt = " NEXT " ></ a >
2022-03-16 15:44:53 +00:00
< br > Fediring links
2021-12-29 11:02:36 +00:00
</ div >
< script >
2022-03-16 18:38:54 +00:00
document . write ( " <div class= \" centercubepleaseind \" >To see the website please disable JS<br><br><br><a href= \" cannotnojs.php \" >I cant do that, daddy google does not LET me :(</a></div> " )
2021-12-29 11:02:36 +00:00
</ script >
< noscript >
< div class = " centercubepleaseind " >
< h1 > I ' m bizcochito , hey !</ h1 >
< a href = " http://v25cldsbgmmllb7emzrefrh57ugu53z534lcs53coi3tlhiin6va6kad.onion " > Onionsite mirror </ a >< br />
< a href = " http://nlohuquv5gaqnhfdeano77ftswnfg674jet5qeualztoxtmsceka.b32.i2p " > Eepsite mirror </ a >
< br />< br />
- Pages :< br />
< a href = " about.html " >- About me </ a >< br />
< a href = " funni.html " >- Gifs </ a >< br />
< a href = " kisses.html " >- Kisses </ a >< br />
< br />
- Extra stuf < br />
< a href = " sixpaired " >- Sixpaired </ a >< br />
< a href = " book.php " >- Signbook </ a >< br />
< br />
- Funni gifs < br />
< a href = " http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion/articles/explorer.html " >< img src = " gif/ie.gif " alt = " Get microsoft internet explorer " ></ a >
< a href = " http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion/articles/discord.html " >< img src = " gif/discord.gif " alt = " Discord? No way " ></ a >
2021-12-29 11:46:39 +00:00
< a href = " https://www.debian.org/intro/why_debian " >< img src = " gif/linux.png " alt = " Powered by linux " ></ a >
2022-03-16 15:44:53 +00:00
< a href = " fedivers.txt " >< img src = " gif/showbroslove.jpg " alt = " Give your bros some love " ></ a >< br />
2021-12-29 11:02:36 +00:00
< br />
- Frens ( onions ) :< br />
2022-03-16 15:44:53 +00:00
< a href = " http://jtxkyle56vrelrjsrun5kvymkeak5oxo773agx6oj6cdx4gu7j2bgvqd.onion " >< img style = " height: 30px; " src = " icons/dendy.png " alt = " dendy.cat " ></ a >
2021-12-29 11:02:36 +00:00
< a href = " http://lainwir3s4y5r7mqm3kurzpljyf77vty2hrrfkps6wm4nnnqzest4lqd.onion " >< img style = " height: 30px; " src = " icons/qorg11.gif " alt = " qorg11.net " ></ a >
2022-03-16 18:38:54 +00:00
< a href = " http://cronutrw6krxbl73cljype7mkk6r7dmgu5ac5qxtg6ucszhziam4ysyd.onion/~sfr " >< img style = " height: 31px; " src = " icons/sfr.gif " alt = " cronut.cafe " ></ a >
< a href = " http://moth7kzeri7kdnhla5cydl7anhskmocjy4vrcm4rmzte7uvm64ug54id.onion/ " >< img style = " height: 30px; " src = " icons/moth.png " alt = " moth.monster " ></ a >
< br >
< a href = " http://cronutrw6krxbl73cljype7mkk6r7dmgu5ac5qxtg6ucszhziam4ysyd.onion/~lustlion " >< img style = " height: 30px; " src = " icons/ari.gif " alt = " lustlion.cronut.cafe " ></ a >
2021-12-29 11:02:36 +00:00
</ div >
< div class = " centerade " >
< ? php
$adslist = fopen ( " ads/ads " , " r " ) or die ( " Unable to open file! " );
// Output one line until end-of-file
while ( ! feof ( $adslist )) {
$adarray [] = fgets ( $adslist );
}
fclose ( $adslist );
echo $adarray [ array_rand ( $adarray , 1 )]
?>
</ div >
2022-03-16 15:44:53 +00:00
</ noscript >
2021-12-29 11:02:36 +00:00
</ body >
</ html >