I need a simple cgi-bin script that implements a scoreboard or counter for multiple teams.
So a buddy of mine wants a simple web page that allows a handful of users to log in, view the scores of other teams, and increment or set their own score. For example, if you logged in as John, you might see something resembling:
Tim: 12
Pete: 9
John: 13 + -
Luke: 10
The + and - above would be buttons that John could use to increment his score (or maybe it's a text box with a submit button). Basically, he's looking for something really simple (a simple Perl cgi-bin script would be fine), and security is basically a non-issue.
This is something I could probably put together in perl in a couple hours, but the script he needs is state-of-the-art circa 1997, and there's really nothing that interests me beyond the fact that a friend's requested it. Besides, this has got to have been implemented before and I'd rather reuse than rewrite. I did some Google searches, but came up empty. Anyone have any suggestions for something that will work out of the box, or something close that I can modify?
I'd code it but it's been a while and programmers in general are quite lazy.
posted by prodevel at 6:13 PM on February 16