Version: 1.0.7, by Andreas
Developer Last Online: Jan 2023
Version: 3.5.3
Rating:
Released: 08-11-2005
Last Update: 02-17-2006
Installs: 633
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
vBookie
Introduction
This is a Port of the original vBookie Hack created by tdjrico; full credits to him for the idea and the kind permission to port his work
A t t e n t i o n
This Hack is unsopported and incompatible with vBulletin 3.6+
You are hereby advised to not use it.
Please do not ask me about support and/or updates - there will be none.
Does anyone know of a way to make the Vbookie run off the rep points rather than vcash. Also im having a few problems with changing the permissions in the usergroups. Every time i change it for the admins everythin is "yes" then you click save and look back and they are all back to the default of "no" :S
Does anyone know of a way to make the Vbookie run off the rep points rather than vcash. Also im having a few problems with changing the permissions in the usergroups. Every time i change it for the admins everythin is "yes" then you click save and look back and they are all back to the default of "no" :S
in the functions_vbookie.php change the 8 instances of "vbookie_cash" to "reputation" upload the file again to replace the current then hide the Vbcash keep cash system as the Vcash, and it shud work with reputation.
Does for me!
also when editing usergroups and it goes back to "no" you needa switch off the vbookie in the "vbulletin options > vbookie settings" and then edit usergroups then switch back on and that should work.
I managed to fix it....
also when editing usergroups and it goes back to "no" you needa switch off the vbookie in the "vbulletin options > vbookie settings" and then edit usergroups then switch back on and that should work.
Um, install the XML again and set over-right permitions to yes. Then try and edit the usergroups. If that doesnt work I got a feeling that something else has been done wrong. Im not an expert with this hack so im not 100% sure. But re-installing the xml should fix any errors
On our site, we have different usergroups, and when we rolled vbookie out I assigned different levels of points to the usergroups.
I made a php file with the following code with the intention of bumping people back up to their starting levels once a month.
Code:
$rs = mysql_query('UPDATE vb_user SET vbookie_cash = (500) WHERE vbookie_cash < (500)');
$rs = mysql_query('UPDATE vb_user SET vbookie_cash = (750) WHERE usergroupid=(x) AND vbookie_cash < (750)');
$rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1000) WHERE usergroupid=(y) AND vbookie_cash < (1000)');
$rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1250) WHERE usergroupid=(q) AND vbookie_cash < (1250)');
$rs = mysql_query('UPDATE vb_user SET vbookie_cash = (1500) WHERE usergroupid=(z) AND vbookie_cash < (1500)');
It works well, and I made a cron job to run it, but we've decided to change our system to just give everyone an "allowance" of 500 vcash per month.
I know I've seen the SQL query to simply add (x) vcash to each user somewhere here, but I can't find it now.
my vbookie stopped working now that we have moved out of ebux and into vbplaza. is there a fix for me to use my new vbplaza points with my vbookie? if so what do i do?