My PHP-MySQL scouting system is up and upgraded this year. Many things are broken that were not last year (at the time of writing) so have patience. My goals for the scouting system have been (1) a lightweight interface that can be used on a laptop or portable browser (DS, PSP, etc browser) with minimal effort, (2) a straightforward interface that has everything where you would expect it to be, (3) quick access to things that are frequently accessed, (4) a powerful interface for running statistics and stuff. No fancy images or pretty CSS (hence I stick with the pink theme).
A running demo is at http://frcdb.redjacket.ws
Releases as I make them are at http://team498.org/scouting/files/releases/
The Git repository is at http://frcdb.redjacket.ws/scouting.git/ (You may wish to clone this over a release, since the repository does not include things like ADODB which the file release does)
To help facilitate deployment of the program on Windows machines, I compressed together lighty2go with the scouting program and database (and some data) pre-packed into a 7-Zip file available at http://team498.org/scouting/files/2go/. Simply extract the contents to a directory, run Start-Lighty2Go.exe, and visit http://localhost/ to setup the first user. It should be good enough to run and share at a regional (on 2.4Ghz wireless or Ethernet), just hand out your IP address which should be 10.* or 192.168.* . I hope to get it working with sqlite, so I can remove MySQL.
Please share any critique. If you prefer to chat I hang out at ##FRC on freenode (see my footer). Share and Enjoy.