Thread: My Modded TBDev
View Single Post
  #6  
Old 9th October 2016, 04:06
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
All I can say is WOW!

OK
#1 why are you not closing sql conections?
#2 why are you not clearing sql querys?
#3 Your calling this tbdev 2010 here but in your code your calling it torrentstrike.net
PHP Code:
+------------------------------------------------
|   
BitTorrent Tracker PHP
|   =============================================
|   
by Cod3r
|   (c2015 2016 torrentstrike.net
|   http://torrentstrike.net
|   =============================================
|   
Licence InfoGPL
+------------------------------------------------ 
and there there are headers from old tbdev
PHP Code:
+------------------------------------------------
|   
TBDev.net BitTorrent Tracker PHP
|   =============================================
|   
by CoLdFuSiOn
|   (c2003 2011 TBDev.Net
|   http://www.tbdev.net
|   =============================================
|   
svnhttp://sourceforge.net/projects/tbdevnet/
|   Licence InfoGPL
+------------------------------------------------
|   
$Date$
|   
$Revision$
|   
$Author$
|   
$URL$
+------------------------------------------------ 
You have files in there dating back to 2011

#4 this part is going to throw allot of errors
PHP Code:
ob_start("ob_gzhandler"); 
this
PHP Code:
error_reporting(E_ALL); 
is not 100% reliable on all servers if php.ini is suppressing errors and if its not then I can tell you users are going to see allot of E_NOTICE errors and some E_DEPRECATED and that is only from looking over a few files man
Reply With Quote
The Following 3 Users Say Thank You to joeroberts For This Useful Post:
BamBam0077 (28th June 2022), iforgot (21st May 2017), Johnny Utah (9th October 2016)