12.11.2017, 21:20
You could do that with ini or sqlite whatever else saving system but in order to read data online, you need to connect, not by mysql then through HTTP with a parser on your website which is another job, you not only have to make the parser but also modify script to call HTTP function at times to send data online (e.g. when player gets a kill, HTTP to send +1 kill).