Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   waiting times on Torrent Strike Fully Modded (http://www.bvlist.com/showthread.php?t=3156)

wMan 4th August 2009 23:31

waiting times on Torrent Strike Fully Modded
 
Torrent Strike Fully Modded on all the torrents there is waiting times anyone help me out please on how to take waiting times off torrent downloads for users :sos:

Tony 5th August 2009 06:40

open bittorrent , announce , details .php

and find

Code:

if ($CURUSER["class"] < UC_VIP)
  {
          $gigs = $CURUSER["uploaded"] / (1024*1024*1024);
          $ratio = (($CURUSER["downloaded"] > 0) ? ($CURUSER["uploaded"] / $CURUSER["downloaded"]) : 0);
          if ($ratio < 0.5 || $gigs < 5) $wait = 48;
          elseif ($ratio < 0.65 || $gigs < 6.5) $wait = 24;
          elseif ($ratio < 0.8 || $gigs < 8) $wait = 12;
          elseif ($ratio < 0.95 || $gigs < 9.5) $wait = 6;
          else $wait = 0;
  }

just change them all to $wait = 0 and bobs your uncle :)


All times are GMT +2. The time now is 17:04.

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