View Full Version : Major Additions - Casino (w/ 10 player poker)
Pages :
1
2
[
3]
4
5
6
7
8
9
10
11
12
13
14
15
csavern
10-15-2007, 08:05 PM
I seen where you added a new texasholdem functions.php and it replaced the one in the folder and it almost worked
i get no more database error but no one can see the 2 cards in there hand
Andrew Green
10-15-2007, 08:18 PM
I seen where you added a new texasholdem functions.php and it replaced the one in the folder and it almost worked
i get no more database error but no one can see the 2 cards in there hand
lol, well one thing at a time. Re-uploaded the file with a copy that gets rid of the database errors AND gives you cards :D
towermatt
10-15-2007, 08:23 PM
I'll grab it again then :D
stangger5
10-15-2007, 08:27 PM
lol, well one thing at a time. Re-uploaded the file with a copy that gets rid of the database errors AND gives you cards :D
Looks like it working fine now...
It doesnt say who won untill to click on ready again..
I didnt use the texasholdem_ajax.php tho...
csavern
10-15-2007, 08:40 PM
sorry wasent trying to rush ya just giving heads up wasent in a big rush
stangger5
10-15-2007, 08:46 PM
Texas hold em was working fine,,,then started dealing out 4 cards to everyone..
sinisterpain
10-15-2007, 09:06 PM
Please have a look at the secondary usergroups as after updating to 3.1 it does not work. Also the lottery does not list the winners.
Andrew Green
10-15-2007, 09:48 PM
Texas hold em was working fine,,,then started dealing out 4 cards to everyone..
That's strange, but fairly simple to take care of.
Please have a look at the secondary usergroups as after updating to 3.1 it does not work. Also the lottery does not list the winners.
Usergroups I'll take care of. Lottery winners should only list people that hit all the numbers, have you had a Jackpot winner?
towermatt
10-15-2007, 09:52 PM
I'm still waiting for my members to test Texas Holdum so I can throw on what ever new files I need to before tonight. :cool:
GoTTi
10-15-2007, 10:32 PM
is there a way to make the hodlem no limit?
rinkrat
10-16-2007, 12:17 AM
This is what I get when I try and play a game
Warning: Unknown(./includes/functions_forumlist.php): failed to open stream: No such file or directory in /includes/functions.php(5166) : eval()'d code on line 215
Fatal error: (null)(): Failed opening required './includes/functions_forumlist.php' (include_path='.:/usr/share/pear') in /home/www/html/bbs/includes/functions.php(5166) : eval()'d code on line 215
sinisterpain
10-16-2007, 12:28 AM
Lottery winners should only list people that hit all the numbers, have you had a Jackpot winner?
No just two numbers were hit. that would explain it thanks
rinkrat
10-16-2007, 01:03 AM
It looks like the Sports pool works and the slots graphics only work in Firefox, the Texas Holdem has just a shoutbox with no graphics in both browsers and the blackjack shows the error in the message up there ^^ a couple of posts up. . Id love to get this working.
TheBlackPoet
10-16-2007, 01:29 AM
everything works perfectly for my 3.68 IE7.... however, i have no idea how to play poker!!!! so i guess this is a learning tool too!!
installed!!!
Andrew Green
10-16-2007, 02:21 AM
It looks like the Sports pool works and the slots graphics only work in Firefox, the Texas Holdem has just a shoutbox with no graphics in both browsers and the blackjack shows the error in the message up there ^^ a couple of posts up. . Id love to get this working.
I'll sign up and have a look at what's going on when I get a chance.
is there a way to make the hodlem no limit?
Not at this time. No limit only really works for tournaments IMO, when people got differing amounts of cash it's just unfair...
csavern
10-16-2007, 02:25 AM
is there a way to set the odds to the slots ?
i seen in slots_ajax where the wheel i belive is set to 64% but i didnt want to mess any thing up so thought i would as here first
Andrew Green
10-16-2007, 02:43 AM
is there a way to set the odds to the slots ?
i seen in slots_ajax where the wheel i belive is set to 64% but i didnt want to mess any thing up so thought i would as here first
Not really, you could edit the file, but balancing odds is tricky. Set the numbers funny and you could end up with very low or very high payouts.
Basically each wheel has 64 possible hits, each position is weighted differently.
So strawberries for example have a 32 in 64 chance on each wheel. or 50%, .5 x .5 x .5 = 12.5% change of getting 3 strawberries.
Cherries have a 16 / 64 chance on each. or .25 of getting the first, .0625 of getting first 2, and .016 (1.6%) of getting all 3
Right now the payout will average a little over 100% of what goes into it. (104%) which is pretty good ;)
csavern
10-16-2007, 02:52 AM
i know it pays to well
the deal on my board is we will be giving away a Ready To Fly radio control heli and i dont want people playing the slots and making a ton of credits
more like 80% over all ods some get lucky some dont get so lucky
sandt38
10-16-2007, 02:57 AM
Not really, you could edit the file, but balancing odds is tricky. Set the numbers funny and you could end up with very low or very high payouts.
Basically each wheel has 64 possible hits, each position is weighted differently.
So strawberries for example have a 32 in 64 chance on each wheel. or 50%, .5 x .5 x .5 = 12.5% change of getting 3 strawberries.
Cherries have a 16 / 64 chance on each. or .25 of getting the first, .0625 of getting first 2, and .016 (1.6%) of getting all 3
Right now the payout will average a little over 100% of what goes into it. (104%) which is pretty good ;)
Darn... I am sitting at about 70%...
Now cards on the other hand, I own all card games. Especially Hold'em
Andrew Green
10-16-2007, 03:01 AM
i know it pays to well
the deal on my board is we will be giving away a Ready To Fly radio control heli and i dont want people playing the slots and making a ton of credits
more like 80% over all ods some get lucky some dont get so lucky
All the games payout about 100% ;)
But you do have to be pretty lucky to go over 100%
Easiest thing to do too bring it down would be change this line:
$payouts = array(10,1000,200,50,20,3);
to this:
$payouts = array(10,1000,200,50,20,2);
Will put you down to around 90%, strawberries will pay 2 rather then 3, just edit the payout chart to reflect that as well ;)
sandt38
10-16-2007, 03:07 AM
Everything was going fine, then i got a total shutdown of the Hold 'em Room...
Database error in vBulletin 3.6.8:
Invalid SQL:
INSERT INTO casino_texasholdem_chatlog (msg, msgtime) VALUES ('<b style=\'color:#000000\'>Nature's Folly has left the game</b>', 1192507386);
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 's Folly has left the game</b>', 1192507386)' at line 1
Error Number : 1064
Date : Tuesday, October 16th 2007 @ 12:03:06 AM
Script : http://faceforums.com/forums/casino/texasholdem_ajax.php
Referrer : http://faceforums.com/forums/casino.php?do=texasholdem
IP Address :
Username : Smashing
Classname : vB_Database_MySQLi
I'll bet it was the apostrophe in the user's name.
Andrew Green
10-16-2007, 03:12 AM
Everything was going fine, then i got a total shutdown of the Hold 'em Room...
That's not good... Give me 10 minutes and I'll fix that.
ArchangelX
10-16-2007, 03:16 AM
Awesome stuff...I'll wait for the fix...but kudos to you!
ArchangelX
10-16-2007, 03:21 AM
Shootz...I guess I will...lol...there's no file to download anyways...haha. Quick work... ;)
Andrew Green
10-16-2007, 03:23 AM
Should fix that, file is back up.
wasn't sanitizing usernames properly...
ArchangelX
10-16-2007, 03:24 AM
You da man, Andrew!
sandt38
10-16-2007, 03:26 AM
can I just reload the hold'em_ajax.php file?
Andrew Green
10-16-2007, 03:27 AM
can I just reload the hold'em_ajax.php file?
From .31 -> .32 there where more changes then that. All 3 texas hold'em files, plus import the product and you should be good.
sandt38
10-16-2007, 03:33 AM
I just reloaded everything but the images. Everything looks great. Thanks Andrew... your support is amazing.
Andrew Green
10-16-2007, 03:36 AM
I just reloaded everything but the images. Everything looks great. Thanks Andrew... your support is amazing.
Couldn't get things done nearly as fast without all you folks finding the problems though :D
SLY LS1
10-16-2007, 04:03 AM
I just reloaded everything but the images. Everything looks great. Thanks Andrew... your support is amazing.
Me 2
Cheers
ArchangelX
10-16-2007, 04:22 AM
Hmm..having some probs with IE and shoutbox. I think it's like 80% of the internet users that use IE. Hmm. I'll make sure to mention to everyone that the shoutbox isn't working currently in IE, unless you know what the heck I'm doing wrong...hahah. But it's great so far! Good stuff!
Yepz...confirmed...shoutbox in IE isn't refreshing. But this is a really awesome add-on Andrew! Kudos!
cuphongle
10-16-2007, 05:07 AM
THIS IS AWESOME!!!!!!!!!!!!!
can i get a paypal thingie to send u some money
cuphongle
10-16-2007, 05:23 AM
got an error, i was testing the game out wit a few members on the forum, i got 2 pair and the guy got a straight, but i won the pot, here's the image
https://vborg.vbsupport.ru/external/2007/10/23.jpg
ArchangelX
10-16-2007, 05:28 AM
One question, Andrew. It's 10 player Texas Hold'Em. What happens if another person wants to play? Does it create a new game with that person? Or can they just not join until someone leaves?
Also, I saw one of my guys put all his cash bank into the bank during the game. What happens if they have 0.00 in the bank and try to play?
SBlueman
10-16-2007, 05:51 AM
When you go to play video poker it asks you what chip you want to bet and right away you get a result of nothing before getting a chance to pick your cards:
http://gridironfans.com/forums/casino.php?do=videopoker
EmpireZ
10-16-2007, 05:57 AM
When you go to play video poker it asks you what chip you want to bet and right away you get a result of nothing before getting a chance to pick your cards:
This was explained earlier, dunno if there was a fix for it yet though...
The reason is that the person who encounter this left the game earlier before it was done, so when you went back to play it continued your old game basically. ;)
SBlueman
10-16-2007, 06:03 AM
Hmmm.....maybe a "Leave Game" option is needed then?
duckdodger
10-16-2007, 06:28 AM
I just installed the new version, and am having the chatbox issue with IE as well. the first message displays fine, then it stops working. Also in IE, all the images, the cards and ready/waiting buttons, flash continuously every 3 seconds. But everything looks great in Firefox :)
ArchangelX
10-16-2007, 06:29 AM
Hey Andrew...some of our guys have been playing...using IE...and for some reason, due to some weird combination, or maybe just the number of hands, the shoutbox starts working after awhile in IE. I'm not quite sure why it works, but it takes quite a few hands before it does.
Cigarcritic
10-16-2007, 06:31 AM
I made some chips. See attachment.
EmpireZ
10-16-2007, 06:36 AM
Looks good there Cig,
but 1000? lol chips only go up to 100 in game. :p
Cigarcritic
10-16-2007, 06:46 AM
Looks good there Cig,
but 1000? lol chips only go up to 100 in game. :p
You can add what you want in the CP. :)
EmpireZ
10-16-2007, 06:48 AM
Good point...
Walks away whistling...
ArchangelX
10-16-2007, 07:13 AM
Another serious bug to report. After about a hundred hands or so, the whole thing went nuts and people started shuffling around, and the game made them leave and come back in new positions....we all had to exit and come back in to get it going right again. I got kicked out several times, and each time we're shuffled, the current hand auto-ends, and someone wins the pot. It's a pretty big bug. It's still doing it...and nothing we've done so far has been able to make it stop. And actually, I don't think it's the amount of hands, I think it's the amount of people in the game.
Also, is there any way to set a limit to the raises? I've got some jackazzes that are raising constantly before even seeing the flop. It's pretty annoying! Perhaps a kick button for Admins would be nice as well.
Great work though! I can see so much potential in this! It really is an enjoyable addition. My users are salivating at the chance to use it once it's fully reliable! Thanks!
ArchangelX
10-16-2007, 07:31 AM
Okay, we've been testing it...it seems that once you get to 9 and 10 players going, it just starts to go freakin' haywire. And we think it might have something to do with people joining when it's at max capacity as well.
ArchangelX
10-16-2007, 09:06 AM
New bug:
Once players run out of money, they are still able to raise with an amount of 0. At the end of the game, each player that raised with 0 dollars at any point in time during the game, ends up getting money back. One player went in as a dealer with 5 points, and a 10 point raise, and ended up getting 10 back at the end even though he lost. Best way to alleviate this would be to remove their ability to Raise, and only call after losing all their points.
One of my users also thinks there's another bug with the banks. This is what happened, specifically:
Okay if say I have $100 to start (so I can get in on the hand) and then in a diff window I deposit all my $ so i have $0, I can keep playing the hand, be in and have other ppl put in their money w/o putting mine in. Then on the river, I withdraw my money and play normally. If I win, I win the whole pot because I was in at the end. You still have to pay w/e u "owe" from before...like all the raises you passed up on add up and when you wanna come back in you gotta pay it. But if you know ur going to win or have a good hand, you just pay up. If the cards you wanted didn't show up, then just fold and u lose nothing.
That's kinda the best i could describe it...hope it helps...
SBlueman
10-16-2007, 09:09 AM
I made some chips. See attachment.
Very cool, thanks!
deezelpope
10-16-2007, 12:03 PM
I made some chips. See attachment.
Very nice! Thank you!:)
sandt38
10-16-2007, 12:45 PM
got an error, i was testing the game out wit a few members on the forum, i got 2 pair and the guy got a straight, but i won the pot, here's the image
https://vborg.vbsupport.ru/external/2007/10/23.jpg
I ran into some similar issues. For some reason a straight, heavy on the community card side (what I mean is, with 1 card in hand, and 4 in the community) doesn't get recognized. It seems to me like that might have happened on a flush once as well.
towermatt
10-16-2007, 01:22 PM
Upgraded to .32--no problems so far
rinkrat
10-16-2007, 02:54 PM
Any idea why the cards don't show up for me in the Hold'em game?
FreeFall1
10-16-2007, 03:05 PM
Any idea why the cards don't show up for me in the Hold'em game?
yes i bet you have used the updated texasholdem_functions file, i got the same thing when i used that go back to the normal one and it fixes the problem
cuphongle
10-16-2007, 03:47 PM
I ran into some similar issues. For some reason a straight, heavy on the community card side (what I mean is, with 1 card in hand, and 4 in the community) doesn't get recognized. It seems to me like that might have happened on a flush once as well.
yea, same with a 1 card flush
https://vborg.vbsupport.ru/external/2007/10/22.jpg
sandt38
10-16-2007, 03:50 PM
Also, one of my members has an apostrophe in his name... Nature's Folly. Whenever he enters the room it goes whacky. Of worthy note, I also have a member Dr. House, who's period does not mess with the room.
LordDB
10-16-2007, 04:35 PM
I made some chips. See attachment.
Many thanks for these additional chips..adds more of a buzz now, and cool designs, too!
Cheers!
Andrew Green
10-16-2007, 04:39 PM
Okay, we've been testing it...it seems that once you get to 9 and 10 players going, it just starts to go freakin' haywire. And we think it might have something to do with people joining when it's at max capacity as well.
I have a few ideas on what might be doing that, so hopefully with the next update that will be fixed.
Also, is there any way to set a limit to the raises? I've got some jackazzes that are raising constantly before even seeing the flop. It's pretty annoying! Perhaps a kick button for Admins would be nice as well.
Not yet, but I do plan on adding a limit to number of raises per round.
New bug:
Once players run out of money, they are still able to raise with an amount of 0. At the end of the game, each player that raised with 0 dollars at any point in time during the game, ends up getting money back. One player went in as a dealer with 5 points, and a 10 point raise, and ended up getting 10 back at the end even though he lost. Best way to alleviate this would be to remove their ability to Raise, and only call after losing all their points.
That shouldn't be happening, I'll have another look at how refunds are calculated. Money back should only be if you put more in then the person that won did.
One of my users also thinks there's another bug with the banks. This is what happened, specifically:
Never even considered a bank, I have a couple ideas, not sure whether they will cause more problems then this though.
I ran into some similar issues. For some reason a straight, heavy on the community card side (what I mean is, with 1 card in hand, and 4 in the community) doesn't get recognized. It seems to me like that might have happened on a flush once as well.
Yes, I know what it is. It's using your 2 pocket cards plus 3 of the 5, rather then any 5 of the 7. I'll rework that to allow any 5.
Also, one of my members has an apostrophe in his name... Nature's Folly. Whenever he enters the room it goes whacky. Of worthy note, I also have a member Dr. House, who's period does not mess with the room.
Will fix, just missed a spot :)
ArchangelX
10-16-2007, 04:47 PM
Actually, Andrew, I had some more discussion, and we tested the refunds...I think you may be right, and that it was just because one player put more in than the player that won did. We couldn't get it to happen again. Thanks for your help, and I hope this helps you work the bugs out! Let me know if you need us to test anything...
Also, one more question, that I asked earlier. What happens when the table is full? I have a pretty sizeable board, and I imagine that it will get full very quickly. Is it possible to create a second table? Oh, and I don't mean to put more pressure on you...just wondering. This is great stuff, and my members love it!
Andrew Green
10-16-2007, 04:48 PM
Actually, Andrew, I had some more discussion, and we tested the refunds...I think you may be right, and that it was just because one player put more in than the player that won did. We couldn't get it to happen again. Thanks for your help, and I hope this helps you work the bugs out! Let me know if you need us to test anything...
That's good, cause I was pretty sure I had had that working right :D
ArchangelX
10-16-2007, 04:53 PM
Woah..you're quick. Do you have a Paypal? Thanks!
Tulsa
10-16-2007, 04:55 PM
I'm getting this error..
PHP Parse error: syntax error, unexpected '<' in /home/*****/public_html/forums/includes/cron/casino_update.php on line 67
Found an <?PHP on line 67 that doesn't look like it needs to be there.
Andrew Green
10-16-2007, 04:55 PM
Woah..you're quick. Do you have a Paypal? Thanks!
In the main post on the right :)
Thanks in advance :D
ArchangelX
10-16-2007, 05:32 PM
It's not much, but thanks alot for the great work!
acegames
10-16-2007, 06:06 PM
Great work so far , a paypal donation sent
KidCreole
10-16-2007, 06:10 PM
I experience a big lag when plaing Texas Holdem on my board. Do other people have the same experience?
cuphongle
10-16-2007, 08:44 PM
texas holdem is fine, just waiting for the updated version with the problem of a straight/flush gets beat
v12kid
10-16-2007, 09:01 PM
Andrew - this one my current fav mod but I have a comment/request. Is it possible to enhance the multiplayer page with better gfx? I could get a designer to create a fancy page like many of the online poker sites have but I want to know if thats feasible :)
thanks
Andrew Green
10-16-2007, 09:24 PM
Once everything is working properly I'll start looking at making it look pretty ;)
Andrew Green
10-16-2007, 09:28 PM
I experience a big lag when plaing Texas Holdem on my board. Do other people have the same experience?
Are you using IE? chatbox has had some problem with it, which should be resolved next update.
Apart from that if your server is not too busy you could decrease the delay time in the admincp, be default I think it is at 2500 (2.5 seconds). There will always be a couple seconds lag though, between me performing my action and other players seeing it.
rinkrat
10-16-2007, 09:54 PM
I wish mine worked!!
Andrew Green
10-16-2007, 09:59 PM
I wish mine worked!!
Sent you a PM, hoping the next update will solve the problems you are having.
Andrew Green
10-16-2007, 11:06 PM
v .33 should fix most (hopefully all) of the stuff that has come up so far.
ArchangelX
10-16-2007, 11:21 PM
Great, quick work Andrew! I'll test it out now!
Skyline_GT
10-16-2007, 11:38 PM
Installed, so far so good.
Mark.B
10-16-2007, 11:42 PM
I'm finding with the 0.33 casino.php file that the game descriptions aren't working...$gamedesc is just giving the coded name of the game rather than the description. Proved by reverting to the casino.php from 0.32 and they reappear.
Andrew Green
10-16-2007, 11:49 PM
I'm finding with the 0.33 casino.php file that the game descriptions aren't working...$gamedesc is just giving the coded name of the game rather than the description. Proved by reverting to the casino.php from 0.32 and they reappear.
Thanks, I fixed the main archive. No need to reupload it though, the olny thing that changed in that file was splitting a query that joined 4 tables into to that join 2 each as someone was having trouble with the big one and there server settings.
v12kid
10-17-2007, 12:10 AM
Once everything is working properly I'll start looking at making it look pretty ;)
look forward to it, plan on a paypal donation from me! :up:
ArchangelX
10-17-2007, 12:27 AM
Okay, everything is going great so far...haven't gotten a full 9 players yet, but the only problem I've seen is that when I change my text color, one of the first players' color changes with it.
Andrew Green
10-17-2007, 12:33 AM
Okay, everything is going great so far...haven't gotten a full 9 players yet, but the only problem I've seen is that when I change my text color, one of the first players' color changes with it.
That's rather odd, message colour is transmitted each time with the message, not stored anywhere...
ok awesome
10-17-2007, 12:38 AM
Why does it only show the winner when someone folds?
Andrew Green
10-17-2007, 12:41 AM
Why does it only show the winner when someone folds?
What do you mean? There cards?
You never get to see peoples cards when they fold ;)
ArchangelX
10-17-2007, 12:41 AM
You're right...I'll make sure to triple-check the bugs I find from now on before I post. Thanks Andrew.
Andrew Green
10-17-2007, 12:42 AM
You're right...I'll make sure to triple-check the bugs I find from now on before I post. Thanks Andrew.
And make sure it's not members messing with you :D
ok awesome
10-17-2007, 12:44 AM
What do you mean? There cards?
You never get to see peoples cards when they fold ;)
No, it isn't saying who wins at the end of the hand, only if someone folds. Sometimes its confusing.
ArchangelX
10-17-2007, 12:48 AM
And make sure it's not members messing with you :D
Hah...yeah. ;)
Andrew Green
10-17-2007, 01:08 AM
No, it isn't saying who wins at the end of the hand, only if someone folds. Sometimes its confusing.
Ok, I think I see why. Shouldn't effect most people and will be fixed next update.
blind-eddie
10-17-2007, 01:24 AM
I am getting 5- 10 data base errors emails a day & Casino works, but with errors on page. Anyone know how I go about correcting this?
ok awesome
10-17-2007, 01:25 AM
This Account Has Exceeded Its CPU Quota
Please contact this site's webmaster.
Wait a few minutes and use your browser's "Back" button or click here to try again.
--------------------------------------------------------------------------------
If you are the webmaster, your account may have gotten this error for one or more of the following reasons:
Your account has used more than its share of the cpu in the past 60 second sliding window.
Your account has too many concurrent processes running simultanously.
Your account has consumed too much memory.
Your site was recently very busy trying to run inefficient scripts.
Uh oh, we had 9 people on there and got that.
Andrew Green
10-17-2007, 01:27 AM
I am getting 5- 10 data base errors emails a day & Casino works, but with errors on page. Anyone know how I go about correcting this?
Send me a e-mail with what the errors are: andrew@innovativema.ca
Andrew Green
10-17-2007, 01:31 AM
T
Uh oh, we had 9 people on there and got that.
Ouch. 9 player game is not going to be terribly easy on the server, especially if you are on a budget host :s
Once everything is working I'm going to try and reduce things, I'm also going to stick a option to limit it to less then the full 10 players. Might want to turn your delay up a little too...
ok awesome
10-17-2007, 01:34 AM
I had turned the delay down to 500. Might be my fault.
Andrew Green
10-17-2007, 01:37 AM
I had turned the delay down to 500. Might be my fault.
That would definitely add some strain :)
hoopsta
10-17-2007, 01:47 AM
the IE chat works now, however, if you are chatting (and using IE) and hit "Enter" on the keyboard instead of "Submit" with the mouse, it freezes up the screen.
Andrew Green
10-17-2007, 01:52 AM
the IE chat works now, however, if you are chatting (and using IE) and hit "Enter" on the keyboard instead of "Submit" with the mouse, it freezes up the screen.
That browser is truly evil :(
hoopsta
10-17-2007, 01:53 AM
That browser is truly evil :(
yea it really sucks!!!!
duckdodger
10-17-2007, 03:12 AM
Yes it does. I just tried the new version, and in IE it still multiplies messages every now and then. Also, on my laptop the cards and buttons flash every few seconds, but on another computer in the same house using the same version of IE, it displays fine. So I'm not sure if thats something to do with my computer or not, but thought I would mention it.
Andrew Green
10-17-2007, 03:16 AM
Yes it does. I just tried the new version, and in IE it still multiplies messages every now and then. Also, on my laptop the cards and buttons flash every few seconds, but on another computer in the same house using the same version of IE, it displays fine. So I'm not sure if thats something to do with my computer or not, but thought I would mention it.
It has to do with the AJAX call replacing the card and button images, I'll get it a little too if I have a lot of tabs open. I'll probably be able to remove it by comparing the returned content to the existing stuff and only resetting it if there is a change.
Just one of those little polishing things to do before v 1.0
ArchangelX
10-17-2007, 03:17 AM
the IE chat works now, however, if you are chatting (and using IE) and hit "Enter" on the keyboard instead of "Submit" with the mouse, it freezes up the screen.
Man...that's a MEAN bug. It not only freezes up your screen, it practically disables your connection to the website. It's been two minutes and I still can't get back onto the forum.
Andrew Green
10-17-2007, 03:27 AM
That's strange, I don't get it at all. Enter works fine. I'll give it another try from work, as I only have IE 6 to play with at home. Have a few other ways to check key presses up my sleeve, so this should be something that can be worked around easily enough.
aztecboi2003
10-17-2007, 03:59 AM
How do I go about adding NFL games to the sportspool? Do I make each NFL game a event? I'll click install too.
Andrew Green
10-17-2007, 04:09 AM
How do I go about adding NFL games to the sportspool? Do I make each NFL game a event? I'll click install too.
First you need groups, so you have to create those. So go to "Sports pool Groups" and create some.
That can be things like:
NFL
NHL
NBA
or whatever suits your board, you don't even need more then 1.
Then go to "Sports Pool Events" and create the event.
First check off which group it will be under. (ex. NFL) then give the group a name (ex. Patriots vs Bills) and then set the outcomes. Can be simply one team or the other, or you could go to more complex outcomes.
- Patriots by 10 pt spread
- Patriots
- Tie
- Bills
- Bills by 10 pt spread
aztecboi2003
10-17-2007, 04:11 AM
Okay thanks I'll play with it tomorrow before it goes live on my board. Great work.
aztecboi2003
10-17-2007, 04:26 AM
Okay thanks I'll play with it tomorrow before it goes live on my board. Great work. Okay I couldn't wait and started adding events. I didn't see a way to edit the event though. How do I do that? Say I misspelled something or wanted to add team names?
Wolf_Hook
10-17-2007, 09:05 AM
My members love this!
I have quite a few serious poker players on my forum, one guy won 32,000 euros in an Irish championship recently. The membership is actually starting to plan regular poker nights on my forum now which couldn't of come at a better time as they were starting to bicker and argue a lot.
I wanted to see if you wouldn't mind adding a 1000 chip as my members have become quite rich from my credit system.
Let me explain a little more. My forum runs a fantasy soccer league and all credits earned by posting in my forum go towards a teams transfer budget and because I don't have a great deal of activities for them to spend the credits on, teams are becoming too rich for my liking and can start to dominate the transfer windows.
I am currently searching around for ways to stem the cash system without turning it off completely and this Casino is doing a great job at bankrupting some rich members but with the addition of a 1000 chip I am hoping that more will go for the biggie.
Many thanks for coding this great hack.
SLY LS1
10-17-2007, 09:40 AM
.33 Installed, ill let u know how it goes... members luv it, we are already planing poker nights
Andrew, you should put the URL link in the product .xml so it has a link in the ACP
https://vborg.vbsupport.ru/showthread.php?t=159151
KHALIK
10-17-2007, 11:36 AM
HELP - Just need to know the string name.
what is the string name for vPlaza cash? for intergration.
I would like to use the vbPlaza cash system, but need to know the string
Cash Type: = ????
Dr.NoTime
10-17-2007, 11:38 AM
Haven't had too much time to enjoy this hack because I can't keep up with the updates! ;)
Great job. Members like it tremendously.
Thanks for the work.
xchewbaka
10-17-2007, 12:00 PM
HELP - Just need to know the string name.
what is the string name for vPlaza cash? for intergration.
I would like to use the vbPlaza cash system, but need to know the string
Cash Type: = ????
vbbux
KHALIK
10-17-2007, 12:38 PM
vbbux
AWSOME and it works :))) with vPlaza Cash System too
jasculs
10-17-2007, 01:08 PM
For some reason it isn't showing the amount for the richest users on the stats page or the statistics box on the front of the casino. I'm using vbcredits.
It would also be awesome if for in a future release we can add multiple denominations. For example being able to bet $57 or something by betting $1, $5, and $50 to make the 57
Andrew Green
10-17-2007, 02:27 PM
Okay thanks I'll play with it tomorrow before it goes live on my board. Great work. Okay I couldn't wait and started adding events. I didn't see a way to edit the event though. How do I do that? Say I misspelled something or wanted to add team names?
No, the admin stuff for that one is still a little limited, it will get more user friendly soon.
I wanted to see if you wouldn't mind adding a 1000 chip as my members have become quite rich from my credit system.
Cigarcritic did a rework of the chips, includes up to $1000
https://vborg.vbsupport.ru/showthread.php?p=1361349#post1361349
I'll add higher denominations as well when I redo mine to make them look good
Andrew, you should put the URL link in the product .xml so it has a link in the ACP
https://vborg.vbsupport.ru/showthread.php?t=159151
Will be in there for next round.
For some reason it isn't showing the amount for the richest users on the stats page or the statistics box on the front of the casino. I'm using vbcredits.
It would also be awesome if for in a future release we can add multiple denominations. For example being able to bet $57 or something by betting $1, $5, and $50 to make the 57
Are you getting names and no numbers? Or nothing at all?
jasculs
10-17-2007, 02:29 PM
Are you getting names and no numbers? Or nothing at all?
I'm getting names, but no numbers.
Mark.B
10-17-2007, 03:14 PM
Hello Andrew.
Excellent work again on this, and one of the best addons for a long time. Those of us who have been bemoaning the lack of anything "interesting" happening with regard to addons are loving this one.
I have had a useful suggestion from a member about Texas Hold'em....an addition to the forum index page under the "Who's Online Now"..... "Who's Playing Texas Hold'em". This would enable members to see if anyone was playing without having to actually load the page up regularly.
Sounds like a good idea. Would probably add a query or two to the front page but would in turn save unnecessary loading of the casino pages.
cuphongle
10-17-2007, 03:47 PM
insatlled .33
its good
the money showing in the game, there's like 5 decimal for it
for example: 1570580.00000
can we make it so that it doesnt show the decimal? or just another option for it.
*chatbox on IE still not working*
thanks
Andrew Green
10-17-2007, 03:53 PM
insatlled .33
its good
the money showing in the game, there's like 5 decimal for it
for example: 1570580.00000
can we make it so that it doesnt show the decimal? or just another option for it.
thanks
Does it show that for all games for you, or just in some places?
Tulsa
10-17-2007, 04:01 PM
The only place I have it showing the five digits after the decimal is Hold'em.
Andrew Green
10-17-2007, 04:08 PM
Ok, will be gone with the next update :)
rinkrat
10-17-2007, 04:34 PM
It works for everyone but me and it seems like each game has different errors. The Holdom has a start button but pressing it does nothing.
Other games give this
Warning: Unknown(./includes/functions_forumlist.php): failed to open stream: No such file or directory in /includes/functions.php(5166) : eval()'d code on line 215
Fatal error: (null)(): Failed opening required './includes/functions_forumlist.php' (include_path='.:/usr/share/pear') in /home/www/html/bbs/includes/functions.php(5166) : eval()'d code on line 215
ArchangelX
10-17-2007, 04:58 PM
Wow...that doesn't sound like a problem with the plugin...more like something in your forum.
Andrew Green
10-17-2007, 05:06 PM
Warning: Unknown(./includes/functions_forumlist.php): failed to open stream: No such file or directory in /includes/functions.php(5166) : eval()'d code on line 215
Fatal error: (null)(): Failed opening required './includes/functions_forumlist.php' (include_path='.:/usr/share/pear') in /home/www/html/bbs/includes/functions.php(5166) : eval()'d code on line 215
Does this file: /includes/functions_forumlist.php exist on your server where it should be?
evesve
10-17-2007, 05:22 PM
Hello Andrew.
an addition to the forum index page under the "Who's Online Now"..... "Who's Playing Texas Hold'em". This would enable members to see if anyone was playing without having to actually load the page up regularly.
Sounds like a good idea. Would probably add a query or two to the front page but would in turn save unnecessary loading of the casino pages.
I can see who is playing and what they are playing in "Who?s online Now"
Andrew Green
10-17-2007, 05:27 PM
the IE chat works now, however, if you are chatting (and using IE) and hit "Enter" on the keyboard instead of "Submit" with the mouse, it freezes up the screen.
Man...that's a MEAN bug. It not only freezes up your screen, it practically disables your connection to the website. It's been two minutes and I still can't get back onto the forum.
Do you guys get this everytime you push enter, or just sometimes? (I still can't get it too happen for me, so a little more details would be greate :D)
ArchangelX
10-17-2007, 05:57 PM
I'd say after a bit of continuous hitting the Enter button on chat...it happens. I'm using IE 6.02
And I agree with evesve...I don't want anymore queries...heh.
Andrew Green
10-17-2007, 05:59 PM
Ok, not everytime, just occasionally.
towermatt
10-17-2007, 06:23 PM
First you need groups, so you have to create those. So go to "Sports pool Groups" and create some.
That can be things like:
NFL
NHL
NBA
or whatever suits your board, you don't even need more then 1.
Then go to "Sports Pool Events" and create the event.
First check off which group it will be under. (ex. NFL) then give the group a name (ex. Patriots vs Bills) and then set the outcomes. Can be simply one team or the other, or you could go to more complex outcomes.
- Patriots by 10 pt spread
- Patriots
- Tie
- Bills
- Bills by 10 pt spread
I have a bit of a question on this. We did the pool last night on the Baseball game and I had four different outcomes. But when I went to settle bets, it only let me choose one. In your example (for instance) I choose "Patriots" and then it was over. It took me to a screen where I couldn't settle bets anymore. Did I just miss how to choose more than one?
Andrew Green
10-17-2007, 06:24 PM
No, you can only choose one winning outcome.
towermatt
10-17-2007, 06:25 PM
And that would make a whole lot of sense. Thanks Andrew.
So either they won by the spread or they did not.
Andrew Green
10-17-2007, 06:26 PM
yup.
cuphongle
10-17-2007, 07:10 PM
thanks andrew, super fast!
jasculs
10-17-2007, 08:00 PM
Any idea why my amounts aren't showing up in the statistics for richest users? The names show up and I believe in the correct order but no values.
Thanks
Jason
Andrew Green
10-17-2007, 08:03 PM
Any idea why my amounts aren't showing up in the statistics for richest users? The names show up and I believe in the correct order but no values.
Thanks
Jason
What's the site?
NFLfbJunkie
10-17-2007, 08:38 PM
Great MOD. Just installed it yesterday and still playing around with it. One question so far: I have lottery ticket cost set to $10 and each time I purchase a ticket, only $5 goes in to the jackpot. Is this the way it's supposed to work? And if so, where does the other $5 go?
wastemytime
10-17-2007, 09:06 PM
Do you guys get this everytime you push enter, or just sometimes? (I still can't get it too happen for me, so a little more details would be greate :D) I get this problem every Game and every other User too. Sometimes after 1 Minute, sometimes after 3 Minutes...but not longer : ( And everything stopps working. We have to refresh and join a new Game. And again...
Andrew Green
10-17-2007, 09:14 PM
Great MOD. Just installed it yesterday and still playing around with it. One question so far: I have lottery ticket cost set to $10 and each time I purchase a ticket, only $5 goes in to the jackpot. Is this the way it's supposed to work? And if so, where does the other $5 go?
That's the way it should work. Depends on your numbers, but usually about half goes to winning the jackpot, the other half covers the 2 of 3 hits winners. In the end the way it is set up balances out to about 100% payout
Andrew Green
10-17-2007, 09:15 PM
I get this problem every Game and every other User too. Sometimes after 1 Minute, sometimes after 3 Minutes...but not longer : ( And everything stopps working. We have to refresh and join a new Game. And again...
Well, I have a couple ideas, and will make a few changes to it with the next update (Sunday at the latest I imagine)
KidCreole
10-17-2007, 09:23 PM
It seems that the Hold'em crashes when wie use the german "Umlaute in the chat. That means:
ä,ü,ö,ß
wastemytime
10-17-2007, 09:29 PM
It seems that the Hold'em crashes when wie use the german "Umlaute in the chat. That means:
?,?,?,? We thought that also, but we tried to play without to chat and it stopped again.
Tulsa
10-17-2007, 09:31 PM
We definitely need something on the forumhome page that shows who's in hold'em.
Mark.B
10-17-2007, 09:55 PM
We definitely need something on the forumhome page that shows who's in hold'em.
Yes, I agree, I think that would be an excellent addon to this, errm, addon.
Rouzbeh1
10-17-2007, 10:43 PM
hi,
thanks for this nice mod.
could you please add an interface for moderators or better to say people who have access to add events to sports pool?
it would be very useful for boards with moderators....
thanks
towermatt
10-17-2007, 10:48 PM
Oh yeah! That is a good one. I have a total sports guy who mods my site and I would love to just let him have at it.
aztecboi2003
10-18-2007, 12:43 AM
How often are the cash bonuses added? Like the posting, logging in, referral bonuses? Cuz I have manually referred a few people and I don't see the money for the referral appearing.
Ski-Whiz
10-18-2007, 12:55 AM
ok, I think I have something minor.
In Texas Hold'em... When people sit out... They are still dealt cards.. When the hand is over, and all the cards are revealed for those who played, can see that the ones who sat out (not folded) are deal some cards as well..
Hopefully this makes sense..
:D Great job on making this pretty bug free and you are fixing them quick! :D
Andrew Green
10-18-2007, 02:05 AM
We definitely need something on the forumhome page that shows who's in hold'em.
I'll have a look at what I can do for the lowest possible load. I'm thinking a box below the navbar (or anywhere else) that is shown if there is a game active and How many people are in. Without pulling usernames it's only taking a small query that has a maximum of 10 rows.
hi,
thanks for this nice mod.
could you please add an interface for moderators or better to say people who have access to add events to sports pool?
it would be very useful for boards with moderators....
thanks
The whole interface to that is going to be redone, you'll be able to allow based on usergroup and do everything outside of the CP.
How often are the cash bonuses added? Like the posting, logging in, referral bonuses? Cuz I have manually referred a few people and I don't see the money for the referral appearing.
posting are done immediately. logging in and referrals are done once a day.
ok, I think I have something minor.
In Texas Hold'em... When people sit out... They are still dealt cards.. When the hand is over, and all the cards are revealed for those who played, can see that the ones who sat out (not folded) are deal some cards as well..
Hopefully this makes sense..
It does, I'll hide them :)
:D Great job on making this pretty bug free and you are fixing them quick! :D
Thanks, hopefully have the remaining few out by the end of the weekend :D
SBlueman
10-18-2007, 03:21 AM
Slots are still not paying out right on my site. Sometimes you win and it gives you no money....
AWJunkies
10-18-2007, 03:32 AM
How do you get decimals to work? I do not play with whole numbers. SO to play it is 0.01 and big blind 0.05 etc. There is a glitch when you play like this. When you win it takes $4 or some type of amount close to what you made. It works and doesn't. You will see what I mean if you play with decimals. I do this cause cash is actually like real money and we don't have a lot out in circulation. They use it to buy things etc.
Also it auto requires them to have $1 or more to play how is this all figured out and can be changed.
Vbcredits I have use decimals yes how many spaces over 2. Maybe be able to grab that option?
jasculs
10-18-2007, 03:58 AM
Quote:
Originally Posted by jasculs View Post
Any idea why my amounts aren't showing up in the statistics for richest users? The names show up and I believe in the correct order but no values.
Thanks
Jason
What's the site?
The site is www.grapplersguide.com, but it's a paid members only site so you can't really get in.
Andrew Green
10-18-2007, 04:06 AM
How do you get decimals to work? I do not play with whole numbers. SO to play it is 0.01 and big blind 0.05 etc. There is a glitch when you play like this. When you win it takes $4 or some type of amount close to what you made. It works and doesn't. You will see what I mean if you play with decimals. I do this cause cash is actually like real money and we don't have a lot out in circulation. They use it to buy things etc.
Also it auto requires them to have $1 or more to play how is this all figured out and can be changed.
Vbcredits I have use decimals yes how many spaces over 2. Maybe be able to grab that option?
It doesn't, everything is based on whole numbers.
Andrew Green
10-18-2007, 04:08 AM
The site is www.grapplersguide.com, but it's a paid members only site so you can't really get in.
Thought your name sounded familiar :)
Well, if you set me up a account I can have a look.
AWJunkies
10-18-2007, 10:18 AM
The site is www.grapplersguide.com, but it's a paid members only site so you can't really get in.
I am getting that same issue as well.
How hard would it be to make it use decimals??
Rouzbeh1
10-18-2007, 10:24 AM
The whole interface to that is going to be redone, you'll be able to allow based on usergroup and do everything outside of the CP.
thanks :D it would be perfect.
one more thing. is there any way to increase the chance for ppl to win in Slots? :D when i see at the stats, no one won more than 80% which is not motivating enough, i think....
i hope you get what i mean
once again, thanks for the awesome job
blind-eddie
10-18-2007, 12:16 PM
Send me a e-mail with what the errors are: andrew@innovativema.ca
I will send them to you this afternoon...eastern time, Also has anyone noticed that at times a pair of 6's beats a straight?....And what would it take to add a beep.wav when it is a players turn?
acegames
10-18-2007, 12:34 PM
In cron/casino_update there is an extra "<?php" that needs removing
sandt38
10-18-2007, 12:42 PM
Can you tell me what line in holdem_ajax.php to change the color for the winner text? In the last update all the text for moves was changed, but the winner is still listed as white, and in a white field that does not do ;).
Oh yeah, I was stoked, I got my first straight flush (spades Aces to 5) ever last night... Won a nice beefy pot too.
Too bad it wasn't on video poker ;).
Andrew Green
10-18-2007, 12:53 PM
I will send them to you this afternoon...eastern time, Also has anyone noticed that at times a pair of 6's beats a straight?....And what would it take to add a beep.wav when it is a players turn?
6's shouldn't win, if you get any funny results like that screenshot them and send them too me so I can try and duplicate them please.
Can you tell me what line in holdem_ajax.php to change the color for the winner text? In the last update all the text for moves was changed, but the winner is still listed as white, and in a white field that does not do ;).
I'll find the missing one and add it in.
SBlueman
10-18-2007, 01:00 PM
Slots are still not paying out right on my site. Sometimes you win and it gives you no money....
Didn't know if you saw this....it was the last post on the previous page.
Andrew Green
10-18-2007, 01:01 PM
Didn't know if you saw this....it was the last post on the previous page.
What results are you getting that don't payout?
towermatt
10-18-2007, 01:06 PM
I had this report from a member last night, just thought I would throw it out.
The first one was that we both had a straight. Donnie's was higher, and he should have won, but the game called it a draw.
The second one was we both had the SAME straight, and he also had a pair of 4's, so the game gave the win to him instead of splitting the pot.
deezelpope
10-18-2007, 03:05 PM
Yaaay, I finally got a win in the slots!!:D Having a LOT of fun...you DA MAN, Andrew!!:up:
http://i22.tinypic.com/1zbxcn7.gif
evesve
10-18-2007, 03:34 PM
From a small 2-players game:
My_wife deals
evesve bets 2
My_wife bets 4
evesve calls
My_wife calls (calls what?)
The Flop
evesve calls
My_wife calls
The Turn
evesve raises 8
My_wife calls
The River
evesve calls
My_wife raises 8
evesve calls
My_wife wins the hand ($40)
Both hands will shows to both players
My_wife shouldn?t see my card.
Nothing happens before all players clicked on "Ready"
It would be better if next table start automatically (maybe a tecnic thing?).
A Sitout button if I don?t want to play.
evesve deals
My_wife bets 2
evesve bets 4
My_wife calls
evesve raises 4
My_wife calls
The Flop
evesve raises 4
My_wife calls
The Turn
evesve raises 8
My_wife raises 8
evesve raises 8
No Raise/call/fold buttons visible to My_wife
No River cards
My_wife has left the game
evesve wins the hand ($64)
(I got my money)
Mark.B
10-18-2007, 03:43 PM
I think I have spotted a bug with the feature that displays a member's cash in their profile.
This seems to be showing the cash total of the person viewing the page, rather than the cash total of the member being viewed.
In other words, every member I view, it shows them as having the same total as me.
Andrew Green
10-18-2007, 03:45 PM
From a small 2-players game:
evesve calls
My_wife calls (calls what?)
Doesn't make a distinction on those between a check and a call yet :)
My_wife raises 8
evesve calls
My_wife wins the hand ($40)
Both hands will shows to both players
My_wife shouldn?t see my card.
Why not? from the log both of you where in, she should only not see your cards if you fold?
Nothing happens before all players clicked on "Ready"
It would be better if next table start automatically (maybe a tecnic thing?).
A Sitout button if I don?t want to play
That's intentional, it never deals a hand to someone unless they say they are in. Otherwise people leaving the room or folding and then going to the bathroom or whatever could end up getting dealt in when they aren't there. Also gives each player a chance to look at the cards everyone had (unless they folded)
No Raise/call/fold buttons visible to My_wife
No River cards
My_wife has left the game
evesve wins the hand ($64)
(I got my money)
Looks like it hit a bug there, this should be fixed with the next update.
Andrew Green
10-18-2007, 03:46 PM
I think I have spotted a bug with the feature that displays a member's cash in their profile.
This seems to be showing the cash total of the person viewing the page, rather than the cash total of the member being viewed.
In other words, every member I view, it shows them as having the same total as me.
Guess I'd best fix that one :D
evesve
10-18-2007, 04:07 PM
Doesn't make a distinction on those between a check and a call yet :)
OK! No problem
Why not? from the log both of you where in, she should only not see your cards if you fold?
If I call then I have payed to see her cards.
If I don?t win, then I don?t need to show my cards.
She havn?t payed to see them.
(If I win I have to show them...)
That's intentional, it never deals a hand to someone unless they say they are in. Otherwise people leaving the room or folding and then going to the bathroom or whatever could end up getting dealt in when they aren't there. Also gives each player a chance to look at the cards everyone had (unless they folded)
You can always make a choise to bet blinds automatically or not.
If you don?t need to bet blinds you get the cards without "getting in"
If I sit on small blind and click "Ready" then I should get the cards directly.
Next man, big blind, should get his cards when he clicked "Ready".
Than all other players shall get their cards without clicking Ready if they don?t have left the table or clicked on "Sit Out".
Looks like it hit a bug there, this should be fixed with the next update.
Thanks!
Keep on with the nice work!
I love it anyway!
FreeFall1
10-18-2007, 04:11 PM
Keep on with the nice work!
I love it anyway!
Sheeesh get a job lol
Mark.B
10-18-2007, 04:15 PM
Guess I'd best fix that one :D
I must confess I had a go, but can't work out what's wrong,...it's using $vbulletin->userinfo['userid'] which is what the rest of the member.php file uses....not being much of a programmer, it has made my brain bleed!
Andrew Green
10-18-2007, 04:16 PM
Sheeesh get a job lol
Got one, 2 sort of ;)
towermatt
10-18-2007, 05:10 PM
The first one was that we both had a straight. Donnie's was higher, and he should have won, but the game called it a draw.
The second one was we both had the SAME straight, and he also had a pair of 4's, so the game gave the win to him instead of splitting the pot.
This was member feedback I got, I just wanted to make sure it was on the current page. For us, its really great. Love the mod, love the support
Andrew Green
10-18-2007, 05:21 PM
This was member feedback I got, I just wanted to make sure it was on the current page. For us, its really great. Love the mod, love the support
I've seen it, I'll have a look at this when I get a chance.
towermatt
10-18-2007, 05:26 PM
Thank you so much. I didn't see me in your responses so I thought it might have got missed.
Andrew Green
10-18-2007, 05:28 PM
I read everything, but sometimes things get buried pretty quick and I forget to respond. ;)
jasculs
10-18-2007, 05:28 PM
How does the Black Jack game work?
Is there a certain number of decks or is it random?
It seems really hard to win even when playing the basic rules of black jack...Or I could just stink at it. lol The computer seems to come out on top even when I have 18,19, or 20
Just wondering. More the anything once the Texas Hold'em gets sorted out that will be great and a lot of fun for people on my site.
Thanks for the cool mod.
Jason
Andrew Green
10-18-2007, 05:41 PM
Blackjack is a single deck, reshuffled every hand. Dealer will hold on 17 or higher. If you bust you lose, even if the dealer busts. If it's a tie you get your money back.
NFLfbJunkie
10-18-2007, 05:46 PM
Is anyone else noticing how lemons & grapes rarely come up in the slots?
jasculs
10-18-2007, 05:58 PM
reshuffled every hand.
Is that how they do it in a regular single deck game? Do the reshuffle on every hand?
Future suggestion:
For Black Jack - Being able to use multiple decks and for the deck to be shuffled after the deck is complete...kind of how they do it in the casino.
csavern
10-18-2007, 06:01 PM
Is anyone else noticing how lemons & grapes rarely come up in the slots?
Its all in how you look at it
on my board we are giving away a Ready to Fly radio control helicopter
and this is done with vdcredits with the raffle system
so the more credits the more people get a chance to win and i try to make it where they got to post to get credits but want them to have some fun at the same time with the game
so you see the game to me gives to many lemons and grapes hahaha
towermatt
10-18-2007, 06:11 PM
I read everything, but sometimes things get buried pretty quick and I forget to respond. ;)
Well thank you again, I don't have a mod installed that is better supported than this one so take your time. :)
NFLfbJunkie
10-18-2007, 06:28 PM
Is it possible to add more payout options for the Slots?
NFLfbJunkie
10-18-2007, 07:26 PM
Possible bugs with the slots?
I placed a $1000 bet and got three strawberrys = $3000, but took my cash from 28,000 to 30,000 (only a $2000 win increase). I then placed a $1000 bet and got three cherries (X10), and my cash went up to 40,000 (a $10,000 win increase).
I have noticed that this happens this way each time: 3 strawberrys increases by 2,000 and 3 cherries increases by 10,000.
Andrew Green
10-18-2007, 07:32 PM
Ok, that's definately a little off, for 3 cherries you should go up 9000, (-1000 be +10000 win)
I'll clean that up.
More payout options would mean less won, or less frequently hitting a winning outcome, otherwise the payout to money bet balance goes out of whack.
NFLfbJunkie
10-18-2007, 07:32 PM
Also noticed with the slots that my $1000 bet was deducted from my total cash before the slots (a no-winner) finished.
NFLfbJunkie
10-18-2007, 07:44 PM
A couple of more payout options would be nice though to keep it a little more interesting. I have spun the slots over 200 times and only get all strawberries or all cherries, and the occasional 1 or 2 cherries from the left.
Andrew Green
10-18-2007, 07:47 PM
Once I get all the bugs out of the existing stuff I'll have another look at it. Or maybe even add a couple other slot machines
aggiefan
10-18-2007, 08:14 PM
overall this is an outstanding script.... looking forward to more games being added (hopefully multiplayer enabled ones).
i would like to see some better rules sections added to the games or even "how to's" since not everybody will know how each game works. it took me a sec to figure out the way the poker game worked. also would like to see more options added to the poker game like you plan with the slots game.
RichieBoy67
10-18-2007, 08:34 PM
Thanks again for this... I have not tested the multiplayer poker game yet but everything else is working perfectly.
I was wondering how difficult it would be to tie the credits mod into this??
Thanks
evesve
10-18-2007, 08:48 PM
Can you put my own amount in the startpage?
Andrew Green
10-18-2007, 09:34 PM
Thanks again for this... I have not tested the multiplayer poker game yet but everything else is working perfectly.
I was wondering how difficult it would be to tie the credits mod into this??
Thanks
Not difficult at all, instructions are in the readme.txt file. Basically you change "casino_cash" to "credits" in the casino settings.
Rouzbeh1
10-18-2007, 10:03 PM
one more suggestion:
for texas hold'em is it possible to allow ONLY invited ppl for a predefined time? it would be useful for tournaments or something like that
thanks
sandt38
10-18-2007, 10:15 PM
Here is a set of generic chips I made. If you would like to include them in your program to spice it up a bit, feel free.
https://vborg.vbsupport.ru/external/2007/10/9.png https://vborg.vbsupport.ru/external/2007/10/10.png https://vborg.vbsupport.ru/external/2007/10/11.jpg https://vborg.vbsupport.ru/external/2007/10/11.png https://vborg.vbsupport.ru/external/2007/10/12.png https://vborg.vbsupport.ru/external/2007/10/13.png
https://vborg.vbsupport.ru/external/2007/10/14.png
Here is a .rar file for upload. (http://www.megaupload.com/?d=4KZLJQOR)
RichieBoy67
10-18-2007, 10:22 PM
Not difficult at all, instructions are in the readme.txt file. Basically you change "casino_cash" to "credits" in the casino settings.
That's great! I guess there is a reason to read those text files. Sorry I missed that and thanks....
tigrattack
10-19-2007, 12:31 AM
Awesome Mod A+++++
Thanks
Andrew Green
10-19-2007, 01:31 AM
version .34 is up, should hopefully fix all of the existing chatbox problems, and other bugs that I know about.
One exception is that it still chokes on some non-standard characters (ex. ?,?,?,?). However this shouldn't stall it, just ignore messages containing them and keep going. Tried everything I could think of too break it in Firefox and Internet Explorer (6) and nothing died, so hopefully that's all fixed now :)
tigrattack
10-19-2007, 01:46 AM
The only thing I'm having an issue with is the lottery.
I can't set it off in scheduled tasks and once it's set, you can't change any of the settings
Andrew Green
10-19-2007, 01:49 AM
Changing settings will effect the next draw, not the current one.Just have to wait for the current draw to conclude, then the new settings will take effect.
tigrattack
10-19-2007, 01:54 AM
I was thinking that might be the case...but I can't be patient...lmao
Thanks
Andrew Green
10-19-2007, 02:01 AM
I was thinking that might be the case...but I can't be patient...lmao
Thanks
Go to phpmyadmin and delete all entries in the casino_lottery_draw table, then back to admincp and hit update settings.
Of course if anyone has bought a ticket already this might not make them too happy ;)
tigrattack
10-19-2007, 02:05 AM
Thanks but I think I'll be patient this time.
The $inpoker isn't working
NeilK
10-19-2007, 02:06 AM
I'm struggling to get this running. If I enable it, I get SQL errors on the forum home page. I can't seem to uninstall it as it reports missing tables.
I then manually deleted all the "casino_" prefixed tables, plus the casino_cash field in USER and tried to reinstall - no luck. There is no error when installing, but it doesn't run and there are no "casino_" tables in the DB.
For fun, using mysqladmin, I tried running this code:
$query = "ALTER TABLE ". TABLE_PREFIX . "user ADD casino_cash integer default 250";
Result: Error
SQL query:
$query = "ALTER TABLE ".TABLE_PREFIX. "user ADD casino_cash integer default 250"
MySQL said:
#1064 - 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 '$query = "ALTER TABLE ". TABLE_PREFIX . "user ADD casino_cash integer default 25' at line 1
Andrew Green
10-19-2007, 02:08 AM
Is the product still listed as installed?
I'm struggling to get this running. If I enable it, I get SQL errors on the forum home page. I can't seem to uninstall it as it reports missing tables.
I then manually deleted all the "casino_" prefixed tables, plus the casino_cash field in USER and tried to reinstall - no luck. There is no error when installing, but it doesn't run and there are no "casino_" tables in the DB.
For fun, using mysqladmin, I tried running this code:
$query = "ALTER TABLE ". TABLE_PREFIX . "user ADD casino_cash integer default 250";
Result: Error
SQL query:
$query = "ALTER TABLE ".TABLE_PREFIX. "user ADD casino_cash integer default 250"
MySQL said:
#1064 - 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 '$query = "ALTER TABLE ". TABLE_PREFIX . "user ADD casino_cash integer default 25' at line 1
tigrattack
10-19-2007, 02:13 AM
I can't get $inpoker to work...any ideas???
Andrew Green
10-19-2007, 02:13 AM
I can't get $inpoker to work...any ideas???
Is there anybody in the poker game? If not nothing shows up.
NeilK
10-19-2007, 02:14 AM
Is the product still listed as installed?
Yes, not sure how to make that go away when the uninstall fails.
Andrew Green
10-19-2007, 02:15 AM
Yes, not sure how to make that go away when the uninstall fails.
PM me a e-mail address, I'll send you a script to upload and run, it will set everything up for you and get you back to where you need to be.
tigrattack
10-19-2007, 02:16 AM
Is there anybody in the poker game? If not nothing shows up.
that was the problem...thanks
NeilK
10-19-2007, 02:53 AM
PM me a e-mail address, I'll send you a script to upload and run, it will set everything up for you and get you back to where you need to be.
I'm working, thanks to the script. Thanks for the help.
TheBlackPoet
10-19-2007, 02:56 AM
for some reason... the 9club wont show... before i upgraded.. it was the 8club.... i dumped the cards from my server.. refreshed... and installed from the zip... still no good...
Andrew Green
10-19-2007, 03:08 AM
for some reason... the 9club wont show... before i upgraded.. it was the 8club.... i dumped the cards from my server.. refreshed... and installed from the zip... still no good...
All other cards do though? Does it not show up in any of the card games?
SBlueman
10-19-2007, 03:29 AM
Ok...this is the error. It's not that slots is not paying out, it's that it's paying out late. Say I win one round, it'll pay me not during the next spin but the second spin after I won. Odd...
TheBlackPoet
10-19-2007, 03:31 AM
the other cards show up fine.., it was the 8of clubs on ver .33 and now 9 of clubs on .34
Andrew Green
10-19-2007, 03:41 AM
Ok...this is the error. It's not that slots is not paying out, it's that it's paying out late. Say I win one round, it'll pay me not during the next spin but the second spin after I won. Odd...
Your templates are coming out funny... When you do this upgrade make sure you overwrite all the files and revert the templates. Right now things aren't ending up where they should be...
SBlueman
10-19-2007, 03:45 AM
I updated and reverted my templates now, just did it. Still having the same issue with slots. I wonder if it's only an issue with the $500 and $1,000 chips....
Andrew Green
10-19-2007, 03:48 AM
the other cards show up fine.., it was the 8of clubs on ver .33 and now 9 of clubs on .34
I tried registering... but I think you need to look at your password checker, won't let me in. Retyped it a few times.
Anyways, the image is where it should be, does the html for it come out right?
Andrew Green
10-19-2007, 03:53 AM
I updated and reverted my templates now, just did it. Still having the same issue with slots. I wonder if it's only an issue with the $500 and $1,000 chips....
Can you check the slots_main one again? It's still using a older version, wheels should be spinning the other way now ;)
SBlueman
10-19-2007, 04:14 AM
Ok, reverted back now. I is stupid sometimes!
aggiefan
10-19-2007, 04:17 AM
Here is a set of generic chips I made. If you would like to include them in your program to spice it up a bit, feel free.
https://vborg.vbsupport.ru/external/2007/10/9.png https://vborg.vbsupport.ru/external/2007/10/10.png https://vborg.vbsupport.ru/external/2007/10/11.jpg https://vborg.vbsupport.ru/external/2007/10/11.png https://vborg.vbsupport.ru/external/2007/10/12.png https://vborg.vbsupport.ru/external/2007/10/13.png
https://vborg.vbsupport.ru/external/2007/10/14.png
Here is a .rar file for upload. (http://www.megaupload.com/?d=4KZLJQOR)
very nice... i replaced mine with these. would be great if they were included in the real verison.
ArchangelX
10-19-2007, 04:40 AM
When do we get to vote on mod of the month? November? I just wanna know, 'cuz this is the winnah in my eyes! Great work, Andrew!
One suggestion from my members...Sound Effects! Like for new person entering, the shuffle, and the deal, possibly. I can get you the sounds if you need help, but there's plenty of commercial free on the internet as well.
I'm not sure how hard this is...but just a suggestion from my members...mostly because when the casino is empty, it helps if you're waiting for someone, and hear a sound. Plus, it let's people know it's your turn. Just a suggestion if it's possible, but no rush. Thanks!
Skyline_GT
10-19-2007, 07:03 AM
Here is a set of generic chips I made. If you would like to include them in your program to spice it up a bit, feel free.
https://vborg.vbsupport.ru/external/2007/10/9.png https://vborg.vbsupport.ru/external/2007/10/10.png https://vborg.vbsupport.ru/external/2007/10/11.jpg https://vborg.vbsupport.ru/external/2007/10/11.png https://vborg.vbsupport.ru/external/2007/10/12.png https://vborg.vbsupport.ru/external/2007/10/13.png
https://vborg.vbsupport.ru/external/2007/10/14.png
Here is a .rar file for upload. (http://www.megaupload.com/?d=4KZLJQOR)
Can you make a $1000 chip?
Thanks.
lairnoc
10-19-2007, 07:11 AM
i installed this mod instantly !!!!
BuckRodgers
10-19-2007, 07:49 AM
just a couple of things, Is there any way to change the money format from $ to ? ?
and i seem to get a database error in admin control panel
this is the error
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT cs1.switch1 AS gameid, cs1.switch2 AS gamefile, cs2.switch2 AS gamename, cs3.switch2 AS gamedesc, cs4.switch2 AS active
FROM casino_settings AS cs1, casino_settings AS cs2, casino_settings AS cs3, casino_settings AS cs4
WHERE cs1.switch1=cs2.switch1
AND cs1.switch1= cs3.switch1
AND cs1.switch1= cs4.switch1
AND cs1.settingname='gamefile'
AND cs2.settingname='gamename'
AND cs3.settingname='gamedesc'
AND cs4.settingname='gameactive';
MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
Date : Friday, October 19th 2007 @ 09:41:26 AM
Script : http://www.datadrome.co.uk/forum/admincp/casino_settings.php
Referrer : http://www.datadrome.co.uk/forum/admincp/index.php
IP Address : 217.172.104.28
Username : mad dog
Classname : vb_database
any help greatly recived :)
frosch68
10-19-2007, 08:56 AM
where can i change the color auf text in $inpoker ??? is black and i have a black background :D
EDIT: i found it, it is in the plugin, thanks
sandt38
10-19-2007, 09:32 AM
very nice... i replaced mine with these. would be great if they were included in the real verison.
Glad you like them. Andrew is welcome to add them if he would like.
Can you make a $1000 chip?
Thanks.
I will. I'll try to get it done at lunch today, but if I can't it will have to wait untill after my son's ball game tonight.
SLY LS1
10-19-2007, 10:07 AM
$inpoker
I cant quite get it to work hmmm, paste it at the bottom over the navbar template but nothing shows up...
frosch68
10-19-2007, 10:15 AM
$inpoker
I cant quite get it to work hmmm, paste it at the bottom over the navbar template but nothing shows up...
it only shows up if min. 1 user is in game
SLY LS1
10-19-2007, 10:30 AM
it only shows up if min. 1 user is in game
Ahh I got it, I was trying that but forgot it was only for texas hold'em, all done works good.
Doesnt show up on the portal page of vBadvanced CMPS unfortunatly, only on the forumhome page.
would be good as a module for CMPS if anyone knows how to make one.
frosch68
10-19-2007, 10:47 AM
would be good as a module for CMPS if anyone knows how to make one.
this is my module for VbA cmps ;)
SLY LS1
10-19-2007, 11:06 AM
this is my module for VbA cmps ;)
That's perfect......
Andrew should include it as an option in the mod
Cheers
SLY
deezelpope
10-19-2007, 11:32 AM
Here is a set of generic chips I made. If you would like to include them in your program to spice it up a bit, feel free.
https://vborg.vbsupport.ru/external/2007/10/9.png https://vborg.vbsupport.ru/external/2007/10/10.png https://vborg.vbsupport.ru/external/2007/10/11.jpg https://vborg.vbsupport.ru/external/2007/10/11.png https://vborg.vbsupport.ru/external/2007/10/12.png https://vborg.vbsupport.ru/external/2007/10/13.png
https://vborg.vbsupport.ru/external/2007/10/14.png
Here is a .rar file for upload. (http://www.megaupload.com/?d=4KZLJQOR)
Yeah, these are beautiful!! Waiting for the $1000 chip.:up:
bazzup
10-19-2007, 12:31 PM
Hi Andrew thanks for all the updates however i have noticed something wrong
on video poker if you choose to discard all your cards it gives you the same hand back
regards
tigrattack
10-19-2007, 12:33 PM
Where would I go to edit the text that appears on the homepage when someone is in Texas Hold'em?
Andrew Green
10-19-2007, 12:52 PM
just a couple of things, Is there any way to change the money format from $ to ? ?
And i seem to get a database error in admin control panel
A whole lot of places...
I'll see if I can add a currency marker option into the CP in the next little while.
As for your error, I'll fix that as well, it has to do with your SQL settings.
Where would I go to edit the text that appears on the homepage when someone is in Texas Hold'em?
The plugin named "casino players in poker" for now, a phrase in the future :)
Andrew Green
10-19-2007, 12:53 PM
Hi Andrew thanks for all the updates however i have noticed something wrong
on video poker if you choose to discard all your cards it gives you the same hand back
regards
I can't get this too happen for me, what browser are you using?
bazzup
10-19-2007, 12:55 PM
I can't get this too happen for me, what browser are you using?
internet explorer
BuckRodgers
10-19-2007, 01:01 PM
A whole lot of places...
I'll see if I can add a currency marker option into the CP in the next little while.
As for your error, I'll fix that as well, it has to do with your SQL settings.
thanks for the quick reply, is there a quick fix i can use ?
tigrattack
10-19-2007, 01:04 PM
A whole lot of places...
I'll see if I can add a currency marker option into the CP in the next little while.
As for your error, I'll fix that as well, it has to do with your SQL settings.
The plugin named "casino players in poker" for now, a phrase in the future :)
Thank you very much :D
Andrew Green
10-19-2007, 01:07 PM
thanks for the quick reply, is there a quick fix i can use ?
When I get a chance I'll look into it, it's not a complex one, but not something I can do without opening up the files :)
tigrattack
10-19-2007, 01:22 PM
Guess what...I have another question...lol
In the stats, is there a way to show total cash (on hand + bank) for the Richest Users list.
I use vBcredits.
Thanks
Andrew Green
10-19-2007, 01:25 PM
Guess what...I have another question...lol
In the stats, is there a way to show total cash (on hand + bank) for the Richest Users list.
I use vBcredits.
Thanks
Never even thought about it, don't have a bank with it's default currency.
Might be possible to add another field to the admincp so that you can provide a secondary cash field though.
towermatt
10-19-2007, 01:40 PM
I have a message in Texas Holdum that says
"This game is Ajax powered and requires Java script to be turned on" after the upgrade.
I checked my setting in firefox and it is enabled.
But it won't let me play at the moment.
Andrew Green
10-19-2007, 01:43 PM
I have a message in Texas Holdum that says
"This game is Ajax powered and requires Java script to be turned on" after the upgrade.
I checked my setting in firefox and it is enabled.
But it won't let me play at the moment.
It should also give you a start button?
The message and button, if all goes well, disappear on there own. If the script fails to start itself that message stays, with a start button to initialize it.
towermatt
10-19-2007, 01:45 PM
The start button is there, it gives me the hand to click but doesn't actually do anything.
Here is a link:
http://www.thedarktower.com/palaver/casino.php?do=texasholdem
I believe guests to the site can see it with no problem
Edit--Opps, it doesn't. I could get you a sign in if you need though. I click and click, but it doesn't go on.
Andrew Green
10-19-2007, 01:54 PM
Try uploading the texasholdem_functions.php and texasholdem_ajax.php files again and overwriting existing ones. Looks like something in there got messed up.
towermatt
10-19-2007, 01:57 PM
Thanks man, I will do that and get back to you.
I appreciate you signing up to have a look and if you are a Dark Tower fan, please feel free to have a look around.
soletrader
10-19-2007, 02:50 PM
I would like the chat box to say Player 1, etc.. checks instead of calls. This is misleading.
Also, is there a way to get rid of the ready button and deal automatically as soon as each round is over? A deal me out button would also help for those that want to sit out.
And possible to create a no limit version? Thanks for the great mod.
Andrew Green
10-19-2007, 03:07 PM
I would like the chat box to say Player 1, etc.. checks instead of calls. This is misleading.
It will, just not yet.
Also, is there a way to get rid of the ready button and deal automatically as soon as each round is over? A deal me out button would also help for those that want to sit out.
The actively oping in seemed the best option, keeps people that leave from getting dealt in, and gives everyone a chance to have a look at the cards. Don't think I'm going to end up changing that.
And possible to create a no limit version? Thanks for the great mod.
Maybe in the future, but IMO No Limit really only works for tournaments, not drop in games. People with more $ just have too much of an advantage.
evesve
10-19-2007, 03:18 PM
I am testing the new update...
Videopoker:
1. I have 150.
2. Bet 100
3. Mark some cards
4. Click discards
error 1:
Got the page: You try your washer on a string trick you learnt when you where 8, but it doesn't take. Perhaps you should try again when you actually have something to bet?
5. Start over
6. Bet 5
Error 2:
The game is continuing from the old "hand" automatic
Got this: High Pair +5
Andrew Green
10-19-2007, 03:29 PM
I am testing the new update...
Well, this should only effect people that have less cash then 2x the value they are playing, I'll have it fixed shortly though.
sandt38
10-19-2007, 03:51 PM
Yeah, these are beautiful!! Waiting for the $1000 chip.:up:
Yeah, sorry. I worked through lunch. I'll get it done and re-up the whole .rar file tonight.
evesve
10-19-2007, 04:20 PM
this is to show the differens between IE and FF:
(if thats the reason...)
deezelpope
10-19-2007, 04:50 PM
Yeah, sorry. I worked through lunch. I'll get it done and re-up the whole .rar file tonight.
No reason to apologize!:D No problem...beautiful work, thank you for these! I'll be waiting and watching ever so patiently.:)
Escoh
10-19-2007, 04:51 PM
The start button is there, it gives me the hand to click but doesn't actually do anything.
Here is a link:
http://www.thedarktower.com/palaver/casino.php?do=texasholdem
I believe guests to the site can see it with no problem
Edit--Opps, it doesn't. I could get you a sign in if you need though. I click and click, but it doesn't go on.
Same thing is happening to me here. I see the button but cant click,
Tried Firefox and IE
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.