website/tur/stats.php

47 lines
2.5 KiB
PHP
Raw Normal View History

2024-01-25 16:19:03 +00:00
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
2024-01-28 10:43:27 +00:00
<meta name="description" content="~vern istatistikleri">
2024-01-25 16:19:03 +00:00
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
2024-01-26 14:40:34 +00:00
<title>İstatistikler | ~vern</title>
2024-01-25 16:19:03 +00:00
</head>
<body>
2024-01-25 19:12:15 +00:00
<!--#include file="nav.php" -->
2024-01-26 14:40:34 +00:00
<div class=h><h1 id=stats>İstatistikler</h1> <a aria-hidden=true href=#stats>#stats</a></div>
2024-01-25 16:19:03 +00:00
<p>Aşağıda sunucularımızın çoğunun istatistikleri için çeşitli grafikler bulunmaktadır.</p>
<div class=h><h2 id=users>Kullanıcı Kayıtları</h2> <a aria-hidden=true href=#users>#users</a></div>
<?php echo file_get_contents("./gnuplot/users/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=tilserv>Tildeserver</h2> <a aria-hidden=true href=#tilserv>#tilserv</a></div>
<?php echo file_get_contents("./gnuplot/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/power/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=mythos>Mythos</h2> <a aria-hidden=true href=#mythos>#mythos</a></div>
<?php echo file_get_contents("./gnuplot/mythos/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=iceberg>Iceberg</h2> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<?php echo file_get_contents("./gnuplot/iceberg/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=typhoon>Typhoon</h2> <a aria-hidden=true href=#typhoon>#typhoon</a></div>
<?php echo file_get_contents("./gnuplot/typhoon/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=crescent>Crescent</h2> <a aria-hidden=true href=#crescent>#crescent</a></div>
<?php echo file_get_contents("./gnuplot/crescent/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/crescent/power/" . date("Y-m-d") . ".svg"); ?>
2024-01-25 19:12:15 +00:00
<!--#include file="footer.cgi" -->
2024-01-25 16:19:03 +00:00
</body>
</html>