Bravo List
Register
Go Back   Bravo List > Sources > Free Torrent Source
Reply
  #11  
Old 07-08-09, 03:22
Ashur's Avatar
Moderator
 
Join Date: Jun 2008
Posts: 526
Activity Longevity
0/20 16/20
Today Posts
0/11 ssssss526
Default
Quote:
Originally Posted by Wwwildthing View Post
The installer is broken. Manual creation of the db also fails.
that didn't happen to me!!!
what version of mysql are you running?
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #12  
Old 07-08-09, 03:32
Dragan3591's Avatar
Staff
 
Join Date: Oct 2008
United States
Posts: 169
Activity Longevity
0/20 14/20
Today Posts
0/11 ssssss169
Default
I just tried it on my server. It works fine. Drop the database, reupload install folder and do it again.
__________________
CLICK HERE FOR IMPORTANT NEWS FROM BVLIST!!

"Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut."
Ernest Hemingway.

"A positive attitude will not solve all your problems, but it will annoy enough people to make it worth the effort."
Herm Albright.
Reply With Quote
  #13  
Old 07-08-09, 17:02
xxx2008's Avatar
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 31
Activity Longevity
0/20 9/20
Today Posts
0/11 sssssss31
Default
error not button vote repair please .help
Reply With Quote
  #14  
Old 08-08-09, 07:34
Wwwildthing's Avatar
Member
 
Join Date: May 2008
Posts: 9
Activity Longevity
0/20 17/20
Today Posts
0/11 ssssssss9
Default
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.
Reply With Quote
Sponsored Links
Advertisement
  #15  
Old 15-08-09, 18:17
cobrabm's Avatar
Senior Member
 
Join Date: Mar 2008
Posts: 19
Activity Longevity
0/20 18/20
Today Posts
0/11 sssssss19
Default 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?
Reply With Quote
  #16  
Old 18-08-09, 16:42
xxx2008's Avatar
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 31
Activity Longevity
0/20 9/20
Today Posts
0/11 sssssss31
Default
Quote:
Originally Posted by cobrabm View Post
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
Reply With Quote
  #17  
Old 19-08-09, 00:59
Fiesta's Avatar
Member
 
Join Date: Aug 2009
P2P
Posts: 1
Activity Longevity
0/20 8/20
Today Posts
0/11 ssssssss1
Default
Not downloading when I register someone take show only upload 0.00 il record
Reply With Quote
  #18  
Old 19-08-09, 19:14
cobrabm's Avatar
Senior Member
 
Join Date: Mar 2008
Posts: 19
Activity Longevity
0/20 18/20
Today Posts
0/11 sssssss19
Default
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"><br>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();
?>
Reply With Quote
  #19  
Old 20-08-09, 16:19
xxx2008's Avatar
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 31
Activity Longevity
0/20 9/20
Today Posts
0/11 sssssss31
Default
help, you upload after giving everything and give my upload is:

Click the image to open in full size.

Last edited by xxx2008; 28-08-09 at 17:28.
Reply With Quote
  #20  
Old 04-09-09, 20:02
Edgein's Avatar
Staff
 
Join Date: Sep 2008
Netherlands
Posts: 96
Activity Longevity
2/20 14/20
Today Posts
1/11 sssssss96
Smile 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

Edit all don
__________________
Visit my fts 1.1 demo tracker
and let my know if you like it

Edgein.org

And Visit or Dutch torrent source thc tracker
U can find us at

Super-tor.org

Last edited by Edgein; 22-09-09 at 22:10.
Reply With Quote
Reply

Tags
fts

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 18:58. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden