aveao / VACUpdate

Make a list of Steam users and check their VAC Status.
MIT License
0 stars 0 forks source link

VACUpdate

Make a list of Steam users and check their VAC Status. Basically this in PHP frontend and C#/python backend, and for use on personal servers, and much more uglier and lightweight. It has multi-user support, however you can set a whitelist. For example my own setup is whitelisted for me only.

Complete!

Feels incomplete? Bribe me. BTC: 38ehnuPM9PUbAxgmV13X7ygdDBTwGY17BN

Dependencies

php-sqlite3 and php-bcmath. On linux, install with sudo apt-get install php-sqlite3 php-bcmath and then do sudo phpenmod pdo_sqlite and sudo phpenmod bcmath, and then finally sudo apachectl graceful.

if you are going to use C#, and are on linux, mono-complete (note: I wasn't able to get this working): http://www.mono-project.com/docs/getting-started/install/linux/

How to install