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.
_settings/phoenix.default.php
to _settings/phoenix.custom.php
_settings/phoenix.custom.php
.php
and .sh
files to your server.admin.php
in your browser and run the Setup
option.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.
_cron/hourly/backup-database.sh
by changing the path in the second line, and the username, password, database, and file in the last three._settings/phoenix.custom.php
and set $settings['clean_with_cron']
to true
instead of false
. You can also set $settings['clean_with_requests']
to 0
to save processing time.crontab -e
, and add a crontab like the following. You can edit the times, and should make sure the paths are correct by running the commands after the asteriks.
15 * * * * php ~/phoenix/_cron/hourly/clean-and-optimize.php
30 * * * * ~/phoenix/_cron/hourly/backup-database.sh