Phoenix
Phoenix copied to clipboard
A lightweight BitTorrent Tracker written in PHP with an SQL backend.
Tests should set any and all global parameters that these scripts check, and confirm that output protects against invalid characters and attacks. They will likely need several tests each. ###...
If we list peers by completion instead of recency we should paginate requests to ensure we're not always showing the same peers and avoid spammers flooding the section. --- Want...
We can list peers more intelligently. Clients just starting a download don't need to know about a neighbour that has 0% as well, and completed downloads don't need to know...
Allows for calculating total traffic, a neat if flawed metric. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38073072-add-size-of-torrent-by-input?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github).
### Widely supported - [ ] xt (Exact Topic) – URN containing file hash - [ ] tr (Address Tracker) – Tracker URL for BitTorrent downloads - [ ] dn...
This should be simple, but we might want to add a "listed" flag here. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37923931-add-an-index-of-publicly-listed-torrents?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github).
Check if the directory is writable when there is no config file, then allow a user to input a MySQL username and password to install the tables and disable future...
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/42188834-add-comments-to-all-code?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github).
Provide some basic password security. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7299619-add-authentication-to-the-administration-area?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10163092&utm_medium=issues&utm_source=github).
**Describe the bug** getting 404 on app while post request to adnmin.php **To Reproduce** Steps to reproduce the behavior: 1. Go to 'admin.php' 2. Click on 'setup' 3. see 404...