View Full Version : vBookie for vBulletin 3.5
Pages :
1
2
3
4
[
5]
6
7
8
9
10
JIZZLE23
08-20-2006, 12:11 AM
Can Anyone here explain how to start a vbookie event? If you could it would be greatly appreciated.
Thank You
JIZZLE23
spurstalk
08-20-2006, 12:23 AM
Reset the vBookie in admin CP
I don't see an option to reset it in the admin CP.
Shazz
08-20-2006, 12:28 AM
#1000 post
Are there any know problems with 3.6?
There have been a couple of random errors comming out of no where but everything else works fine :cool:
________
medical marijuana dispensary (http://dispensaries.org/)
ubblite
08-20-2006, 04:21 AM
You do know this thread had almost 1000 posts, do you :p.
Yes, I'm aware of that but when I had the same problem I searched this thread to find the fix. It didn't take that long.
Anyway - @wrestlingaudio
one of the more recent posts to solve this issue is #921.
Devil Woman
08-20-2006, 07:33 PM
I have taken a look at Paul M's post that explains how to sort the problem out for 3.6 only I am a bit worried of going wrong, everyone seems to have done it so far, do I edit the xmal file that I upload to product manager? If so is there a specific part that I change? Or am I in competely the wrong place?
Thanks
ubblite
08-20-2006, 08:26 PM
I have taken a look at Paul M's post that explains how to sort the problem out for 3.6 only I am a bit worried of going wrong, everyone seems to have done it so far, do I edit the xmal file that I upload to product manager? If so is there a specific part that I change? Or am I in competely the wrong place?
Thanks
admincp -> plugins & products -> plugin manager -> product: vBookie:vBookie: Redirect to vbookie.php when posting new Event
replace all code in there with Paul's fix.
Devil Woman
08-20-2006, 09:12 PM
Ok i got there choose edit am I going in the right direction so far? and then what text do i edit?
Thanks
ubblite
08-20-2006, 09:54 PM
Ok i got there choose edit am I going in the right direction so far? and then what text do i edit?
Thanks
As mentioned in my previous post - replace all code in there with Paul's code.
JIZZLE23
08-20-2006, 11:27 PM
Can Anyone here explain how to start a vbookie event? If you could it would be greatly appreciated.
Thank You
JIZZLE23
cheech4487
08-21-2006, 12:47 AM
Can Anyone here explain how to start a vbookie event? If you could it would be greatly appreciated.
Thank You
JIZZLE23
The same way you go about posting a poll. When you are creating a new thread, the option is available around the same area as the post a poll option.
JIZZLE23
08-21-2006, 03:49 PM
ok Thank You Very Much, one more question is there a way to erase Vbookies? If so how? if not Can you reset it? If so How? Thank You
JIZZLE23
MissKalunji
08-22-2006, 12:24 PM
ONe thing not working (i did the templat eedit) when i post an event it doesnt show in the thread....
Maxman1544
08-22-2006, 08:56 PM
ONe thing not working (i did the templat eedit) when i post an event it doesnt show in the thread....
Did you do all the template edits over again -- even the original ones?
MissKalunji
08-22-2006, 09:03 PM
Did you do all the template edits over again -- even the original ones?
well i only did the showthread , postbit and another one didnt do the memberinfo or modifyoption think that would matter?
JIZZLE23
08-23-2006, 12:44 AM
Is there anyway to erase Vbookie battles?
JIZZLE23
haknet
08-23-2006, 05:50 AM
I can't send vbookie events :(
Please help me :(
I can't turn "Admin's Can Shout Vbookie Events" To YES ! I turn it Yes and i am saving then am looking that it is still No :( Pls Help !
Eagle Creek
08-24-2006, 01:35 AM
Ive installed it but where are all those settings? In my ACP at vBookie settings I only have 4 options.
And the rest? Where can I edit news, etc. etc..?
Eagle Creek
08-24-2006, 01:45 AM
@wrestlinguadio
the solution is posted many times throughout this thread.
Hmm... I have the same problem now ;). Going to search!
EDIT:
As posted half a ton of times already
Import the XML again or rebuild bitfields.
Then maybe this should be in the first post!! Many people are having this problem. Let them all search for themself is crazy.
Anyway.. I don't know how to rebuild bitfields(?) so I'll re-import then..
EDIT2:
Grmbl!
No I have to option to add a vbookie to a thread. So I did.. And nothing happened! vBookie is still empty!
JIZZLE23
08-24-2006, 04:44 AM
Does Anyone know how to reset Vbookie, or Erase Past Vbookie Battles. Thank You
JIZZLE23
Devil Woman
08-24-2006, 02:54 PM
As mentioned in my previous post - replace all code in there with Paul's code.
Thanks for that I was looking in the wrong place found i now, thanks
Devil Woman
08-24-2006, 02:59 PM
everything is fine but now I don't have the option to add a vbookie event to a thread in a bookie forum, I have set all the settings to yes on the forum permissions but still no option to post a vbookie event
Any help is appreciated, thanks
JIZZLE23
08-25-2006, 04:26 AM
Please I am in Dire need of this, Does anyine know how to reset or erase vbookies?
JIZZLE23
Neal-UK
08-25-2006, 04:58 AM
Settings are not saving in usergroup permissions when set to yes, on 3.5.5
VBUsers
08-25-2006, 05:39 PM
in 3.6 i made the edit for the hook and when i try to edit a vbookie event it tells me i have no permissions to do so. why?
Puck 24/7
08-26-2006, 05:27 AM
Settings are not saving in usergroup permissions when set to yes, on 3.5.5
You have to rebuild the bitfields:
example:
yoursite.com/admincp/index.php?do=buildbitfields
bandare
08-26-2006, 09:02 PM
DOes anyone have any idea on whether this will work with the new 3.6 forums?
bandare
08-26-2006, 09:05 PM
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 ;
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));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.
where actually needs changing for us noobs?
MissKalunji
08-26-2006, 09:12 PM
works one mine
Puck 24/7
08-27-2006, 09:38 AM
where actually needs changing for us noobs?
admincp --> plugins & products --> plugin manager -> product: vBookie:vBookie: Redirect to vbookie.php when posting new Event
bandare
08-27-2006, 10:55 AM
thanks..... wasn't obvious to me :)
Can I use google adsense on my forum with this mod installed ?
Google doesnt allow gambling sites but Im not sure if this mod (playing for points) is against google terms.
bandare
08-27-2006, 10:25 PM
I have used vbookie on sites for a year with it... they just dont like REAL gambling I dont think......
as far as I know.....
Devil Woman
08-28-2006, 02:14 AM
I have tried everything said in this thread, I still dont have the option to add a bookie event to a thread, all settings are set to yes in the usergroups and the forum permissions, any help would be appreciated
Thanks
SportsZone
08-28-2006, 08:46 AM
I am getting a weird error with this hack on 3.6.
I edited the plugin as Paul M said and edited code so members can only bet 5 points maximum (this isn't the problem as I have checked). I set the hack to use custom points (I use vbux points system), but when I go to place a bet, I bet double what ever I want to bet.
Does anyone know how to fix this?
Cheers
acegames
08-28-2006, 01:58 PM
I got a bug. I disabled my super moderators to not be able to edit Vbookie events and for the most part they can't. But they are able to settle bets and choose winners of the events. Got a fix anyone?
Same problem here , any fix for this ?
Eagle Creek
08-28-2006, 02:00 PM
Thanks for that I was looking in the wrong place found i now, thanks
Where do we find Paul's code?
bobster65
08-28-2006, 06:13 PM
Where do we find Paul's code?
vBookie & vb 3.6
Originally Posted by Paul M
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 ;
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));
}
Eagle Creek
08-28-2006, 07:18 PM
Thx!!
plateau
08-29-2006, 01:05 AM
anyone knows how to make the default number of options 3 other than 2 when posting a new event? thx!
SportsZone
08-29-2006, 12:22 PM
I am getting a weird error with this hack on 3.6.
I edited the plugin as Paul M said and edited code so members can only bet 5 points maximum (this isn't the problem as I have checked). I set the hack to use custom points (I use vbux points system), but when I go to place a bet, I bet double what ever I want to bet.
Does anyone know how to fix this?
Cheers
Is anyone else getting this error?
bandare
08-29-2006, 12:34 PM
not installed it yet to be honest..... it seems that some have no issue with 3.6 and some do!
matt_norris
08-30-2006, 08:50 AM
I have 2 questions if that is ok.
1. Is it possible to reset all vBookie user balances? if so how?
2. Is it possible to display a leaderboard of vBookie winners? if so how?
Anyone? Someone must have done this already......
bandare
08-30-2006, 03:41 PM
there is a leaderboard setup anyway within vbookie that shows most bets won and leaders already.
in the admincp, on the last version, you could and can change amounts and rest them....
matt_norris
08-31-2006, 06:59 AM
Bandare
I have version 1.0.7 installed and cannot find how to do this in the admincp. I have missed something out in the install? Do you have a screen grab showing where this is so I can compare?
Hope you can help...
bandare
08-31-2006, 11:05 AM
I am going to install vbookie to my new 3.6 forum later today. Will post assuming all works for me with the new upgraded forum....
Zowners
08-31-2006, 02:49 PM
This hack doesn't work for me on 3.6 either. Does anyone feel like making a working version for 3.6?
MissKalunji
08-31-2006, 02:54 PM
Mine working fine on 3.6 ....
Wayne2k1.com
09-01-2006, 09:20 AM
Thanks a bunch for the fix, man ;)
bada_bing
09-01-2006, 09:46 PM
Does this hack offer the ability to choose which forums you can use vbookie? I dont want vbookie to be an option in every forum but maybe my off topic forum like my Lounge forum?
MissKalunji
09-01-2006, 10:24 PM
Does this hack offer the ability to choose which forums you can use vbookie? I dont want vbookie to be an option in every forum but maybe my off topic forum like my Lounge forum?
yes in admincp in forum you can choose wich you want to
bandare
09-01-2006, 10:32 PM
Bandare
I have version 1.0.7 installed and cannot find how to do this in the admincp. I have missed something out in the install? Do you have a screen grab showing where this is so I can compare?
Hope you can help...
what happens if you go to www.yoursite.com/forum/vbookie.php
?????????????
dougk
09-02-2006, 06:35 AM
can someone explain how i am suppost to instal this?
in the read me it asks for product-bookiehack.xml
i did not get this file in the zip file?
bandare
09-02-2006, 11:57 AM
I suggest redownloading the zip file. I just redownloaded it to check and it is in there. Maybe you didnt decompress all the files from the zip. Check again.
Shazz
09-02-2006, 02:29 PM
can someone explain how i am suppost to instal this?
in the read me it asks for product-bookiehack.xml
i did not get this file in the zip file?
Its in there... Check all the folders if you unzipped it.
Devil Woman
09-02-2006, 09:42 PM
Anyone else having the problem where all settings are there but you do not have the ability to add a vbookie event with a thread? Been having this problem now for a while and still no joy after countlessly going over the settings and making sure they are all set as need be
Thanks
Puck 24/7
09-03-2006, 05:48 AM
Anyone else having the problem where all settings are there but you do not have the ability to add a vbookie event with a thread? Been having this problem now for a while and still no joy after countlessly going over the settings and making sure they are all set as need be
Thanks
That's the problem which occurs without patching the hack to work with 3.6 - you'll get a white screen instead of the event config screen. Sounds like it hasn't been properly patched.
Shazz
09-03-2006, 06:01 AM
Its working fine with me on 3.6
dougk
09-03-2006, 09:30 AM
i have set everything up and did the correct stuff for it to work on 3.6
but there is no post vbookie with this thread option.
and when i go to the vbookie option on the top panel i get this error,
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/scooper9/public_html/upload/vbookie.php on line 70
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/scooper9/public_html/upload/vbookie.php on line 70
dougk
09-03-2006, 09:31 AM
also you talk about the editing options in usergroup and i cant find these options?
Devil Woman
09-03-2006, 09:25 PM
That's the problem which occurs without patching the hack to work with 3.6 - you'll get a white screen instead of the event config screen. Sounds like it hasn't been properly patched.
Thats the problem I haven't even got the option when I create a new thread to choose to add a vbookie event or not whereas I did have before I upgraded to 3.6, what patch is this, didnt know there was a patch for this part the only thing I have done is the part that Paul M informed us about, any help is appreciated
Hi doug, the usergroup settings you need to change are
The usergroup settings for each usergroup set them to who you wish to be able to add a vbookie event to a thread
Forum permsissions, so you can set which forum members/staff can add vbookie events in
hope that helps doug
Zowners
09-03-2006, 09:36 PM
Ok I have installed and did all the new mods but I am getting this now:
No Thread specified. If you followed a valid link, please notify the administrator
Any Ideas?
Max Johnson
09-03-2006, 10:03 PM
I just started adding mods to my site this weekend so I'm new to this but I have successfully added a bunch so far.
Before I go and do something incorrectly, when it says "Upload all files in floder upload" in the documentation, what does that mean? Should I add the entire "upload" folder via FTP? Under which folder should I add it? Add the entire folder 'as is' in the "forum" folder?
Sorry for the basic question but I'd prefer to do it right once rather than do it wrong and sabotage future efforts.
Thanks,
Max
Shazz
09-03-2006, 10:06 PM
I just started adding mods to my site this weekend so I'm new to this but I have successfully added a bunch so far.
Before I go and do something incorrectly, when it says "Upload all files in floder upload" in the documentation, what does that mean? Should I add the entire "upload" folder via FTP? Under which folder should I add it? Add the entire folder 'as is' in the "forum" folder?
Sorry for the basic question but I'd prefer to do it right once rather than do it wrong and sabotage future efforts.
Thanks,
Max
upload folder is aka fourms
Max Johnson
09-03-2006, 10:15 PM
upload folder is aka fourms
Great...thanks. I'll just upload the files individually into the 'forum' folder and not the 'upload' folder itself?
Shazz
09-03-2006, 10:49 PM
Great...thanks. I'll just upload the files individually into the 'forum' folder and not the 'upload' folder itself?
Uhm...
Double click on the upload folder, and upload the images in your forum root folder(Not the whole folder itself, find the misc folder and insert the image for example)
And upload vbookie to your forum root folder.
Max Johnson
09-03-2006, 11:57 PM
Warning: main(/home/northeas/public_html/forum/includes/functions_vbookie.php) [function.main]: failed to open stream: No such file or directory in /vbookie.php on line 74
Fatal error: main() [function.require]: Failed opening required '/home/northeas/public_html/forum/includes/functions_vbookie.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/northeas/public_html/forum/vbookie.php on line 74
I'm having some problems. Can anybody shed some light? Here is a pic of my ftp client to show what I've done there.
https://vborg.vbsupport.ru/external/2006/09/11.jpg
Paul M
09-04-2006, 12:45 AM
You seem to have copied all the files into the forum folder instead of their correct folders (e.g. functions_vbookie.php should be in the includes folder). You don't need to upload the 'product-bookiehack.xml' file at all.
Shazz
09-04-2006, 12:47 AM
Re-download vbookie.zip
Unzip it.
All the folders you click on , it goes to that specific folder on your forums
Zowners
09-04-2006, 01:50 AM
Ok Im geting closer, but still have 2 problems. #1 now I can check it as a vbookie event and get this error:
Parse error: syntax error, unexpected $end in /home/lsutiger/public_html/forum/newthread.php(219) : eval()'d code on line 5
and 2 I have no options in my admin CP?
This is my newthread.php if that helps
<file removed>
Max Johnson
09-04-2006, 01:57 AM
Paul M and Shazz - thank you very much. I'm pretty sure I got vbookie to work now. I'm doing a test event right now.
Zowners
09-04-2006, 02:01 AM
Can ya tell me what ya did? If ya get it working...
Shazz
09-04-2006, 02:01 AM
Paul M and Shazz - thank you very much. I'm pretty sure I got vbookie to work now. I'm doing a test event right now.
Your welcome :)
Zowners
09-04-2006, 02:28 AM
Are you suppose to have options just under the settings drop down? Or actually on the left side of admin CP? And can anyone help me with that error?
dougk
09-04-2006, 04:29 AM
Hi doug, the usergroup settings you need to change are
The usergroup settings for each usergroup set them to who you wish to be able to add a vbookie event to a thread
Forum permsissions, so you can set which forum members/staff can add vbookie events in
hope that helps doug
actually it doesnt.
These options od not excist?
I have followed all the instructions 100% correct... but nothing for vbookie seems to exist other than the stuff in the plug in manager and the button on the top left.. which goes to this error.
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/scooper9/public_html/upload/vbookie.php on line 70
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/scooper9/public_html/upload/vbookie.php on line 70
dougk
09-04-2006, 10:00 AM
i tried some things but still got this same error. Is it somthing i need to change with the coding.
SportsZone
09-04-2006, 06:24 PM
The system.
I have just reinstalled this on 3.6, and used Paul M's fix. However, when I make a bet of say 5 points, I get charged 10. I set the points option to use custon as I use vbbux points system. Does anyone know a fix for this?
dougk
09-05-2006, 04:34 AM
the system?
are you responding to me.
dougk
09-05-2006, 05:38 AM
allright i fixed it but i have hit another problem..
everything is good but when i try to edit the permissions it saves but when i look back they have gone to no again?
can anyone help..
SportsZone
09-05-2006, 06:53 AM
the system?
are you responding to me.
Yes, yes I am.
To solve your permissions problem, do this
"Try to build the bit fields
www.yoursite.com/admincp/index.php?do=buildbitfields"
dougk
09-05-2006, 07:02 AM
didnt change anything....
dougk
09-05-2006, 07:04 AM
no wait now it is working.
Thanks alot mate.
dougk
09-05-2006, 07:20 AM
another error.
when i tick the vbookie box and i post the thread it does not appear? it doesnt load.
dougk
09-05-2006, 07:21 AM
another error.
when i tick the vbookie box and i post the thread it does not appear? it doesnt load.
SportsZone
09-05-2006, 07:32 AM
Ok hit me up on MSN. It's an easy fix :)
dougk
09-05-2006, 07:36 AM
added you mate..
FortyJ
09-06-2006, 12:21 PM
Installed. Nice work!
A couple of things:
The perimissions (Can Post, Can Edit, Can Bet) are not displayed properly in the View Permissions function in the Admin Panel. It provides the three lines and corresponding checkboxes (and Yes/No on the report), but no text. I doubt it affects the function, but I thought I'd bring it up. Also, is there a way for me to manually fix this?
Is there a way to change the name of the currency from vCash to something more site specific?
Is there a way to adjust the default starting funds?
Is there a way to easily distribute funds to all members or to select usergroups (ie. to give out $100 on the site anniversary, etc.)?
Thanks for your help. By the way, this is running on vbulletin 3.5.5, and I apologize if any or all of these topics have been covered already. I have spent a good bit of time searching and skimming the relevant threads but could not find this anywhere.
DS MrSinister
09-06-2006, 08:14 PM
Installed. Nice work!
A couple of things:
[list=1]
Is there a way to change the name of the currency from vCash to something more site specific?
Is there a way to adjust the default starting funds?
.
Search in Phrases for vcash and change it to what ever you like
i would say look in the install file and look for 500 and change it should work i think.
Stunner
09-06-2006, 08:24 PM
another error.
when i tick the vbookie box and i post the thread it does not appear? it doesnt load.
I got the same problem. I check the box and submit and it goes to a normal post. What did I do wrong and how can I fix this problem?
RMS-Chef
09-07-2006, 01:56 AM
Seems to be working on my upgraded v3.6 install with the supplied plugin change. Thanks.
nascar1
09-07-2006, 01:52 PM
Never mind. Firgured it out. :)
Stunner
09-07-2006, 11:34 PM
I got the same problem. I check the box and submit and it goes to a normal post. What did I do wrong and how can I fix this problem?
Anybody able to help me....like I don't need enough help as it is:cross-eyed:
Devil Woman
09-08-2006, 12:27 AM
I now have this sorted, re uploaded and re did everything all fine now from what I know
Thanks
phpdevrus
09-08-2006, 07:42 AM
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 ;
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));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.
hmmm weird even after making this adjustment, it doesnt take me to the vbookie page to setup the bet and instead just treats it as a regular new thread.
any ideas?
phpdevrus
09-08-2006, 07:49 AM
should i redo everything? (modify for vbbux, reinstall & modify plugin code)
FortyJ
09-08-2006, 01:59 PM
Search in Phrases for vcash and change it to what ever you like
i would say look in the install file and look for 500 and change it should work i think.
Thanks for the tips. I was hoping there was a really easy command or edit, but I guess I'll have to slug through it all. ;)
Also, one member bet anonymously, and the stats showed up with: "$vbphrase[anon] won ...". Is there a way to change that so that it says "Anonymous Member won..."? Please pardon my total ignorance with php. I really need to learn that stuff.
phpdevrus
09-08-2006, 11:51 PM
Ok hit me up on MSN. It's an easy fix :)
what is the fix? heh how do the rest of us do it?
SportsZone
09-09-2006, 07:55 AM
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
See this post for the fix :)
daticus
09-09-2006, 09:04 AM
I seem to be unable to bet on any event, even though I set "Yes" to able to bet on events. Any ideas why?
Running 3.5.5,
vbookie 1.0.5
Stunner
09-09-2006, 02:14 PM
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
See this post for the fix :)
I did that "fix" and nothing changed. Still select to make it a vBookie event and still posts a normal thread.
daticus
09-09-2006, 03:38 PM
Nvm, got it to work.
phpdevrus
09-09-2006, 05:54 PM
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
See this post for the fix :)
yep already did that and still does not work.
any other suggestions.
browie
09-09-2006, 07:13 PM
For some reason I can't bet. :(
I've made a thread and it's open but I don't get it where my users are going to bet?
Also my Bet Statistics is showing a communication problem with my server. Idk if that's due to I have no bets yet or not. Any help?
***EDIT - I figured it out. I had eBux running... I switched it back to vCash. eBux changed to vBux right? How do i change it so it runs on vBux instead?
phpdevrus
09-10-2006, 03:49 AM
For some reason I can't bet. :(
I've made a thread and it's open but I don't get it where my users are going to bet?
Also my Bet Statistics is showing a communication problem with my server. Idk if that's due to I have no bets yet or not. Any help?
***EDIT - I figured it out. I had eBux running... I switched it back to vCash. eBux changed to vBux right? How do i change it so it runs on vBux instead?
You can check out the details in earlier posts.
I believe the method is to change some of the variable names from ebux to vbbux in the product xml. I can't remember exactly but it was something that I had to do to get vbookie running.
I also came across that problem of members not able to bet after upgrading to 3.5.5. Now in 3.6.0 I cant get it to work properly lol.
good luck.
Stunner
09-10-2006, 12:46 PM
I gave up and uninstalled it until a real logical answer comes out.
SportsZone
09-10-2006, 05:17 PM
I gave up and uninstalled it until a real logical answer comes out.
Ditto. I don't see why I have a problem (quoted below) with this hack, and no one else does *confused* I even have just uninstalled vbBux/vbPlaza and reinstalled it to see if it would then work, but no luck.
I have just reinstalled this on 3.6, and used Paul M's fix. However, when I make a bet of say 5 points, I get charged 10. I set the points option to use custon as I use vbbux points system. Does anyone know a fix for this?
*Uninstall's hack till a fix is made*
wrestlepower
09-10-2006, 11:16 PM
probably the dumbest question ever, but how do i create a vBookie event?
phpdevrus
09-11-2006, 02:13 AM
probably the dumbest question ever, but how do i create a vBookie event?
you need to make sure you modified your templates.
you need to set the permissions to allow the usergroups you want to be able to create vbookie events.
then create a thread & check create vbookie event.
:-)
hope that helps.
phpdevrus
09-11-2006, 02:13 AM
Ditto. I don't see why I have a problem (quoted below) with this hack, and no one else does *confused* I even have just uninstalled vbBux/vbPlaza and reinstalled it to see if it would then work, but no luck.
*Uninstall's hack till a fix is made*
atleast you get it to work lol.
manutdvn
09-11-2006, 03:51 PM
My forum got an error when members bet a lot of money. Someone could not received money (purchase=0). How can I fix this problem?
Thanks in advance.
phpdevrus
09-12-2006, 10:07 PM
perhaps this will only work on vb3.5 and not 3.6 until the code is updated for 3.6. the minor fixes dont seem to work. :-(
great mod tho.
DS MrSinister
09-13-2006, 01:26 AM
Seems to work well for me!
Hope this Helps (http://www.sinisterslair.com/forums/showthread.php?p=15#post15)
test
test
phpdevrus
09-13-2006, 03:46 AM
does that mean it worked or not?
Shazz
09-13-2006, 05:42 AM
The usergroup options seem to be stuck... =\
Stunner
09-13-2006, 12:22 PM
Seems to work well for me!
Hope this Helps (http://www.sinisterslair.com/forums/showthread.php?p=15#post15)
test
test
Rubbing it in our face doesn't help,lol Is there ANY possible way you can help me make this work on my site?
cuphongle
09-13-2006, 03:47 PM
does it work with 3.60?
ever sincei update to 3.60, when i checked on "create a vbookie", nothing comes up
vitnuce
09-13-2006, 04:41 PM
Waiting for the porting with 3.6.*
3.6.1 has been released a few hours ago :)
Rgds,
SportsZone
09-13-2006, 11:20 PM
Waiting for the porting with 3.6.*
3.6.1 has been released a few hours ago :)
Rgds,
I too hope that this will take place :)
DS MrSinister
09-14-2006, 12:36 AM
here is what i am using to make it work for 3.6.
paul's fix ... BTW you rock paul thanks!
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
vbBux vbPlaza 1.5.8
download the plugin vbBux vbPlaza 1.5.6
after installing the plugin
make sure you change the setting in vBulletin Options --> vBookie Settings --> Cash/Points System --> Custom. for some reason it dont say Custom for its blank. if you see a blank spot use it.
Stunner
09-14-2006, 09:48 PM
I know I've done all that before but for some reason it WORKED this time. Thanks!!!!
Devadam
09-15-2006, 09:25 AM
In the statistics part; its written Richest People top 5.. how can i change it to Richest People top 30..
SportsZone
09-15-2006, 11:16 AM
here is what i am using to make it work for 3.6.
paul's fix ... BTW you rock paul thanks!
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
vbBux vbPlaza 1.5.8
download the plugin vbBux vbPlaza 1.5.6
after installing the plugin
make sure you change the setting in vBulletin Options --> vBookie Settings --> Cash/Points System --> Custom. for some reason it dont say Custom for its blank. if you see a blank spot use it.
Ok I have just done this, and when I go to make a 5 point bet, I get charged 20 points!!!! WTF?
phpdevrus
09-15-2006, 05:29 PM
yep just updated to 3.6.1 and they must have fixed some bugs. ;-)
it works now for me.
DS MrSinister
09-15-2006, 06:21 PM
Ok I have just done this, and when I go to make a 5 point bet, I get charged 20 points!!!! WTF?
it works just fine for me m8! maybe look at your settings not sure what else to tell you i am not a coder...
SportsZone
09-15-2006, 06:32 PM
it works just fine for me m8! maybe look at your settings not sure what else to tell you i am not a coder...
With the kind help of phpdevrus, it's now working!
Thanks, phpdevrus :)
phpdevrus
09-15-2006, 06:33 PM
In the statistics part; its written Richest People top 5.. how can i change it to Richest People top 30..
Modify the phrase in admincp. Since the mod is fully phrases you will be able to find it there. Just do a search for richest people and it should come up. this will only change the text.
phpdevrus
09-15-2006, 06:42 PM
With the kind help of phpdevrus, it's now working!
Thanks, phpdevrus :)
no problem. glad i could help.
trying to give something back from all of the great vb mods & support I have received.
recently converted lurker ;-)
Shazz
09-15-2006, 06:51 PM
Are you able to change usergroup options for any usergroup on the VBookie options?
phpdevrus
09-15-2006, 07:40 PM
yep i can change the usergroup options.
i created a usergroup for members that are allowed to create vbookie events. I am able to update their vbookie options.
beano33
09-16-2006, 03:41 PM
For some reason, pages 2+ on my SETTLED category don't show any rows. Only page 1 has rows shown. Why? Is this a known bug?
Were you, or anyone, able to resolve this issue? I'm having the same problem. Only page 1 in vbookie event categories displays information.
phpdevrus
09-17-2006, 06:42 AM
Some things to remember:
-if you have problems setting the usergroups perms: rebuild the bitfields
vbplazza maintenance > Rebuild Bitfields
-if you have issues of not being able to place a bet after a vbookie event is created: make sure you have custom currency set
vBulletin Options > Vbookie Settings > Cash/Point Systems > "blank one"
Good Luck... Works great on vb3.6.1
Neal-UK
09-17-2006, 12:41 PM
Any way to get this to work with vbBux?
Devadam
09-18-2006, 09:44 AM
Modify the phrase in admincp. Since the mod is fully phrases you will be able to find it there. Just do a search for richest people and it should come up. this will only change the text.
thanks friend
i solved the problem
functions_vbookie.php
find
"user ORDER BY cash DESC LIMIT 30";
function vbookie_get_richest()
{
global $vbulletin;
switch ($vbulletin->options['vbookiecash'])
{
case 'vcash':
$q = "SELECT username, vbookie_cash AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'ucash':
$q = "SELECT username, ucash AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'ebux':
$q = "SELECT username, ebux AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'custom':
($hook = vBulletinHook::fetch_hook('vbookie_get_richest')) ? eval($hook) : false;
}
phpdevrus
09-18-2006, 05:09 PM
Any way to get this to work with vbBux?
this works with vbbux. select the custom / blank option for cash system. ;-)
phpdevrus
09-18-2006, 05:10 PM
thanks friend
i solved the problem
functions_vbookie.php
find
"user ORDER BY cash DESC LIMIT 30";
function vbookie_get_richest()
{
global $vbulletin;
switch ($vbulletin->options['vbookiecash'])
{
case 'vcash':
$q = "SELECT username, vbookie_cash AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'ucash':
$q = "SELECT username, ucash AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'ebux':
$q = "SELECT username, ebux AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 30";
break;
case 'custom':
($hook = vBulletinHook::fetch_hook('vbookie_get_richest')) ? eval($hook) : false;
}
:-) nice, simple change.
Neal-UK
09-18-2006, 05:33 PM
this works with vbbux. select the custom / blank option for cash system. ;-)
I get db erros when I view bookie statistics and what not, do I need to alter anything else by choosing the blank option?
bashy
09-18-2006, 07:13 PM
Hi peeps
I have added the plugin code for 3.6 but now i get no permissions errors, I have checked in the usergroups and the permissions are correct, i just dont know whats wrong, oh and rebuilt the bitfields as well!!
Neal-UK
09-18-2006, 07:34 PM
Mine is working now i've installed the plugin further up this thread. Moderators, can you add the attached fixes to the actual product, saves having to search or go through the entire threads.
Bashy, did you edit the plugin mentioned for 3.6 fix also?
bashy
09-18-2006, 07:55 PM
Hi Neal, yeah i did that m8, thats when things went boobs up
bandare
09-19-2006, 12:30 AM
How do you reset everyones total back to 500 or any figure at the start of each month?
thebands
09-19-2006, 07:03 PM
Using it with vBulletin 3.6.1, works perfect.
My problem is changing the default vCash. I've searched and have not found the answer. I've changed the .xml install file code and re-imported it and new users still start off with 500 vCash. Is there an extra step I'm missing after I re-import (with overwrite settings set to "yes")?
Thanks in advance.
brvheart
09-20-2006, 04:29 PM
flawless install and working great on 3.6.1 :)
wcbryant
09-24-2006, 11:19 AM
Just browsed through the last 10 pages or so, and didn't see any clear reference to an issue I'm having with 3.6.1 (and had with 3.6.0).
vBookie itself is working fine. People have been opening, closing and settling bets with no problem whatsoever. The issue I'm experiencing has to do with the vbookie.php page itself. If I list (for example) all the SETTLED bets, there are more than the number that fit on a single page. If you click through to proceed to page 2 (or any page beyond) to see the rest, they don't show up on the listing. That may be worded poorly. Let's say I have 30 open events. 20 will display on the main page. If you click through to see the other 10, everything on the page loads except for those 10 items, they're just not there.
People can still go looking for the threads themselves and use them that way, but the indexing isn't functioning properly. Anyone else finding this, and either way, is there an existing fix I've just somehow overlooked?
Thanks in advance.
DS MrSinister
09-24-2006, 02:12 PM
I am still waiting on mutlipages fix. it has not been working since day one i think.. i wish i knew what part to edit to fix it..
far as i know this is the only problem you will have with this hack if you do paul's fix.
JamieLee2k
09-30-2006, 03:02 PM
guys do anyone know how to create a bet? I don't see any options and it doesn't seem to be working if I tick the box in a new thread
Aclikyano
10-01-2006, 06:46 AM
VBOOKIE 1.0.8 Needs to be released for 3.6.1 !!
with all compatible issues fixed... that would be great....
Because the problem I HAVE is when we settle bets.. people get 500 x more then what they bet (if they win).... and the odds arent that high or low...
So were puzzled... 3 people won.. yet 2 ppl got ALOT of money and the other person nothing....
"BUG FIX in 1.0.7" -> fixed events not being paid out correctly
^ Is not actually FULLY FIXED...... as alot of ppl are still not being payed, being payed WAY TOO MUCH.. or 1/3 of the ppl who WON that event get nothing while the other 66% get paid.
---------------
Cant wait for Vbookie 1.0.8 to be released for 3.6.1 (or 3.6.2) as its coming out shortly.
---------------
nighteyes
10-01-2006, 07:07 PM
---------------
Cant wait for Vbookie 1.0.8 to be released for 3.6.1 (or 3.6.2) as its coming out shortly.
Unfortunately I don't believe there's any further development being done on vBookie.
JamieLee2k
10-01-2006, 07:44 PM
can anyone tell me why this might not let me make a bet or even how to use it
Eagle Creek
10-01-2006, 10:11 PM
Where can I edit the NEWS & EVENTS part? Cause I want to delete the part that says vBookie installed and put news there.
Lionel
10-02-2006, 07:48 PM
Vbookie is working with 3.60 with no problems.
I am also using the events forums calendar hack which creates the thread automatically.
In there there is an option in the thread tools to add a poll.
I wanted to add the option to create a vbookie event also by using this link
forums/vbookie.php?t=40160&vbookieeventoptions=0&do=newevent
where 40160 is $threadid
In 3.07 I had a link that when clicked on created the thread from calendar and allowed me to post a vbookie event
but now it is telling me no permissions when I do that step.
How do I create an event when a thread has been created?
cuphongle
10-02-2006, 08:19 PM
Vbookie is working with 3.60 with no problems.
I am also using the events forums calendar hack which creates the thread automatically.
In there there is an option in the thread tools to add a poll.
I wanted to add the option to create a vbookie event also by using this link
forums/vbookie.php?t=40160&vbookieeventoptions=0&do=newevent
where 40160 is $threadid
In 3.07 I had a link that when clicked on created the thread from calendar and allowed me to post a vbookie event
but now it is telling me no permissions when I do that step.
How do I create an event when a thread has been created?
vbookie doesnt work wit "vbux" on 3.61
Lionel
10-02-2006, 08:28 PM
I am using 3.60 and there was a fix somewhere.
Anyway, how would I go about posting an event after the thread has already been created (by the calendar hack in this case)?
Lionel
10-03-2006, 01:19 AM
My problem is with permissions and those 2 codes
/*lionel $can_post = (
(
($editing AND (($forumperms &
$vbulletin->bf_ugp_forumpermissions['caneditothersvbookieevents']) OR $threadinfo['postuserid'] ==
$vbulletin->userinfo['userid']) AND $threadinfo['vbookie_item_id'])
OR
(!$editing AND $vbulletin->userinfo['userid'] ==
$threadinfo['postuserid'] AND ($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostvbookieevent']))
)
AND
($forumperms & $vbulletin->bf_ugp_forumpermissions['canview'])
);
DEVDEBUG("can_post is $can_post");
if ((!$editing AND !$threadinfo['visible']) OR $threadinfo['isdeleted'] OR !$can_post)
{
print_no_permission();
}
*/
/*lionel $forumperms = fetch_permissions($foruminfo['forumid']);
if (
$vbulletin->userinfo['userid'] != $threadinfo['postuserid'] OR
!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR
!($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostnew']) OR
!($forumperms & $vbulletin->bf_ugp_forumpermissions['canpostvbookieevent'])
)
{
print_no_permission();
}
*/
When I comment them out, the link posts. Problem is admin has permissions, but with that method, vbookie does not recognize them.
phpdevrus
10-03-2006, 02:22 AM
vbookie doesnt work wit "vbux" on 3.61
vbookie does work with vbbux ;-)
phpdevrus
10-03-2006, 02:23 AM
Where can I edit the NEWS & EVENTS part? Cause I want to delete the part that says vBookie installed and put news there.
at this point I dont believe that we can actually go in there to remove or edit any of the news. you can however remove it from the db.
phpdevrus
10-03-2006, 02:25 AM
can anyone tell me why this might not let me make a bet or even how to use it
depends what money system you have it integrated with.
either way you need to make sure that your usergroup has vbookie permissions like creation, edit and post. then you also need to make sure that vbookie is allowed in that forum that you are posting to.
if you cant bet on vbookie events you create then make sure you are using the correct money system setting. for example for it to work with vbbux you need to set it to the custom / blank money system :-)
good luck.
phpdevrus
10-03-2006, 02:28 AM
Hmmm how weird. I dont have that issue at all. someone else had a similar issue of winners being paid double/triple and we found out that he had not fully remove previous installs. after making sure that only 1 of each new hook/call was setup then it functioned properly.
so i would suggest re-installing but to make sure that only one of each call/hook is setup.
i have no problems with vbookies. however i have not come across the multi-page issue as i have that many different members place a bet.
VBOOKIE 1.0.8 Needs to be released for 3.6.1 !!
with all compatible issues fixed... that would be great....
Because the problem I HAVE is when we settle bets.. people get 500 x more then what they bet (if they win).... and the odds arent that high or low...
So were puzzled... 3 people won.. yet 2 ppl got ALOT of money and the other person nothing....
"BUG FIX in 1.0.7" -> fixed events not being paid out correctly
^ Is not actually FULLY FIXED...... as alot of ppl are still not being payed, being payed WAY TOO MUCH.. or 1/3 of the ppl who WON that event get nothing while the other 66% get paid.
---------------
Cant wait for Vbookie 1.0.8 to be released for 3.6.1 (or 3.6.2) as its coming out shortly.
---------------
Eagle Creek
10-03-2006, 05:24 PM
Can somebody reply?
1. Where can I edit the NEWS & EVENTS part? Cause I want to delete the part that says vBookie installed and put news there.
2. When the bet is done; how does the system now who won?
3. Can somebody explain the odd's to me? 1 - 1 ==> you get 1 dollar for every dollar you pay.
10 - 1 ==> you get 10 dollar for every dollar you pay
5 - 2 ==> hu?
The system says:
2 to 5' means win 2 for every 5 bet
So I bet 5 dollars, and I win 2? Then I still lose; don't I?
EasyTarget
10-03-2006, 05:35 PM
you get your original bet back, so if you bet 5 dollars and win 2 you'll get your original bet + the 2 you won.
Eagle Creek
10-03-2006, 06:16 PM
Hmm... I don't know :D.
Can you give an example what to fill in at Winning and Losing. What would be normal?
bandare
10-03-2006, 08:07 PM
Is there a latest vbookie bet addon for vbadvanced? There used to be on the old version I think...anyone help?
you know, like latest poll that works in the same way:)
Eagle Creek
10-03-2006, 08:10 PM
Who decides who wins the bookie event?
trigon
10-04-2006, 02:24 PM
I can't send vbookie events :(
Please help me :(
I can't turn "Admin's Can Shout Vbookie Events" To YES ! I turn it Yes and i am saving then am looking that it is still No :( Pls Help !
www.linktoyourforum/admincp/index.php?do=buildbitfields
was written much more :)
Eagle Creek
10-04-2006, 09:30 PM
Who decides who wins the bookie event?
Anyone?
bandare
10-04-2006, 09:38 PM
Anyone?
when you add a bet for people to bet on, the admin will then say which event won. THat will be done manually by the admin :)
Eagle Creek
10-04-2006, 09:48 PM
I am the admin. Where can I do that :D?
radarhunter
10-05-2006, 11:30 AM
Well, there are no new Entries in the Nav :)
=> Usergroup Manager and Forumpermissions
Rebuild Bitfields is not necessary, the Product XML does that already.
When i set the vbookie permission to yes and save them the next time i see them they are automatically set to no
what to do now
as i am not able to post a vbookie event
Neal-UK
10-05-2006, 11:38 AM
When i set the vbookie permission to yes and save them the next time i see them they are automatically set to no
what to do now
as i am not able to post a vbookie event
Go into admincp, click on vbPlaza Maintenance on the left hand menu and choose Rebuild Bitfields in the first option on the drop down. It will then work.
radarhunter
10-06-2006, 06:50 AM
thanks mate it`s workin` now :D
wilburshere
10-06-2006, 02:44 PM
just installed on 3.6.2 clean install man i forgot about the rebuild bit fields thank christ this thread is still here
SportsZone
10-06-2006, 03:35 PM
Does anyone know how to restrict members to making only one bet per event?
nymyth
10-06-2006, 03:43 PM
^^its in the options when u create the bet. It says "Allow multiple bets on this Event"...uncheck that box..
Peace
SportsZone
10-06-2006, 04:02 PM
^^its in the options when u create the bet. It says "Allow multiple bets on this Event"...uncheck that box..
Peace
I know that, but I don't want that option. I want to change it so members can only bet once, aand not have the option of making multiple bets :)
Urban51
10-08-2006, 11:29 AM
Thank you....thank you, and thank you again to Paul for the fix, and to ubblite for the instructions on where to find it....awesome! working on 3.6.1
Eagle Creek
10-09-2006, 07:40 PM
New members get by default 500$. How can I change this to an other value?
DS MrSinister
10-10-2006, 03:21 AM
i would say change one of these two lines in the installer where it says 500 or do it in phpmyadmin.
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '500' AFTER pmunread");
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=500");
Shazz
10-10-2006, 11:18 AM
3.6.2>?
adranix
10-10-2006, 11:24 AM
HELLO,
Users points (vCash) are not being shown under users usernames so you cant see how many points they have, I have the show points in postbit option "ON" and I am running 3.6.2 ?
Does anyone know how to fix this?
Thanks, Adam
DS MrSinister
10-10-2006, 01:34 PM
Check your postbit edit. its working on my site and i am running 3.6.2!
basskiller
10-11-2006, 04:54 PM
loaded on 3.6.2 Thanks gentlemen!!!
Eagle Creek
10-11-2006, 07:25 PM
i would say change one of these two lines in the installer where it says 500 or do it in phpmyadmin.
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '500' AFTER pmunread");
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=500");
Thx!
cuphongle
10-11-2006, 09:40 PM
I am gonna try vbookie on my 3.62, dont know if i need to add the addons by vbux to use it
cuphongle
10-11-2006, 10:14 PM
HOpe this works with vbux
trackpads
10-12-2006, 01:18 AM
Can someone help me with this max bet code edit?
https://vborg.vbsupport.ru/showpost.php?p=575929&postcount=389
The code has changed and I cant seem to get it right. Its important otherwise you can have people making a fortune off of the bets. I like to limit the max bet.
Thanks!
-Jason
DS MrSinister
10-12-2006, 02:01 AM
trackpads try this one
https://vborg.vbsupport.ru/showpost.php?p=942268&postcount=775
phrasetypeid : Error Messages
product : vbookie
varname : vbookie_exceeded_max_bet
text : You have exceeded the maximum amount of $100 per bet.
devilrulez
10-12-2006, 11:12 AM
I have installed this but it seems it deducts double amount from user account...any fix for this????
i m using VB 3.6/VBPlaza 1.5.8 and this version of VBookie
VoetbalPrimeur
10-13-2006, 10:54 AM
Ifi want to import the xmlfile it says its an invalidfile (I use VBulletin 3.5.4)
rockman6104
10-14-2006, 06:31 PM
I'm running vbulletin 3.6.1 I've installed vbookie, and made the necessary change for it to run in this version. I can see the vbookie drop down menu on my forum. It has been installed in my admincp, but for some odd reason, I cannot see anylink to it in my admincp in the left menu at all. Nor does it give me any option to posts vbookie events anywhere on my forum. Am I missing something?
scudd
10-16-2006, 12:57 AM
thats the same issue I have on 3.6.2?
I use a self modded blaze-361 theme so theres no link in the navbar (my navbar is in the header under the logo) I have inserted a link to vbookie.php through the cutom links mod!
I've done pauls mod and the installation went ok as far as I can tell, apart from the fact I cannot see anywhere to create an event? I've set all the permissions and Ive even tried ?do=newevent but that doesnt work?
does anyone know what I've missed? Would the link usually be in the navbar in a dropdown from the VBookie standalone link?
scudd
10-16-2006, 09:13 PM
Ignore that last post, I worked it out.. rockman6104, As well as usergroup permissions I also had to set it in usergroups/forum permissions for each forum I wanted it enabled on!
Hope that helps with your problems too!
Great mod ;o) clicking install!
rockman6104
10-16-2006, 10:20 PM
Yup. That did it. Thanks Scudd. I love this mod!
shaynehammy
10-17-2006, 06:15 AM
Has anyone had this problem. Under open events, i have two threads. However if you click on them it says "No Thread specified. If you followed a valid link, please notify the administrator" and there is NO way to remove this.
Please can someone help me?
Much appreciated.
Shayne
cuphongle
10-17-2006, 04:33 PM
i admired all yall that got it to work,
i did everything was asked, and yet...when i created a betting event, it doestn allet me to bet
shaynehammy
10-18-2006, 10:01 AM
Thats an easy one to fix... get the plugin for vbux dude. Go back a page or two.
Stunner
10-18-2006, 01:41 PM
Anyone like to assist me in getting vBookie to run on my site? If so contact me on my site or msn/yahoo on my profile.
beano33
10-18-2006, 03:05 PM
Has anyone had this problem. Under open events, i have two threads. However if you click on them it says "No Thread specified. If you followed a valid link, please notify the administrator" and there is NO way to remove this.
Please can someone help me?
Much appreciated.
Shayne
I had a few like that. To remove I ran this query:
DELETE FROM vbookie_items WHERE item_id = 'X'
replace X with the item id which you can get by mousing over the info link in the affected vbookie event.
(to remove vbookie news use the query in this post https://vborg.vbsupport.ru/showpost.php?p=798592&postcount=250)
cuphongle
10-18-2006, 03:33 PM
Thats an easy one to fix... get the plugin for vbux dude. Go back a page or two.
thanks bro
Devil Woman
10-18-2006, 08:36 PM
I completely did a full reinstall of this on my forum and now I have a problem with the forum permissions for usergroups, I set the permissions but it's not staying, any ideas?
Thanks
DS MrSinister
10-18-2006, 11:06 PM
try Rebuild Bitfields
shaynehammy
10-19-2006, 07:30 AM
I had a few like that. To remove I ran this query:
DELETE FROM vbookie_items WHERE item_id = 'X'
replace X with the item id which you can get by mousing over the info link in the affected vbookie event.
(to remove vbookie news use the query in this post https://vborg.vbsupport.ru/showpost.php?p=798592&postcount=250)
Thank you so much!
scudd
10-19-2006, 12:42 PM
I completely did a full reinstall of this on my forum and now I have a problem with the forum permissions for usergroups, I set the permissions but it's not staying, any ideas?
Thanks
Have you done the mod by PaulM?
its here: https://vborg.vbsupport.ru/showthread.php?p=1035092#post1035092
Devil Woman
10-20-2006, 05:15 PM
Yes I have done the editing that paul M posted up and rebuilt bitfields still no joy
Thanks for the replies, any other suggestions?
Edit: Just tried it again and its staying very weird, got a mind of its own lol, thanks all
wilburshere
10-21-2006, 03:15 AM
well ive finally got the bugger running on me test forum
now ive gotta get the thing running on the live sites
at least now though i know it does work with vbBux
Coleccromos
10-24-2006, 11:22 PM
He forgives that she sent you a private one to solve this doubt.
I have just installed the vbookie and it doesn't admit me the permits in the group of administration users. as I can solve it?
nighteyes
10-25-2006, 07:47 AM
Were you, or anyone, able to resolve this issue? I'm having the same problem. Only page 1 in vbookie event categories displays information.
Same here. Page 2 and beyond doesn't work when navigating vBookie pages. Anyone have a fix for this? It's definitely a bug that affects those of us who post loads of events. :)
Coleccromos
10-25-2006, 09:26 AM
He forgives that she sent you a private one to solve this doubt.
I have just installed the vbookie and it doesn't admit me the permits in the group of administration users. as I can solve it?
I already found the solution to my problem it is this
I had same problem.
You need rebuild bitfields. To do that run from your admincp panel this link:
http://yoursite/yourforumfolder/admincp/index.php?do=buildbitfields
kylek
10-27-2006, 10:58 PM
Open vbookie.php.
Find:
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:
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.
Okay trying this as posted but when someone makes a bet larger than $100 we get this showing:
Could not find phrase 'vbookie_exceeded_max_bet'.
DS MrSinister
10-28-2006, 01:58 AM
add this phrase
phrasetypeid : Error Messages
product : vbookie
varname : vbookie_exceeded_max_bet
text : You have exceeded the maximum amount of $100 per bet.
kylek
10-28-2006, 02:55 AM
Thanks DS MrSinister, thats what we needed. Much appreciated.
GSPFAN
10-29-2006, 04:32 PM
Is there a Install tutorial for dummy's? :classic:
I want to add vbookie to my forums but have no idea how to do this. :ermm:
oz_moses
10-30-2006, 01:18 AM
Is there a Install tutorial for dummy's? :classic:
I want to add vbookie to my forums but have no idea how to do this. :ermm:
there's a readme.txt in the download file
oz_moses
10-31-2006, 08:58 PM
Hi there,
Wonderful hack this one, my users are loving it.
I have found a way to add a book to an existing thread by forcing a URL into your Browser.. not sure if someone's done this before or if there are any ill effects of doing this, but I thought I'd share it.
I just looked at the URL you are re-directed to after adding a thread with a vbookie event, simply change the threadid. In my case I change the red bit.
http://www.gothetahs.com/forum/vbookie.php?t=10699&vbookieeventoptions=0&do=newevent
Cheers,
Moses.
Aclikyano
11-02-2006, 02:56 AM
I WISH THIS CAN BE RE-WRIT for 3.6.2
because the one we have v 1.0.7 for 3.5.3 either pays out TOO MUCH or skips paying people or doesnt pay ppl at all who won/lost bets!.
I run version vb 3.6.2
appleTrapik
11-03-2006, 06:11 AM
Any fix on vbookie event, it will load the topic, but not the page i can put the odds in...
Please help!
Im using 3.6.2
THANKs...
kylek
11-04-2006, 12:14 AM
Something wierd happened, vbookie was working fine and now when I make a bet the money is not being taken from the bank (use vbplaza points system) and the bet doesn't show (only if you click on your bets).
Also just after the bet is submitted I am seeing this error:
Warning: Invalid argument supplied for foreach() in /vbookie.php on line 934
Line 934 is - foreach ($vbulletin->GPC['option'] AS $option_id => $stake)
Anyone else get this?
maharajah
11-05-2006, 06:12 PM
Seems People on my site are settling bets instead of the thread starter, is this possible ?
If it is, can it be restricted to be settled by the thread starter or Admin only ?
.
j33jared
11-06-2006, 01:31 AM
How do you set the odds and things for all the games or events?
oz_moses
11-06-2006, 03:15 AM
I WISH THIS CAN BE RE-WRIT for 3.6.2
because the one we have v 1.0.7 for 3.5.3 either pays out TOO MUCH or skips paying people or doesnt pay ppl at all who won/lost bets!.
I run version vb 3.6.2
I have it working on 3.6.1 with no issues. Can you provide examples of it paying out too much - ie odds for an event, amount staked and amount paid.
Any fix on vbookie event, it will load the topic, but not the page i can put the odds in...
Please help!
Im using 3.6.2
THANKs...
There are instructions for this, refer to Andreas' first post in this thread under "vBookie & vb 3.6"
Seems People on my site are settling bets instead of the thread starter, is this possible ?
If it is, can it be restricted to be settled by the thread starter or Admin only ?
Sounds like an issue with usergroup permissions. Look at the users who can settle bets and check their usergroup permissions for all of their usergroups.
oz_moses
11-06-2006, 03:17 AM
How do you set the odds and things for all the games or events?
start a new thread and click the option for this to be a vbookie event.
https://vborg.vbsupport.ru/attachment.php?attachmentid=33329&d=1123815803
you'll then be redirected to this page where you fill in the event details, outcomes and odds for each outcome.
https://vborg.vbsupport.ru/external/2007/02/1.jpg
j33jared
11-06-2006, 04:48 AM
when i check that box and hit submit thread, it justs post the thread.
DS MrSinister
11-06-2006, 01:34 PM
when i check that box and hit submit thread, it justs post the thread.
make sure you do the fix if you are running 3.6. just click the link below
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
Flow Fusion
11-13-2006, 06:32 PM
How would and where would I put this code?
oz_moses
11-13-2006, 08:03 PM
How would and where would I put this code?
Installation Instructions are in the readme.txt file included in vBookie.zip
Which step are you having trouble with?
Flow Fusion
11-14-2006, 03:15 AM
make sure you do the fix if you are running 3.6. just click the link below
https://vborg.vbsupport.ru/showpost.php?p=1035092&postcount=946
This one. It was working fine for 3.5 but when I tried to upgrade to 3.6 I get errors in the database.
oz_moses
11-14-2006, 09:00 PM
which db errors are you getting?
the 3.6 fix doesn't cause/resolve db errors - it's purpose is to redirect you to the vbookie event after creating a thread with the vbookie box ticked.
oz_moses
11-14-2006, 09:03 PM
To change the plugin code you need to go to
Admin CP -> Plugins & Products -> Plugin Manager -> vBookie: Redirect to vbookie.php when posting new Event
then replace the plugin code as directed in Paul M's post.
SIN77
11-17-2006, 12:59 AM
I tried uploading the product-bookiehack_vbplaza.xml file, but it gave me an error of
Code:
XML Error: Internal error at Line 41
Can someone help me out?
j33jared
11-18-2006, 02:03 AM
how do post multiple events in one thread?
Rabbitoh Warren
11-18-2006, 02:31 AM
how do post multiple events in one thread?
You don't ? it's not coded to work that way. One event per thread.
oz_moses
11-18-2006, 02:56 AM
how do post multiple events in one thread?
you can have multiple correct outcomes on an event... for example check out This Thread (http://www.gothetahs.com/forum/showthread.php?t=11075) where there 5 of the available 15 bets paid out...
Hollister
11-21-2006, 11:05 PM
My usergroup permissions for vbookie keeps going back to no whenever I set it to yes. Anyone know the problem?
PJSkiboy
11-23-2006, 06:45 AM
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 ;
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));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.
Paul, thanks for the help. This fixed my site right up. Appreciated greatly sir.
PJSkiboy
11-23-2006, 07:32 AM
I just installed the latest update for this and placing bets is working like a charm, but now when i go to update settings from the admin panel in arcade, i get the following error message.
mySQL query error: UPDATE games_settings SET arcade_status='0',arcade_language='en',g_display_s ort='gtitle',g_display_order='ASC',scores_amount=' 10',score_type='top',log='0',skin='0',use_cats='0' ,crown_type='0',notification='none',show_new='1',s how_new_frame='86400',show_active='a:7:{s:5:"glist";s:1:"1";s:4:"play";s:1:"1";s:8:"newscore";s:1:"1";s:5:"stats";s:1:"1";s:15:"viewtournaments";s:1:"1";s:11:"playtourney";s:1:"1";s:11:"viewtourney";s:1:"1";}',auto_prune='1',auto_prune_time='1',auto_prune_ time2='2592000',games_pr='4',games_pp='40',user_ch oices='4,8,12,16,20',allow_user_skin='0',def_cat=' 3',cats_per_tr='30',show_crowns='0',show_t_won='0' ,score_sep=',',dec_amount='0',league_scores='10,9, 8,7,6,5,4,3,2,1,0',use_announce='1',announcement=' v2.5.6+
I followed the readme file included in the .zip file to the letter.
Aclikyano
11-24-2006, 10:56 PM
So your telling me this is compatible with vB 3.6.4 with Pauls fix?
Mines is so messed up: so many people not being paid / payed too much..
regardless of odds and how less or much they are...
RobParker
11-25-2006, 06:12 PM
In 3.6.4 I don't have the following in my postbit_legacy template...
In Templates postbit/postbit_legacy
FIND
$vbphrase[posts]: $post[posts]
da_judge
11-25-2006, 08:54 PM
If you wanna reset vbookie the way i done it is very simple
Also how to set START amounts from 500 to what ever
1st open product-bookiehack.xml in notepad or your favorite editor
Search for line that says
->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD vbookie_cash BIGINT UNSIGNED DEFAULT '500' AFTER pmunread");
and change the 500 to what ever you want....
Next look for....
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbookie_cash=500");
Again change the 500 to the same as other line.... Then save
Next goto Plugins & Products > Manage Products > Vbookie on right on drop down select UNINSTALL
then say yes etc....
Then Select ADD/IMPORT PRODUCT
Select file you just edited...
Job done... all reset to what you changed to.....
Cheers
Judge
www.hackable.cc
GSPFAN
11-28-2006, 03:27 AM
does anyone know if vbookie will work in 3.6.2?
Shazz
11-28-2006, 11:28 AM
does anyone know if vbookie will work in 3.6.2?
View the top of the thread
And just read
stangger5
11-28-2006, 11:40 AM
does anyone know if vbookie will work in 3.6.2?
Yes...
iamme1
11-28-2006, 03:07 PM
question: is there any easy way to edit the "vCash" to some other currency? i don't need a whole new currency system, just the name of the currency to display, like "vDollars" or something like that?
Rabbitoh Warren
11-28-2006, 03:41 PM
Edit the vbookie_vcash phrase perhaps?
Adam21
11-30-2006, 12:30 PM
question: is there any easy way to edit the "vCash" to some other currency? i don't need a whole new currency system, just the name of the currency to display, like "vDollars" or something like that?
search in admincp,under Search In Phrases for vcash and edit under Global Phrases to the name u wish.
MrPHD
11-30-2006, 04:37 PM
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 ;
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));
}
Note: I'm not actually using vbookie atm so I can't comment on any other problems.
thanks
I RESOLVE the Problem.
MrPHD
11-30-2006, 04:46 PM
vBookie Event Permissions
Can Post vBookie Events Yes No
Can Edit other people's vBookie Events Yes No
Can Bet on vBookie Events Yes No
Resolved
Thanks
Coleccromos
11-30-2006, 05:01 PM
It is necessary to modify the files for the integration with the vbplaza.No vbookie it works in my forum with the points of the vbplaza
MrPHD
12-01-2006, 09:35 AM
I made changes on product_vbookie Plugin to works on 3.6.x,
You can Download and onli you have to do is Import on Admin CP - Plugins & Products - Manage Products and Import. That all.;)
Coleccromos
12-01-2006, 03:10 PM
I made changes on product_vbookie Plugin to works on 3.6.x,
You can Download and onli you have to do is Import on Admin CP - Plugins & Products - Manage Products and Import. That all.;)
Is this integration the same one that there is in the sub forum vbplaza or is another improved?
MrPHD
12-01-2006, 04:24 PM
Is this integration the same one that there is in the sub forum vbplaza or is another improved?
No, i edit my self.
Coleccromos
12-01-2006, 05:03 PM
No, i edit my self.
My forum is of the version 3.5.7
Then with this I will be able to have the vbookie with the points of the vbplaza? Which serious the configuration?
Thank you for your help
MrPHD
12-01-2006, 08:54 PM
Sorry but i donĀ“t understand your question but this modification is onli to put vbookie roll on 3.6.x version.Regards
Coleccromos
12-02-2006, 05:09 PM
Because one of two or I put my forum to the version 3.6.x or I won't be able to put the integration.
Thank you for your help
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.