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)

ChaosProgrammer 07-23-2007 07:21 PM

I have a problem. I installed the latest version, rebuilt the bit, everything... but users can't vote! It shows to everyone ''You may NOT bet...'' althought I changed it for everyone in usergroups. Anyone has an idea?

bobster65 07-23-2007 07:23 PM

I saw Kirby a few days ago on the site, I wonder if he has any plans to update/upgrade this hack.... KIRBY???

gaxpox 07-30-2007 01:54 AM

Thanks You Are The Best!!!

bazzup 08-10-2007 12:50 PM

hey all

i'm having a problem with vbookie, I have created a usergroup called bookies for the purpose of having a few dedicated members looking after the bets.

All works well apart from when the bookies try to add more options in an event they get a user does not have permisson to access this page! error.

user permissions for bookies has been set to allow them to make events and posts in forum.

cheers if anyone can help

bobster65 08-10-2007 01:06 PM

Quote:

Originally Posted by bazzup (Post 1314421)
hey all

i'm having a problem with vbookie, I have created a usergroup called bookies for the purpose of having a few dedicated members looking after the bets.

All works well apart from when the bookies try to add more options in an event they get a user does not have permisson to access this page! error.

user permissions for bookies has been set to allow them to make events and posts in forum.


cheers if anyone can help

Did you rebuild your bits fields? The permissions might not set correctly until you do so.

bazzup 08-10-2007 01:42 PM

Quote:

Originally Posted by bobster65 (Post 1314429)
Did you rebuild your bits fields? The permissions might not set correctly until you do so.

cheers for reply just rebuilt bitfields no luck there any other ideas?

EDIT*

I have had to make the bookie usergroup members moderaters on the betting forum without changing usergroup got it to work that way but another fix would be appreciated if anyone knows what has happenend

regards

SBlueman 08-11-2007 01:27 PM

Is there any way to add a feature where the actual poster creating the event gets a cut like a vig?

ams3521 08-13-2007 09:52 AM

I'm sorry if this has been asked before but searching 'one' isn't a good thing. Is it possible to have just one bettting option? (default 2)

thanks

msu2k 08-19-2007 04:07 PM

For people wondering how to reset all user's vCash to 500, you need to execute this SQL query:

UPDATE user SET vbookie_cash=500;

If you totally want to clear all past events as well, execute these SQL queries:

DELETE FROM vbookie_news;
DELETE FROM vbookie_bets_placed;
DELETE FROM vbookie_item_options;
DELETE FROM vbookie_items;
DELETE FROM vbookie_groups;

Run these at your own risk...you may want to backup your DB first before running them. I run these once each year and have not had any problems with them.

paris83 08-19-2007 06:13 PM

I have taken over a forum (vbulletin version 3.6.2) and it has vBookie installed, only I don't know how/where to add in new events etc, can anyone help?

rb290 08-21-2007 01:45 AM

Anyone know how to use the reputation points to bet with??

SBlueman 08-21-2007 03:54 AM

Quote:

Originally Posted by SBlueman (Post 1315185)
Is there any way to add a feature where the actual poster creating the event gets a cut like a vig?

Anyone?

rb290 08-21-2007 04:44 PM

I dont want 2 separate points/cash system. I wanna use the reputation points to bet on vBookie also.

FrankieGersnet 08-22-2007 09:11 AM

Guys,

I can't seem to get the 'Display vBookie Cash in Postbit' option working. Tried changing the postbit and postbit legacy code from another post but although that installs the Vcash option on the postbit, everyone's ends up the same instead of different for each user.

Any advice would be greatly appreciated. Many thanks.

Littlerocket 08-22-2007 02:55 PM

Quote:

Originally Posted by FrankieGersnet (Post 1322984)
Guys,

I can't seem to get the 'Display vBookie Cash in Postbit' option working. Tried changing the postbit and postbit legacy code from another post but although that installs the Vcash option on the postbit, everyone's ends up the same instead of different for each user.

Any advice would be greatly appreciated. Many thanks.

You got this line in your postbit?

<if condition="$vboptions['vbookiecashon']">
<br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
</if>

That's what I have and it works fine for me Frankie.

Twisted Chaos 08-27-2007 05:46 AM

is there anyway to reset the News/Log for vbookie? i think there should be an option in the admincp... i can help program this add-on much better with permission

ams3521 08-30-2007 09:42 AM

If you look a page back chaos you will see this posted-
Quote:

For people wondering how to reset all user's vCash to 500, you need to execute this SQL query:

UPDATE user SET vbookie_cash=500;

If you totally want to clear all past events as well, execute these SQL queries:

DELETE FROM vbookie_news;
DELETE FROM vbookie_bets_placed;
DELETE FROM vbookie_item_options;
DELETE FROM vbookie_items;
DELETE FROM vbookie_groups;
Ive been through this thread a couple of times the past few months and im gonna go through it again. I was wondering if it's possible to-

