I'm looking for a simple script to add a ranking of battles on my forum.
It would look like this:
In an admin page there's a possibility to insert battle results.
These things should be inserted in some kinda form
- Winner (dropdownlist with member names linked to the forum database)
- Loser (same as above)
- Points for the winner
- Draw checkbox
the script automaticly gives the points to the winner, unless when the checkbox is checked, than the points will be devided by the 2 players.
Pages:
- Hiscore table (sorted by highest number of points) with rank, name, points, wins, battles played
- maybe a possibility to sort by the other data.
It would be very cool if someone could give me a tutorial for this or tell me where I can find a script like it. Would be easy if someone made this for me, but I don't expect anyone to do it, so.. =)
I found this script: http://phpfreakz.nl/library.php?sid=10578
It looks a bit like it, maybe someone can convert it? It's in Dutch though...
Thanks in advance!