![]() |
When you create a new thread, you can choose to add a vBookie event similar to how you create a poll.
|
Quote:
|
Anyone recognize the following error?
"Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxx/public_html/xxxxx/includes/init.php on line 55" And it repeats on a number of other lines. Then it ends with... "Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxx/public_html/xxxx/includes/class_core.php on line 2552 |
when/where do you get these errors? Also, what versions of vBookie, PHP and vBulletin. You did not download vBookie from here, so I can not see the version
|
This was the older vBookie version. It was an issue where I had to recompile apache and php and all went back to normal.
|
Nice - thank you for this.
|
Quick question:
If a player bets $50 on a game, is that $50 removed from their account at the time of the bet or after it is settled? Reason I ask is I set the odds for a game at 1:1 and the stats say that I won $50. What I am wanting is for someone to win $50 if they bet $50. |
if a player bets $50, taht $50 is removed immediately.
if the odds are 1:1, and the player wins, his original stake of $50 is returned, plus they get $50 in winnnings |
A bookie doesn't work like that :)
Stake * odds = winnings return, not stake + (stake*odds) = winning return I use the vbexperience plugin and the stake is always count x2, as i mention, for a winning bet. For example : A member has 13 points for participation He makes a winning bet : 8 points @ 4.00 = 32 points and another loosing one 2 points @ 2.00 Why this member has a total of 42 points ? |
Yes - a bookie does work like that. You get you stake back if you win + returns. You lose your stake if you lose.
By your logic, if the odds are 1:2 and the user makes a 100 stake and wins, he will only get back 50 meaning he actually loses 50 |
Technically it's missing the vig. Most bookies charge one...
|
Quote:
I think the problem comes with the fact vbexperience and vbookie work separately. On the vbexperience ranking page, we have a total points column (for vbexperience) and a various points column (for vbookie) For a winning bet, stake is refunded in the vbexprience column and (stake*odds) is added in the various points column. I'm the webmaster of a community betting website in france and my members dont understand why vbookie works differently than a real bookie. Hope you will understand my poor english ^^ |
Yes - I am having trouble working out what you are trying to tell me.
vbookie: you bet 100, if you win, your 100 is returned and you win stake * odds. Where is the problem in this? I do not use vbexperience and do not know what you mean by ranking page. Is it vbexperience that you are having issues with? I could add in a vigorish I guess if there was a call for it... |
Quote:
You bet 100 at 1/2 you cant have 250 in your bankroll, only 150.. Its (stake*odds) - 1 = your winnings or (stake*odds)-stake Is it better ? Maybe you are right when you say its a possible problem with vbexperience, cause the amount is right with vbookie, but stake is refunded always on vbexperience too... |
Yes - sounds like a vbexperience issue.
|
dartho
Idea for your next release sir.. something like a Separate Sticky and Normal mod options. but entitled it Open and Closed or completed events. |
Quote:
I want to remove the refunded stake for a winning bet. My problem is just for winning bet. Can i change a line code in php files, where ? I mean put that : (stake*odds)-stake = winning bet Thanks for your help and patience :) |
Untested, but you could probably comment out line 1110 in vbookie.php which should read:
Code:
$amount_to_pay = $amount_won + $bet['bet_amount_placed'];// stake back |
Quote:
|
So to make sure I have my stakes right.
1 to 1 odds pays you your stake back plus your bet. Example - I bet 100 - I win 100 so I get 200 back right? 2 to 1 odds pays you your stake back plus your bet. Example - I bet 100 - I win 200 so I get 300 back right? Or am I wrong? Thanks for any reply. |
@Krusty - correct.
|
1 to 1 means you double your money? Huh?
I have to agree with razorflowers - that's wrong. 1 to 1 means you bet 100 and win you get your 100 back and no more. 2 to 1 means that you bet 100 you get 200 if you win. Total. Is there any way other than odds manipulation that we can get this corrected? |
Im sorry to ask this dumb question but Im new to betting. lol
How do you make the odds? Because I settled to 7/10 and is only paying .70 of a dollar How can I make it for the winners to make double of what they bet. Thanks |
Quote:
The way odds work - think of 1 to 1 as meaning in order win 1, you must risk 1. 2 to 1 measn in oder to win 2, you must risk 2. The bet you had at 7 to 10 meant in order to win 7, you must risk 10, that is why it paid 0.7 on 1. For double, you would use odds of 2 to 1 - say for the toss of a coin. Is this clear? |
1 Attachment(s)
Quote:
|
Good stuff . Although you're probably being generous with your odds, but we're not talking real cash here anyway.
When I put books up, I often check with real online bookies for a guide to what odds to use |
Quote:
Thanks you, |
Hello,
Is there a way to show the top 5 or top 10 vcash earners in a block or as a list on a custom vbulletin page!! Thanks in advance. |
something like:
PHP Code:
|
Quote:
So thanks for the clarification, for putting up with my utter wrongness and for a great mod! |
Hi there, I'm trying to upload the upload folder to my forum but am getting the following message :
XML Error: not well-formed (invalid token) at Line 1 Any ideas? I'm a complete noob :) Also, its vb 4.04. Thanks |
Step 3. in teh instructions should be done ia teh Product Manager (AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product] -> Browse to the XML, and then click 'Import' button
|
OK thanks I'll give it a try now
|
OK I uploaded the files to my server home directory and extracted the files. Then did the xml through vb cpanel as described.
The button is now showing on the forum tabs but is a broken link. What have I missed please? The link to site is www.bruneiguru.com any help much appreciated |
Where did you upload vbookie.php to? If you uploaded teh zip to your home, chances are teh files are in your home directory and not your web directory.
Try unzipping to a temp local directory, and then upload to the root of your web space (httpdocs / public_html or some such thing) - same place you uploaded your vBulletin files to |
Still no good :( Re-uploaded all files to /public_html
The folders are showing and the plugins are all active in the vb admin panel but the link is dead. I've gone to general options and vbookie is active there too. Only thing I can't find is user permissions to edit. Completely stuck now. I must be missing some simple step |
Hi Bruneiguru. You are not meant to upload teh "upload" folder itself, you should upload the contents of it to /public_html (http://bruneiguru.com/upload/vbookie.php exists on your server, but it should be http://bruneiguru.com/upload/vbookie.php)
|
Hi dartho, thanks very much for your help today. Been a great help. I think its a step beyond me for the time being. I'm with urljet so I'm just firing a support ticket off to them to see if they can rejig the files. I think you're spot-on though, I did just wholesale upload the complete file.
Thanks again for your help, Its much appreciated. Will let you know the outcome |
awesome! installed, fav and nominated! thankyou very much.
|
Fixed, I downloaded 4.0.6 instead of 4.0.9
Now few questions. 1) I know that by default each member will have 500 of vcash. So it is up to them how they use the 500. Is that the only way they can play? I mean lets say I have a forum with 30,000 members and I open a vbookie event. Now lets say 10 of those members use their max vcash which is 500. And next day they want to place another new bet, but they will be on 0? How do I tackle this. If they are on 0 and I manually give them vcash from settings, will it not be unfair for the other members?. |
All times are GMT. The time now is 03:22 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:
|