|
PURPOSE
USAGE
INSTALLING
WHAT TO DO
LICENSE
VERSION
PURPOSE: To organize your DVD/Video collection alone or with your friends
using an ACCESS DB. Includes email system used to borrow movies from each other.
USAGE:
To add a movie:
1. Ensure the genre of the movie is available in DB. Otherwise start adding the
genre using "Add Category".
2. If you want to have an image with the movie, you then have to upload the
image (gif or jpg) to the server using "Add Image".
3. Now you can enter information about the movie you'll have in the DB using
"Add Movie".
To register:
In this demo you only can log in as "guest" using the password "guest".
To borrow:
You have to provide your real email address in order to receive the demo
email giving the request to borrow the chosen movie.
INSTALLING: Unzip all files and subdirectories "db" and "Images" to your webserver.
The DYNAMIC VIDEOTHEQUE is a collection of the following files:
- addcategory.asp
- addcategorystep2.asp
- addimage.asp
- addmovie.asp
- addmoviestep2.asp
- adovbs.inc
- borrow.asp
- default.asp
- dbc.asp
- deletegenre.asp
- deletemovie.asp
- editmovie.asp
- editmoviestep2.asp
- error.asp
- fileupload.inc
- functions.asp
- main.asp
- menu.htm
- movie.asp
- movies.asp
- readme.txt
- register.asp
- registerstep.asp
- right.htm
- db/bmdvd.mdb
- images/dvd.jpg
- images/paypal.gif
- images/update.gif
- images/uknown.gif
WHAT TO DO?
The file dbc.asp contains the connection string to the access DB. You might have
to edit there. Also remember that DB itself (in the db subdirectory) should be
available for writing.
The file borrow.asp has information on sending email using JMAIL as asp mail
component from http://www.dimac.net. You have to provide information (in line49)
about your smtp server. If you haven't JMAIL installed the email section of the
file should be changed according to your alternate email solution.
If only owner may edit movie details keep line 65 unmarked in file editmovie.asp.
LICENSE:
FREE
VERSION:
1.2 - january 1, 2004
Now you can delete category and movies.
1.1 - october 13, 2003
Now you can edit movie details.
1.0 - september 27, 2003
Thanks to
Lars Snyder (pila@mailme.dk) http://www.tipsogtricks-online.dk for "Fileupload
inc" which I used to upload imagefiles
Katrien Dermaut De Graeve - http://www.URLogy.com for ashopkart20 which gave me
the idea on how to manage this project
|