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
  #1452  
Old 04-07-2007, 12:25 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This with the new called "FIXED vbplaza" Mmm... Anyone tested?
Reply With Quote
  #1453  
Old 04-07-2007, 09:32 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shazz View Post
This with the new called "FIXED vbplaza" Mmm... Anyone tested?
Admins pulled the vbplaza thread again
Reply With Quote
  #1454  
Old 04-08-2007, 02:13 AM
Ole_Chilli Ole_Chilli is offline
 
Join Date: May 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having a problem that when installing the mod, it installs 3 hooks!

It was taking points 3 times over before, so I removed two of the hooks which stopped it taking the points 3 over, but now I can't make new events until I re-install the hack - and when I did, it installed the 3 hooks again.

Could I of made a mistake by installing the hack's code 3 times over by mistake when I had trouble before? Would that cause the multi installation of hooks?

or could it be something else?

Many thanks!
Reply With Quote
  #1455  
Old 04-08-2007, 02:37 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ole_Chilli View Post
Having a problem that when installing the mod, it installs 3 hooks!

It was taking points 3 times over before, so I removed two of the hooks which stopped it taking the points 3 over, but now I can't make new events until I re-install the hack - and when I did, it installed the 3 hooks again.

Could I of made a mistake by installing the hack's code 3 times over by mistake when I had trouble before? Would that cause the multi installation of hooks?

or could it be something else?

Many thanks!
You can not remove files from the hack and expect it to work. What point system are you using? What version of vb? Explain in detail the problem you are having or what errors you get.
Reply With Quote
  #1456  
Old 04-08-2007, 09:51 AM
AJEB AJEB is offline
 
Join Date: Nov 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinisterpain View Post
There should be a folder in vbbux called addons, there you should find the plugin to use vbbux cash in vbookie. You need to set your permisions for your usergroups to allow betting.
I already had that set. It still will only allow staff.
Reply With Quote
  #1457  
Old 04-08-2007, 01:54 PM
Ole_Chilli Ole_Chilli is offline
 
Join Date: May 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinisterpain View Post
You can not remove files from the hack and expect it to work. What point system are you using? What version of vb? Explain in detail the problem you are having or what errors you get.

vBulletin 3.6.4, vbPlaza 1.5.8.

Using vbBux

In relation to the modification posted on page number 66, post number 976

My current code is:-

Code:
if ($newpost['postvbookieevent']) 
{ 
	$forceredirect = false;
	$vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent"; 
}
It says's the correct code is:-

Code:
if ($newpost['postvbookieevent']) 
{ 
    $vbulletin->url = 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent"; 
    eval(print_standard_redirect('redirect_postthanks_moderate', true, false));
}
If it change this (if that new code looks correct), what should I do after?

many thanks!
Reply With Quote
  #1458  
Old 04-08-2007, 03:25 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul M posted the fix for 3.6
https://vborg.vbsupport.ru/showthrea...92#post1035092
you need to edit the plugin
Reply With Quote
  #1459  
Old 04-10-2007, 05:45 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ubblite View Post
patrickstar,

access your URL in your browser to rebuild the bitfields.
Here's an example:

yoursitename.com/forums/admincp/index.php?do=buildbitfields
I have done this long before I read this fix and it worked great on MY forum. When I installed it on a forum I work for I rebuilt the bitfields and was able to save permissions for all user groups changing the "can bet" option to yes. Now all user groups can bet on events EXCEPT registered users even though there permissions are saved to yes.

The really weird thing is I logged into my registered user test account. And I was able to bet as a regular member but no one else can.

Any help would be much appreciated.
Reply With Quote
  #1460  
Old 04-11-2007, 02:06 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for bumping this sooner then 34 hours but any idea?
Reply With Quote
  #1461  
Old 04-12-2007, 10:23 AM
Devil Woman Devil Woman is offline
 
Join Date: Jul 2005
Location: England
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there, I have recently reinstalled this on my forum again and I am using the nexia cash with it, I was wondering if there was anyway that money that members put on an option on the bookie event can be paid back?

The reason I am asking is because we are doing a bookie event for the grand national this saturday (horse race) and horses usually are withdrawn prior to the race for obvious reasons i.e health, injury etc, what I was wondering is if a member bets on a horse that gets withdrawn before the race on Saturday is there anyway I could cancel their bet and give them their stake back to bet on another option?

Thanks
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 03:36 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.05756 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
  • (2)bbcode_code
  • (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
  • (5)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