|
You could probably set one up yourself using MySQL to store file information. Just have a field in the table called "Rating" and get your users to rate the file on the webpage, and it updates the database and then redirects the user to another page, displaying the file information (if that makes sense).
|