a) Make an events just have ONE outcome as apposed to the default TWO
b) Can we display the Top 5 list to display Top 20 say?

All help appreciated thanks.

ams3521 08-30-2007 09:47 AM

ok soz since i last looked this was posted and that kind of deals with my second question
https://vborg.vbsupport.ru/showpost....postcount=1554

Whilse im at it, any way at all for people to create vbookie events but not edit them afterwards? Also i better check this but is it possible that only one user group can settle events?

x YNWA x 09-03-2007 03:59 PM

i need help, ive installed everything, done all the template modifications but when i create a new thread and tick " Post a vBookie Event Yes, post a vBookie Event with this thread" then click sumbit thread nothing happens? i cand make a bet, it just creates the thread, any ideas?

TheTrueFan 09-03-2007 10:47 PM

Question:

I can't post events. Earlier it said to redo the hook, which hook is it and how is this done?

x YNWA x 09-07-2007 12:54 AM

can nobody help me?

Eagle Creek 09-09-2007 02:36 PM

I've got a very strange problem.. Without me chaning anything, suddenly all usergroups don't have bookie permissions anymore.
When I reassign the rights to the usergroup, the settings aren't saved. It says it does, but the next time I check, it's set to "no" again.

:confused:

nektar 09-10-2007 02:40 PM

Hi!

Tried to find an answer but couldn't

