Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 18th March 2013, 19:38
Isload Isload is offline
Senior Member
 
Join Date: Oct 2011
Iceland
Posts: 40
Default mods for tbev 2010 ?
Hey all, Does anyone have anonymous uploader, invite system and when a user register he get 5gb upload ?
Reply With Quote
  #2  
Old 18th March 2013, 22:01
TJO TJO is offline
Member
 
Join Date: Mar 2010
Sweden
Posts: 6
Default
for 5gb when register, just add that number i the database/phpmyadmin in the correct table.
Reply With Quote
  #3  
Old 19th March 2013, 00:39
Isload Isload is offline
Senior Member
 
Join Date: Oct 2011
Iceland
Posts: 40
Default 5gb ?
Yeah i know, but where do i add the code, i want it to happend to every user that signup
Reply With Quote
  #4  
Old 19th March 2013, 00:46
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
why use 2010?
and if want help, not free, just pm me.
Reply With Quote
  #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
  #6  
Old 21st March 2013, 12:35
TJO TJO is offline
Member
 
Join Date: Mar 2010
Sweden
Posts: 6
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
You dont need to change anything in the code, just set it to uploaded 5gb i the database.

Users -> Uploaded for example and put the numbers for in your case 5gb as standard så when a new user is registered it will have 5gb directly when the account is started.
Reply With Quote
Reply

Tags
2010 , mods , tbev

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 17:35. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.