View Single Post
  #3  
Old 19th July 2017, 20:52
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Thumbs down
Quote:
Originally Posted by rubaiyatfardin View Post
Now we will gonna update previously registered users with 1 bonus ratio

To do this:
go to mysql > users
execute this code
Code:
UPDATE users
SET    uploaded = '1000000000';
again execute this
Code:
UPDATE users
SET    downloaded = '1000000000';
I strongly suggest you DO NOT execute the above, otherwise you'll have some very angry members as what that'll do is overwrite everyone's Upload/Download Ratio.
Reply With Quote