View Single Post
  #7  
Old 6th December 2011, 21:04
eckeO5 eckeO5 is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 117
Talking
Quote:
Originally Posted by Edgein View Post
I'm looking for a mod that a sysop or higher can set the torrent ratio from any user to 1.0 in a simple click
through the userdetails of the user

it seems to me an extra mod for the donors and as an extra something to a member to surprise

greets Edgein

Bump: Hello all

nevermind i foud out how it works

id did it in this way

PHP Code:
INSERT INTO `bonus` (`id`, `bonusname`, `points`, `description`, `art`, `menge`) VALUES
(10'Fix Torrent Ratio''1000.0''With enough bonus points acquired, you are able to get 1:1 ratio on a specific torrent. The points are then removed from your Bonus Bank and your torrent ratio is fixed.''ratiofix'1),
(
11'Remove Warning''400.0''With enough bonus points acquired, you are able to remove a warning from your account. The points are then removed from your Bonus Bank and your warning limit is decreased.''warning'1); 
Greetzzz Edgein

Works fine for me, thx Edgein !!!!
Reply With Quote