| Variable name | Value | Description |
| \$steam->loggedIn() | ".$steam->loggedIn()." | 1 (true) - Logged in, 0 (false) - not |
| \$steam->steamid | ".$steam->steamid." | SteamID64 of the user |
| \$steam->communityvisibilitystate | ".$steam->communityvisibilitystate." | 1 - Account not visible; 3 - Account is public (Depends on the relationship of your account to the others) |
| \$steam->profilestate | ".$steam->profilestate." | 1 - The user has a Steam Community profile; 0 - if not |
| \$steam->personaname | ".$steam->personaname." | Public name of the user |
| \$steam->lastlogoff | ".$steam->lastlogoff." | Unix timestamp of the user's last logoff |
| \$steam->profileurl | ".$steam->profileurl." | Link to the user's profile |
| \$steam->personastate | ".$steam->personastate." | 0 - Offline, 1 - Online, 2 - Busy, 3 - Away, 4 - Snooze, 5 - looking to trade, 6 - looking to play |
| \$steam->realname | ".$steam->realname." | \"Real\" name |
| \$steam->primaryclanid | ".$steam->primaryclanid." | The ID of the user's primary group |
| \$steam->timecreated | ".$steam->timecreated." | Unix timestamp for the time the user's account was created |
| \$steam->avatar | ".$steam->avatar." | Address of the user's 32x32px avatar |
| \$steam->avatarmedium | ".$steam->avatarmedium." | Address of the user's 64x64px avatar |
| \$steam->avatarfull | ".$steam->avatarfull." | Address of the user's 184x184px avatar |
".print_r($this->settings,true).""; 126 | echo "
".print_r($_SESSION["steamdata"],true).""; 128 | } 129 | } 130 | ?> 131 | --------------------------------------------------------------------------------