File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# TBDev
2
2
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.
You can’t perform that action at this time.
0 commit comments