Steam Login PHP
Edit: Config.php
$steamlogin['apikey'] = "API_KEY_HERE"; // Your Steam WebAPI-Key found at http://steamcommunity.com/dev/apikey
$steamlogin['domainname'] = "domain.local"; // The main URL of your website displayed in the login page
$steamlogin['logoutpage'] = "index.php"; // Page to redirect to after a successfull logout (from the directory the SteamAuth-folder is located in) - NO slash at the beginning!
$steamlogin['loginpage'] = "index.php"; // Page to redirect to after a successfull login (from the directory the SteamAuth-folder is located in) - NO slash at the beginning!
loginbutton(1);
loginbutton(2);
loginbutton(3);
loginbutton(4);
loginbutton(5);
logoutbutton();
$steamprofile['steamid'];
$steamprofile['communityvisibilitystate'];
$steamprofile['profilestate'];
$steamprofile['personaname'];
$steamprofile['lastlogoff'];
$steamprofile['profileurl'];
$steamprofile['profileurlperm'];
$steamprofile['avatar'];
$steamprofile['avatarmedium'];
$steamprofile['avatarfull'];
$steamprofile['personastate'];
$steamprofile['profileurl'];
$steamprofile['primaryclanid'];
$steamprofile['timecreated'];
$steamprofile['uptodate'];
$steamprofile['loccountrycode'];
$steamprofile['locstatecode'];
$steamprofile['loccityid'];