Quote:
Originally Posted by Taco John
This seems like a great hack! Thanks!
However, I can't find some features that I would think would be included... Like how can I adjust my users money amounts? Or how do I reset the game so that everybody is back on an even level? Are these options included/on the way?
|
yes you can adjust any way you see fit by using something like following in your phpadmin :
to reset everyone to whatever ya want use :
Code:
UPDATE user SET vbookie_cash=500;
to give money to a certain person use :
Code:
UPDATE user SET vbookie_cash=500 WHERE userid=xxxx;
replace x's with userid #
Quote:
Originally Posted by Taco John
It would be great if I could credit across particular user groups (ie. forum supporters). That would be great.
|
use the following:
Code:
UPDATE user SET vbookie_cash=xxx WHERE usergroup=xx;
fill in xxx's with desired amount and usergroup.
Quote:
Originally Posted by Taco John
Terriffic hack! It'll be great for the upcoming football season... Hopefully you'll be able to get some of this added functionality in it.
Thanks!
TJ
|
yes it is, i read on rico's forum he is busy for most of summer, but maybe soon.