Quote:
Originally Posted by ry215
Where can I change the default $250 to $0 for new user. Which table or template? Thanks!
|
This actually involves a database edit, unless I've missed something obvious. You'll need phpMyAdmin or similar.
Edit the table 'user', and find the row 'casino_cash' in the structure. Edit this and change the value 'Default' to '0'.
I always advise backing up your database first before altering it directly...in this case you could just back up the structure and data for the "user' table rather than the entire database. Easy enough to restore it then if anything goes wrong.