Installation
------------

Execute all the SQL commands in webseed.sql. They're separated by semicolons
(the semicolons are not part of the queries themselves) if you need to enter
them manually. Most are mutli-line commands.


Edit config.php and set your desired maximum number of uploads, max
upload rate (note that the upload rate is burst-based) and the
username/password required to add new seeds.

Use
---

First, upload to the webspace the files you want to share. You should deny
HTTP access to them - .htaccess is a good way to do this (To prevent access
to a directory, it should contain one line:  "deny from all"). 

Access addseed.php. Enter the username, password, locate the .torrent for
the files you want to share, and in the large field, enter the relative path
to the files shared.

If the .torrent represents a single file, then the relative path should
point directly to the shared file.

If the .torrent represents more than one file, then the relative path should
point to the directory where the first files are located. Put a final / at
the end of the path name.