vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

DEREKTROTTER 10-22-2011 05:16 AM

Can you please tell me how to adjust the betting limit for vBookie? I'd like to know this because when I go to the general settings for vbookie, there isn't an option there to adjust it.

rootsxrocks 10-22-2011 05:25 AM

I would sure like to know how to do that too as well as confirmation on how to make bets pay from the bookie account

dartho 10-22-2011 05:33 AM

Quote:

Originally Posted by DEREKTROTTER (Post 2260033)
Can you please tell me how to adjust the betting limit for vBookie? I'd like to know this because when I go to the general settings for vbookie, there isn't an option there to adjust it.

Derek - you have not downloaded vBookie or clicked mark as installed?

dartho 10-22-2011 05:35 AM

Check, might work:
Quote:

Originally Posted by Railen
Open vbookie.php.

Find:
PHP Code:

    foreach ($vbulletin->GPC['option'] AS $option_id => $stake)
    {
        if (
$stake 0)
        {
            
$db->query_write("INSERT INTO " TABLE_PREFIX "vbookie_bets_placed (option_id, item_id, userid, bet_amount_placed, bet_odds_against, bet_odds_for, bet_private) VALUES ($option_id$item_id, " $vbulletin->userinfo['userid'] . ", $stake, " $odds_against["$option_id"] . ", " $odds_for["$option_id"] . ", '$private')");
            
$db->query_write("UPDATE " TABLE_PREFIX "vbookie_item_options SET option_n_bets_placed=option_n_bets_placed+1, option_amount_staked=option_amount_staked+$stake WHERE option_id=$option_id");
        }
    } 

Replace with:
PHP Code:

    foreach ($vbulletin->GPC['option'] AS $option_id => $stake)
    {
        if (
$stake 0)
        {
            if (
$stake 100){
                eval(
standard_error(fetch_error('vbookie_exceeded_max_bet')));
            }
            
$db->query_write("INSERT INTO " TABLE_PREFIX "vbookie_bets_placed (option_id, item_id, userid, bet_amount_placed, bet_odds_against, bet_odds_for, bet_private) VALUES ($option_id$item_id, " $vbulletin->userinfo['userid'] . ", $stake, " $odds_against["$option_id"] . ", " $odds_for["$option_id"] . ", '$private')");
            
$db->query_write("UPDATE " TABLE_PREFIX "vbookie_item_options SET option_n_bets_placed=option_n_bets_placed+1, option_amount_staked=option_amount_staked+$stake WHERE option_id=$option_id");
        }
    } 

Open your vBulletin database and look at the phrase table.
Find the largest phraseid, then create a new row with a phraseID that's one larger than the largest one so far. The other values are as follows:
languageid : -1
varname : vbookie_exceeded_max_bet
text : You have exceeded the maximum amount of $100 per bet.
phrasetypeid : 1000
product : bookiehack

Obviously, change the $100 max to whatever you want your max to be.


ghaleon7 10-22-2011 08:27 AM

Quote:

Originally Posted by starman? (Post 2247949)
I see vBPlaza / vBux has just been re- released. How would I go about integrating your product with that? Any help appreciated. thanks.

If at all possible can someone explain to me how to get the vBookie to use vbbux.

zapiy 10-28-2011 02:50 PM

Hi i have a page full of events with no delete option.. The threads have been fully deleted and when i click the Thread or info links i get this..

No Thread specified. If you followed a valid link, please notify the administrator

Any help please?

dartho 10-28-2011 09:25 PM

if the threads has been deleted somehow withiut deleting the event, you will need to manually remove it from your database (search vbookie_items table on the threadid)

DEREKTROTTER 11-06-2011 02:33 AM

@dartho, I installed the add on without pressing 'mark as installed'. It is now marked as installed.

Can you please tell me now how I can adjust the betting limit for vBookie. (I know it is somewhere in the php file.

:) Thanks

dartho 11-06-2011 06:46 AM

Hi Derek, it wasn't that you hadnt clicked 'Mark As Installed' so much so as hadn't even downloaded it (as 'Coder' of this thread - I can see which people who post in this thread have downloaded the mod) - which usually means you obtained the mod from a pirate site which usually means you aren't licensed. I can now see you have since downloaded so I know this is not the case (although you still aren't showing as 'Marked as Installed')

Anyway - I did actually answer your question on the previous page where you asked it: https://vborg.vbsupport.ru/showthrea...40#post2260040

DEREKTROTTER 11-15-2011 05:59 AM

The betting limit has been adjusted.

I have a very unusual problem, which you probably cannot help me with, but I'll see if you can.

There is an event which just won't go away. It had been on for ages and ages when it was already settled. It doesn't direct to a particular thread. I'm thinking this might be because the thread was deleted, before the event was settled. Am I right?

Thanks.


All times are GMT. The time now is 03:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02804 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete