Thread: Netvision 3
View Single Post
  #2  
Old 3rd April 2010, 21:15
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default
In global.php
after

Code:
function get_torrent_limits($userinfo)
{
    $limit = array("seeds" => -1, "leeches" => -1, "total" => -1);
put

Code:
 if (get_user_class() < UC_POWER_USER)
Now when you are Power User or + you have 0/infinite , seeding,leeching,total !

Last edited by sammygo; 4th April 2010 at 11:51.
Reply With Quote
The Following 2 Users Say Thank You to sammygo For This Useful Post:
hellix (4th April 2010), YsE (6th April 2010)