php steam signature
description;
PHP script to display image with steam profile information
requirements;
webserver with php-gd support
a steam api key; you can get yours here: https://steamcommunity.com/dev/apikey
installation;
enter your api key within the steam.php file here: $str_api_key='';
upload steam.php & resources folder to your webserver.
usage;
steamID64s are used as a variable on the url parameter called profiles; examples below
the link below can used with an forum image bbcode;
http://starwolf.net/steam.php?profiles=76561197979918844
or inserted into html like so;
<img src="http://starwolf.net/steam.php?profiles=76561197979918844">
live example;
steam.signature.zip ← download