1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.27

This commit is contained in:
Daichimarukana
2023-11-29 00:40:59 +09:00
parent c51582a221
commit 6367282bb5
70 changed files with 1748 additions and 258 deletions
+13 -4
View File
@@ -110,9 +110,18 @@ $count2 = $result2->num_rows;
?>
<html lang="ja">
<head>
<head prefix="og:http://ogp.me/ns#">
<meta charset="utf-8">
<!--OGPはじまり-->
<meta property="og:title" content="<?php echo file_get_contents($servernamefile);?>">
<meta property="og:description" content="<?php echo htmlentities($serverinfo);?>">
<meta property="og:url" content="https://<?php echo htmlentities($domain, ENT_QUOTES, 'UTF-8'); ?>/">
<meta property="og:image" content="<?php echo htmlspecialchars(file_get_contents($servericonfile), ENT_QUOTES, 'UTF-8'); ?>">
<meta property="og:type" content="website">
<meta property="og:site_name" content="<?php echo file_get_contents($servernamefile);?>">
<!--OGPここまで-->
<link rel="stylesheet" href="css/style.css">
<script src="js/unsupported.js"></script>
<link rel="apple-touch-icon" type="image/png" href="favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon/icon-192x192.png">
<link rel="manifest" href="manifest/manifest.json" />
@@ -156,7 +165,7 @@ if ("serviceWorker" in navigator) {
<?php endforeach; ?>
</ul>
<?php endif; ?>
<h1><?php echo file_get_contents($servernamefile);;?>へようこそ!</h1>
<h1><?php echo htmlspecialchars(file_get_contents($servernamefile));?>へようこそ!</h1>
<?php if( !empty(file_get_contents($servericonfile)) ){ ?>
<div class="servericon">
<img src="<?php echo htmlspecialchars(file_get_contents($servericonfile), ENT_QUOTES, 'UTF-8'); ?>">
@@ -166,7 +175,7 @@ if ("serviceWorker" in navigator) {
</div>
</div>
<?php }else{?>
<div class="p3"><?php echo file_get_contents($servernamefile);?></div>
<div class="p3"><?php echo htmlspecialchars(file_get_contents($servernamefile));?></div>
<div class="p2c"><?php echo $domain;?></div>
<?php }?>
@@ -176,7 +185,7 @@ if ("serviceWorker" in navigator) {
echo $info.'<br>';
}?></p>
<a class="maillink" href="mailto:<?php echo file_get_contents($contactfile);?>">お問い合わせ : <?php echo file_get_contents($contactfile);?></a>
<a class="maillink" href="mailto:<?php echo htmlspecialchars(file_get_contents($contactfile));?>">お問い合わせ : <?php echo file_get_contents($contactfile);?></a>
<?php if($onlyuser === "true"){?>
<p>このサーバーには招待コードがないと登録できません。<br>招待コードはお手元にありますか?</p>