simpletracker icon indicating copy to clipboard operation
simpletracker copied to clipboard

Added Bootstrap Support and Bug Fix

Open QuixThe2nd opened this issue 5 years ago • 1 comments

Changelog:

  • Added Bootstrap support
  • Fixed bug that would cancel out every character after a , (and possible other characters) in download's filenames.

QuixThe2nd avatar Feb 25 '20 12:02 QuixThe2nd

There are hundreds more updates I've applied, spanning beyond the script itself, such as torrent signing and 7 different BEPs added in (such as http-seeds). Announce script was entirely rewritten with tons of community perks and updates (happy hour, download slots, much more).

I also produced a MySQLi version of announce.php which works well.

Additionally, the login system utilizes a custom account class providing token authentication, secure sessions and no more risk of "session fixation".

The use of array_key_exists() is also considerably slower than isset(), just something to note.

Wiilf avatar May 19 '21 16:05 Wiilf