Thread: TBDev 2009
View Single Post
  #28  
Old 21st November 2010, 20:36
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
In include/config.php have you changed these?

PHP Code:
$TBDEV['announce_urls'][] = "http://localhost/TB_ALPHA/announce.php"
PHP Code:
$TBDEV['baseurl'] = "http://" $_SERVER["HTTP_HOST"]."/TB_ALPHA"
As they are set by default to work from a Sub-Dir called TB_APLHA

First one change to
PHP Code:
$TBDEV['announce_urls'][] = "http://YOUR URL/announce.php"
Second one change to
PHP Code:
$TBDEV['baseurl'] = "http://" $_SERVER["HTTP_HOST"].""
Reply With Quote