Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   Netmaniack 1.4 Problem (http://www.bvlist.com/showthread.php?t=1740)

BlOoDyio 5th January 2009 11:02

Netmaniack 1.4 Problem
 
Hello,
I have Netmaniack v1.4 and y have a problem!
If i make a new upload normal users can't download because they need to wait 48 hours after upload before download!
Y can edit this time?
Thanks

*Sorry for my english!:ok:

wMan 5th January 2009 13:22

in bittorrent/announce or even details.php change


to

PHP 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 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



All times are GMT +2. The time now is 07:59.

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