vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

JBMoney 05-09-2008 09:41 PM

I have the option to start a vbookie thread showing up in all forums after upgrading to 3.7 and reinstalling vbookie.

From what I remember there was something to enable/disable this, per forum, in Forum Manager but it doesn't seem to be there anymore.

How do I limit it back to the specific bookie forum?

KHALIK 05-10-2008 08:07 PM

using vb3.7.0 gold

KHALIK 05-10-2008 08:49 PM

fixed, just reinstalled everything and deactivated couple of plugins.

TjFLy11 05-14-2008 03:39 AM

n00b here, can someone please expand on steps 1 and 2 in the instructions. I edited all the templates just fine, but where exactly to install the folders and items in the FTP is a bit confusing to me.

Installation
------------
1) Upload all files in floder upload
2) Import product-bookiehack.xml

goranbaxy 05-16-2008 11:14 AM

I can't enable any group to use this mod, Im using vb 3.7 gold, any ideas?

bobster65 05-16-2008 11:35 AM

Quote:

Originally Posted by goranbaxy (Post 1521491)
I can't enable any group to use this mod, Im using vb 3.7 gold, any ideas?

rebuild your bit fields. Its been mentioned numerous times in this thread, so if you don't know how to do that, read back a few pages.. its the most often asked question, so you will find the answer rather fast.

with that not, this is the last time I am answering this question. I've reported this to the staff more than once to simply have them edit the first post of this thread to include rebuilding bit fields instructions and editing the install to include it. Come on guys!

JBMoney 05-16-2008 01:40 PM

I've rebuilt the bit fields, doesn't resolve my issue.

bobster65 05-16-2008 01:57 PM

Quote:

Originally Posted by JBMoney (Post 1521609)
I've rebuilt the bit fields, doesn't resolve my issue.

then you've either installed it incorrectly or have conflicts with another Mod. I have vbookie running on 4 different highly modified 3.7.0 sites (two of those have been running vbookie since 3.5x and have been upgraded through every version of vB to 3.7 Gold) .. the other two were installed on 3.7 after it had been highly modded ... they all run perfect.

start disabling products to see if it is conflicting with something or maybe uninstall and try reinstalling again. I've never had an install problem and have installed this on over 50 sites (3.5x, 3.6x and 3.7x), so when people have problems, I just don't understand, cause I've never run into any (YET)... Those that I've helped that DID have problems, ended up ALL being from not installing it correctly.

JBMoney 05-16-2008 02:22 PM

ok, thanks. I've had Bookie running for a very long time as well, and gone through many upgrades, etc, and, as far as I can tell it still works.

I did reinstall it, but the option to start a vbookie thread in any forum still exists.

Can you at least confirm that there used to be an option in Forum Manager to enable/disable this per forum? I recalled that there was but it's definitely not there now. If there was, then I assume I can just edit that option directly in the database somewhere.

Thanks.

bobster65 05-16-2008 02:29 PM

Quote:

Originally Posted by JBMoney (Post 1521641)
Can you at least confirm that there used to be an option in Forum Manager to enable/disable this per forum? I recalled that there was but it's definitely not there now. If there was, then I assume I can just edit that option directly in the database somewhere.

Thanks.

I don't recall that there ever was in the forum manager itself. The way I do it is through forum permissions. I have a vbookie User Group and them through the forum permissions, I set which forums the vbookie user group can create events.. thats always how I have done it.

MissKalunji 05-16-2008 02:51 PM

Quote:

Originally Posted by bobster65 (Post 1521650)
I don't recall that there ever was in the forum manager itself. The way I do it is through forum permissions. I have a vbookie User Group and them through the forum permissions, I set which forums the vbookie user group can create events.. thats always how I have done it.

yeah that's the way to do it

TimberFloorAu 05-18-2008 08:21 AM

We have 3.7 gold.

Installed, Vbookie.

Cannot create an event, either I am stupidly thick,, lol

Checked everything, and we appear to have installed everything correctly.

What I have noticed is, that when we set permissions for users, and click relevant radio buttons in usergroup manager, click save, then go back and check, it hasnt saved?

Perhaps thats why we cannot post events and use the bookie.

Any suggestions as to why?

Should we have chmodded something to 777?

link is: http://www.yobromofo.com/forum/vbookie.php?

Regards Ozzy

Just killed 2 processes and everything is hunky dory ! Sweet

GremlinPrince 05-18-2008 12:09 PM

