If you look a page back chaos you will see this posted-
Quote:
For people wondering how to reset all user's vCash to 500, you need to execute this SQL query:
UPDATE user SET vbookie_cash=500;
If you totally want to clear all past events as well, execute these SQL queries:
DELETE FROM vbookie_news;
DELETE FROM vbookie_bets_placed;
DELETE FROM vbookie_item_options;
DELETE FROM vbookie_items;
DELETE FROM vbookie_groups;
|
Ive been through this thread a couple of times the past few months and im gonna go through it again. I was wondering if it's possible to-
a) Make an events just have ONE outcome as apposed to the default TWO
b) Can we display the Top 5 list to display Top 20 say?
All help appreciated thanks.