Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #51  
Old 4th February 2012, 01:53
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Exclamation
Quote:
Originally Posted by bogdanz00 View Post
tbdev is nice, but older!

would be nice to release a new version, fresh!
there is so much fighting over there that I doubt they will ever release another one, the 2010 release has been in the works for more then 2 years and no final in sight. Lets put it this way....if they worked for microsoft we would all be still on Windows 98.
Reply With Quote
  #52  
Old 13th February 2012, 22:37
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Default
Quote:
Originally Posted by DAKz View Post
there is so much fighting over there that I doubt they will ever release another one, the 2010 release has been in the works for more then 2 years and no final in sight. Lets put it this way....if they worked for microsoft we would all be still on Windows 98.
agree
Reply With Quote
  #53  
Old 24th February 2012, 02:48
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Angry error
Warning: file_get_contents(http://www.tbdev.net/index.php?app=d...ownload&id=125) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /data/multiserv/users/809875/projects/1926356/www/install/install.php on line 51
Random Checks

Exist: browse.php:
Exist: include/config.php
Exist: admin/stats.php
Exist: SQL/tb.sql

Writable: include/config.php
Writable: torrents
Writable: cache
Writable: logs
We have found error in the file structure of the site, this could be due to one of the below reasons:
  • The zip file has not been extracted into the same folder as this file
  • We were unable to move the files from the TB_ALPHA folder into the http root directory where this file resides
  • The file structure has been altered by the author
If you are able to solve the issues then please do so and then hit the recheck button below, if all else fails please download the zip file for the latest tbdev source and extract it to the same folder as this file, that should resolve the issues.We have an encountered a problem with the permissions on one or more files/folders. In order for the site and his installer to operate you need to ensure that these are resolved. This is commonly a linux issue, you can either chmod the files/folders to 777 or chown the entire directory to your http servers user. If you are new to linux it will be easier for you to simply chmod the files to 777 at this point, use google if your not sure how to do this, there are millions of howto's. Hit recheck when you think this problem is solved.
Reply With Quote
  #54  
Old 8th April 2012, 18:57
josh1512 josh1512 is offline
Senior Member
 
Join Date: Apr 2012
P2P
Posts: 24
Default help
hi i try and install this release and i keep getting redirected back to my host i am using 000webhost what can i do to install this release
Reply With Quote
  #55  
Old 8th April 2012, 19:16
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default
Quote:
Originally Posted by josh1512 View Post
hi i try and install this release and i keep getting redirected back to my host i am using 000webhost what can i do to install this release

wouldn touch a free host there to much trouble than there worth. set up a test site on your pc install the code fix the errors and then find a paid hosting service or dedicated 1
Reply With Quote
  #56  
Old 2nd July 2012, 12:06
skangster skangster is offline
Member
 
Join Date: Jul 2012
Ireland
Posts: 6
Default hi guys
how ya doin,i am looking to upload TBDev tracker on my VPS,please i need as much info as possible

Where to download the latest TBDev and how to upload it

thank you in advance
Reply With Quote
  #57  
Old 2nd July 2012, 21:51
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
You should find all the info you require on these forums along with the latest version.

You can also download it from Sourceforge http://sourceforge.net/projects/tbdevnet/
Reply With Quote
The Following User Says Thank You to Krypto For This Useful Post:
rapala (12th February 2020)
  #58  
Old 4th July 2012, 19:26
Donic90 Donic90 is offline
Member
 
Join Date: Jul 2012
Spain
Posts: 3
Exclamation Statusbar
Hy,

I want to change the position of the status bar, i want the status bar above de logo(header).

I'm editing the bitorrent.php file and i have the following code

PHP Code:
<body>
    <
div id='container'>
      <
div id='header'>
      <
div class='clear'><div id='mainlogo'><img src='{$TBDEV['pic_base_url']}logo.jpg' alt='' /></div>
      </
div>
    </
div>

      <
table class='mainouter' width='100%' border='1' cellspacing='0' cellpadding='10'>
<!-- 
STATUSBAR -->";

    [B]
$htmlout .= StatusBar();[/B]

    
$htmlout .= "<!-- MENU -->
      <
tr><td class='outer'>
      <
div id='submenu'>";

    if (
$CURUSER
    { 
      
$htmlout .= "<div class='tb-top-left-link'>
      <
a href='index.php'>{$lang['gl_home']}</a>
      <
a href='browse.php'>{$lang['gl_browse']}</a>
      <
a href='search.php'>{$lang['gl_search']}</a>
      <
a href='upload.php'>{$lang['gl_upload']}</a>
      <
a href='chat.php'>{$lang['gl_chat']}</a>
      <
a href='forums.php'>{$lang['gl_forums']}</a>
      <!--<
a href='misc/dox.php'>DOX</a>-->
      <
a href='topten.php'>{$lang['gl_top_10']}</a>
      <
a href='rules.php'>{$lang['gl_rules']}</a>
      <
a href='faq.php'>{$lang['gl_faq']}</a>
      <
a href='links.php'>{$lang['gl_links']}</a>
      <
a href='staff.php'>{$lang['gl_staff']}</a>
      </
div>
      <
div class='tb-top-right-link'>";

      if( 
$CURUSER['class'] >= UC_MODERATOR )
      {
        
$htmlout .= "<a href='admin.php'>{$lang['gl_admin']}</a>";
      }

    
$htmlout .= "<a href='my.php'>{$lang['gl_profile']}</a>
      <
a href='logout.php'>{$lang['gl_logout']}</a>
      </
div>";
    } 
    else
    {
      
$htmlout .= "<div class='tb-top-left-link'>
      <
a href='login.php'>{$lang['gl_login']}</a>
      <
a href='signup.php'>{$lang['gl_signup']}</a>
      <
a href='recover.php'>{$lang['gl_recover']}</a>
      </
div>";
    }

    
$htmlout .= "</div>
    </
td>
    </
tr>
    <
tr><td align='center' class='outer' style='padding-top: 20px; padding-bottom: 20px'>";


    if (
$TBDEV['msg_alert'] && isset($unread) && !empty($unread))
    {
      
$htmlout .= "<p><table border='0' cellspacing='0' cellpadding='10' bgcolor='red'>
                  <
tr><td style='padding: 10px; background: red'>\n
                  
<b><a href='messages.php'><font color='white'>".sprintf($lang['gl_msg_alert'], $unread) . ($unread > 1 ? "s" : "") . "!</font></a></b>
                  </
td></tr></table></p>\n";
    }

    return 
$htmlout;
    
} // stdhead 
when i put the $htmlout .= StatusBar(); above the container it gives me an error. help ?
Reply With Quote
  #59  
Old 13th July 2012, 18:06
djzoulox's Avatar
djzoulox djzoulox is offline
Senior Member
 
Join Date: May 2012
Denmark
Posts: 77
Default
Quote:
Originally Posted by underx View Post
plz how can remove the cloud search in browse.php ?
remove this part in browse.php
Code:
    $HTMLOUT .= "<div id='wrapper' style='width:90%;border:1px solid black;background-color:pink;'>";


    //print out the tag cloud
    require_once "include/searchcloud_functions.php";
    $HTMLOUT .= cloud() . "</div><br /><br />";
__________________
https://blog4.eu
Reply With Quote
  #60  
Old 23rd July 2012, 12:50
kutup95 kutup95 is offline
Senior Member
 
Join Date: Jun 2012
Turkey
Posts: 20
Default
(HTML/BB code is not allowed.)

how can i allow this ?
Reply With Quote
Reply

Tags
2009 , tbdev

Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tbdev 2009 Theme ? Ripparinn Sell & Buy 4 21st May 2010 00:11
freeleech.eu tbdev final 2009 djblackout Community Cafe 0 23rd March 2010 04:42
tbdev rev 212.2009 seeding problem irfan TBDev 16 9th February 2010 22:12
tbdev 2009 irc install irfan TBDev 0 12th October 2009 17:11



All times are GMT +2. The time now is 15:29. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.