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 5th August 2018 16:33

3.0.1-Prefinal
 
This is A prefinal Release.
This release is satisfactory for a Live site.
There May be a couple changes to the code after this but well only be for Bug fix or language Issues.
I am going to tag it as Pre-release to keep it simple.
Any issues should be reported to http://btmanager.org/index.php

As always all updated codeds can be found on GitHub here

Source code (zip)
Source code (tar.gz)

revolution 10th August 2018 15:00

error
 
Tracker's Announce URL




http://i65.tinypic.com/2exa621.jpg

joeroberts 10th August 2018 21:54

Admin=>settings put your announce url in there where it says announce url
This could have been done on install.

steven2007 12th August 2018 09:15

after download if have not the two theme folders complet from github,file corrupt.


Could someone please provide the two complete folders here?
Thank you

:ok::ok::ok:

joeroberts 12th August 2018 12:21

1 Attachment(s)
:cool: here yea go

steven2007 12th August 2018 12:25

Thank you Joe:drink::friend:

joeroberts 27th August 2018 13:07

latest GitHub Updates
 
OK there has been 22 updates in GitHub
announce.php had a couple issues with peer id's
acp_arcade.php had image issues

we have made a few Updates on Language files
we have Added some missing images
we Have made some updates to some of the templates

Fixed date issue between servers and data bases
Fixed user date format and user time settings
Fixed bug in external torrent uploading
Fixed bug in user permission testing
and Fixed issues in error reporting

nilim 27th August 2018 13:16

I wish this one has xbt/ocelot support :sad:

revolution 30th August 2018 20:29

utorrent
 
bittorre
http://i66.tinypic.com/3026lhh.jpg

DND 30th August 2018 20:57

where is your passkey ?

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 19:31.

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