If you can put them into some form of csv/xml/txt I can add them, I just have very little time at the moment, though I'm home next week. It takes a lot longer to write a parser for html, so I'd rather avoid that if possible.
At a minimum, a file with
userid,name,team,score1,score2 etc etc where score1 and score2 are the metrics to track.
Preferably two files.
teamid,teamname,teamscore1,teamscore2..
userid,username,teamid,score1,score2..
With that I could add it in about 20mins or so.
Bok