I'd like to add:
PHP Code:
$url = sprintf("http://api.steampowered.com/IPlayerService/GetSteamLevel/v0001/?key=%s&steamid=%s",
$api_key,
$steam_id);
The steam login system doesn't work properly anymore as it can only read 1 api at a time. If I add another / new one. it reads from the second rather than the first one when I add for example player_info in the additional fields. I really could use some help with this adding more API's to the system.