View Single Post
  #10  
Old 25th March 2009, 18:37
pdq pdq is offline
TBDev BANNED Warrior
 
Join Date: Sep 2008
P2P
Posts: 46
Default
Quote:
Originally Posted by Fynnon View Post
***************************
3. Fix the errors -
this source has by default full error reporting enabled in config.php:
PHP Code:
error_reporting(E_ALL); 
try putting that line at top of bittorrent.php with other tbdev sources and you will be overwhelmed with the sheer amount of errors/notices...

this is by far the best tbdev source to date, Coldfusion has fixed all the notice errors that plagued the previous releases and has done a great deal to optimize this vanilla source as well as adding most popular mods (passkey, statusbar, new message system, cached tables, etc.).

this source is not dodgy! however i wouldn't recommend it to n00bs but am recommending it for those with basic php/mysql skills who don't need to ask for support every hour cause of a missing require_once or sumthing. :P

there is a thread at tbdev with fixes for most common issues arising from this alpha release.

i use it on my live site with no issues

:)
Reply With Quote