works fine for me on 3.7

MissKalunji 05-19-2008 03:38 PM

i got an error trying to click on "Bet Statistics"

Quote:

MySQL Error : Query was empty
Error Number : 1065
Request Date : Monday, May 19th 2008 @ 08:53:25 AM
Error Date : Monday, May 19th 2008 @ 08:53:25 AM
/vbookie.php?do=stats

ti07shadow 05-20-2008 03:32 AM

Is someone ever gonna addon a hack or whatever for this where by user permission say the admin can Remove or add vcash to users through their post mini profile. and/or have a donate vcash to user thing. like in their profile or post profile it would say donate and you can type in X amount of vcash and it would take off that much from you and add it to that user and if you dont have that much when donating it would give a error saying you dont have that amount of vCash to donate or whatever????????

stejc123 05-20-2008 04:48 PM

We're getting this error when I select closed events:

Code:

Database error in vBulletin 3.7.0:

Invalid SQL:

                SELECT item.item_id, item.item_title, item.threadid, grp.group_title, item.item_status, item.item_created, item.item_open_until, item.item_pay_after, thread.threadid, thread.forumid, thread.postuserid
                FROM vbookie_items AS item
                LEFT JOIN vbookie_groups AS grp ON grp.group_id = item.group_id
                LEFT JOIN thread AS thread ON thread.vbookie_item_id = item.item_id
                WHERE item.item_status='CLOSED'
                ORDER BY item.item_pay_after,  item.item_id DESC
                LIMIT 0, 20;

MySQL Error  : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number  : 1104
Request Date  : Tuesday, May 20th 2008 @ 12:44:05 PM
Error Date    : Tuesday, May 20th 2008 @ 12:44:05 PM
Script        : http://www.planetcricket.net/forums/vbookie.php?type=CLOSED&selecttype=Go
Referrer      : http://www.planetcricket.net/forums/vbookie.php?
IP Address    : xxxxxxxxxxxx
Username      : xxxxxxxxxxx
Classname    : vb_database
MySQL Version : 4.1.22-standard

Haven't seen anyone else reporting the error and this is after reinstalling for 3.7.0.

dutchbb 05-21-2008 10:23 PM

So does it work with 3.7 yes or no?

Regardless of the answer: will there be an update for this mod any time soon?

MissKalunji 05-21-2008 10:32 PM

yes it does

Andreas 05-22-2008 06:18 AM

Quote:

Regardless of the answer: will there be an update for this mod any time soon?
There will never be an update.

gamerscms 05-23-2008 01:30 AM

Any ideas why when i click Bet Now the page just refreshes to the same?

Cheers for any replys

browie 05-29-2008 02:59 AM

I don't understand why this plugin which is probably one of the biggest and most used plugins is not supported at all?

Playa82 06-02-2008 09:37 AM

I got 2 test threads to see if my vBookie works. i did a mistake...

i deleted the threads but i forgot my 2 open bets in my vbookie main menu.

i don't see a delete link (only this: Thread | Info ), and when i click info or thread i get this:

Code:

Invalid vBookie Event specified. If you followed a valid link, please notify the administrator
somebody know how to delete this bets ?

Should i delete the whole vbookie and re-install ????

Please help me

Gersfan 06-02-2008 06:50 PM

This is probarly one of the biggest modifacations and nobody is willing to take it on?

Confussed.com

Playa82 06-04-2008 04:28 AM

Quote:

Originally Posted by Playa82 (Post 1538572)
I got 2 test threads to see if my vBookie works. i did a mistake...

i deleted the threads but i forgot my 2 open bets in my vbookie main menu.

i don't see a delete link (only this: Thread | Info ), and when i click info or thread i get this:

Code:

Invalid vBookie Event specified. If you followed a valid link, please notify the administrator
somebody know how to delete this bets ?

Should i delete the whole vbookie and re-install ????

Please help me

NOBODY ??

Scarface Claw 06-06-2008 05:00 AM

pleeeeeeeeeeeeze some one make this usable on 3.7.X

bobster65 06-06-2008 12:25 PM

Quote:

Originally Posted by Scarface Claw (Post 1542058)
pleeeeeeeeeeeeze some one make this usable on 3.7.X

It IS usable on 3.7

LangeSeyst 06-07-2008 08:20 PM

Hi there,

I installed vBookie on v.3.6.8 and it works great.

Just one small hickup:

