View Single Post
  #7  
Old 14th December 2013, 17:10
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
attention

Attention

why make another thread for the same problem ?
stop trying to make the site work in TB folder, a.k.a subdomain.
upload it on the root folder.




then in config.php make sure you have

PHP Code:
$TBDEV['baseurl'] = "http://" $_SERVER["HTTP_HOST"].""
and

PHP Code:
$TBDEV['announce_urls'] = array();
$TBDEV['announce_urls'][] = "http://localhost/announce.php"
in announce.php make sure u have
PHP Code:
$TBDEV['baseurl'] = 'http://localhost/'
make sure torrents folder is chmod 777 if using linux OS.

***** when creating the .torrent file make sure you have in your torrent client the correct announce url, in your case http://localhost/announce.php
Reply With Quote