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
  #1282  
Old 12-16-2006, 01:05 PM
down16 down16 is offline
 
Join Date: Feb 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ebux is not work with vbookie on my forum
Reply With Quote
  #1283  
Old 12-16-2006, 03:27 PM
bandare bandare is offline
 
Join Date: Nov 2004
Location: Derby, UK
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do I reset all vbookie vcash amounts back to 500???? HELP!!!!
Reply With Quote
  #1284  
Old 12-19-2006, 09:45 AM
Greek Wizard Greek Wizard is offline
 
Join Date: Jun 2006
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those that have the "page 2" issue, I have found a way to at least show all the open bets past page 1.

Open vbookie.php we find this:

Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $n_page_items, 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "do=main&type=type");
Changing this to:

Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $n_page_items, 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "do=main");
Those that need to see page 2 or more of the SETTLED, CLOSED, or ABANDONED events, you still can, but only if you type it manually in the url. Just change the end to:

Code:
vbookie.php?do=main&type=SETTLED&page=2
Code:
vbookie.php?do=main&type=CLOSED&page=2
Code:
vbookie.php?do=main&type=ABANDONED&page=2
Obviously you change the 2 to whatever page number you wish to see.

Another quick fix is to change the amount of events on each page, so that there is less pages to view.

in vBookie.php find:

Code:
	$perpage = 20;
Change the number to whatever you want it to be per page (I have it at 100). Note you need to change this in two areas in vbookie.php

in regards to doing a proper fix for this issue, I have started a request in the unpaid section for maybe someone smarter then me to try and solve it so that the type= changes to what it is supposed to.

You can visit it here:

https://vborg.vbsupport.ru/showthread.php?p=1141492
Reply With Quote
  #1285  
Old 12-19-2006, 02:46 PM
bandare bandare is offline
 
Join Date: Nov 2004
Location: Derby, UK
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bandare View Post
how do I reset all vbookie vcash amounts back to 500???? HELP!!!!
anyone?
Reply With Quote
  #1286  
Old 12-28-2006, 03:03 AM
Cooleyvol Cooleyvol is offline
 
Join Date: Jul 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone tell me how to set the max bid? I've tried the fix earlier in this thread, but the vbookie.php does not contain the code that is listed as the 'find' portion of the fix. I'm using the newest version of vbulletin and the fix was posted a few months ago, so I'm think the vbookie.php file might have changed since then.

thanks
Reply With Quote
  #1287  
Old 12-29-2006, 05:22 PM
bandare bandare is offline
 
Join Date: Nov 2004
Location: Derby, UK
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bandare View Post
anyone?
Is this something that can't be doner or something????
Reply With Quote
  #1288  
Old 12-31-2006, 06:34 PM
Foxsake Foxsake is offline
 
Join Date: Apr 2006
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bandare View Post
Is this something that can't be doner or something????
Hi Mate I need the answer too, but at the moment what i have to do is switch vbookie off then go to AdminCP and reset eash individual user myself Back to ?500.
Its a pain if you have a lot of users but i cant see no other way at the moment.

Hope this solves it for you short term
Reply With Quote
  #1289  
Old 01-01-2007, 09:16 PM
bandare bandare is offline
 
Join Date: Nov 2004
Location: Derby, UK
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for answering... really appreciate it but well, to have to do it manually is far too daunting a thought........

Hope someone can do this for us. I can't believe its not that hard in the database with a command or two
Reply With Quote
  #1290  
Old 01-01-2007, 11:38 PM
DevinM DevinM is offline
 
Join Date: Mar 2006
Location: The Bayou
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So I upload the files, install under "Manage Products", make the template changes as well as the plugin change Paul suggested.

Now it is in the navbar appears to be fine, no errors. However when I create a new thread the option to make it a vbookie event simply isnt there. (yes i made the template changes).

I am running 3.6.4 anyone else have this issue or know how to fix it?
Reply With Quote
  #1291  
Old 01-02-2007, 04:22 PM
iamme1 iamme1 is offline
 
Join Date: Jan 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EasyTarget View Post
do any of you guys know how to reset everyone's money without doing it individually?
i don't think this was answered......is there a simple way to reset everyone's account back to the default?
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 01:30 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.06533 seconds
  • Memory Usage 2,319KB
  • 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
  • (6)bbcode_code
  • (4)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
  • (6)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