Installaion Instructions

* Requirments

	Please Make sure you have the following before proceeding.
	  Bytemonsoon has not been tested on anything older.
	
	1. Http server capable of php plugins (Apache, abyss etc)
	2. Mysql 4.0.14 or higher
	3. PHP 4.3.4 or higher
	4. phpMyAdmin Recommended (or command line knowledge)
	5. Lots of webspace and especially band width

* Database preperation

	You need an empty database that can be used. Once ready,
	  Copy and Paste the content of the SQL file using phpmyadmin to create
	  the required tables.

* Configuring

	All the configuration settings are located in include/secrets.inc
	  Please fill in all the necassary information in that file like
	  database Name, login name, password etc.
	Once you have that done and the tracker is working properly you can fine tune
	  the autoclean and other settings that are at the top of the iclude/bittorrent.inc
	  file but you don't have to.
	
	NOTE: Remember to chmod the torrents directory 777 otherwise torrents will not be uploaded
	  because of permission issues

* Creating Admins

	To create admins, Log into phpMyAdmin and browse the 'users' table. 
	  Look for the user you want to make admin and edit that row and 
	  look for Admin and you should have the option to choose 'yes' or 'no' affecting
	  whether your admin or not respectively. Follow this process to make other
	  users admins as well.
	^HINT^ - You will need to go through the signup process or manually enter the
	  information using phpMyAdmin or the command line.

* Theming

	Several hours have been spent trying to make bytemonsoon easier to theme.
	  So please use the style.css sheet! You can change the entire trackers color
	  scheme from on convienient place.
	Some obscure pages may not be changed because we missed them, if you find any
	  please notify me so I can fix it in the next release.

* Cleanup

	When you have finished installing the tracker you may remove the entire docs
	  folder.