In the statistics page i see "$vbphrase[anon] won 1325......".

Can anyone tell me how to make the "anon"-phrase work?

Thanks a lot!

Willem

Gersfan 06-08-2008 10:49 AM

I know there is no support from the author but maybe sombody who has this installed could please help.

I have everything working but the time seems to be out, it's one hour behind, -1! how do i fix this.

thanks,

massizero 06-08-2008 06:29 PM

Hi,
is there a way to deny the fact that "Stakes are also returned in the event of a winning bet."?

It happens that when someone bets on an event and he wins, he gets back even the stakes.
Example:
odd 2 to 1
he bets 100, he gets back 300 (200 from the bet, 100 Stakes are returned for the winning bet.)

While he should get back only 200...

Thanks,
M

LangeSeyst 06-08-2008 08:22 PM

Quote:

Originally Posted by massizero (Post 1544310)
Hi,
is there a way to deny the fact that "Stakes are also returned in the event of a winning bet."?

It happens that when someone bets on an event and he wins, he gets back even the stakes.
Example:
odd 2 to 1
he bets 100, he gets back 300 (200 from the bet, 100 Stakes are returned for the winning bet.)

While he should get back only 200...

Thanks,
M

I have the same problem... You can solve it by changing your odds; 1 to 1 instead of 2 to 1... Not the most aelegant solution but it works...

Playa82 06-09-2008 07:55 AM

Quote:

Originally Posted by Playa82 (Post 1538572)
I got 2 test threads to see if my vBookie works. i did a mistake...

i deleted the threads but i forgot my 2 open bets in my vbookie main menu.

i don't see a delete link (only this: Thread | Info ), and when i click info or thread i get this:

Code:

Invalid vBookie Event specified. If you followed a valid link, please notify the administrator
somebody know how to delete this bets ?

Should i delete the whole vbookie and re-install ????

Please help me

still nobody who can help ???

acegames 06-10-2008 07:43 PM

Quote:

Originally Posted by Paul M (Post 1035092)
vBookie & 3.6

The posting of vbookie events in 3.6 is broken because the hook used has moved.

To fix this problem, the following plugin must be edited ;


vBookie: Redirect to vbookie.php when posting new Event

Replace the plugin code with this ;

PHP 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'truefalse));


Note: I'm not actually using vbookie atm so I can't comment on any other problems.



This should be made a sticky :)

stejc123 06-11-2008 04:57 PM

Quote:

Originally Posted by stejc123 (Post 1500754)
We're having a problem with ridiculously large amounts of money appearing in people's accounts.
Onc user suddenly had 38446743800973774848 vcash.

It seems this is being caused by vbookie and not by the vcasino as I thought. Possibly to do with miscalculations with very large amounts (and server-related).

cygy2k 06-11-2008 11:30 PM

Can anybody confirm if the new vBookie 2.0 mod is legit and has the proper permission to update the mod since Andreas has forever said he wouldn't allow it? I'd love it to be true but think it needs to have some answers put out there for us loyal users.

https://vborg.vbsupport.ru/showthrea...hreadid=182212

djilou 06-12-2008 11:36 AM

How can I use the vb_number_format function to have vcash displayed like this 1,000 instead of 1000 ??

Hornstar 06-15-2008 07:44 AM

Quote:

Originally Posted by cygy2k (Post 1547128)
Can anybody confirm if the new vBookie 2.0 mod is legit and has the proper permission to update the mod since Andreas has forever said he wouldn't allow it? I'd love it to be true but think it needs to have some answers put out there for us loyal users.

https://vborg.vbsupport.ru/showthrea...hreadid=182212

oh what a shame he didnt get permission first :/ I hope he works out a deal with him, as I would love to get the new updated version.

tafreeh 06-16-2008 03:02 AM

is it still working vb3.7.1 ?????

Goodman_2020 06-17-2008 09:56 PM

hello

I isntaleld this haxk, set the permissions on yes (anf i fixed the yes/no problem too) but when i tick "yes, post a vbookie event" nothing shows up, i have just a normal thread, and no options to fill any field.

How to solve this problem?

fodboldforumdk 06-18-2008 04:50 PM

Hi,
Maybe i can get some help here for the Vbookie.

I run it under the latest version of VB

My problem is when i try to make a new thread i cant se the vbookie options.
I have pasted my template code for this - and inserted the code as asked for. So can you se any mistakes??

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[post_new_thread]</title>
</head>
<body$onload>
$header
$navbar

