View Single Post
Author Message
pizzahut
Senior Member
Join Date: Oct 2004
Old 04-09-2018 , 21:00   Player avatars broken again?
Reply With Quote #1

Not running hlstatsx myself, but from what I've seen, Steam is now using https for the xml profile data. The function "fetchpage" in file "playerinfo_general.php" needs to be changed accordingly to retrieve the Steam avatar URL and online status.

Original "playerinfo_general.php":
https://bitbucket.org/Maverick_of_UC...e-view-default

Using curl:
https://stackoverflow.com/questions/...-https-content

Using fsockopen and fgets:
http://php.net/manual/function.fsockopen.php#34887
http://php.net/manual/openssl.installation.php

Last edited by pizzahut; 04-21-2018 at 14:40.
pizzahut is offline