Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Free Torrent Source (http://www.bvlist.com/forumdisplay.php?f=25)
-   -   FTS 1.1 (http://www.bvlist.com/showthread.php?t=2981)

fr33bh 9th July 2009 11:54

FTS 1.1
 
The latest FTS version is 1.1 and you can get it here: Download - Free Torrent Source

DEMO:
FTS

The new major version is a new generation of FTS, with over 200 bug fixes. You can see all changes here. You can also see all closed trac tickets here. We already have 6 bug reports, and we will fix those in the next minor version which is going to be released in 3 weeks(07/20/09).

What’s really important in this release (if you are lazy and you don’t want to search the changelog):
  • Seeding torrents now works. We had some porblems, but now it should be fixed [123]
  • New Staff Panel – more intelligent and optimized [115]
  • New mass mail tool [105]
  • DST Hack – allow users to choose if Daylight Saving Time is on or off [126]
  • Re-organized head code – more compact and less messy [132]
  • New administrator panel option: Image resizer mode. Allow you to control the image resizer mode, with 4 options: None, Samewindow, NewWindow?, Enlarge. See included documentation [135]
  • New BBcode editor [138]
  • Ajax commenting
  • Ajax forum posts
  • New zip mode options.
  • and a lot of bug fixes.


Other places to seach info about this:
FTS 1.1 FINAL Support Forums
Free Torrent Source Dev Blog

sammygo 9th July 2009 12:06

Nice fr33bh ;) Thanks !

Keiichi 9th July 2009 14:29

bug fix Left Menu
 
bug fix Left Menu

administrator/options.php
of
PHP Code:

    $TWEAH['leftmenunl'] = $leftmenunl 

to
PHP Code:

    $TWEAK['leftmenunl'] = $leftmenunl 

functions.php
of
PHP Code:

if ($leftmenu == "yes" AND (!$CURUSER AND $leftmenunl != "yes")) {
javascript('ssm'); 
javascript('ssmitems');


to
PHP Code:

if ($leftmenu == "yes" .(!$CURUSER AND $leftmenunl != "yes")) {
javascript('ssm'); 
javascript('ssmitems');



cobrabm 9th July 2009 16:56

Tools Staff panel
 
tools from staff panel work only for staff lider and to another users from staff says Access denied. please help to solve this problem

xxx2008 9th July 2009 21:39

fy
 
where to put the password and the user can not find secrets.php ?

http://i27.tinypic.com/2zpjk8o.jpg

wMan 12th July 2009 06:38

first of all u can't use root profile :smack: create new user new database and grant basic privilegies for it that will do the trick
second is that source test page redirecting thing aint quita working what u need to do is either contact server adminstration to edit httpd.conf for u ore if ur server edit ur self and u can get free domain name at oo.lv (some diferent names there ) if cant get httpd right contact me will help u out as much as i can because at this moment i can't realy register :wallbash:

xxx2008 15th July 2009 08:19

Quote:

Originally Posted by wolfman (Post 13268)
first of all u can't use root profile :smack: create new user new database and grant basic privilegies for it that will do the trick
second is that source test page redirecting thing aint quita working what u need to do is either contact server adminstration to edit httpd.conf for u ore if ur server edit ur self and u can get free domain name at oo.lv (some diferent names there ) if cant get httpd right contact me will help u out as much as i can because at this moment i can't realy register :wallbash:

everything is ok, it should work now

Quote:

Originally Posted by Keiichi (Post 13205)
bug fix Left Menu

administrator/options.php of

done :drink:

Bump:
Why not my staff panel and usersearch?

unomas 21st July 2009 17:13

probkem polls
 
error not button vote repair please

matrixismyname 4th August 2009 23:59

where is the new version ? 20/07 was like 2 weeks ago and no new version.

Wwwildthing 6th August 2009 01:53

2 Attachment(s)
The installer is broken. Manual creation of the db also fails.

Attachment 1581 Attachment 1582

Ashur 7th August 2009 04:22

Quote:

Originally Posted by Wwwildthing (Post 14174)
The installer is broken. Manual creation of the db also fails.

that didn't happen to me!!!
what version of mysql are you running?

Dragan3591 7th August 2009 04:32

I just tried it on my server. It works fine. Drop the database, reupload install folder and do it again.

xxx2008 7th August 2009 18:02

error not button vote repair please .help

Wwwildthing 8th August 2009 08:34

mysql-5.0.51b on localhost

I have 23 different php scripts running on this same stack RIGHT NOW... vbulletin, drupal, socialengine... nearly 2 dozen in all... but NONE of the tracker scripts from THIS website will install without errors.

cobrabm 15th August 2009 19:17

Pool button repair
 
Cut fron intex.php line 49 and put after
PHP Code:

do_action("index_elements_aftershout"); 

(line 14 is this)
after this disable from administrator panel MAIN Options Show Poll Box on index page?

xxx2008 18th August 2009 17:42

Quote:

Originally Posted by cobrabm (Post 14461)
Cut fron intex.php line 49 and put after
PHP Code:

do_action("index_elements_aftershout"); 

(line 14 is this)
after this disable from administrator panel MAIN Options Show Poll Box on index page?

not working, you can not post index.php exactly should be?

THX

Fiesta 19th August 2009 01:59

Not downloading when I register someone take show only upload 0.00 il record

cobrabm 19th August 2009 20:14

This is my index.php and work

PHP Code:

<?php
ob_start
("ob_gzhandler");
require 
"include/bittorrent.php";
loggedinorreturn(true);
do_action("index_top");
ffactory::pollwatch();
stdhead();
global 
$newsindex,$showgoindex,$pollindex,$lastxfo,$lastxto,$statsindex,$discindex;
if(
$newsindex == 'yes')
ffactory::shownews();
if (
$showshoutbox == "yes" AND $CURUSER) {
    
ffactory::showshout();
}
do_action("index_elements_aftershout");
do_action("index_elements");
if(
$showgoindex == 'yes')
ffactory::whatsgoingon();
if(
$pollindex == 'yes') {
echo 
_br;
    
FFactory::pollshow();
}
if(
$lastxfo == 'yes') {
    echo 
_br;
    
FFactory::lastxforumshow();
    }
if(
$lastxto == 'yes') {
    echo 
_br;
    
ffactory::lastxtorrentsshow();
    }
if(
$statsindex == 'yes') {
    echo 
_br;
    
FFactory::stats();
    }
if(
$discindex == 'yes') {
    echo 
_br;
    echo <<<disclaimer
    <table width=100% class=main border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2>Disclaimer</h2>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text><div align=justify>None of the files shown here are actually hosted on this server. The links are provided solely by this site's users.
The administrator of this site (
$DEFAULTBASEURL) cannot be held responsible for what its users post, or any other actions of its users.
You may not use this site (
$DEFAULTBASEURL) to distribute or download any material when you do not have the legal rights to do so.
It is your own responsibility to adhere to these terms.</div></table></td></tr></table>
disclaimer;
    echo <<<best
<table width=100% class=none border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<div align="left">This site is best viewed with <a href="http://www.getfirefox.com/" title="Get Firefox - The Browser, Reloaded."><img src="http://www.mozilla.org/products/firefox/buttons/firefox_80x15.png" alt="Get Firefox" border="0" height="15" width="80"></a> and with 1280*1024 in resolution. Recommended BitTorrent client's: <a href="http://www.utorrent.com/downloads" title="Get uTorrent"><img src="pic/utorrent.png" alt="Get uTorrent" border="0" height="15" width="80"></a> <a href="http://www.vuze.com/Download.html" title="Get Azureus"><img src="pic/azureus.png" alt="Get Azureus" border="0" height="15" width="80"></a></div>
</td></tr></table>
best;
}
echo 
"</td></tr></table>";
stdfoot();
?>


xxx2008 20th August 2009 17:19

help, you upload after giving everything and give my upload is:

http://i30.tinypic.com/15ccc1w.jpg

Edgein 4th September 2009 21:02

Please who got the fix for the poll
 
Hello all

who can help me with the polls
i've got no vote button when i create a poll

Who can help me

many grtzz Edgein

Bump:

Edit all don

Bump: Hello all

who knows were i can can edit the left menu
please help me :sos:

Edit all don

C2DaJ 22nd September 2009 16:23

Hi,

Im not that good with php, I only know the basic echo functions and stuff ;) LOL

I wondered if there was a way with this source to get it so 'guests' can see the front page?

If so, please share your knowledge!

Thanks :D

EDIT Ok i did it... doesn't matter....

gigiranga 27th October 2009 17:42

Hello guys!
I have some problems with this source.
One of them is shoutbox dont work. After i write a text i press enter and page is white :(
Second how create rules for Bonus point only posible way to spend points is Karma point why?

Thx I'll waiting your solution for this...

Edgein 27th October 2009 21:22

Quote:

Originally Posted by gigiranga (Post 16970)
Hello guys!
I have some problems with this source.
One of them is shoutbox dont work. After i write a text i press enter and page is white :(
Second how create rules for Bonus point only posible way to spend points is Karma point why?

Thx I'll waiting your solution for this...


Hello

you are the first man who have trobbles with the schoutbox
maybe you edited somthing wrong at shoutbox.php

and about the kbp i dont know what you mean

grtzz edgein

panboy 9th November 2009 20:03

takesignup
 
helo guys , i have a problem , i take this error message from takesignup.php...
:unknown:

"Error

Hi there, we had an unexpected error. Please retry again in a few minutes.
The error has been logged"

i rewrite the original fail but already take this error :S

Storm6699 10th February 2010 14:10

Quote:

Originally Posted by xxx2008 (Post 14611)
help, you upload after giving everything and give my upload is

This happens when a user tag(mark) in the UserCP / tracker "Email Notification"
(Notify me when a torrent is uploaded in one of
my default browsing categories. )

steghy 8th June 2010 21:49

Hy boys
 
I have a little problem ... sorry for my bad english :( !! i use fts 1.1 and it`s work great but when i upload a file in utorrent have this problem "can't unzip" .. anyone help me !? please :wild:

Edgein 9th June 2010 06:14

Quote:

Originally Posted by steghy (Post 23398)
I have a little problem ... sorry for my bad english :( !! i use fts 1.1 and it`s work great but when i upload a file in utorrent have this problem "can't unzip" .. anyone help me !? please :wild:


hello Steghy

there is indeed a little bug in the unzip

when you go tho the site settings panel
then to modsetting you can turn Enable Zip-Torrent-Download Mod of then it works good

steghy 9th June 2010 12:09

Quote:

Originally Posted by Edgein (Post 23409)
hello Steghy

there is indeed a little bug in the unzip

when you go tho the site settings panel
then to modsetting you can turn Enable Zip-Torrent-Download Mod of then it works good

when i enable that ... make the torrent file .zip :| why ?! i enable and i download the zip file ... the same problem :(

Edgein 9th June 2010 20:17

Quote:

Originally Posted by steghy (Post 23413)
when i enable that ... make the torrent file .zip :| why ?! i enable and i download the zip file ... the same problem :(

lol i mean disable it

steghy 9th June 2010 20:51

Quote:

Originally Posted by Edgein (Post 23422)
lol i mean disable it

the same problem please help me :|

melomaniac 8th July 2011 05:44

It is unfortunate
 
It is unfortunate that this project is no longer developing, excellent torent-tracker skript :suicide:

joyel 21st September 2012 21:59

I'm having some problems with staff tools. As of now only 'staff leader' can use those tools. Other staff usergroups such moderator, administrator, and sysop receive 'access denied' error while trying to use them. I checked the 'edit' page under staff panel and the permission setting looks alright.

How can I fix this? Any help would be greatly appreciated.

Cheers!


All times are GMT +2. The time now is 02:46.

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