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.
- Host: GitHub
- URL: https://github.com/Hect0rius/TorrentBits
- Owner: Hect0rius
- License: gpl-2.0
- Created: 2018-12-14T15:29:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T10:43:59.000Z (over 5 years ago)
- Last Synced: 2024-11-19T12:49:03.995Z (6 months ago)
- Language: PHP
- Homepage: http://tbdev.info
- Size: 1.98 MB
- Stars: 17
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- RAWR - TorrentBits - The Original Tracker with mysql updates and security fixes for 2019. (Other / Torrent Trackers)
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.