Quelqu'un connais quelque chose qui me permettrais d'afficher le statut de mes serveur Shootmania et qui serait facile à installer tel que Xaseco Website Stats ?
Merci beaucoup !

Moderator: French Moderator
Code: Select all
'new server name' => array(
'address' => 'localhost',
'port' => 5000,
),
Code: Select all
<?php
class ServerConfig {
public static $SERVERS = array(
'new server name' => array(
'address' => '88.191.xxx.xx',
'port' => 5000,
),
);
}
?>
Code: Select all
home
------www
-----------DisplayServ
------------------------config
-------------------------------servers.cfg.php
------------------------includes
------------------------ressources
------------------------index.php
Code: Select all
<xmlrpc_port>5000</xmlrpc_port>
<xmlrpc_allowremote>True</xmlrpc_allowremote>
Code: Select all
Version PHP courante : 5.3.10-1ubuntu3.2
Code: Select all
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>DisplayServ</title>
<link rel="stylesheet" href="ressources/styles/displayserv.css" />
<script src="includes/js/jquery.js"></script>
<script src="includes/js/displayserv.js"></script>
<script>
$(document).ready(function(){
$('#displayserv').displayServ();
});
</script>
</head>
<body>
<div id="displayserv"></div>
</body>
</html>
Users browsing this forum: Ahrefs [Bot] and 1 guest