This is a PHP written frontend for MaM/B3 rotustats plugin. You can find more information at:
- Working webserver with PHP engine.
- Call of Duty 4 server at the same machine
- MySQL/MariaDB
- B3/ManuAdminMod with rotustats plugin
- Copy the rotustats folder in your webserver root directory.
- Edit this line with your database setting and user/password: $db = new PDO('mysql:host=localhost;dbname=rotu;charset=utf8', 'root', '');
Then Access your page at: http://yourdomain.com/rotustats
Enjoy!