Track your Steam friends and check who is added, deleted or renamed from your friend list.
Find a file
2024-04-07 12:26:02 +02:00
crontab Update GetFriendList.php 2024-04-07 09:51:40 +02:00
css Add files via upload 2024-04-06 12:08:08 +02:00
fonts Add files via upload 2024-04-06 12:08:08 +02:00
include Add files via upload 2024-04-06 12:08:08 +02:00
js Add files via upload 2024-04-06 12:08:08 +02:00
.htaccess Create .htaccess 2024-04-06 12:17:13 +02:00
CNAME Create CNAME 2024-04-06 12:08:37 +02:00
country.php Add files via upload 2024-04-06 12:08:08 +02:00
favicon.ico Add files via upload 2024-04-06 12:08:08 +02:00
index.html Add files via upload 2024-04-06 12:08:08 +02:00
index.php Update index.php 2024-04-07 09:51:21 +02:00
install.sql Add files via upload 2024-04-06 12:08:08 +02:00
members.php Add files via upload 2024-04-06 12:08:08 +02:00
README.md Update README.md 2024-04-07 12:26:02 +02:00
user.php Add files via upload 2024-04-06 12:08:08 +02:00

steamfriends.info

Track your Steam friends and check who is added, deleted or renamed from your friend list. You can host your own version for free at https://www.planethoster.com/en/World-Lite

Installation

Replace $apikey in file crontab/GetFriendList.php line 29 with your steam api key Replace $apikey in file include/steamauth.php line 6 with your steam api key

To get an apikey go to https://steamcommunity.com/dev/apikey

You can add multiple api keys to prevent limitation e.g. $apikey = array('1','2','3');

Replace $db = new mysqli('localhost', 'user', 'password', 'database'); in file crontab/GetFriendList.php line 14 and 31 with your database credential Replace $db = new mysqli('localhost', 'user', 'password', 'database'); in file include/config.php line 6 with your database credential

Make sure that you also have imported the install.sql file to your database

Replace $admins = array('765XXXXXXXXXXXXX'); in file include/config.php line 29 with your steamid64 you can also add mutliple admins e.g. $admins = array('1','2','3'); They will have access to the members section

Remove the index.html, to connect to your site type example.com/login in the adress bar

You can loop trough all the members by executing php crontab/GetFriendList.php without parameter (don't use it in a cronjob except if it's for a single account or two, otherwise a while loop would be better)

Credits

All credit goes to Xyleme for making the code and Rysanlos for maintaining it during 7 years