Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35.
<?php /*function GetID($steam_id) { $auth = explode(':', $steam_id); $fid = $auth[2]; $fid *=2; $fid += 76561197960265728; $fid += $auth[1]; return $fid; }*/ function GetPlayerName($steam) { $xml = @simplexml_load_file("http://steamcommunity.com/profiles/$steam?xml=1"); if(xml) { $Steam_array = array( "Name" => $xml -> steamID, "Sid" => $xml -> steamID64, "online" => $xml -> onlineState, "avatar" => $xml -> avatarIcon, ); return $Steam_array; } } $name=GetPlayerName("76561198030298845"); foreach($name as &$i){ print $i."<br>"; } ?>
Dodanych wklejek: 11179
Powered By (Pav32) Pastebin © 2011