I was having a problem with PS31′s Live Server Stats due to the fact that it’s not reporting VAC Secured HL1 servers as secure.
Thanks to [MUPPETS] Gonzo in the Psycho Stats forum, I was able to fix it! All you need is to edit a file. Here’s the steps that I did.
Go to includes/PQ/halflife.php. Open it and go to line 197. Then add the following line.
$this->data['serversecure'] = $this->_getbyte();.
Save and reload your page.
It should show the correct VAC status now.