194 lines
11 KiB
PHP
194 lines
11 KiB
PHP
<?php
|
|
require_once "includes/config_session.inc.php";
|
|
require_once "includes/lang.inc.php";
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="<?php echo $lang?>">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.75">
|
|
<title>masiv's lair</title>
|
|
<link rel="stylesheet" href="css/main/main.css">
|
|
<link rel="icon" href="img/favicon/favicon-lair.png">
|
|
</head>
|
|
<body>
|
|
<div class="navbar top blank"></div>
|
|
<div class="navbar top">
|
|
<?php include "components/global/navbar.php"?>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="primary">
|
|
<div class="blinkies one panel">
|
|
<img id="try_hovering--blinkie" src="<?php echo $tr[$lang]["main.try_hoveringPath"]; ?>" alt="<?php echo $tr[$lang]["main.try_hoveringAlt"]; ?>">
|
|
<img id="try_tapping--blinkie" src="<?php echo $tr[$lang]["main.try_tappingPath"]; ?>" alt="<?php echo $tr[$lang]["main.try_tappingAlt"]; ?>">
|
|
<?php include "components/main/blinkies.php"?>
|
|
</div>
|
|
<div class="articles panel">
|
|
<div class="header">
|
|
<?php echo $tr[$lang]["main.articlesTitle"]; ?>
|
|
</div>
|
|
<div class="content">
|
|
<a href="pages/articles/about-host.php"><?php echo $tr[$lang]["main.articlesOne"]; ?></a>
|
|
<a href="pages/articles/diy-calculator.php"><?php echo $tr[$lang]["main.articlesTwo"]; ?></a>
|
|
<a ><?php echo $tr[$lang]["main.articlesThree"]; ?></a> <!-- href="pages/articles/website-redesign.php" -->
|
|
<a ><?php echo $tr[$lang]["main.articlesFour"]; ?></a> <!-- href="pages/articles/css-shenanigans.php" -->
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<div class="provided panel">
|
|
<div class="header">
|
|
<?php echo $tr[$lang]["main.servicesTitle"]; ?>
|
|
</div>
|
|
<div class="content">
|
|
<div class="services-hint">
|
|
<img src="img/utilities/exclamation-mark.gif">
|
|
<p><?php echo $tr[$lang]["main.invitationDisclaimer"]; ?></p>
|
|
</div>
|
|
<div class="services">
|
|
<div>
|
|
<b><?php echo $tr[$lang]["main.services_Masivana"]; ?></b>
|
|
<a class="button" href="https://movies.media.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesMovies"]; ?></a>
|
|
<a class="button" href="https://request.media.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesRequests"]; ?></a>
|
|
<a class="button" href="https://books.media.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesBooks"]; ?></a>
|
|
<a class="button" href="https://tube.media.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesVideos"]; ?></a>
|
|
</div>
|
|
<div>
|
|
<b><?php echo $tr[$lang]["main.services_Clouds"]; ?></b>
|
|
<a class="button" href="https://photos.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesPhotos"]; ?></a>
|
|
<a class="button" href="https://cloud2.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesCloud"]; ?></a>
|
|
</div>
|
|
<div>
|
|
<b><?php echo $tr[$lang]["main.services_Misc"]; ?></b>
|
|
<a class="button" href="https://convert.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesFileConverter"]; ?></a>
|
|
<a class="button" href="https://pdf.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesPdfTool"]; ?></a>
|
|
<a class="button" href="https://dl.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesVidDown"]; ?></a>
|
|
<a class="button" href="https://analysis.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesChatStats"]; ?></a>
|
|
<a class="button" href="https://draw.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesWhiteboard"]; ?></a>
|
|
<a class="button" href="https://gspanel.ethernal.win" target="_blank"><?php echo $tr[$lang]["main.servicesGamePanel"]; ?></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="updates panel">
|
|
<div class="header">
|
|
<?php echo $tr[$lang]["main.updatesTitle"]; ?> <img src="img/minis/totoro-smile.gif">
|
|
</div>
|
|
<div class="content">
|
|
<hr>
|
|
<div class="update">
|
|
<div class="date"><?php echo $tr[$lang]["main.updatesThreeDate"]; ?></div>
|
|
<h3 class="title"><?php echo $tr[$lang]["main.updatesThreeTitle"]; ?></h3>
|
|
<p class="content"><?php echo $tr[$lang]["main.updatesThree"]; ?>
|
|
<a href="https://git.ethernal.win/masiv/website"><?php echo $tr[$lang]["main.updatesThree.1"]; ?></a>
|
|
<?php echo $tr[$lang]["main.updatesThree.2"]; ?>
|
|
<img src="img/minis/pompompurin-heart.gif"> <?php echo $tr[$lang]["main.updatesThree.3"]; ?></p>
|
|
</div>
|
|
<hr>
|
|
<div class="update">
|
|
<div class="date"><?php echo $tr[$lang]["main.updatesTwoDate"]; ?></div>
|
|
<h3 class="title"><?php echo $tr[$lang]["main.updatesTwoTitle"]; ?></h3>
|
|
<p class="content"><?php echo $tr[$lang]["main.updatesTwo"]; ?>
|
|
<a href="pages/articles/en_website-redesign.html">
|
|
<?php echo $tr[$lang]["main.updatesTwo.1"]; ?>
|
|
</a> <img src="img/minis/cat-star.gif">
|
|
<a href="archive/ver_1-until2feb2026/en_home.html"><?php echo $tr[$lang]["main.updatesTwo.2"]; ?></a>
|
|
</p>
|
|
</div>
|
|
<hr>
|
|
<div class="update">
|
|
<div class="date"><?php echo $tr[$lang]["main.updatesOneDate"]; ?></div>
|
|
<h3 class="title"<?php echo $tr[$lang]["main.updatesOneTitle"]; ?>></h3>
|
|
<p class="content"><?php echo $tr[$lang]["main.updatesOne"]; ?></p>
|
|
</div>
|
|
<hr>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat-webrings">
|
|
<div class="chat panel">
|
|
<div class="header">
|
|
<?php echo $tr[$lang]["main.chatTitle"]; ?>
|
|
</div>
|
|
<div class="content">
|
|
<?php if (!isset($_SESSION["username"])){ ?>
|
|
<form class="chat-account" action="" method="post">
|
|
<div class="chat-account-inputs">
|
|
<input required type="text" id="username" name="username" placeholder="<?php echo $tr[$lang]["main.chatUserPlaceholder"]; ?>">
|
|
<input required type="password" id="password" name="pwd" placeholder="<?php echo $tr[$lang]["main.chatPasswordPlaceholder"]; ?>">
|
|
</div>
|
|
<div class="chat-account-buttons">
|
|
<button formaction="includes/login.inc.php" method="POST"><?php echo $tr[$lang]["main.chatLoginText"]; ?></button>
|
|
<button formaction="includes/register.inc.php" method="POST"><?php echo $tr[$lang]["main.chatRegisterText"]; ?></button>
|
|
</div>
|
|
<div class="chat-account-errors">
|
|
<?php include "includes/error_handling.inc.php"?>
|
|
</div>
|
|
</form>
|
|
<?php } ?>
|
|
<div class="chat-history">
|
|
<?php include "includes/chat_reading.inc.php";?>
|
|
</div>
|
|
<?php if (isset($_SESSION["username"])){ ?>
|
|
<form action="includes/chat_send.inc.php" method="POST">
|
|
<input type="text" id="message_content" name="message_content" placeholder="<?php echo $tr[$lang]["main.chatSendPlaceholder"]; ?>">
|
|
<form class="chat-input" action="" method="post">
|
|
<?php } ?>
|
|
</div>
|
|
</div>
|
|
<div class="webrings panel">
|
|
<div class="clip-box">
|
|
<div class="auto-scroll">
|
|
<!-- Have to replace this logic, maybe by having another way to modify behaviour of marquee -->
|
|
<?php for ($i = 0; $i <= 1; $i++) {
|
|
if ($i === 0) {
|
|
?><div class="scroll_one"><?php
|
|
} else if ($i === 1) {
|
|
?><div class="scroll_two"><?php
|
|
}
|
|
?>
|
|
<?php for ($j = 0; $j <= 2; $j++) {?>
|
|
<div class="noaiwebring">
|
|
<a href="https://baccyflap.com/noai" target="_blank" alt="no ai webring" title="no ai webring"><div class="home"></div></a>
|
|
<a href="https://baccyflap.com/noai/?prv&s=msv" target="_top" alt="previous" title="previous"><div class="prv"></div></a>
|
|
<a href="https://baccyflap.com/noai/?rnd" target="_top" alt="random" title="random"><div class="rnd"></div></a>
|
|
<a href="https://baccyflap.com/noai/?nxt&s=msv" target="_top" alt="next" title="next"><div class="nxt"></div></a>
|
|
<img src="img/webrings/miniwidget5.gif" alt="<?php echo $tr[$lang]["main.altWebring"]; ?>">
|
|
</div>
|
|
<?php } ?>
|
|
<div class="spacer"></div>
|
|
</div>
|
|
<?php } ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blinkies two panel">
|
|
<?php include "components/main/blinkies.php"?>
|
|
</div>
|
|
</div>
|
|
<div class="verticalscroll panel blank"></div>
|
|
<div class="verticalscroll panel">
|
|
<div class="vertical-scroll-wrapper">
|
|
<div class="clip-box">
|
|
<div class="auto-scroll">
|
|
<div class="scroll_one"><p><?php echo $tr[$lang]["main.verticalScroll"]; ?></p></div>
|
|
<div class="scroll_two"><p><?php echo $tr[$lang]["main.chatPasswordPlaceholder"]; ?></p></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="scroll_below-clip-box">
|
|
<div class="scroll_below">
|
|
<img id="try_sliding_down" src="<?php echo $tr[$lang]["main.try_SlidingPath"]; ?>" alt="<?php echo $tr[$lang]["main.try_SlidingAlt"]; ?>">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="navbar bot blank"></div>
|
|
<div class="navbar bot">
|
|
<?php include "components/global/navbar.php"?>
|
|
</div>
|
|
</body>
|
|
</html>
|