View Single Post
  #2  
Old 23rd April 2009, 23:25
InFeRnO InFeRnO is offline
Senior Member
 
Join Date: Jul 2008
Posts: 29
Default
Ok look in announce.php for this
PHP Code:
if ($left && $az["class"] < UC_VIP)
    if (
$az["class"] < UC_VIP)
    {
        
$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 48;
        elseif (
$ratio 0.65 || $gigs 6.5$wait 36;
        elseif (
$ratio 0.8 || $gigs 8$wait =12;
        elseif (
$ratio 0.95 || $gigs 9.5$wait 0
or similar and change to 0's also in bitorrent.php the same

Last edited by Fynnon; 23rd April 2009 at 23:28. Reason: use [code] or [php]... [codebox] is for IPB i think :P
Reply With Quote