Skip to content

dogsAreReallyCool/phoenix

 
 

Repository files navigation

Phoenix v.3.0

Codacy Badge Code Climate Travis CI

A lightweight BitTorrent Tracker written in PHP, with an SQL backend, for people that just want to host a tracker, not the torrent listing site.

Installation

What Do You Need?

Required

  • PHP >= 5.3
  • A MySQLI supported database, such as MySQL >= 4.1

Recommended

Really Recommended

Install Guide

  1. Copy _settings/phoenix.default.php to _settings/phoenix.custom.php
  2. Edit the variables in _settings/phoenix.custom.php
  3. Upload all the .php and .sh files to your server.
  4. Load admin.php in your browser and run the Setup option.
  5. Change $settings['db_reset'] = false; OR delete admin.php from your server.

Configuration

Configuration should take place in _settings/phoenix.custom.php, NOT _settings/phoenix.default.php. Phoenix will attempt to use the default configuration if yours is missing.

About

A lightweight BitTorrent Tracker written in PHP with an SQL backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.4%
  • Shell 0.6%