![]() |
Also, I've got an idea that would be cool as just a side feature...
Real books take 9.1 percent of the winnings at pay-out. It's commonly called "juice" or "vigorous." It's more or less a commission for making the bet. It would be cool if the control panel included an option to turn 'vig' on or off... and have the statistics portion track how much vig the book is making each week and each "season." It's not as important as the push option, but it would be a cool enhancement that would actually be pretty educational. |
Instant hit on my forums! Thanks for the great hack!
*Clicks install! |
Quote:
|
fixed
|
Quote:
|
Uhm, when I try to view a forum...
Quote:
|
Quote:
|
Any way to record who bet on what, and create a tally board? (Useful for football pics)
|
ok i've searched this whole thread, and no one has had the problem i had...and ive waited many days for an answer...please can someone help me out?
problem: Quote:
|
How can i make it so that vBookie link in navbar is only displayed when "Is the vBookie active?" is set to yes?
|
Can this hack be set to use PayPal donations as a way of adding to their balance?
|
Quote:
|
Quote:
|
Quote:
|
I deleted a thread containing an event (which was created by another user.) I'm not unable to delete the event - i only have the 'Thread' and 'Info' options available to me.
Is this a defect or am I doing something wrong? |
I installed vbookie, but it seems that it is interfering with the private thread hack. After I setup the groups permissions, whenever I run vbookie.php the settings for the other hack switches to "no" and Vbookie settings are not updating for the groups.
Now this is a rather long install. Can someone please give me a pointer which php to look for the settings? |
Here is my problem. The permissions in usergroup are behaving erratic: the radio buttons do not accept updates or update the wrong ones.
ALLOW GROUP TO READ TITLES/ NOT CONTENT is the other hack name When I remove the vbookie hack from usergroup, they are fine. Maybe it is a matter of switching lines? // set default yes permissions (bitfields) $ug_bitfield = array( 'showgroup' => 1, 'canview' => 1, 'canviewmembers' => 1, 'canviewothers' => 1, 'cagetattachment' => 1, 'cansearch' => 1, 'canmodifyprofile' => 1, 'canthreadrate' => 1, 'canpostattachment' => 1, 'canpostpoll' => 1, 'canvote' => 1, 'canwhosonline' => 1, // +++ vBookie 'canpostvbookieevent' => 1, 'caneditothersvbookieevents' => 1, 'canbet' => 1, // --- vBookie 'allowhidden' => 1, 'showeditedby' => 1, 'canseeprofilepic' => 1, 'canusesignature' => 1, // ================================================= \\ // == [ ALLOW GROUP TO READ TITLE / NOT CONTENT - GTP BEGIN ] 'gtpcanreadcontent' => 1 // == [ 00-00-2004 - GTP END ] // ================================================= \\ ); print_yes_no_row($vbphrase['can_rate_threads'], 'usergroup[canthreadrate]', $ug_bitfield['canthreadrate']); // ================================================= \\ // == [ ALLOW GROUP TO READ TITLE / NOT CONTENT - GTP BEGIN ] print_yes_no_row($vbphrase['gtp_can_read_content'], 'usergroup[gtpcanreadcontent]', $ug_bitfield['gtpcanreadcontent']); // == [ 00-00-2004 - GTP END ] // ================================================= \\ print_table_break(); if ($usergroupid != 1) // Guests can not post attachments { print_table_header($vbphrase['attachment_permissions']); print_yes_no_row($vbphrase['can_upload_attachments'], 'usergroup[canpostattachment]', $ug_bitfield['canpostattachment']); print_input_row($vbphrase['space_in_bytes_attachlimit'], 'usergroup[attachlimit]', $usergroup['attachlimit']); print_table_break(); } print_table_header($vbphrase['poll_permissions']); print_yes_no_row($vbphrase['can_post_polls'], 'usergroup[canpostpoll]', $ug_bitfield['canpostpoll']); print_yes_no_row($vbphrase['can_vote_on_polls'], 'usergroup[canvote]', $ug_bitfield['canvote']); print_table_break(); // +++ vBookie print_table_header($vbphrase['vbookie_permissions']); print_yes_no_row($vbphrase['can_post_vbookieevents'], 'usergroup[canpostvbookieevent]', $ug_bitfield['canpostvbookieevent']); print_yes_no_row($vbphrase['can_edit_others_vbookieevents'], 'usergroup[caneditothersvbookieevents]', $ug_bitfield['caneditothersvbookieevents']); print_yes_no_row($vbphrase['can_bet_on_vbookieevents'], 'usergroup[canbet]', $ug_bitfield['canbet']); print_table_break(); // --- vBookie |
The problem was in the bitfield. They were both using the same bitfield number. I doubled the other hack bitfield, and the permissions are holding and the other hack appears to be fine.
However, I am confused on how Vbookie works. I gave full permission to admin, and when I go to vbookie.php I do not see how to input a bet. |
Did you read the manual?
(Just create a new topic and check the box that reads Yes, post a vBookie Event with this thread, but try the instructions next time ;)) |
Quote:
Anyone wanna tackle this idea? |
Quote:
|
Quote:
Here ya go. :) (It's also linked to in the installation instructions file.) |
For some reason, it's still wanting to use the vBookie points instead of my uShop points. I selected the correct field in the options, but it's still not using uShop points. Any ideas?
|
Anyone know how to correct this? I think it has something to do with two different databases being used, but I don't know enough about SQL or PHP to fix it. I can't use this hack until I am able to integrate it into uShop - and my site goes live on Monday.
|
Be sure uShop is set for uttpoints too.
|
Yes, it is set to uttpoints as well...
|
How can I make sure that vBookie is also set for uttpoints? Would there be any way to change or create a new table to maybe get them to point to the right place?
|
Code:
Parse error: parse error, unexpected ';', expecting ')' in /home/nintenc/public_html/gamestar/f/includes/init.php on line 955 |
PHP Code:
|
[php]// Defined contants used for forum field.
$_FORUMOPTIONS = array( 'active' => 1, 'allowposting' => 2, 'cancontainthreads' => 4, 'moderatenewpost' => 8, 'moderatenewthread' => 16, 'moderateattach' => 32, 'allowbbcode' => 64, 'allowimages' => 128, 'allowhtml' => 256, 'allowsmilies' => 512, 'allowicons' => 1024, 'allowratings' => 2048, 'countposts' => 4096, 'canhavepassword' => 8192, 'indexposts' => 16384, 'styleoverride' => 32768, 'showonforumjump' => 65536, 'warnall' => 131072, // +++ vBookie $_VBOOKIE = array( 'active' => 1, 'ucash' => 2, 'cashon' => 4, 'givetopoor' => 8, 'usepetz' => 16 ); // --- vBookie ); $_ARCADE = array( 'active' => 1, 'netplay' => 2, 'awardson' => 4, 'quickreg' => 8, 'autoprune' => 16, 'highonly' => 32, 'vbcodeon' => 64, 'imgcodeon' => 128, 'smilieson' => 256, 'allowemail' => 512, 'challengescores' => 1024 ); $_ARCADEUSER = array( 'firstvisit' => 1, 'settingschecked' => 2, 'allowchallenges' => 4, 'allowemails' => 8 ); $_GAMESCHECK = array( 'active' => 1, 'netplay' => 2, 'playpanel' => 4, 'challenabled' => 8, 'showaward' => 16 );[/php ok back to the original way it was when I did the hack....before I tried to fix it |
Nevermind I fixed it.
|
So no one knows why vBookie is using its own cash even though I have uCash selected?
|
Installed this hack and it's great. Just one problem, there's a typo in the phrase:
Quote:
Changed it on mine, just thought i'd mention it although i'm sure it's mentioned here somewhere! |
there's actually quite a few typo's in the mod. (and some grammer, too.) a small price to pay for such a cool mod.
Quote:
|
Problem...But It Has Seemed To Be Fixed Before...I Have Everything Uploaded And Installed, But, I Cant Get It To Work, Im Using VBulletin 3.0.3 And VBookie Is The Only Mod Im Using, I Double-Checked Everything In The Instructions, And Everything Seems Fine, I Cant Post A Event, I Click New Thread, But Theres No Option For VBookie, And I Checked The User Permissions And VBookie Is Turned On, Any Suggestions?
|
no option at the bottom of the new thread? you sure you made the appropriate edits to your templates? you using the edited templates? you on as an admin to test?
more info... more info.... |
yeah, im admin...no option...im sure i made all appropriate changes...but will go through again...
|
it looks like your templates are messed up (from what little i know.) i would go ahead and revert the view back to normal and then make the changes again (assuming other changed haven't been made to these templates prior to the vbookie hack....)
i'm the champion at installing mods and having to do them over several times to get them to work, because i didn't cut and paste correctly, or i overlooked something.... |
Very cool hack! Thank you.
|
Quote:
|
All times are GMT. The time now is 12:10 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|