ByteMonsoon Tracker v2.0.5
 Based off 2.0.4 released by cyberyoda @ cyberyoda.com/src
  which was based of bytemonsoon 2.0.0 RC1 by wooly @ bytemonsoon.net/src (Dead)
---------------------------------------------------
Check our sourceforge page at https://sourceforge.net/projects/bytemonsoon/
  for the latest version and use the features provided by sourceforge to notify me of
  bugs or any feedback you have. 
---------------------------------------------------
* Contributing
---------------------------------------------------
	There is a lot to be done. See the TODO section below or head on over
	  to the sourceforge page and take a look at the bugs tracker or write
	  up a document on modding or optimizing your tracker like making it
	  use turk mmcache for example.
	If you write up a fix or a new feature, email all the affected files to me

- Jmstacey (admin@jmstacey.net)
--------------------------------------------------- 
* TODO
---------------------------------------------------
	+Page Size optimization
	+Check for duplicate email addresses as well as usernames.
	+Complete inspection of tracker for any excess code and any
	  optimizations that can be made
	+Fix downloads so you don't have to right click and save as
	+Modify account activation page to say something instead of
	  blank page.
	+Comments limited to 750 characters with a nice javascript counter.
	+Only first 40 characters of torrent name are displayed. Full
	   length displayed on details page.
	+Descriptions limited to 1500 characters with nice javascript
	  counter.
	+New Auto Cleanup Feature: Automatically deletes old torrents after 6
	  months. Frequency customizable in bittorrent.inc with a variable.
	+New Auto Cleanup Feature: Automatically delete inactive users after
	  6 monts. Frequency customizable in bittorrent.in with a variable.

PLEASE NOTE:
If you decide to send me changes, please send the entire file. I use
  ExamDiff to find the differences in code and having the all the files
  affected in their full entirety makes the job much easier than trying
  to find out where they go by line numbers as each program numbers
  them differently.
---------------------------------------------------
* Support
---------------------------------------------------
	If you need any help, have any suggestions, found a bug, or just want
	  to talk about bytemonsoon. Visit our forums and trackers at
	  https://sourceforge.net/projects/bytemonsoon/


---------------------------------------------------
* CHANGE LOG
---------------------------------------------------
v2.0.5 05/4/04
	+Default number of torrents displayed per page increased to 25.
	+Account activation emails reactivated
	+Activation links in emais fixed
	+Several database modifications. Recommend you do a fresh install
	  of tracker, no update script provided.
	+Character limit to username changed to 15
	+Character limit to passwords changed to 15
	+Cleaned out unused code and files 
	+Theme from central style sheet.
	

v2.0.4 01/13/2004 By Cyberyoda (cyberyoda.com/src)
	+Added /announce directory, with an index.php that links to
	  ../announce.php.  There appear to be many clients out there who are 
	  requesting /announce?params instead of /announce.php?params
	+Changed Seeders to Seeds and Leechers to Leeches in all display code,
	  just to save a few bytes per page load & make columns less wide.
	
v2.0.3 12/13/2003 By Cyberyoda (cyberyoda.com/src)

	+Fixed some typos in install.php (reported by sobe and Hkserver)
	  install.php has been tested and does work, if you have problems
	  please let me know
	+Changed Snatched to Downloads
	+Changed size function to a faster version, and changed size column
	  in output to not show any decimals.
	+Right-justified size and uploader columns
	+Fixed problem in download.php and bittorrent.inc.php where special
	  characters and spaces were not properly escaped for download names, 
	  resulting in Internet Explorer sometimes prompting with open/save
	  the file named "download" or "download.php", instead of the actual 
	  torrent name.
	+Removed ratings system in effort to tune for speed
	+Removed graphics (logos for category) in effort to tune for speed
	+Added /scrape and /scrapephp directories, with an index.php that links to
	  ../scrape.php.  There appear to be many clients out there who are requesting
	  /scrapephp?info_hash=blahlbah or /scrape?info_hash=blahlbah, instead of
	  /scrape.php?info_hash=blahblah - this will give those clients valid results.
	  (yes, a url rewrite would have been classier, however this is more portable)
	+Added a few indexes to the peers (connectable) and torrents (filename, name, 
	  added, last_action) tables.  There's no update script for existing installs
	  yet, if these prove worthwhile I'll go ahead and make one.

v2.0.2 10/28/2003 By Cyberyoda (cyberyoda.com/src)
	
	+Fixed searching for "Any Type" categories.  Was resulting in failed searches.
	+Changed install.php to output html message before exiting on config existence.

v2.0.1 07/27/2003 By Cyberyoda (cyberyoda.com/src)

	+Changed install.php to exit if configuration already exists.
	+Renamed secrets.php and bittorrent.php to *.inc.php
	+Moved/added site configuration variables to secrets.inc.php
	+Re-written/configured install file for cleanups and to include site config info.
	+Many php warnings suppressed
	+ob_start calls changed to check to see if output buffering is on globally, to avoid php error logged.
	+Addition of trackerinfo.php, which is information about the local tracker and the source it's based on.
	+Movement of all images to the ./pic dir
	+Version information stored in bittorrent.inc

	I've _purposefully_ tried not to make any major changes, all changes have been minor fixes
	and improvements to make installation easier.

v2.0-RC1 By Wooly @ www.bytemonsoon.net
