Thread: 3.0.1-Prefinal
View Single Post
  #11  
Old 31st August 2018, 04:11
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
OK I see 2 problems
#1 No passkey is set
#2 the torrent is most likely listed as external torrent so now It well not allow announce on it
for #1 if the torrent is listed as external it well not add your passkey on down load

for #2 go to Admin=>Site Settings and add your announce url in the proper place You can add more then one such as
Code:
http://yoursite.com/announce.php
http://yoursite.com/announce
http://www.yoursite.com/announce.php
http://www.yoursite.com/announce
if you set tracker in a Subdomain
Code:
http://Subdomain.yoursite.com/announce.php
http://Subdomain.yoursite.com/announce
http://yoursite.com/subfolder/announce.php
http://yoursite.com/subfolder/announce
make sure if your going to go with siteurl/announce (No .php) you have allow rewrite in your server
You well then need to add in .htaccess
Code:
RewriteRule ^announce?(.*) announce.php?$1 [QSA,L]
after
Code:
RewriteRule ^(.*)-a-(.*).ts(.*)$ announce.php?passkey=$2 [QSA,L]
Make Sure There Are NO Blank Spaces After Each Announce Url
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 1st September 2018 at 05:49.
Reply With Quote