Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBookie for vBulletin 4 Details »»
vBookie for vBulletin 4
Version: 4.2.1, by dartho dartho is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.0 Rating:
Released: 01-18-2010 Last Update: 01-23-2013 Installs: 375
DB Changes Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Please See the first post for a F.A.Q.
I will endevour to link to useful posts within this thread there as I spot them. You should check there before posting issues etc.

This is a port of vBookie for vBulletin 3.5 by Andreas which was a port of vBookie - vBulletin Betting Hack by tjdrico. Permission was given by tjdrico to port this.

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'.

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.

Install Instructions
1. Unzip product file
2. Upload files from 'Upload' folder to your forum
3. Install product XML
[S]4. Edit "newthread" template as per readme.txt ionstructions[/S]
5. Set usergroup permissions
6. Set vBookie settings
7. Enjoy.
8. Check out Dismounted's Activity Stream addon
9. Click Mark As Installed and Rate

Upgrade instructions
same as above, but undo edits made in point 4 if upgrading from pre 4.0.7! (see readme.txt for more info)

Version Control
4.0.0 (19 Jan '10 ) - Initial Release
4.0.1 (21 Jan '10 ) - Removed some junk from templates, added enable private bets option
4.0.2 (24 Jan '10 ) - fixed options for hiding vcash, added some more stuff to teh settings screen, added some vCash utilities (reset balances, give to everyone, set default balance) and fixed some template bugs.
4.0.3 (25 Jan '10) - fixed bugs I introduced in 4.0.2 see post #109
4.0.4 (25 Jan '10) - fixed time zone not being saved, can delete events, + plus a couple other things.
4.0.5 (Australia Day '10) - no longer uses bitfields for permissions, fixed vCash display, fixed stats page error
4.0.6 (27 Jan '10) - fixed TABLE PREFIX issue in vBookie stats page
4.0.7 (23 Mar '10) - fixed redirect bug when editing events, fixed display of cash holdings in events, added plugin to make template mods (no template mods needed now) and updated code to 4.0.2 standards, added hooks for vbcredits integration.
NOTE 0- if upgrading from pre 4.0.7, you will need to eitehr revert your "newthread" temp[late, or manually undo template edits as there is now a plugin which does this for you. Check teh readme.txt in the archive for more info.
4.0.8 (31 May '10) - hopefully fixed bug with updating number of outcomes when editing events. To upgrade from previous version (4.0.7) just overwrite vbookie.php
4.0.9 (25 July 10) - Added ability to select Reputation points for currency. Phrased had coded text. Fixed bug in displaying vCash balance in postbit.
4.2.0 (21 August 12) Added in navigation manager Code for vBulletin 4.2, disabled old nav plugin
4.2.1 (24 January 13) Added missing template, fixed Nav code, fixed some small bugs

Download Now

File Type: zip vBookie 4.0.6 for vBulletin 4.0.zip (33.9 KB, 455 views)
File Type: zip vBookie 4.0.7 for vBulletin 4.0.zip (35.9 KB, 353 views)
File Type: zip vBookie 4.0.8 for vBulletin 4.0.zip (37.1 KB, 272 views)
File Type: zip vBookie 4.0.9 for vBulletin 4.0.zip (34.4 KB, 1446 views)
File Type: zip vBookie 4.2.0 for vBulletin 4.2.zip (36.0 KB, 277 views)
File Type: zip vBookie 4.2.1 for vBulletin 4.2.zip (34.6 KB, 550 views)

Screenshots

File Type: jpg screenshot1.jpg (68.0 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
DS MrSinister, gagan007, RichieBoy67, snowlion, talkncaasports, tbworld

Comments
  #32  
Old 01-19-2010, 09:39 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not plugin changes, that messes up your Navbar links!

Template changes!
Reply With Quote
  #33  
Old 01-19-2010, 10:04 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

k so changed it to this:

Code:
<vb:if condition="$vboptions['selectednavtab'] == 'The Bookies'">
<li class="selected">
    <a class="navtab" href="vbookie.php{vb:raw session.sessionurl_q}">{vb:rawphrase vbookie}</a>
<ul class="floatcontainer">
	<li><a href="vbookie.php{vb:raw session.sessionurl_q}">vBookie Home</a></li>
	<li><a href="vbookie.php?{vb:raw session.sessionurl}do=bets">Your Bets</a></li>
	<li><a href="vbookie.php?{vb:raw session.sessionurl}do=stats">Bet Statistics</a></li>
	<li class="popupmenu">
	  <a href="javascript://" class="popupctrl">Books</a>
	  <ul class="popupbody popuphover">
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=OPEN">Open Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=CLOSED">Closed Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=SETTLED">Settled Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=ABANDONED">Abandoned Books</a></li>
          </ul>
         </li>
</ul>
</li>
<vb:else />
<li><a class="navtab" href="vbookie.php{vb:raw session.sessionurl_q}">{vb:rawphrase vbookie}</a></li>
</vb:if>
No difference
Reply With Quote
  #34  
Old 01-19-2010, 10:24 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll forgive you as you're English, and you're in Queensland

As stated back a few posts, change {vb:rawphrase vbookie} on the 3rd and the 2nd last lines of that template - they are unchanged in the code you pasted ...

Revert the template, try again
Reply With Quote
  #35  
Old 01-19-2010, 11:01 AM
shzad1 shzad1 is offline
 
Join Date: Jul 2008
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bro pls teach me how 2 use vbookie? any tutorial i dunno how 2 add new bets
Reply With Quote
  #36  
Old 01-19-2010, 11:09 AM
GreigM GreigM is offline
 
Join Date: Jan 2007
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Create a new thread and tick the box for, Yes, post a vBookie Event with this thread, this will open the options for your bet, and odds etc and is well documented in that page
Reply With Quote
  #37  
Old 01-19-2010, 11:32 AM
jonty jonty is offline
 
Join Date: Dec 2006
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GreigM View Post
from the old thread, just ran it on my install and it set everyone to 1000 which is what I set the vcash too

edit: actually this will work for members currently registered but anyone new would still start with 500, would it be possible to add a admincp option to set the default vcash value? I guess the 500 default is set in the xml import, maybe we could just change it in there?
Code:
ALTER TABLE user CHANGE COLUMN vbookie_cash vbookie_cash BIGINT(20) UNSIGNED NULL DEFAULT 1000  ;
Changes the default value to '1000' for new members (if you've already imported the product)
Reply With Quote
  #38  
Old 01-19-2010, 11:45 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
I'll forgive you as you're English, and you're in Queensland

As stated back a few posts, change {vb:rawphrase vbookie} on the 3rd and the 2nd last lines of that template - they are unchanged in the code you pasted ...

Revert the template, try again
Without sounding like a Banana Bender could you post the code to change the NAVBAR replacement to "The Bookies"

Simple, Easy thanks
Reply With Quote
  #39  
Old 01-19-2010, 11:54 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Without sounding like a Banana Bender could you post the code to change the NAVBAR replacement to "The Bookies"

Simple, Easy thanks
Here's the code you wanted:
Code:
<vb:if condition="$vboptions['selectednavtab'] == 'vbookie'">
<li class="selected">
    <a class="navtab" href="vbookie.php{vb:raw session.sessionurl_q}">The Bookies</a>
<ul class="floatcontainer">
	<li><a href="vbookie.php{vb:raw session.sessionurl_q}">vBookie Home</a></li>
	<li><a href="vbookie.php?{vb:raw session.sessionurl}do=bets">Your Bets</a></li>
	<li><a href="vbookie.php?{vb:raw session.sessionurl}do=stats">Bet Statistics</a></li>
	<li class="popupmenu">
	  <a href="javascript://" class="popupctrl">Books</a>
	  <ul class="popupbody popuphover">
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=OPEN">Open Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=CLOSED">Closed Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=SETTLED">Settled Books</a></li>
	  <li><a href="vbookie.php?{vb:raw session.sessionurl}type=ABANDONED">Abandoned Books</a></li>
          </ul>
         </li>
</ul>
</li>
<vb:else />
<li><a class="navtab" href="vbookie.php{vb:raw session.sessionurl_q}">The Bookies</a></li>
</vb:if>
Reply With Quote
  #40  
Old 01-19-2010, 12:03 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually no we havent removed it just Commented it out. I was playing with <!-- and -->

It will be reinstated mate, I NEVER remove copyright from other authors work
Reply With Quote
  #41  
Old 01-19-2010, 12:17 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reinstated, and all footer copyrights intact ( sorry was playing with target=_blank for your link

Many thanks for your code, all sorted now
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06034 seconds
  • Memory Usage 2,373KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete