Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
Thread Tools
  #1  
Old 4th August 2009, 23:31
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default 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
Reply With Quote
  #2  
Old 5th August 2009, 06:40
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
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 :)
Reply With Quote
Reply

Tags
fully , modded , strike , times , torrent , waiting


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
help Torrent Strike Fully Modded wMan Torrent Strike 8 3rd August 2009 00:37
help Torrent Strike Fully Modded wMan Community Cafe 0 2nd August 2009 01:56
New mod request torrent strike fully modded toontigger Torrent Strike 8 26th April 2009 14:27
Torrent Strike fully modded sql problem dragontear Torrent Strike 4 30th January 2009 22:23
error on fully modded TS NatashaRhea Torrent Strike 1 12th August 2008 18:42



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