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

Reply
 
Thread Tools
vBookie for vBulletin 3.5 Details »»
vBookie for vBulletin 3.5
Version: 1.0.7, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

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.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2312  
Old 12-22-2009, 05:04 AM
rootsxrocks rootsxrocks is offline
 
Join Date: Aug 2009
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems gameroom has been abandoned, I' hope this gets updated to 4.
Reply With Quote
  #2313  
Old 12-23-2009, 05:31 PM
msu2k msu2k is offline
 
Join Date: Jan 2003
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates View Post
I hope it will work eventually for vbulletin 4. I seriously need this mod for my football forum. I sit waiting patiently.
Yep, this is an essential part of my football site as well. I can't upgrade to VB 4 until there is a vBookie version that works with it or there is something equivalent out there. I fear that it could be a while before I'm able to make the leap to VB4. I would definitely pay $$$ to support this mod or purchase it.
Reply With Quote
  #2314  
Old 12-24-2009, 08:36 PM
blue6995 blue6995 is offline
 
Join Date: Oct 2005
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gersfan View Post
Such a wonderful hack, and there is such a big demand for it.

Mines works, but I have a general question, in the vbookie.php where you can find the open / closed posted bets etc, well I've got a number of open bets which threads were physically deleted. (Thread | Info).. When I click thread it just says 'No Thread specified. If you followed a valid link, please notify the administrator' I know the thread is gone and there is no delete option but would it be possible for me to get these removed from the vbookie.php and how can I do this?

Know what else would be awesome, some sort of hack which works alongside vbookie and posts updates / latest events etc on the forumhome index.

Thanks!
You can run the SQL queries in AdminCP in the Maintenance menu.

For a complete vBookie reset run these SQL queries:

Reset everyone's vCash:

UPDATE user SET vbookie_cash=X;
where X= vCash (eg 500)

To totally clear all past events:

DELETE FROM vbookie_news;
DELETE FROM vbookie_bets_placed;
DELETE FROM vbookie_item_options;
DELETE FROM vbookie_items;
DELETE FROM vbookie_groups;

Some other useful vBookies queries people might find useful:

To remove a specific event:
DELETE FROM vbookie_items WHERE item_id = 'X';

replace X with the item id which you can get by mousing over the info link in the affected vbookie event.

To remove a news event:
DELETE FROM vbookie_news WHERE news_id = X';

To Abandon/Mitigate a wrongly settled event:

UPDATE vbookie_items SET item_status='CLOSED' WHERE item_id= 'X';

This will change it from Settled to Closed. Then click the Abandon Event link in the thread. This only returns the original stakes. vCash won as a result of the incorrect settlement is not taken away and changing the winner in the thread has no effect.
Reply With Quote
  #2315  
Old 12-25-2009, 04:37 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With the fixes works brill on 3.8.4 patch level 2!!!!
superb mod
Reply With Quote
  #2316  
Old 12-25-2009, 09:54 AM
tjdrico's Avatar
tjdrico tjdrico is offline
 
Join Date: Mar 2004
Location: Morecambe, UK
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SecondV View Post
I've pm'ed both tjdrico and Andreas to see if they would allow me to attempt to port vBookie to vBulletin 4.
Sorry, SecondV, I don't check this forum much.

As far as I'm concerned anyone is free to hack up my original code and modify it to suit vBulletin 4. I also want vBookie on my own forum once I upgrade it to 4.0, but after spending all day coding PHP, I tend to spend my free time playing Team Fortress 2.

Rather than modifying the old code though, I might just write a new version from the ground up, since my coding's better now than it was 5 years ago. That said, I wouldn't advise anyone to hold their breath waiting for me, as I've been thinking about it for ages, and haven't actually done anything yet...
Reply With Quote
  #2317  
Old 12-27-2009, 02:23 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tjdrico View Post
Sorry, SecondV, I don't check this forum much.

As far as I'm concerned anyone is free to hack up my original code and modify it to suit vBulletin 4. I also want vBookie on my own forum once I upgrade it to 4.0, but after spending all day coding PHP, I tend to spend my free time playing Team Fortress 2.

Rather than modifying the old code though, I might just write a new version from the ground up, since my coding's better now than it was 5 years ago. That said, I wouldn't advise anyone to hold their breath waiting for me, as I've been thinking about it for ages, and haven't actually done anything yet...
I would be so happy if you could do this or someone else in the long run as running a football forum, this mod was the heart of my forums lol. I've Not upgraded yet, but will be in under a months time. Also I've removed all mods from my site bar a few, ready for the upgrade.

All the best for the new year.

Michael
Reply With Quote
  #2318  
Old 12-30-2009, 02:59 AM
rootsxrocks rootsxrocks is offline
 
Join Date: Aug 2009
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by msu2k View Post
Yep, this is an essential part of my football site as well. I can't upgrade to VB 4 until there is a vBookie version that works with it or there is something equivalent out there. I fear that it could be a while before I'm able to make the leap to VB4. I would definitely pay $$$ to support this mod or purchase it.
Ditto, I already shelled out money to Andrew Green for Game Room and he has deserted vbulletin I guess.
I liked the look of this better from the beginning but the warning kept me from trying to install it on 3.84
Reply With Quote
  #2319  
Old 12-31-2009, 12:49 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have my fingers crossed this is released for 4.0...
Reply With Quote
  #2320  
Old 12-31-2009, 02:46 PM
stb74 stb74 is offline
 
Join Date: Nov 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vbookie runs fine for me on 3.84, cant remember though what version I started on. I would gladly pay for someone to get this up and running for vb4 and I am sure that there is enough people here to get a few of us together and make it worth someone doing it properly.
Reply With Quote
  #2321  
Old 01-02-2010, 09:22 PM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My users loved this mod as well but I upgraded to 4.0. Someone updating this would be great
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 02:23 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.05231 seconds
  • Memory Usage 2,323KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete