Log in

View Full Version : Changing VBOOKIE Cash


sportsquick
10-28-2006, 04:36 PM
It shows that It starts with 500 VCash, how do I change it?

Chicago_VLNU_4s
10-28-2006, 11:36 PM
ok... what do you want to change it to? reputation?

sportsquick
10-29-2006, 02:26 AM
100000 not 500

nighteyes
10-29-2006, 02:46 AM
You need to edit the database using something like phpMyAdmin and change the default value for "vbookie_cash" in the user table from "500" to the new variable you want members to have. This is the amount of vCash new members will be given when they signup.

Note you'll need to run a separate query to have this applied to existing registered users. Something like:

UPDATE user SET vbookie_cash=YOUR_NUMBER WHERE usergroupid=USERGROUP_NUMBER_HERE;