View Single Post
  #2  
Old 13th August 2008, 18:26
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
In phpMyAdmin just run this sql query which will remove 4GB from every member account

Code:
UPDATE users SET 'uploaded' = 'uploaded' - '4294967296'

Last edited by Krypto; 13th August 2008 at 22:49.
Reply With Quote