The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBookie for vBulletin 3.5 Details »» | |||||||||||||||||||||||||
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. Supporters / CoAuthors Show Your Support
|
Comments |
#772
|
|||
|
|||
I figured it out. I had to import the vBookie integratration plugin that was included with vBux/vbPlaza.
EDIT: I spoke too soon. Even after I get everthing enabled, the newthread template still doesn't display the vBookie event option. EDIT PART 2: Stupid forum permissions. *LOL* |
#773
|
|||
|
|||
Quote:
|
#774
|
|||
|
|||
To integrate this with vBookie:
1) Goto vBookie Options in the Admin CP. Select Custom for the Cash/Points System. 2) Import the PLUGIN --> plugin-vbookievbplaza.xml |
#775
|
|||
|
|||
how can we limit the stakes on the betting ?
|
#776
|
|||
|
|||
Quote:
Find: PHP Code:
PHP Code:
Find the largest phraseid, then create a new row with a phraseID that's one larger than the largest one so far. The other values are as follows: languageid : -1 varname : vbookie_exceeded_max_bet text : You have exceeded the maximum amount of $100 per bet. phrasetypeid : 1000 product : bookiehack Obviously, change the $100 max to whatever you want your max to be. |
#777
|
|||
|
|||
Something that would be nice...
vBarcade adds a trophy icon next to your name in the postbit if you have a high score in one of the games. It'd be nice to have a dollarsign or something similar to signify the richest person (or 2, 3). Richest person gets 3 dollar signs, 2nd richest gets 2, 3rd richest gets 1. Now, I'm great with PHP, but you can't just insert PHP into vBulletin and have it work. It refers to $post and $show variables, etc, which are defined in places I'm not completely sure. While it might make great sense, it only succeeds in making people new to making changes to plugins, and the vBulletin system in general, confused. For example, what I did above will be overwritten once an upgrade is done. While it's easy enough to add back in, the obvious way to fix this would be adding to the plugin itself. While I'm sure I'm not the only person who wants a postbit icon, the rate at which changes are made makes me think they won't get done if I don't do them myself. Does anyone have experience in making a change like this? If so, could you give me a quick rundown of what would be needed to implement this change? If the author would share what is needed, I'd be fully willing to work on getting this done, and possibly work on a vBa CMPS module as well. I just need a bit of direction here. I can then share my changes with the author, who could wrap it into his plugin. Win/win for everyone.... Thanks. |
#778
|
||||
|
||||
Something is wrong with this. The odds are very screwed up. I set up an event with 19 outcomes. I had to edit the event a couple of times... Never changing the outcomes or the odds, but the system has re orddered the outcomes, and when looking at the bets placed, some people have different odds for the same outcome, but I never changed the odds...
http://www.champcarfanatics.com/foru...ad.php?t=33178 |
#779
|
|||
|
|||
I'm absolutely certain that the following is misleading:
Total Bets: 282 Total Staked: 19287 Total Won: 9499 This makes it look like the bookie has made nearly 10k off users. I'm looking at the SQL queries and I'm certain that total bets and total staked are correct. However, the total won does not show RETURNED STAKES. If there's 1 event with 1 bet, odds 1/1 and I win on a $100 bet, the stats should show: Total Bets: 1 Total Staked: 100 Total Won: 200 However, they DON'T. They would actually show: Total Bets: 1 Total Staked: 100 Total Won: 100 This makes it look like the bookie has broken even, when the bookie is really down $100. I'm working on new SQL query to fix this. |
#780
|
|||
|
|||
Ok, fixed it.
In vbookie.php find: PHP Code:
PHP Code:
|
#781
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|