first commit

This commit is contained in:
Erreur32 2021-01-31 14:14:35 +01:00
parent 21e7c4e7a0
commit 6b41f74845
2 changed files with 19 additions and 14 deletions

View File

@ -1,16 +1,15 @@
<?php
ini_set("allow_url_fopen", 1);
// map description ( need to change )
$namemap = "Namalsk Island";
// Edit this ->
$ipserv = "" ; // IP server game
$portserv = "" ; // Game Server Port
$modport = "" ; // Mod port omega (+10)
$queryport= "" ; // Queryport
$ipserv = "103.58.149.102" ; // IP server game
$portserv = "2302" ; // Game Server Port
$modport = "2312" ; // Mod port omega (+10)
$queryport= "27016" ; // Queryport
$title = "MY stat SERVER " ; // Web title page
$descript = "Your crew desciption" ;
$namemap = "MAP CHERNARUS"; // you can put what you want.
// Don't touch below

View File

@ -1,6 +1,11 @@
<?php
$page = $_SERVER['PHP_SELF'];
$sec = "300";
// include_once('./consql.php');
include_once('./config.php');
?>
<!DOCTYPE html>
<html lang="en">
@ -12,10 +17,12 @@ $sec = "300";
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="(-ToX-) server Namalsk Dayz standalone Fr, namalsk island, Discord https://discord.gg/MrtVHcE6mg" />
<title>(-ToX-) DAYZ Server EXPANSION Chernarus FR/EN</title>
<title><?php echo "$title"; ?></title>
<meta name="description" content="<?php echo '$description'; ?>">
<meta name="author" content="Erreur32">
<link rel="shortcut icon" type="image/x-icon" href="https://dayz.echosystem.fr/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="keyword" content="tox,server,dayz,map,namalsk,namalsk island">
@ -126,8 +133,6 @@ $sec = "300";
$time = $time[1] + $time[0];
$start = $time;
include_once('./consql.php');
include_once('./config.php');
if (empty($Info['HostName'])) {
$Info['HostName'] = "<h1>OFF LINE</h1>" ;
@ -526,7 +531,8 @@ $sec = "300";
<div class="card">
<div class="card-header">Player last 24 hours</div>
<div class="card-body">
<?php include('./GraphPlayer.php'); ?>
need sql // not ready yet
<?php // include('./GraphPlayer.php'); ?>
</div>
</div>
</div>