Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<tr>
<td>$steamprofile['communityvisibilitystate']</td>
<td><?=$steamprofile['communityvisibilitystate']?></td>
<td>1 - Account not visible; 3 - Account is public (Depends on the relationship of your account to the others)</td>
<td>1 - Account not visible, 2 - Account is friendsOnly(Broken, it shows as 1.), 3 - Account is public (Depends on the relationship of your account to the others)</td>
</tr>
<tr>
<td>$steamprofile['profilestate']</td>
Expand All @@ -70,13 +70,6 @@
<td><?=$steamprofile['personaname']?></td>
<td>Public name of the user</td>
</tr>
<tr>
<td>$steamprofile['lastlogoff']</td>
<td><?=$steamprofile['lastlogoff']?></td>
<td>
<a href='http://www.unixtimestamp.com/' target='_blank'>Unix timestamp</a> of the user's last logoff
</td>
</tr>
<tr>
<td>$steamprofile['profileurl']</td>
<td><?=$steamprofile['profileurl']?></td>
Expand Down