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.
I am using 3.60 and there was a fix somewhere.
Anyway, how would I go about posting an event after the thread has already been created (by the calendar hack in this case)?
/*lionel $can_post = ( ( ($editing AND (($forumperms & $vbulletin->bf_ugp_forumpermissions['caneditothersvbookieevents']) OR $threadinfo['postuserid'] == $vbulletin->userinfo['userid']) AND $threadinfo['vbookie_item_id']) OR (!$editing AND $vbulletin->userinfo['userid'] == $threadinfo['postuserid'] AND ($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostvbookieevent'])) ) AND ($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) ); DEVDEBUG("can_post is $can_post"); if ((!$editing AND !$threadinfo['visible']) OR $threadinfo['isdeleted'] OR !$can_post) { print_no_permission(); } */
PHP Code:
/*lionel $forumperms = fetch_permissions($foruminfo['forumid']); if ( $vbulletin->userinfo['userid'] != $threadinfo['postuserid'] OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostnew']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostvbookieevent']) ) { print_no_permission(); } */
When I comment them out, the link posts. Problem is admin has permissions, but with that method, vbookie does not recognize them.
can anyone tell me why this might not let me make a bet or even how to use it
depends what money system you have it integrated with.
either way you need to make sure that your usergroup has vbookie permissions like creation, edit and post. then you also need to make sure that vbookie is allowed in that forum that you are posting to.
if you cant bet on vbookie events you create then make sure you are using the correct money system setting. for example for it to work with vbbux you need to set it to the custom / blank money system :-)
Hmmm how weird. I dont have that issue at all. someone else had a similar issue of winners being paid double/triple and we found out that he had not fully remove previous installs. after making sure that only 1 of each new hook/call was setup then it functioned properly.
so i would suggest re-installing but to make sure that only one of each call/hook is setup.
i have no problems with vbookies. however i have not come across the multi-page issue as i have that many different members place a bet.
Quote:
Originally Posted by Aclikyano
VBOOKIE 1.0.8 Needs to be released for 3.6.1 !!
with all compatible issues fixed... that would be great....
Because the problem I HAVE is when we settle bets.. people get 500 x more then what they bet (if they win).... and the odds arent that high or low...
So were puzzled... 3 people won.. yet 2 ppl got ALOT of money and the other person nothing.... "BUG FIX in 1.0.7" -> fixed events not being paid out correctly
^ Is not actually FULLY FIXED...... as alot of ppl are still not being payed, being payed WAY TOO MUCH.. or 1/3 of the ppl who WON that event get nothing while the other 66% get paid.
---------------
Cant wait for Vbookie 1.0.8 to be released for 3.6.1 (or 3.6.2) as its coming out shortly.
---------------
1. Where can I edit the NEWS & EVENTS part? Cause I want to delete the part that says vBookie installed and put news there.
2. When the bet is done; how does the system now who won?
3. Can somebody explain the odd's to me? 1 - 1 ==> you get 1 dollar for every dollar you pay.
10 - 1 ==> you get 10 dollar for every dollar you pay
5 - 2 ==> hu?
The system says:
Quote:
2 to 5' means win 2 for every 5 bet
So I bet 5 dollars, and I win 2? Then I still lose; don't I?