Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   mods for tbev 2010 ? (http://www.bvlist.com/showthread.php?t=9000)

Isload 18th March 2013 19:38

mods for tbev 2010 ?
 
Hey all, Does anyone have anonymous uploader, invite system and when a user register he get 5gb upload ?

TJO 18th March 2013 22:01

for 5gb when register, just add that number i the database/phpmyadmin in the correct table.

Isload 19th March 2013 00:39

5gb ?
 
Yeah i know, but where do i add the code, i want it to happend to every user that signup

DND 19th March 2013 00:46

why use 2010?
and if want help, not free, just pm me.

daffy 19th March 2013 00:50

Quote:

Originally Posted by Isload (Post 40030)
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'

TJO 21st March 2013 12:35

Quote:

Originally Posted by Isload (Post 40030)
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.


All times are GMT +2. The time now is 05:48.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.