An open API service indexing awesome lists of open source software.

https://github.com/Hect0rius/TorrentBits

The Original Tracker with mysql updates and security fixes for 2019.
https://github.com/Hect0rius/TorrentBits

Last synced: 15 days ago
JSON representation

The Original Tracker with mysql updates and security fixes for 2019.

Awesome Lists containing this project

README

        

# TBDev
A Modern take on the original 2010 PHP version, updated to be prolong the script life...

# Installation
Firstly create a new database called TBDev, with mysql or mariadb, then correct the config.php and announce.php with database information.

Next fill out your SMTP information in config.php, this will be used as a new method of mail functions within tbdev.
I use Zoho.com, $12-$20 a year, still havent been charged for my second year yet and been with them 2 years haha.

Then to populate the database upload SQL/tb.sql and then the rest of them in any old way aslong as tb.sql is first.

Upload to your www dir the entire folder, minus SQL, then signup a account and it will make you a sysop :)

# Changes from 2010 Version.
06/02/2019 - Added mail.php to bittorrent for mail functions, including imports of PHP Mailer (include/Mail/), added needed config info to include/config.php and fixed varies bugs with the mail to new sendEmail function.

17/01/2019 - Changed TBDEV.NET to TBDEV.info.

15/01/2019 - Cleaned up announce.php (added mysql.php) added ob_start() to start to trim extra shit that invalidates the output..

15/01/2019 - Cleaned up download.php, added ob_start to trim the extra shit that invalidates the torrent file.

15/01/2019 - Fixed up browse.php, updated mysql_fetch_assoc's to remove MYSQL_NUM as this is not needed.

15/01/2019 - inserted mysql.php to override original mysql functions to mysqli.