Afficher le nom du joueur + son image de profil sur l'écran de chargement

  • Initiateur de la discussion SofianeLasri
  • Date de début
  • Initiateur de la discussion
SofianeLasri

SofianeLasri

Geek suprême
Messages
393
Score réaction
149
Points
160
Bonjour! J'ai modifier un écran de chargement pour mon serveur garry's mod mais, j'aimerais bien que celui indique le nom et l'image de profil de celui-ci!

regardez en bas a gauche : http://demalife.net/gmod-loadingscreen-master/index.php


$r = mt_rand(1,3);
$plname = 'Player';
$map = '';
$avatar = 'img/nouser.png';

C'est cette partie la que j'aimerai modifier!
lien du scirpt en entier : http://pastebin.com/SBZeGAJ9

Merci d'avance! ^-^
 
hookyu

hookyu

Geek
Messages
36
Score réaction
7
Points
65
il faus utiliser les classes php pour steam.
 
Aiekov

Aiekov

Geek
Messages
18
Score réaction
0
Points
65
<?php

$SteamAPIKey = "EE2AAA20D44F28A702CB32B6F79A8A7B";


$error_url = "http://" . $_SERVER[HTTP_HOST] . $_SERVER[REQUEST_URI];
$error_url_test = $error_url . "?steamid=76561198305269102";
$error_url_server = $error_url . "?steamid=%s";

if (!isset($_GET["steamid"])) {
die("<img src='images/logo.png' style='margin-top: 20px;' /><br />Woops, you don't seem to be using the correct extension in the address bar to get the loading screen to work.<br />
Please make sure it has the correct extension it should have ?steamid= at the end of it and look something like this: www.demalife.net/gmod-loadingscreen-master/index.php?steamid=%s<br /><br />

You can use the link below which will automatically add a test steam id to see if your loading screen is configured properly<br />
<a href='$error_url_test'>$error_url_test</a><br /><br />

When setting your loading url please make sure you set the steam id to %s as shown in the link below<br />
<a href='$error_url_server'>$error_url_server</a>

");
}

$steamid64 = $_GET["steamid"];

$url = "http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=" . $SteamAPIKey . "&steamids=" . $steamid64;
$json = file_get_contents($url);
$table2 = json_decode($json, true);
$table = $table2["response"]["players"][0];

?>


Essaye de mettre ce code tout en haut de ton script. dis moi si ça a fonctionné.
 
  • Initiateur de la discussion
SofianeLasri

SofianeLasri

Geek suprême
Messages
393
Score réaction
149
Points
160
Oui ça marche! x)
 
Discord d'entraide
Rejoignz-nous sur Discord