$postpreview

<form action="newthread.php" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">
                <span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[forum]</strong>: <a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]">$foruminfo[title]</a></span>
                $vbphrase[post_new_thread]
        </td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
       
                $usernamecode               

                <!-- subject field -->
                <table cellpadding="0" cellspacing="0" border="0" class="fieldset">
                <tr>
                        <td class="smallfont" colspan="3">$vbphrase[title]:</td>
                </tr>
                <tr>
                        <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td>
                        <td>&nbsp;&nbsp;</td>
                        <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>                </tr>
                </table>
                <!-- / subject field -->
               
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td>
                       
                <!-- message area -->
                <div class="smallfont">$vbphrase[message]:</div>               
                $messagearea
                <!-- / message area -->

                $posticons
               
                        </td>
                </tr>
                </table>
               
                </div>
        </div>
                       
        <div style="margin-top:$stylevar[cellpadding]px">
                <input type="hidden" name="s" value="$session[sessionhash]" />
        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                <input type="hidden" name="f" value="$forumid" />
                <input type="hidden" name="do" value="postthread" />
                <input type="hidden" name="posthash" value="$posthash" />
                <input type="hidden" name="poststarttime" value="$poststarttime" />
                <input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" />
                <input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="p" tabindex="1" />       
        </div>
        </td>
</tr>
</table>

<if condition="$show['additional_options']">
<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>
                        $vbphrase[additional_options]
                </td>
        </tr>
</thead>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">       
        <tr valign="top">
                <td class="panelsurround" align="center">
                <div class="panel">
                        <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
                                                       
                                <if condition="$show['misc_options']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[miscellaneous_options]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                                <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
                                                <if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
                                                $disablesmiliesoption
                                        </div>
                                </fieldset>
                                </if>
       
                                $attachmentoption
                                               
                                <if condition="$show['member']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[thread_subscription]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        <tr>
                                                <td>$vbphrase[notification_type]:<br /><select name="emailupdate" tabindex="1">
                                                        <option value="9999" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>
                                                        <option value="0" $emailchecked[0]>$vbphrase[no_email_notification]</option>
                                                        <option value="1" $emailchecked[1]>$vbphrase[instant_email_notification]</option>
                                                        <option value="2" $emailchecked[2]>$vbphrase[daily_email_notification]</option>
                                                        <option value="3" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>
                                                </select></td>
                                                <if condition="$show['subscribefolders']"><td>$vbphrase[folder]:<br /><select name="folderid" tabindex="1">$folderbits</select></td></if>
                                        </tr>
                                        </table>
                                </fieldset>
                                </if>
                               
                                <if condition="$show['poll']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[post_a_poll]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                                <div><label for="cb_postpoll"><input type="checkbox" name="postpoll" value="yes" id="cb_postpoll" tabindex="1" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div>
                                                <div><label for="polloptnum">$vbphrase[number_of_poll_options]: <input type="text" class="bginput" size="5" name="polloptions" value="$polloptions" id="polloptnum" tabindex="1" /></label> <if condition="$vboptions['maxpolloptions']">($vbphrase[maximum]: $vboptions[maxpolloptions])</if></div>
                                        </div>
                                </fieldset>
                                </if>
  <if condition="$show['vbookieevent']">
        <fieldset class="fieldset">
                <legend>$vbphrase[post_a_vbookieevent]</legend>
                <div style="padding:$stylevar[formspacer]px">
                        <div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div>
                </div>
        </fieldset>
  </if>
<if condition="$show['vbookieevent']">
        <fieldset class="fieldset">
                <legend>$vbphrase[post_a_vbookieevent]</legend>
                <div style="padding:$stylevar[formspacer]px">
                        <div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div>
                </div>
        </fieldset>
  </if>                               
$threadmanagement
                               
                                </div>
                        </div>
                       
                        <div style="margin-top:$stylevar[cellpadding]px">
                                <input type="submit" class="button" name="sbutton" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" />
                                <input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="p" tabindex="1" />                       
                        </div>
                </td>
        </tr>
</tbody>
</table>
</if>

</form>

<br />

$forumrules

$footer

</body>
</html>


Goodman_2020 06-18-2008 07:17 PM

is it possible to use vbookie with real money (members betting with their real money)?


All times are GMT. The time now is 03:44 AM.

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.03831 seconds
  • Memory Usage 1,905KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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