SuprDewd / simpletracker

A minimal BitTorrent tracker written in PHP
MIT License
34 stars 14 forks source link

[REQUEST] More uploading options #14

Open QuixThe2nd opened 4 years ago

QuixThe2nd commented 4 years ago

Let user optionally manually specify a filename when uploading. Option to lock uploading to specific users.

Wiilf commented 3 years ago

Remove 'name' from array key value check and assign variable to _POST field. Add a check with strlen() for field, fallback to array info key for torrent name.