[TSA] Psychiccyberfreak wrote:I wrote a scores.log parser in javascript.
Parsing with javascript seems like the wrong way to do it, we should parse with a server-side script and insert it into a mysql database. We'll have to come up with some sort of schema we can agree on.
I'm great with mysql+php. If we take that route though I'd suggest using models big time (google 'MVC' if you don't know what a model is).
Are you familiar with
Code Igniter? I have some experience with this framework.
Yeah man, I was thinking about taking it a step further and making a our own 'halo like' statistics, creating 'levels' based upon certain statistics.
tonight I just threw some snipplets in the /dojo/scores folder. Add some stuff in if you want.
Edit: I just committed a bunch of stuff that we can implement.
I'll check this out