![]() |
vBookie - vBulletin Betting Hack
vBookie
Introduction vBookie is a 'bookmakers' or betting extension to vBulletin. It enables authorised members to post Events and Outcomes that forum members can bet on. Each Outcome has its own set of odds, and odds can be modified through the life of an Event (bets that are placed are stored with the prevailing odds, so even if the odds change, your users are paid at the correct rate). Once the results are known, Events can be settled and forums members awarded their winnings. vBookie uses its own vCash by default, but this has no more use than as 'bragging rights'. However, vBookie also comes with a built-in switch to allow it to use either uCash or Petz money instead. That means that all bets are paid for and settled using uCash or Petz money, making betting even more attractive than just for fun on forums with uShop/Petz installed. Although vBookie does not have any built-in facility to integrate with any other store hacks, it's a very simple job to hack vBookie itself to integrate it with any store/points system you care to use. Features
Please click https://vborg.vbsupport.ru/ if you install this hack, thanks. Please also let me know - send me an email or a PM. If you'd let me know the forum URL too that'd be cool! vBookie is free, and will remain free. Updates 1.0.0 -> 1.0.1 - adds the ability to delete Events. See this post for upgrade instructions if you already have 1.0.0 1.0.1 -> 1.0.2 Corrected a minor bug with the charity mode when using uCash. See this post for manual upgrade instructions from 1.0.1. 1.0.2 -> 1.0.3 Corrected a minor bug with the richest people display when using uCash. Just overwrite includes/functions_vbookie.php with the one from the new Zip file. 1.0.3 -> 1.0.4 Corrected some date display problems when using "Detailed" dates. For manual update instructions, see this post. Corrected Petz bug whereby all winnings were paid to the bet's owner rather than individual winners. To upgrade from 1.03 or earlier, see this post or overwrite includes/functions.vbookie.php with the 1.0.4 version. Problems? -> Petz - If you are using Petz there is a bug in all versions up to and inclusing 1.0.3. Your players won't get paid their winning, and all payouts will end up in the account of the person that posted the Event. To correct this, please see this post. This fix will be incororated into 1.0.4 onwards. -> If you can't post Events, or can't bet on them make sure you have set your user permissions -> If you have an SQL error Invalid SQL: UPDATE SET =25 WHERE <25 make sure you are using version 1.0.3 or later. -> If you have any other general problems, please check the installation/hack instructions and make sure you have carried out all the steps and also check that you made the changes correctly Anything else, ask in this thread. Other Stuff -> If you are using Detailed Date & Time display and have a problem with Event dates appearing as '1 Minute Ago', see this post. -> If you want to use poster 'Reputation' as the currency for vBookie, see this post. About Odds Odds of "5/1" are "amount won per amount placed". This means that I would win 5 for every 1 placed. Of course, if I win, I get my stake back as well. Odds of "1/5" means that I win 1 for every 5 placed. I'd have to place 25 to win just 5. Decimal Odds Decimal odds are just another way of displaying the same information. 2.0 is the same as 2/1. 0.2 is the same as 1/5. vBookie only lets you specify odds in terms of x/y, but if you think in terms of decimal you can still work out what odds to provide. Simply think of your decimal odds as "2.0 / 1.0" or "0.5 / 1.0" and then multiply each side through by 10 or 100 until there are only zeros to the right of the decimal point, then just take the whole number part. 2.0 / 1.0 has no decimals, so this is the same as 2/1 0.5 / 1.0 has a 0.5, so multiply both parts by 10 to get 5.0 / 10.0. Then you can specify your odds as 5 / 10. You might also realise that this is the same as 1/2. The technique is a simple way to work out any odds you may need to specify. Odds of 0.65 -> 0.65 / 1.0 -> 65.0 / 100.0 or 65/100. Then you can divide through by 5 to get to 13 / 20, although this step isn't necessary. _______________________________________ |
/me clicks install again
|
sounds excellent :D will install tomoz :D
|
how and WHO organises the events? because i was thinking right, i own a car website and i thought members can each own a car and put cash into the pot and race eachother is that possible with this ?
|
Got it installed with no problems at all. Perfect instructions.
A few things. 1. My "open until" and "payout on" dates are the same as the time I posted the thread. It just says "This event will pay out after 1 Minute Ago at 12:00 AM" even though i set the payout for two days from now. Same thing for event info. 2. I'm using Ucash and the display of richest people is way off. |
Can this be used to bet on real events such as sports? There would be no "odds" needed then. Simply wait until the end of the game and then someone would go enter the score. Is this possible with this?
|
Quote:
|
Quote:
|
Quote:
2. The query I'm using is this: PHP Code:
[sql] SELECT u.username, p.money AS cash FROM user AS p LEFT JOIN user AS u ON u.userid=p.userid ORDER BY cash DESC LIMIT 5 [/sql] It might be that I don't understand uCash properly, as I don't really use it. I'll try to find out what's what and iron out any glitches. |
great, this is what I was asking hundreds of time. Thank you tjdrico !
going to install this soon thanks again. |
upgrade went mega smoothly
|
good job, i will install it later.
|
[high]* Beermonster clicks install again :)[/high]
|
|
Quote:
|
Excellent hack. It will fit in perfectly with my billiards board.
Mike |
Parse error: parse error, unexpected T_VARIABLE, expecting ')' in /home/nymfans/public_html/includes/init.php on line 868
I get that now. I can't run the install script. I edited all the files and templates, and want to run the installer. HELP! |
HELP PLEASE! I need to reopen my board.
|
check your init.php file edit and redo the changes on a fresh copy if neccessary
|
Ok, most is all good, but I still have 2 issues:
- My forums won't expand in vB. They are stuck in the collapsed position. - I don't have the sticky-like label next to the thread in showthread. Is that normal? |
I have it installed and taking bets now. How do I go in and change the odds after the event has been posted?
Is there a way that I could change the poor mode so that everyone gets an extra 25 or 50 dollars when a new event is posted? Mike |
Doh, nevermind.
Mike |
Quote:
Edit includes/functions_vbookie.php Find: PHP Code:
|
Quote:
|
It's been brought to my attention that I neglected to add a way to actually delete an Event. "Abandon" will cancel all bets and place the Event in a closed state, but it still exists in the database. I'll add a method to physically remove an event/detach it from a thread. I expect it to be just an update to vbookie.php, so patching should be very simple.
Apologies for the rather glaring oversight! |
OK, I fixed problem B, but problem A is bad.
Screenshot is attached |
That's my homepage, believe it or not. Thats this list of forums on my homepage.
|
I'm sorry, I can't suggest what you might have done. There are no edits to index.php for vBookie, so that page shouldn't have been affected as far as I can tell. I've checked on my own forum that has vBookie installed, and the forums collapse and uncollapse fine. Check it out here. I can only suppose that you either didn't follow the instructions correctly, or didn't realise that something you were asked to do might conflict with some other hack you've got installed.
Perhaps someone who is more familiar with the forum display page might be able to suggest what the problem may be, but I'm sorry I have no ideas. |
I've just uploaded a file with version 1.0.1 in it. This is essentially identical to 1.0.0 but it adds the ability to delete Events.
If you have already installed 1.0.0, please download 1.0.1 and overwrite vbookie.php with the new version. Then add the following three phrases and one new template plus one template change: Phrases ---------------------------------------------------------- type: GLOBAL varname: vbookie_delete_event text: Delete <i>vBookie</i> Event ---------------------------------------------------------- type: GLOBAL varname: vbookie_confirm_delete_event text: Are you sure you want to <b>delete</b> this <i>vBookie</i> event? ---------------------------------------------------------- type: Front-End Redirect Messages varname: vbookie_redirect_deleted text: Your <i>vBookie</i> event has been deleted. If there were any stakes placed on an unsettled bet, they have been returned. You will now be taken back to the main <i>vBookie</i> page. ---------------------------------------------------------- New Template title: vbookie_confirm_delete_event Code:
<br /> title: vbookie_main_items_bit Code:
<tr> |
HELP ME! Please!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
Awesome. Before i install this, does it have any group and forum specific permissions, so that only specified groups can bet or post vBookie events in specified forums?
|
Quote:
- add/edit an event - edit someone else's events - bet on events These can be applied to user groups, or turned on/off on specific forums. On my forums I have Registered Users allowed to bet, Bookies allowed to add/edit anyone's, and Restricted Bookies allowed to add/edit their own. |
Just updated for 1.0.2 which is a minor fix. I tidied up some stuff and deleted something I shouldn't have. Just upload the includes/functions_vbookie.php file, or do the following change:
Find: PHP Code:
PHP Code:
|
When I tried to edit the permissions this came up:
Code:
Database error in vBulletin 3.0.1: |
Quote:
Code:
mysql> show columns from vb_usergroup; I recommend that you go through the installation instructions again, double-checking them against what you've actually done. |
That was my fault. All I did was forget to add a phrase.
Thanks anyway. :) |
Quote:
|
Good hack, thanks for posting it! It does take a bit of careful editing as it does go into a few hacks and someone not very observant might overwrite those hacks.
Good job though! |
Quote:
I've tried to stress in the installation instructions the importance of prior backups, but that's advice not everyone will heed. Sensible people would read through all the instructions first, and compare them to their own files before starting, but this is the real world and people aren't that cautious. =) I think I might update the installation instructions to stress these points though. Additional: OK, updated installation instructions: http://www.kop.nildram.co.uk/images/vbinstall.gif I think that's about all I can reasonably do. =) |
what do you get to start with? Also can you loose all your cash?
|
All times are GMT. The time now is 06:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|