                 phpBTTrackerMod
                  version 0.5.1


(Note : this is a very short guide, with keywords to help you to search
deeper if you need, for instance with www.google.com...)


This tracker is very very heavily based on PHPBTTracker by DeHackEd.
In fact, for the moment, tracker.php is exactly the same as in the original PHPBTTracker.
The main modifications we brought are :
- improved admin authentication
- simplification of the installation process (but to do that we also removed a few files
  that some people might find useful)
- a remote server test script
- better XHTML code


1. Requirements

A server with PHP and MySQL.
I'm not sure what versions are needed, the only things I know are :
- it works on PHP 5.0.3 and 5.1.4
- it works on MySQL 4.1.10a-nt and 5.0.21-community-nt
If you want to learn how to install a server on your computer, see :
http://www.patheticcockroach.com/mpam4/index.php?p=32


2. Installation

Upload all the files on your server except the goodies&help folder.
Rename all win.htaccess files to .htaccess.
Make sure the script have write access to the incl folder (chmod 777 if needed).
Open install.php and follow the instructions.
Finally, delete install.php for better security.



3. Create a torrent for you tracker

It's particularly easy with Azureus.
Indicate tracker.php as announce URL (full path, for instance :
http://www.patehticcockroach.com/phpBTTRackerMod/tracker.php).
If you want to enable scrape, either indicate
- tracker.php/announce
- or announce.php
instead of tracker.php as announce URL



4. Interesting links

Official webpage
	=> http://www.patheticcockroach.com/mpam4/index.php?p=70

BitTorrent FAQ on how to create a torrent
	=> http://btfaq.com/serve/cache/56.html

How to chmod with most popular FTP clients
	=> http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php

How to install Apache + PHP + MySQL on Windows
	=> http://www.patheticcockroach.com/mpam4/index.php?p=32