Quote:
Originally Posted by MorrisMcD
I do have one question.. I forget who is was who provided the query to make vbookie work with ebux by renaming fields ucash, but can I change that back now with a dif query
|
Yes, the following query will change it back to eBux
Code:
ALTER TABLE `user` CHANGE `ucash` `ebux` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
Also don't forget to edit your eBux settings to set the eBux Points Field to eBux and of course make the necessary changes in the vbookie settings.
Frugal