Ok here is how to integrate ebux and vbookie without having to edit the vbookie files.
If you have ucash installed then just go into ebux options in ACP select Manage Settings and change Points Field Name to ucash (it should be the 4th option up from the bottom.)
If you didn't have ucash installed then you will also need to run the following query (go to ACP maintenance Execute SQL Query)
Code:
ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
Then select ucash integration option in vbookie.
That should be it.
Frugal