Skip to content

Commit c6b7e34

Browse files
committed
Merge branch 'master' of https://github.com/Hect0rius/TBDev
2 parents d9ef561 + c591d11 commit c6b7e34

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# TBDev
22
A Modern take on the original 2010 PHP version, updated to be more up to date.
3+
4+
# Installation
5+
Firstly create a new database called TBDev, with mysql or mariadb, then correct the conifg.php and announce.php with database information.
6+
7+
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.
8+
9+
Upload to your www dir the entire folder, minus SQL, then signup a account and it will make you a sysop :)
10+
11+
# Changes from 2010 Version.
12+
17/01/2019 - Changed TBDEV.NET to TBDEV.info.
13+
14+
15/01/2019 - Cleaned up announce.php (added mysql.php) added ob_start() to start to trim extra shit that invalidates the output..
15+
16+
15/01/2019 - Cleaned up download.php, added ob_start to trim the extra shit that invalidates the torrent file.
17+
18+
15/01/2019 - Fixed up browse.php, updated mysql_fetch_assoc's to remove MYSQL_NUM as this is not needed.
19+
20+
15/01/2019 - inserted mysql.php to override original mysql functions to mysqli.

0 commit comments

Comments
 (0)