View Single Post
  #3  
Old 29th September 2017, 00:56
graaf graaf is offline
Senior Member
 
Join Date: Jun 2014
Posts: 17
Default
Quote:
Originally Posted by Chez View Post
You can make an if else statement for example:

PHP Code:
if ($usrclass == 'Uploader') {
//here goes the code multiplied by 2
} else {
//here goes the normal code

attention

Attention

This is just an example. Your variables can be different.



Thanks but I mean for all users who was uploaded torrent.

E.g If owner upload * 2
Reply With Quote