Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 19th October 2008, 14:34
Viruzzz Viruzzz is offline
Member
 
Join Date: Apr 2008
Posts: 5
Default Problem with status tracker
i install " Tbdev Official Modded Version By Big Joos (beta) " on server host and i create new torrent i upload on and don't work.
Click the image to open in full size.Click the image to open in full size.

on torrent site appears to be dead i wait 30min and still no work
what should i do that work?

thx
Reply With Quote
  #2  
Old 19th October 2008, 15:53
RikT RikT is offline
Senior Member
 
Join Date: Sep 2008
Posts: 34
Default
Quote:
Originally Posted by Viruzzz View Post
i install " Tbdev Official Modded Version By Big Joos (beta) " on server host and i create new torrent i upload on and don't work.
Click the image to open in full size.Click the image to open in full size.

on torrent site appears to be dead i wait 30min and still no work
what should i do that work?

thx
Did you fill out the db part in announce.php


PHP Code:
// secrets.php part //
$mysql_host 'localhost';
$mysql_db '';
$mysql_user '';
$mysql_pass '';
// end of secrets.php part // 
Reply With Quote
  #3  
Old 19th October 2008, 15:57
Viruzzz Viruzzz is offline
Member
 
Join Date: Apr 2008
Posts: 5
Default
yes, i have completed in announce.php , after installation source and don't works
Reply With Quote
  #4  
Old 22nd October 2008, 13:55
dyzzy dyzzy is offline
Senior Member
 
Join Date: Mar 2008
Posts: 20
Default
In announce and bittorrent you will have to set the wait time to 0.
Reply With Quote
  #5  
Old 22nd October 2008, 14:45
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
PHP Code:
if ($az["class"] < UC_USER)
        {
        
$gigs $az["uploaded"] / (1024*1024*1024);
        
$elapsed floor((gmtime() - $torrent["ts"]) / 3600);
        
$ratio = (($az["downloaded"] > 0) ? ($az["uploaded"] / $az["downloaded"]) : 1);
        if (
$ratio 0.5 || $gigs 5$wait 1;
        elseif (
$ratio 0.65 || $gigs 6.5$wait 0.75;
        elseif (
$ratio 0.8 || $gigs 8$wait 0.5;
        elseif (
$ratio 0.95 || $gigs 9.5$wait 0.25;
        else 
$wait 0;
        if (
$elapsed $wait)
        
err("Not authorized (" . ($wait $elapsed) . "h) - READ THE FAQ!"); 
to

PHP Code:
if ($az["class"] < UC_USER)
        {
        
$gigs $az["uploaded"] / (1024*1024*1024);
        
$elapsed floor((gmtime() - $torrent["ts"]) / 3600);
        
$ratio = (($az["downloaded"] > 0) ? ($az["uploaded"] / $az["downloaded"]) : 1);
        if (
$ratio 0.5 || $gigs 5$wait 0;
        elseif (
$ratio 0.65 || $gigs 6.5$wait 0;
        elseif (
$ratio 0.8 || $gigs 8$wait 0;
        elseif (
$ratio 0.95 || $gigs 9.5$wait 0;
        else 
$wait 0;
        if (
$elapsed $wait)
        
err("Not authorized (" . ($wait $elapsed) . "h) - READ THE FAQ!"); 
Reply With Quote
Reply

Tags
problem , status , tracker


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
VIP status kp380lv Mods & Themes 8 10th April 2010 20:47
error in tracker status sri Free Torrent Source 1 15th February 2010 21:51
Problem with TBDEV Tracker - Torrents problem M4d4lyNn TBDev 0 15th January 2010 08:49
problem h-tracker v2 amnezia Community Cafe 2 16th July 2009 16:55
Mysql Server Status, V1.x to v2 Grom Torrent Trader 0 6th September 2008 13:18



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