View Single Post
  #5  
Old 19th March 2013, 00:50
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by Isload View Post
Yeah i know, but where do i add the code, i want it to happend to every user that signup

open phpmyadmin and look for table 'users' then look for column 'uploaded' edit that column and where you see 0 after DEFAULT change 0 to this 5120 this will give all users new 5gb off upload credit and not 0.

or if new site and no members or only some. you could delete/drop that column and add below to sql

Code:
ALTER TABLE users ADD uploaded bigint(20) unsigned NOT NULL DEFAULT '5120'
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote