示例#1
0
<?php

setlocale(LC_CTYPE, 'fr_FR.UTF-8');
mb_internal_encoding('UTF-8');
session_start();
include_once 'api/config.php';
include_once 'api/dev.php';
include_once 'api/fonctions.php';
include_once 'api/app.php';
$dev = new dev($mysql_hostname, $mysql_username, $mysql_password, $mysql_database);
$json = new jsonapi($json_hostname, $json_port, $json_username, $json_password, $json_salt);
$verbinding = @fsockopen($dev->getDvar('game_ip'), $dev->getDvar('game_port'), $errno, $errstr, 1);
?>
<!DOCTYPE html>
<html>
  <head>
    <title>LunarLemons - Serveur Minecraft</title>
    <meta charset="utf-8">
    <meta name="language" content="fr">
    <meta name="keywords" content="Minecraft;server;serveur;1.7.10;mods;moddé;forge;modding;forum;shop;store;items;lunarlemons;mc">
    <link rel="stylesheet" href="css/style.css" />
  </head>
  <body>
    <div id="background"></div>
    <div id="header">
      <div id="logo_title">
        <img id="logo" src="./ressources/logo.png" />
        <div id="title_desc">
          <div id="title">LUNARLEMONS</div>
          <div id="desc">Serveur minecraft moddé</div>
        </div>