VBookie : add vcash to each user... plz help

anupam_luv

New Member
Regarding vBookie, I urgently need
1. A mod or an sql query to add (x) vcash to each user of the forum, but I can't find it now.

2. A cron job to give away some allowance of vCash every month.

All thse solutions are posted at http://www.vbulletin.org/forum/showthread.php?t=94128&page=57 but I cant read the page as Im using gysn release.

Plz somebody post the solution...

Thanx in Advance as I know vbteam has the answer to everything except one,... where were you when when vbulletin was launched? lolz

bbye
 
ok ... I was gettin a lil bit impatient and aggressive and found a solution myself (thought of sharing here, so am I)....
I just opened the vbookie installer xml file and prepared the following query to update all users with 5000 vcash ...

UPDATE tablename_user SET vbookie_cash=5000

OR execute the following if u wanna give admin some extra vcash say 100000

UPDATE tablename_user SET vbookie_cash=100000 where userid=1

Where "tablename" is the table prefix you choose while installing the forums..

So now I can thank to myself...

Now Im working on creating a cron job to give away a monthly vcash to every user (which is a very simple job I think)
 
Back
Top