FilMania
This is a webside that uses IMDBPHP to create lists of films for user.
...When a movie is put in a list, all information is provided from IMDb.com by IMDBPHP, and the user can also make their own comment and rating.
Everyone can register easily with non-sensitive information which is a username, password and email-adress.
This program is created using PHP and HTML. You will also need MySQL to store information about movies. To decrease traffic to IMDb.com, all information will be stored locally on the server.
This program is still in the Alpha phase.
What you'll need:
- Webserver for PHP, I use Appache.
- MySQL as database.
- To run Database.sql to create the database.