Is there a way of settling a bet after it has been settled? I forgot to include one of the outcomes as a WIN :( (more than one was a winner)

Thank you!

Carlos2 09-13-2007 05:31 AM

Hi, i have one problem with vbookie now. When i bet, for example one million points, and the odd is 1.40, so i have to get 1.400.000, it comes wrong and it gives to me 2.400.000. It gives to me again the million i bet, so i get this million twice.

Anybody knows whats the matter?

Thanks

punchbowl 09-13-2007 11:34 AM

Quote:

Originally Posted by Carlos2 (Post 1338117)
Hi, i have one problem with vbookie now. When i bet, for example one million points, and the odd is 1.40, so i have to get 1.400.000, it comes wrong and it gives to me 2.400.000. It gives to me again the million i bet, so i get this million twice.

Anybody knows whats the matter?

Thanks

you get your stake back - that's normal

Carlos2 09-13-2007 12:51 PM

Quote:

Originally Posted by punchbowl (Post 1338249)
you get your stake back - that's normal

No, i get my stake back, but also i get one million more. If i bet one million in an odd of 1.40, you have to win 400.000 and get back your million, so you get 1.400.000 no 2.400.000 .

punchbowl 09-13-2007 02:20 PM

Quote:

Originally Posted by Carlos2 (Post 1338280)
No, i get my stake back, but also i get one million more. If i bet one million in an odd of 1.40, you have to win 400.000 and get back your million, so you get 1.400.000 no 2.400.000 .

you win 1.4 million and you get 1 million back which makes a total of 2.4 million.

it shows the odds differently compared to betfair. on betfair the odds would be shown as 2.4

apart from that I don't know but it works fine for me.

gazzak 09-13-2007 02:32 PM

Got a problem similar to many in this thread, but the fix doesn't appear to work.

The usual delete a thread while the event is still open issue, in that now the vbookie event is undeletable. I tried running the query "DELETE FROM vbookie_items WHERE item_id = '156'" (156 is the event no.).

However, I got this reply "An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'xxxxx_xxxxx.vbookie_items' doesn't exist

I'm on 3.6.8. Any help appreciated.

jambo_1969 09-13-2007 03:57 PM

Just installed this and my members love it !

Thanks Dude !

Carlos2 09-13-2007 06:55 PM

Quote:

Originally Posted by punchbowl (Post 1338335)
you win 1.4 million and you get 1 million back which makes a total of 2.4 million.

it shows the odds differently compared to betfair. on betfair the odds would be shown as 2.4

apart from that I don't know but it works fine for me.

No sorry, you are wrong. I bet about two years in bet and win and if you bet one million, yo win 400.000 and you get your million back, and the plugin works right for about one year and now gives again the million i dont know why.

bobster65 09-13-2007 07:04 PM

Quote:

Originally Posted by Carlos2 (Post 1338529)
No sorry, you are wrong. I bet about two years in bet and win and if you bet one million, yo win 400.000 and you get your million back, and the plugin works right for about one year and now gives again the million i dont know why.

Im sorry, but that is not how vBookie works.. That may be how some other thing works, but not vBookie..

If you make a 1,000,000.00 bet on 1.40 and you win.. you get your stake (1,000,000.00) back PLUS you get the winnings which would be 1,400,000.00 .. for a total of 2.4 M ..

Dude, its working the way it should. If you want it to work another way, yer gunna have to either modify the script or figure something else out, cause its doing exactly what its supposed to do.

Carlos2 09-13-2007 10:36 PM

Quote:

Originally Posted by bobster65 (Post 1338535)
Im sorry, but that is not how vBookie works.. That may be how some other thing works, but not vBookie..

If you make a 1,000,000.00 bet on 1.40 and you win.. you get your stake (1,000,000.00) back PLUS you get the winnings which would be 1,400,000.00 .. for a total of 2.4 M ..

Dude, its working the way it should. If you want it to work another way, yer gunna have to either modify the script or figure something else out, cause its doing exactly what its supposed to do.

Thanks for your answer.

How can i modify this to make it real like in bet and win?

uni_x 09-14-2007 04:21 PM

any chance of using real money for this?

ezurick 09-14-2007 04:50 PM

Hi. I am running vb 3.6.8 and I installed the vBookie. I followed all the uploading and edits, to inlude the plugin edit for 3.6. I made sure all the vBookie related plugins were enabled... I goto the vbookie from the menu and I see the vBookie screen, but there is nothing to place a bet. I went back through all the edits and everything is followed to the tee... Can anyone help please...

I also am using vCredits on my system and installed the vCredits for vBookie... when I got the main vBookie settings in the vbulletin Options/vBookie settings, there are only three credit options... (vCash, uCash and eBux... and also a blank). Isn't this suppose to list the vCredits for selection here? Any help please?

tia.... Peace!

ezurick 09-16-2007 01:33 PM

Quote:

Originally Posted by ezurick (Post 1339018)
Hi. I am running vb 3.6.8 and I installed the vBookie. I followed all the uploading and edits, to inlude the plugin edit for 3.6. I made sure all the vBookie related plugins were enabled... I goto the vbookie from the menu and I see the vBookie screen, but there is nothing to place a bet. I went back through all the edits and everything is followed to the tee... Can anyone help please...

I also am using vCredits on my system and installed the vCredits for vBookie... when I got the main vBookie settings in the vbulletin Options/vBookie settings, there are only three credit options... (vCash, uCash and eBux... and also a blank). Isn't this suppose to list the vCredits for selection here? Any help please?

tia.... Peace!

Hello??????

pgowder 09-17-2007 12:02 AM

Having a strange problem.

http://www.luckpredictions.com/vbookie.php

I have enough events for 3 pages, and the script shows that there should be 3 pages.

But when you click on page 2 or 3, the vbookie loads, but doesn't show any events.

Anyone seen this? Is there a fix?

ezurick 09-18-2007 10:12 AM

Quote:

Originally Posted by pgowder (Post 1340523)
Having a strange problem.

http://www.luckpredictions.com/vbookie.php

I have enough events for 3 pages, and the script shows that there should be 3 pages.

But when you click on page 2 or 3, the vbookie loads, but doesn't show any events.

Anyone seen this? Is there a fix?

Yes, I am having this same issue... the vbookie area only shows page 1. Although there are more events, if you select the next page, it is empty. I told me users to watch the forum threads of the events because of this error. I hope there is a fix cause it is very annoying.

I am having problems with the "settled". I had a regular member settle a football game last night and selected the wrong team to win.... I see absolutely no way for an admin to correct this (how embarrassing). I checked the usergroup settings and I see no setting about "settle". Where is it? In his usergroup, the only thing this user should be allowed to do is bet. HOW did he settle? I need to stop users from doing the settle... Please help!

I am on vb 3.6.8....

ezurick 09-18-2007 11:09 AM

I don't think anyone is supporting this MOD anymore... A few stragglers came to some help a few weeks ago, but there has been nothing since. This is very disappointing for us...

kylek 09-19-2007 06:02 AM

Getting error since removing vbplaza, anyone have any ideas?

nvalid SQL:
UPDATE user SET =25 WHERE < 25;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=25 WHERE < 25' at line 1
Error Number : 1064
Date : Wednesday, September 19th 2007 @ 12:17:50 AM
Script : http://xxxxxxxx.com/forums/vbookie.php
Referrer : http://xxxxxxx.com/forums/vbookie.ph...=0&do=newevent

Classname : vb_database

kylek 09-19-2007 06:32 AM

And another one;

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT username, AS cash FROM user ORDER BY cash DESC LIMIT 5;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS cash FROM user ORDER BY cash DESC LIMIT 5' at line 1
Error Number : 1064
Date : Wednesday, September 19th 2007 @ 02:21:10 AM
Script : http://xxxxxxx.com/forums/vbookie.php?do=stats
Referrer : http://xxxxxx.com/forums/vbookie.php?

Classname : vb_database


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

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03170 seconds
  • Memory Usage 1,838KB
  • 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
  • (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