Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   3.0.1-Prefinal (http://www.bvlist.com/showthread.php?t=11709)

joeroberts 31st August 2018 04:11

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


All times are GMT +2. The time now is 20:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.