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
Andrew Green
10-23-2007, 06:58 PM
Great Mod, at least my members have a way to loose the vbCredits now. They were starting to get restless.
I do have a couple problems that I didnt see an resolution for. One is the Richest Player field being blank. I'm using the Casino v4.0 mod, fresh install on a VBskinworks template with vbcredits. Is there a way to point that to VBcredits so the field isn't blank? Also I noticed While playing Slots, the payout amount doesn't show aligned in the payout box, it sits high in the box and covers where it says payout.
Any help is appreciated,
Great Mod.
I'm really not sure why that isn't liking the credits field, other custom cash fields seem to work. I did make some changes on my working version, hopefully that will solve it.
evesve
10-23-2007, 07:12 PM
I have one more suggest...
The settings for my chip is casino/cards/chip-1.png
Can I get a setting for cards like casino/cards/w-
so I can use my own cards named w-clubs-5-150.png
ry215
10-23-2007, 07:31 PM
for cards.....hmmmm
duckdodger
10-23-2007, 07:34 PM
Where can I edit the background color for $inpoker?
The Bish
10-23-2007, 08:25 PM
I'll put all the payouts to casino norms with the next update, then you can watch him bankrupt himself again :)
Curious if this means that there is now way for them to cheat.
I am about ot have a week long Texas Hold'em tourney where everyone buys in at $20 and every day leading up to Friday is a 10 person game that evening. The eventual winner is going to get quite a bundle. So if there is a way to cheat I need to know to watch out for it.
Once again... awesome mod!
Andrew Green
10-23-2007, 08:36 PM
THere is no way to cheat that I know of, but I would not recommend what you are planning at this stage. Game is still in development stages, and while fairly stable it does have the odd glitch, occasionally dropping players and things. Even then this is not at all set up for tournaments.
And depending on where you are, you'd really want to watch the legal issues around that.
Andrew Green
10-23-2007, 08:37 PM
Where can I edit the background color for $inpoker?
You can edit the plugin "casino players in poker" which is what creates it.
The Bish
10-23-2007, 08:50 PM
THere is no way to cheat that I know of, but I would not recommend what you are planning at this stage. Game is still in development stages, and while fairly stable it does have the odd glitch, occasionally dropping players and things. Even then this is not at all set up for tournaments.
And depending on where you are, you'd really want to watch the legal issues around that.
Perfectly legal as long as the house, my site, does not make money. I play Texas Hold'em with a couple officers of the law at a cigar shop around the corner.
Anyway, we will have a couple practice rounds to see if anything substantial happens which makes us not want to try it out for some real money. Maybe I should read the entire thread to see what isues people have had :o However, I am not having some of the issues brought up by some here.
towermatt
10-23-2007, 09:33 PM
One of my members just reported that the slots just keep spinning and spinning forever.
I had no idea because I hadn't played it but the test looks like that is the case.
2 minutes and they are still going...
Andrew Green
10-23-2007, 09:57 PM
Reupload the slots_ajax.php file, what you have is showing a syntax error that shouldn't be there?
towermatt
10-23-2007, 09:59 PM
That did it!
Here is my plan from here on out...look for the .php file that has something to do with it and re upload. :lol:
Seriously appreciate the help again Andrew
teedizz
10-24-2007, 12:23 AM
Andrew, when you get a minute can you please give this post a look as I see im not the only one with this problem. Thanks
https://vborg.vbsupport.ru/showpost.php?p=1366583&postcount=952
teedizz
10-24-2007, 12:26 AM
also, if i want to makethe background of $inpoker transparent, how would I edit this code to make it do so?
$pokertimeout = time() - 30;
$result = $db->query_read("SELECT count(userid) AS np FROM casino_texasholdem_whoisin WHERE lastcheck > $pokertimeout");
$row = $db->fetch_array($result);
$np = $row[np];
if($np > 0)
{
$inpoker = "
<table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacin]' border='0' width='100%' align='center' style='border-bottom-width:0px'>
<tr><td>
There are currently $np users playing Texas Holdem. Click <a href='casino.php?do=texasholdem'>here</a> to join them.
</td></tr></table><br/>";
}
Thanks again and sorry to bug you..lol
Andrew Green
10-24-2007, 12:31 AM
Andrew, when you get a minute can you please give this post a look as I see im not the only one with this problem. Thanks
https://vborg.vbsupport.ru/showpost.php?p=1366583&postcount=952
;)
https://vborg.vbsupport.ru/showpost.php?p=1366957&postcount=1001
I think I have it solved, but I don't use the vbcredits mod so I won't be sure until I post it and get some feedback.
also, if i want to makethe background of $inpoker transparent, how would I edit this code to make it do so?
Thanks again and sorry to bug you..lol
Try this:
$pokertimeout = time() - 30;
$result = $db->query_read("SELECT count(userid) AS np FROM casino_texasholdem_whoisin WHERE lastcheck > $pokertimeout");
$row = $db->fetch_array($result);
$np = $row[np];
if($np > 0)
{
$inpoker = "
<table style='width:100%;'>
<tr><td>
There are currently $np users playing Texas Holdem. Click <a href='casino.php?do=texasholdem'>here</a> to join them.
</td></tr></table><br/>";
}
darkilla2
10-24-2007, 01:53 AM
good work andrew
blind-eddie
10-24-2007, 03:34 AM
There is no "All In" in Limit Poker.
OK, if the bet is 4 and I only have 1, than it must be possible to bet "All In".
I don?t know how it is here...
I know that, but it would be a nice option to have....
Andrew Green
10-24-2007, 03:45 AM
v.50 is up, has a bunch of little fixes and a new slots machine :)
Also changes the payouts back to be more along the lines of casino norms.
Andrew Green
10-24-2007, 03:46 AM
I know that, but it would be a nice option to have....
While a no limit tournament game is a possibility in the future, under the current rules a all in button does not fit.
Freesteyelz
10-24-2007, 03:53 AM
One thing I love about new mods are the energy that's put into it. Updates come like a swarm of flies on a town's picnic. :D The potential of this mod is fantastic. Great work, Andrew. Thanks and keep it up. :)
yoyoyoyo
10-24-2007, 04:11 AM
thanks for the update
Andrew Green
10-24-2007, 04:13 AM
Right under .50 :)
Just reuploaded it, a 2 was a 3, so it disappeared for a few seconds ;)
yoyoyoyo
10-24-2007, 04:25 AM
Right under .50 :)
Just reuploaded it, a 2 was a 3, so it disappeared for a few seconds ;)
yeah I saw that so I changed my "where is it?" post to a thanks post ;) lol
Andrew Green
10-24-2007, 04:45 AM
my guess is that one of the files didn't overwrite properly, or a template needs reverting.
madotds
10-24-2007, 05:03 AM
First of all THANK U for this great mod I have "Clicked Install" Voted For MOM and Rated ***** I am on V.40 and as soon as i have finished this post i will be upgrading :) I am very happy with this mod the way it is but if you find yourself running out of ideas and your getting bored:p maybe you could consider the possibility of the following adons.
option in admin cp to set custum % payout on slots etc so you can adjust it with ease
More than one instance of 10 player poker running at the same time for buisier forums. ( Not mine as yet )
Regards
Mark
leeman
10-24-2007, 06:50 AM
got it running fine with Inferno Shout box pro but i had problems when i showed shoutbox on any of the casino games
hope that helps
Well as I said.
I have Lite and the funny thing now is when I move the Inferno Shoutbox: Deploy Shoutbox plugin to forum home complete (Wich disables the shoutbox for me) everything works...
Then when I move it back to global_complete the Casino dies.. (TexasHolem, Stud, Video Poker and Black Jack)
"Sniff"
I have temporary allowed guests to use the casino if someone wanna see the problem.
www.insanetrain.com/forums
Freesteyelz
10-24-2007, 08:33 AM
Again, you're doing an awesome job, Andrew. :) I have a question:
I've read in this thread that $inpoker does not display in vBadvanced pages; it also doesn't display in Photoplog gallery or ibProArcade pages. That is when $inpoker is in the navbar.
So I added $inpoker in the footer template just as a test and it displayed in the vBadvanced, Photoplog gallery pages but not the ibProArcade pages. I thought that was interesting.
I understand that you can only support within the scope of your mod. Though, I'm wondering if there's a way to have $inpoker display in all pages by hook or edit of code?
Mark.B
10-24-2007, 10:25 AM
Again, you're doing an awesome job, Andrew. :) I have a question:
I've read in this thread that $inpoker does not display in vBadvanced pages; it also doesn't display in Photoplog gallery or ibProArcade pages. That is when $inpoker is in the navbar.
So I added $inpoker in the footer template just as a test and it displayed in the vBadvanced, Photoplog gallery pages but not the ibProArcade pages. I thought that was interesting.
I understand that you can only support within the scope of your mod. Though, I'm wondering if there's a way to have $inpoker display in all pages by hook or edit of code?
The answer is, you can easily make it display in all pages.
I'm in an internet cafe at the moment so I can't post the exact instructions, however in a few hours I shall be at home and will do so.
The basics are:
vBadvanced, there is an option in the AdminCP (it's under page editing I think) , you can add a variable to a list (you miss off the $ at the start though, so just add inpoker)
Photoplog is much the same, there's an option in the AdminCP and you add the variable without the $ (so just add inpoker)
IBProArcade, you edit the file /arcade/functions.php, there is a line in there with a load of variables, and you add $inpoker to the end (this time you DO need the $ at the start). It needs a comma as well to separate it from the previous variable.
Sorry if this is bit vague, but I'll post exact instructions later on when I get home (uinless someone beats me to it).
Wolf_Hook
10-24-2007, 10:45 AM
The addition of a percentage setting in the admin panel would be a god send as my board now has it's first millionaire.
Freesteyelz
10-24-2007, 10:57 AM
@Mark.B:
Thanks a ton! I've managed to get $inpoker to work in Photoplog, vBadvanced pages and ibProArcade pages. I did not think about using the variable options for the first two.
1. Instructions for vBadvanced:
Admin CP --> vBa CMPS --> Default Settings --> Main Options --> "Portal Output Global Variables" add:
inpoker
2. Instructions for Photoplog:
Admin CP --> Photoplog Pro --> General Settings --> PhotoPlog Pro General Settings --> Global Variables and add:
inpoker
3. Instructions for ibProArcade:
In FTP go to arcade/functions/functions.php and find:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
And replace it with:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $inpoker;
Thanks again, Mark. :up:
BuckRodgers
10-24-2007, 11:51 AM
okie done update got a few problems,
1, ninja slots. when you place your bet the reels just keep spinning never stop ?
2, more stats. when i click on the more stats still getting db error
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT bet, won, cs1.switch2
FROM casino_settings AS cs1
LEFT JOIN casino_settings AS cs2 ON cs1.switch1 = cs2.switch1
LEFT JOIN casino_bet_stats ON cs1.switch1 = gameid
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs2.switch2 = '1'
GROUP BY gameid;
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 : Wednesday, October 24th 2007 @ 01:46:45 PM
Script : http://www.datadrome.co.uk/forum/casino.php?do=stats
Referrer : http://www.datadrome.co.uk/forum/casino.php
IP Address :
Username : Samorite
Classname : vb_database
3, admin cp, in "Games Available" when i try to update settings i get this db 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 : Wednesday, October 24th 2007 @ 01:49:39 PM
Script : http://www.datadrome.co.uk/forum/admincp/casino_settings.php?gamename1=Video+Poker&gamedesc1=Jacks+or+better+to+win.&gameactive1=1&gamename2=Blackjack&gamedesc2=Classic+Casino+Game.&gameactive2=1&gamename3=Sports+Betting+Pool&gamedesc3=Place+bets+on+upcoming+events.&gameactive3=1&gamename4=Lottery&gamedesc4=Buy+into+the+lottery&gameactive4=1&gamename5=Slots&gamedesc5=3+wheel+slot+machine&gameactive5=1&gamename6=Texas+Hold+&gamedesc6=Limit+game+of+Poker%2C+up+to+10+players&gameactive6=1&gamename7=Let+em+Ride&gamedesc7=5+Card+stud+variation&gameactive7=1&gamename8=Ninja+Slots&gamedesc8=3+wheel+ninja+slot+machine&gameactive8=1&submit=Update+Games
Referrer : http://www.datadrome.co.uk/forum/admincp/casino_settings.php
IP Address :
Username : Samorite
Classname : vb_database
any help is greatly recived as allways :)
Andrew Green
10-24-2007, 12:03 PM
Try this,
bellow
require_once('global.php');
in both stats.php and casino_settings.php add:
$db->query("SET MAX_JOIN_SIZE = 10000000");
BuckRodgers
10-24-2007, 12:20 PM
Try this,
bellow
require_once('global.php');
in both stats.php and casino_settings.php add:
$db->query("SET MAX_JOIN_SIZE = 10000000");
edit: do you mean put it under the line require_once('global.php'); ?
Mark.B
10-24-2007, 12:29 PM
1. Instructions for vBadvanced:
Admin CP --> vBa CMPS --> Default Settings --> Main Options --> "Portal Output Global Variables" add:
inpoker
Glad it worked...
Just to add, in vBadvanced 3.0, the instructions are slightly different:
AdminCP > vbaCMPS > Edit Pages > Default/Homepage >
Scroll down to "Main Options" and expand the block (click the + sign)
Portal Output Global Variables is in there.
Andrew Green
10-24-2007, 12:45 PM
edit: do you mean put it under the line require_once('global.php'); ?
Yes.
Andrew Green
10-24-2007, 12:46 PM
@Mark.B:
Thanks a ton! I've managed to get $inpoker to work in Photoplog, vBadvanced pages and ibProArcade pages. I did not think about using the variable options for the first two.
Another solution which should work would be to put the "$inpoker" at the bottom of the header, rather then the navbar. It will have it appear in a slightly different place, but I think it will work.
jasculs
10-24-2007, 01:03 PM
Hey Andrew,
For the Ninja Slots you have a duplicate payout in the table
2 x Stars - shows up twice. That is what I saw on your martial arts site
Andrew Green
10-24-2007, 01:06 PM
Hey Andrew,
For the Ninja Slots you have a duplicate payout in the table
2 x Stars - shows up twice. That is what I saw on your martial arts site
Thanks, it's correct in the product file, just wasn't on my site :)
NFLfbJunkie
10-24-2007, 01:19 PM
My lottery ran for the first time last evening at 10 PM EST and I guess there were no winners. When I look at the past draws, there is a draw date listed, but nothing under the 'numbers' or 'winners' coulmns of the table. When I select the 'upcoming draw' link, all I get is "No Draw Active at this time, please check back later". I have the draw date set for every day but Sunday. I currently have Version .33 installed
BuckRodgers
10-24-2007, 01:21 PM
Originally Posted by samorite
edit: do you mean put it under the line require_once('global.php'); ?
Yes..
found it on casino_settings.php carnt see it on stats.php ?
Andrew Green
10-24-2007, 01:23 PM
looks like the cron task isn't running, there was a problem in one of the versions, but I can't remember which it was.
You can run the task manually, Scheduled Tasks -> Casino Lotto draw, but you may have to upgrade to the latest version if it gives you a error. Just make sure you overwrite all files, including the ones in the admincp folder.
Andrew Green
10-24-2007, 01:28 PM
found it on casino_settings.php carnt see it on stats.php ?
Sorry, right at the top of that file, let me know if it works :)
NFLfbJunkie
10-24-2007, 01:36 PM
Does Version .50 fix the cron error? Meaning, I won't have to ever manually run the cron?
Andrew Green
10-24-2007, 01:37 PM
It will, but you can still run it manually or just wait until it goes of next.
NFLfbJunkie
10-24-2007, 01:39 PM
Great, thanks. By the way, and you may have mentioned this some where in this thread already, but what other games might you be working on for this awesome MOD?
Andrew Green
10-24-2007, 01:45 PM
Roulette is possible, some of the javascript was written to get an idea what I could / could not do. I want to add a raffle system, but it's getting to the point where I'm going to look at cleaning up, phrasing and making it look a little better to get to a non-beta 1.0 version.
Another game I am working on, but not likely connected to the casino, is a chess one. Same idea, live play, probably a ladder system in as well. This would likely expand to include other games, checkers, Go, Backgammon, etc.
Which is the reason for bringing a full site into the mix, a little more room for testing and demoing things.
NFLfbJunkie
10-24-2007, 01:50 PM
Excellent. Good luck with everything.
madotds
10-24-2007, 02:05 PM
Hi My 1st real question.
I have set up the casino options so that admin and supermods can create groups for the sports betting pool Eg. Sportspool admin Usergroups =6/5
Now within admincp i can add groups but i can not find any option for the supermods How do they add a group to the pool?
All help welcomed
:)
Andrew Green
10-24-2007, 02:08 PM
Hi My 1st real question.
I have set up the casino options so that admin and supermods can create groups for the sports betting pool Eg. Sportspool admin Usergroups =6/5
Now within admincp i can add groups but i can not find any option for the supermods How do they add a group to the pool?
All help welcomed
:)
They can't, that's the one thing that still has to be done through the admincp.
BuckRodgers
10-24-2007, 02:10 PM
Sorry, right at the top of that file, let me know if it works :)
okie its worked on the stats.php but not the casino_settings.php ?
madotds
10-24-2007, 02:11 PM
Ok thanks for the lightning fast reply :) Great job once again :)
Andrew Green
10-24-2007, 02:51 PM
okie its worked on the stats.php but not the casino_settings.php ?
Replace it with the attached file.
Crapforum
10-24-2007, 03:28 PM
The currency sign will be editable once this thing gets phrased, then everything will be easier to edit.
I'll have a look at the delay time before the game starts, increase it a little and pop up the warning button if it's getting close.
Hi, andrew
Great MOD!
but I have 1 minor issue...
I also have the very short delay timer before a game of Texas starts.
Can you tell me where i can increase the timer? Players dont have to option to click ready, it stays on waiting.....and then the next round already starts.
Mark.B
10-24-2007, 03:43 PM
Just a couple of immediate issues at present:
1) I still can't get the sportspool to close events at the right time, I don't think this file has changed since 0.40 so that might be why. I have to use the file from 0.34, which works with one minor change I made, but I can't find the equivalent code in the new file as it's obviously completely different to allow the editing options etc.
2) Small typo in the new copyright template, "where" should be "were". I think this has been around since the start when it was in casino_index_main but I corrected mine and then left it!
Andrew Green
10-24-2007, 03:52 PM
Just a couple of immediate issues at present:
1) I still can't get the sportspool to close events at the right time, I don't think this file has changed since 0.40 so that might be why. I have to use the file from 0.34, which works with one minor change I made, but I can't find the equivalent code in the new file as it's obviously completely different to allow the editing options etc.
No, haven't touched that one yet. On the todo list for the weekend.
2) Small typo in the new copyright template, "where" should be "were". I think this has been around since the start when it was in casino_index_main but I corrected mine and then left it!
Thanks, Will fix that :)
da420
10-24-2007, 03:59 PM
Great mod Andrew. Me and my members thank you lots.
Any chance for some roulette or craps in the future? ;)
Khalid-B
10-24-2007, 04:33 PM
i just installed acsino 50 but there is no option in ACP , button i s showing in navbar i clicked and it says cassion.php not foun at this server.
am i missing some thing ?
i have uploaded every thing as in instructions.
Thanks
Acers
10-24-2007, 04:42 PM
Andrew the ninja slots is paying a bit too well.
i have the percentages at 224% after quite a lot of plays. You might wanna relook at the probabilities on that one.
Andrew Green
10-24-2007, 04:44 PM
i just installed acsino 50 but there is no option in ACP , button i s showing in navbar i clicked and it says cassion.php not foun at this server.
am i missing some thing ?
i have uploaded every thing as in instructions.
Thanks
You're probably missing the includes/xml files, which is what adds the link to the admincp.
Khalid-B
10-24-2007, 05:07 PM
nope ,, just overwrited every thing but same resulte.
Thanks
towermatt
10-24-2007, 05:12 PM
I'm about to put on .50, can't wait to see ninja slots.
I have made it so one of my moderators can add sports pool events but he put an option in wrong. When we pull up the edit screen to remove it, it doesn't actually change after the save. :(
Its weird how badly my members want this particular thing when I can't seem to get it going right.
Also, I would love a way to delete test events that we have put on to see how it works.
Andrew Green
10-24-2007, 05:19 PM
It does seem to be doing something funny now that it wasn't doing in my earlier tests... I'll have that fixed shortly.
Khalid-B
10-24-2007, 05:33 PM
i cant uninstall XML product .
getting this error.
Database error in vBulletin 3.6.8:
Invalid SQL:
DROP TABLE casino_texasholdem_whoisin;
MySQL Error : Unknown table 'casino_texasholdem_whoisin'
Error Number : 1051
Date : Wednesday, October 24th 2007 @ 02:31:43 PM
Script : http://www.mysite.com/Forums/admincp/plugin.php?do=productkill
Referrer : http://www.mysite.com/Forums/admincp/plugin.php?do=productdelete&productid=casino&s=
IP Address : yyyyy
Username : xxxx
Classname : vb_database
How can i uninstall.?
Thanks
Andrew Green
10-24-2007, 05:46 PM
<a href="http://vbgaming.org/forum/showthread.php?t=3" target="_blank">http://vbgaming.org/forum/showthread.php?t=3</a>
it's in this thread as well, file name of dropcasino.php
Khalid-B
10-24-2007, 05:57 PM
what the hell is this man, now register there to get attach file. why u dont attach here. lolz
Andrew Green
10-24-2007, 06:00 PM
I did, a couple times.
towermatt
10-24-2007, 06:02 PM
and was then nice enough to do it again.
Remember, this a free mod and Andrew is trying to help us. :D
Andrew Green
10-24-2007, 06:05 PM
I'll always answer questions and problems as best I can, but once I've answered the same one a few times I'm gonna just start pointing to the easiest instance of it for me to find.
Andrew Green
10-24-2007, 06:17 PM
I have made it so one of my moderators can add sports pool events but he put an option in wrong. When we pull up the edit screen to remove it, it doesn't actually change after the save. :(
Try this:
Khalid-B
10-24-2007, 06:18 PM
well , i did as you told but can uninstall, still same error
xxxsaint
10-24-2007, 06:19 PM
Hi Andrew , will future releases allow us to pick and choose custom made decks ? For instance , I have a deck I made using a KISS poker playing deck, but would also like to be able to choose some others I would like to make.
Andrew Green
10-24-2007, 06:22 PM
scale them and rename the files to match the names getting used, and you can use whatever deck you like :D
File names are built on the go, so that's really the easiest way to go, storing filenames for 53 card images would be a pain to set up and work with.
Edit: Nevermind, looked at pictures. Might be in there for the back of card image, but not for all of them
Andrew Green
10-24-2007, 06:23 PM
well , i did as you told but can uninstall, still same error
What error do you get when you try and uninstall it?
Khalid-B
10-24-2007, 06:25 PM
Database error in vBulletin 3.6.8:
Invalid SQL:
DROP TABLE casino_texasholdem_whoisin;
MySQL Error : Unknown table 'casino_texasholdem_whoisin'
Error Number : 1051
Date : Wednesday, October 24th 2007 @ 03:24:25 PM
Script : http://www.xxxx.com/Forums/admincp/plugin.php?do=productkill
Referrer : http://www.xxxx.com/Forums/admincp/plugin.php?do=productdelete&productid=casino&s=
IP Address : xxxx
Username : xxxx
Classname : vb_database
...................................
this time forum is also closed , database error at forum home also.
Andrew Green
10-24-2007, 06:31 PM
The script I linked to should have taken care of that, but you can also do it manually.
Go to your productcode table, and delete everything under uninstallcode for the product "casino" then delete all the tables starting with casino_. The delete the column "casino_cash" from your user table then run the uninstall script again, delete all the files and you will have no trace of the casino left.
xxxsaint
10-24-2007, 06:35 PM
did you forget to put the ninjaslots.php in there or am I blind ?
Andrew Green
10-24-2007, 06:37 PM
it uses the same files as the fruit slots, just switches the images, weightings and payout tables. ;)
xxxsaint
10-24-2007, 06:39 PM
Cool , very nice. I'm a moron and didn't upload " casino.php "
Thanks though
Andrew Green
10-24-2007, 06:40 PM
have you made any template changes? if so they need reverted. Otherwise the files that matter are casino.php, slots.php & slots_ajax.php. As well as the slotwheel2.gif image.
xxxsaint
10-24-2007, 06:52 PM
Is there any way to make $inpoker work on the arcade page ?
Defkalion
10-24-2007, 06:54 PM
Nice job, installed. :)
Andrew Green
10-24-2007, 06:55 PM
Is there any way to make $inpoker work on the arcade page ?
Yes, there are two methods, it's a couple pages back I think, or here:
http://vbgaming.org/forum/showthread.php?t=6
One involves a file edit and the other is just putting it at the bottom of the header rather then the bottom of the navbar. (or top)
xxxsaint
10-24-2007, 07:00 PM
Yes, there are two methods, it's a couple pages back I think, or here:
http://vbgaming.org/forum/showthread.php?t=6
One involves a file edit and the other is just putting it at the bottom of the header rather then the bottom of the navbar. (or top)
Thanks man!!
firstrebel
10-24-2007, 07:50 PM
Database error in vBulletin 3.6.8:
Invalid SQL:
DROP TABLE casino_texasholdem_whoisin;
MySQL Error : Unknown table 'casino_texasholdem_whoisin'
Error Number : 1051
Date : Wednesday, October 24th 2007 @ 03:24:25 PM
Script : http://www.xxxx.com/Forums/admincp/plugin.php?do=productkill
Referrer : http://www.xxxx.com/Forums/admincp/plugin.php?do=productdelete&productid=casino&s=
IP Address : xxxx
Username : xxxx
Classname : vb_database
...................................
this time forum is also closed , database error at forum home also.
I had an inbox full of error emails for the same issue after I uninstalled this mod on my dev site. That was version .34, not tried it with .50. So I have not installed on my live site yet til I try again with .50.
Bob
ry215
10-24-2007, 08:02 PM
Andrew, do I also need to revert intro templates such as Casino_blackjack_intro ? I have translated the introduction to another language, post up some instruction images...If not neccessary, I don't want to rewrite the templates everytime I install a newer version. Thanks!
Andrew Green
10-24-2007, 08:07 PM
Intro's haven't changed, but the _main ones do.
Phrasing is getting up there on the todo list, which should make that a little easier :D
towermatt
10-24-2007, 08:13 PM
Went to 5.0--have that thing with Texas holdum again--about the java script. :(
ry215
10-24-2007, 08:21 PM
Got it! Thanks. I have reverted all the main ones. I'm watching one member's money right now. He joined my forum yesterday with a new $200. Now he has over $100,000 and still increasing at this moment of playing. He gotta be real lucky or something...It sweats me out since I have many rewards to trade for the winning money.
One more idea, can you write a code that when someone win real big in a day, his username be congratulated on the main forum? For example:
CONGRAT, MEMBER ANDREW GREEN HAS WON $60,789 PLAYING BLACKJACK TODAY!
bhen13
10-24-2007, 08:24 PM
Hey Andrew, any chance of adding a Roulette wheel?? :D
Andrew Green
10-24-2007, 08:26 PM
Got it! Thanks. I have reverted all the main ones. I'm watching one member's money right now. He joined my forum yesterday with a new $200. Now he has over $100,000 and still increasing at this moment of playing. He gotta be real lucky or something...It sweats me out since I have many rewards to trade for the winning money.
One more idea, can you write a code that when someone win real big in a day, his username be congratulated on the main forum? For example:
CONGRAT, MEMBER ANDREW GREEN HAS WON $60,789 PLAYING BLACKJACK TODAY!
The way the tracking system for stats is set up, no. It only tracks totals, not times, which would make the tables really really big, I'm trying to keep them compact.
Andrew Green
10-24-2007, 08:33 PM
Hey Andrew, any chance of adding a Roulette wheel?? :D
maybe, it's undecided.
Went to 5.0--have that thing with Texas holdum again--about the java script. :(
you got something weird going on with your server, it definately should not be doing what it is doing.
can you put up this a .php file with this in it and send me a link:
<?php
phpinfo();
?>
towermatt
10-24-2007, 08:48 PM
Sure Andrew--just that in the file?
I actually don't have program to do it in here and I understand notepad is no good. I'll have to do it when I get home.
Thanks for the help, should be a couple of hours.
ArchangelX
10-24-2007, 09:03 PM
Found another serious bug with Video Poker...here's the PM from my user:
I found a bug in the video poker game when you added the $25 and higher. I suspect the bug's been there all along, but I really only discovered it when I started playing with the bigger chips.
The bad part is that I don't think there's a way around it.
Here's how it works:
1) Start a video poker game.
2) Bet $1 by clicking on the $1 chip.
3) Let's say before you discard any cards, you already have a pair of jacks.
4) Click the video poker link across the top. The game will restart, but you'll have the same cards (with the pair of jacks)
5) This time, click the $100 chip.
6) You'll win $99 ($100 minus the $1 you bet.)
If you didn't get dealt a winning hand right off the bat, just play the hand out normally. When the winning hands pay out 99x normal payouts, you don't have to win very often to come out ahead.
I have a pretty good idea as to why this happens, but I don't think there's a good fix for it.
I suspect the game stores each player's hand and the current status of every game in the database. It would make sense to do it that way, so if the player closes his browser or reboots his machine in the middle of a game, he'll have the same hand when he comes back. You'd want to do it this way so people can't just restart their browser when they don't get dealt good cards.
The problem is, you also get to keep your cards if you get dealt a good hand. You can restart the game and change your bet while keeping your winning hand.
There really isn't an easy way to program around this problem. Either you have to protect yourself against one cheat or the other. Mine is probably the one people are less likely to accidentally stumble across, so it makes sense for the video poker game to work the way it does. Any fix I can think of can be fairly easily thwarted by using two browsers (or two different computers) logged in to the board as the same user. Leave one on the betting screen and play the hands with the other.
The only real fix I can think of is to completely rewrite the video poker game and have it work more like the RPG. The RPG appears to be a considerably more sophisticated bit of programming than the casino, however, so that would require quite a bit of work. It would be like writing another RPG hack.
I'm not sure what you or the developer could do to fix this, but I'd hate to see the video poker go away. It's my favorite game in the casino, and I was probably close to 200% before I found the cheat.
I just threw away 250K in the casino (in two pulls of the slot machine) in an attempt to take my name off that stats page, but it's still there. How often are those stats calculated?
Freesteyelz
10-24-2007, 09:15 PM
Glad it worked...
Just to add, in vBadvanced 3.0, the instructions are slightly different:
AdminCP > vbaCMPS > Edit Pages > Default/Homepage >
Scroll down to "Main Options" and expand the block (click the + sign)
Portal Output Global Variables is in there.
Cool. :) I'm running the latest build 3.0 RC2 (vB 3.6) but I'm not currently using the default homepage. I am running custom pages (e.g., About, Site Rules, For Best Results, etc...) that use separate PHP files, however. I'm not certain if that makes a difference but then again, as you said, it worked. :D Again, I appreciated the help. :)
Another solution which should work would be to put the "$inpoker" at the bottom of the header, rather then the navbar. It will have it appear in a slightly different place, but I think it will work.
Sweet. Thanks for the tip. :)
On a soon-to-be-released site I have this setup on the default theme:
pillarfan1
10-24-2007, 09:28 PM
Looks good. I vote for spades as well :)
Andrew Green
10-24-2007, 09:32 PM
Found another serious bug with Video Poker...here's the PM from my user:
I can't duplicate this on .50, I noticed that a while back as well and worked it out. SO you should be ok once you update.
Andrew Green
10-24-2007, 09:33 PM
Sure Andrew--just that in the file?
I actually don't have program to do it in here and I understand notepad is no good. I'll have to do it when I get home.
Thanks for the help, should be a couple of hours.
Just that, and notepad is fine :)
towermatt
10-24-2007, 09:35 PM
ah, note pad.
I can do that now
we're also having trouble with the times in the betting pool, and when we go to add, the first option is a colon for some reason. LOL
Then when we try to edit (with only two options--one on the line with a colon) it says we don't have enough options
towermatt
10-24-2007, 09:39 PM
Notepad only gave me an option to save it as a text file :( I can't image that is right.
but it is here: http://www.thedarktower.com/palaver/andrew.txt
Andrew Green
10-24-2007, 09:42 PM
rename it to .php and it should be good ;) You'll get lots of info out of it :)
Running out now for a few hours though, so no rush.
towermatt
10-24-2007, 09:49 PM
Sweet!
Its there now and you are right about the info
http://www.thedarktower.com/palaver/andrew.php
ArchangelX
10-24-2007, 10:48 PM
Whoops! Will do! Sorry about that!
sandt38
10-24-2007, 11:22 PM
Whenever someone folds they are not afforded the ability to click ready on the next hand. After they skip 1 hand, the button becomes available again... Any thoughts? I had no errors like that before installing v .50.
mathias
10-25-2007, 12:55 AM
tells me to have javascript enabled does it mean server side or browser and how?
this is when trying to load holdem
then the other games are saying loading..
towermatt
10-25-2007, 01:22 AM
I have the same on my site--Andrew is trying to figure out what the problem which I am sure will be a solve for everyone.
ry215
10-25-2007, 01:25 AM
Andrew, after installing the .50, my players are complaining about the Let Em Ride. I checked the game out myself and confirmed that the pay system is now incorrect. For example: I bet 10, had a high pair so I raised 2x. The system took 30 out of my account, but at the end only give me back 30. Therefore, my account:
100 - 30 (bet) + 30 (won) = 100. (why even out when you had a high pair in Let EM Ride?)
In real life, the dealer did not take your money during the game, therefore if you have a high pair (no brainer), you should won up to the amount that you had put out.
30 on the table are yours + 30 paid from the dealer = 60 ----> you'll have 130 in your account.
Andrew Green
10-25-2007, 02:16 AM
tells me to have javascript enabled does it mean server side or browser and how?
this is when trying to load holdem
then the other games are saying loading..
Your casino.php file is just showing up blank for me, can you confirm all files where uploaded?
Andrew Green
10-25-2007, 02:30 AM
Whenever someone folds they are not afforded the ability to click ready on the next hand. After they skip 1 hand, the button becomes available again... Any thoughts? I had no errors like that before installing v .50.
None off hand, but I'll look into that.
I have the same on my site--Andrew is trying to figure out what the problem which I am sure will be a solve for everyone.
I think your problem is pretty unique, this looks to be different :lol:
Andrew, after installing the .50, my players are complaining about the Let Em Ride. I checked the game out myself and confirmed that the pay system is now incorrect. For example: I bet 10, had a high pair so I raised 2x. The system took 30 out of my account, but at the end only give me back 30. Therefore, my account:
100 - 30 (bet) + 30 (won) = 100. (why even out when you had a high pair in Let EM Ride?)
In real life, the dealer did not take your money during the game, therefore if you have a high pair (no brainer), you should won up to the amount that you had put out.
30 on the table are yours + 30 paid from the dealer = 60 ----> you'll have 130 in your account.
Actually, the way it is now is correct, high pairs are a break even hand. Having it set the other way is the cause for some of the comments about members on get rich quick plans in the last couple pages :)
Andrew Green
10-25-2007, 03:04 AM
Sweet!
Its there now and you are right about the info
http://www.thedarktower.com/palaver/andrew.php
Well nothing jumps out at me as being a potential cause, so ya got me. Here's a slightly stripped down version that will hopefully work for you though:
ry215
10-25-2007, 03:21 AM
None off hand, but I'll look into that.
I think your problem is pretty unique, this looks to be different :lol:
Actually, the way it is now is correct, high pairs are a break even hand. Having it set the other way is the cause for some of the comments about members on get rich quick plans in the last couple pages :)
Other games, break even is no problem, but with Let It Ride, you win money with 10s or better since playing Let It Ride, you rarely have anything at all. Real casino would pay ya for 10s or better.
Freesteyelz
10-25-2007, 03:25 AM
Actually, the way it is now is correct, high pairs are a break even hand. Having it set the other way is the cause for some of the comments about members on get rich quick plans in the last couple pages :)
Ohh. I was just about to comment on it as some of my members have mentioned breaking even of a high pair. At least I know it's not a bug. :)
Andrew Green
10-25-2007, 03:47 AM
Other games, break even is no problem, but with Let It Ride, you win money with 10s or better since playing Let It Ride, you rarely have anything at all. Real casino would pay ya for 10s or better.
gotcha, I'll fix it next round. If you want it fixed now in the file letemride_deal.php on line 330:
if($cash > 0)
$cash = ($cash * $bet);
to
if($cash > 0)
$cash = ($cash * $bet) + $bet;
Carlos2
10-25-2007, 03:47 AM
If i active the casino i cant post in threads:
You may only post reply every hour(s). Please try again later.
Why??
Andrew Green
10-25-2007, 03:51 AM
If i active the casino i cant post in threads:
You may only post reply every hour(s). Please try again later.
Why??
I've never seen that message before, do you have another plugin restricting posting that causes this? The two could be conflicting in some way.
cuphongle
10-25-2007, 04:01 AM
chatbox is not working again
Andrew Green
10-25-2007, 04:03 AM
chatbox is not working again
Can you provide a little more details? Does the game work, but not chat, does nothing happen and you just get a start button? Does it work sometimes but not always?
without a little more specifics I can't hope to suggest a way to fix it.
cuphongle
10-25-2007, 04:05 AM
sorry about that,
its showing up, you can type the message and stuff, but it wont submit
Andrew Green
10-25-2007, 04:07 AM
Do you have a link too it? the one in your profile doesn't look right.
cuphongle
10-25-2007, 04:09 AM
done
Andrew Green
10-25-2007, 04:14 AM
you need to revert some templates, casino_texasholdem_main at least, possible others.
cuphongle
10-25-2007, 04:20 AM
wow
thanks for supper fast support
kylek
10-25-2007, 04:21 AM
First off thanks for the new games added!!
With ninja slots on one site it just continues to spin and doesn't stop. Also I just noticed that it shows the regular slots payout table that you changed for the different payouts. ie one cherry from left.
I am going to reupload eveything again to see if something didn't upload properly, was the payout change to a template or was it done with your next release? WHich template would it be to check?
Thanks.
Andrew Green
10-25-2007, 04:27 AM
First off thanks for the new games added!!
With ninja slots on one site it just continues to spin and doesn't stop. Also I just noticed that it shows the regular slots payout table that you changed for the different payouts. ie one cherry from left.
I am going to reupload eveything again to see if something didn't upload properly, was the payout change to a template or was it done with your next release? WHich template would it be to check?
Thanks.
sounds like a couple things...
the payout chart would be revert the slots_main template. the constant spinning probably means the slots_ajax.php file didn't overwrite the old one properly.
The casino.php & slots.php should probably be re uploaded as well, just to be sure :)
shepherdblake
10-25-2007, 05:22 AM
I just upgraded to the .50 version.
Any chance we could get an adjustable lottery schedule? I would like to have multiple lottery drawings per day.
thanks for the great mod!!
mathias
10-25-2007, 05:27 AM
still not loading... www.rabid-vibes.com/muddy/
Tulsa
10-25-2007, 06:10 AM
Ninja Slots - Payout on 2 stars is not correct or the pay table is not correct. This was a 100 bet.
71515
According to the pay table the payout should have been 300.
ArchangelX
10-25-2007, 06:26 AM
Okay...upgraded to .50, Andrew, but now I'm experiencing the same problem of people that have folded not being able to click ready...and it bypasses them every other hand. It's like the delay is too fast, or they're unable to click ready.
Second, I also had a 6/Q vs a 6/A and we came up as a draw with two pairs on the board...
Thanks.
duckdodger
10-25-2007, 08:53 AM
I'm using vbcredits with the casino and so far it has worked fine, but I did just notice that the credit amount displayed in the casino main page is always 1 point less then what I actually have. It's nothing major, but I thought I'd throw it out there :)
And again, excellent work on the mod, Andrew. And top notch support.
Crapforum
10-25-2007, 11:41 AM
bug:
a draw in texas will not split the money to the winning users, or stay in the pot.
the money just vanishes :D
Andrew Green
10-25-2007, 12:53 PM
Okay...upgraded to .50, Andrew, but now I'm experiencing the same problem of people that have folded not being able to click ready...and it bypasses them every other hand. It's like the delay is too fast, or they're unable to click ready.
Second, I also had a 6/Q vs a 6/A and we came up as a draw with two pairs on the board...
Thanks.
So you do get a ready button but can't click it?
I'm using vbcredits with the casino and so far it has worked fine, but I did just notice that the credit amount displayed in the casino main page is always 1 point less then what I actually have. It's nothing major, but I thought I'd throw it out there :)
And again, excellent work on the mod, Andrew. And top notch support.
Side effect of bringing in other currency systems, I have to truncate it in the game for things to work and display preoperly. So if you have $245.80, it will show as $245.
bug:
a draw in texas will not split the money to the winning users, or stay in the pot.
the money just vanishes :D
Oky, got it.
Ninja Slots - Payout on 2 stars is not correct or the pay table is not correct. This was a 100 bet.
According to the pay table the payout should have been 300.
Table is not right, 2 stars should payout 2x, next update will fix the table, which has a couple mistakes.
towermatt
10-25-2007, 01:26 PM
Well nothing jumps out at me as being a potential cause, so ya got me. Here's a slightly stripped down version that will hopefully work for you though:
That worked!
Thanks Andrew
SLY LS1
10-25-2007, 01:26 PM
just upgraded to .50 and both the slots games just keep spining, then I got an email DB error - see below
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE casino_bet_stats
SET won = won + 0, bet = bet +
WHERE userid = 1
AND gameid = 8;
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 'WHERE userid = 1
AND gameid = 8' at line 3
Error Number : 1064
Date : Thursday, October 25th 2007 @ 07:23:03 AM
Andrew Green
10-25-2007, 01:31 PM
just upgraded to .50 and both the slots games just keep spining, then I got an email DB error - see below
update and overwrite the casino.php, slots.php and slots_ajax.php files, as well as revert the slots_main template if it needs it.
The one set of files now runs both slot machines, so if any of the files where missed spinning forever would be the likely result.
SLY LS1
10-25-2007, 01:36 PM
update and overwrite the casino.php, slots.php and slots_ajax.php files, as well as revert the slots_main template if it needs it.
The one set of files now runs both slot machines, so if any of the files where missed spinning forever would be the likely result.
When you say slots_main template you mean ?
Ive uploaded all the files once again but its still doing it
Andrew Green
10-25-2007, 01:55 PM
the template named "casino_slots_main" in the "casino" template group.
towermatt
10-25-2007, 02:00 PM
Mine is doing the same Andrew--should I re download the zip to make those changes or just reload the ones from my downloads?
SLY LS1
10-25-2007, 02:04 PM
the template named "casino_slots_main" in the "casino" template group.
Ahh ok I worked out how to revertit, what exactly does that do, revert back to the previous version does it ?
Its working fine now after doing that
Cheers
Andrew Green
10-25-2007, 02:08 PM
Styles and Templates -> Style manager -> Edit Templates ->
select the one you want to revert, and over on the right you'll have a "revert" button.
If that doesn't do it I'll need a link to your site to see what it's doing.
Andrew Green
10-25-2007, 02:09 PM
Mine is doing the same Andrew--should I re download the zip to make those changes or just reload the ones from my downloads?
slots_ajax.php is the one causing you problems, overwrite that and you should be ok.
Andrew Green
10-25-2007, 02:10 PM
Ahh ok I worked out how to revertit, what exactly does that do, revert back to the previous version does it ?
Its working fine now after doing that
Cheers
Reverts back to the "original" version, and when you upgrade the original version changes, but it doesn't undo your changes, so you have the modified version of the old one, not the new one.
towermatt
10-25-2007, 02:11 PM
:D
Works great--you just made my Christmas Card list.
SLY LS1
10-25-2007, 02:59 PM
Ha ha this is to good, I have a car forum so I just changed the ninja slots to car brand slots, see attached file, then just changed the names in the casino_slots_main template to the car brands.
Will be good once the final product is released as people can make the slots wheel to suit their forum theme etc.
towermatt
10-25-2007, 03:02 PM
Wow! What a cool idea
perju
10-25-2007, 03:18 PM
I have a big forum and many of my members have become addicted to the casino. I had to create a separate thread just for people to post and get money ($5 per post).
I love the extra traffic and all, but these posts are meaningless and pointless (some are random characters). Since friday, there have been over 11,000 posts in this one thread alone.
What's a good solution to this problem?
perju
10-25-2007, 03:21 PM
I created new chips to resemble chips you'd find at a casino.
Here you go. :)
towermatt
10-25-2007, 03:41 PM
I have a big forum and many of my members have become addicted to the casino. I had to create a separate thread just for people to post and get money ($5 per post).
I love the extra traffic and all, but these posts are meaningless and pointless (some are random characters). Since friday, there have been over 11,000 posts in this one thread alone.
What's a good solution to this problem?
I would not have created the thread for it in the first place. The idea is to post stuff that is relevant. Now that it is there though, I am not sure how I would take it.
Maybe pay people to not post in there?
Andrew Green
10-25-2007, 03:42 PM
Take money away for stupid posts? Temporary casino ban for stupid posts?
Decrease available chip amounts so that they bankrupt themselves at a slower pace?
towermatt
10-25-2007, 03:47 PM
Temporary casino ban for stupid posts?
I like that one. And the more popular it gets, I may take it away for anyone acting out of line on the board.
Mark.B
10-25-2007, 03:50 PM
Last week I did a bit of playing about with the automerge double post hack, and I managed to get it to also deduct the value of the cash total from the user when it automerged a post.
I then managed to make it not bother with the merging bit and just not apply the casino cash (actually what happens is it gets added on and then taken off again).
Unfortunately this isn't a terribly efficient way of doing it, but I'm sure something similar could be achieved by someone who knows what they are doing (which I don't) and has enough spare time to write it (which I also don't!)
perju
10-25-2007, 03:52 PM
The thinking behind creating that thread was to somehow preserve the rest of the board. I would rather flood one thread with pointless posts than have it spread to the entire forum.
The problem with taking money away from the members is we're all friends (well, just about).
Question: if a member's post is deleted by an admin, do they lost those points? If so, what happens when the post is deleted after the member loses the money they earned? Do they go into negatives?
Andrew Green
10-25-2007, 03:54 PM
might be possible to put a size cap on it, posts 50 characters and up get x, posts 500 characters and up get y...
I don't think there is a perfect solution though, anytime ou award a action, some people will try and do the minimum possible to get the award.
jay007
10-25-2007, 03:58 PM
any suggestions / Help appreciated ?
Got the first four games working, but cant seem to get the last four working, they just go to a full white screen when pressed:confused:?
These game
Slots
Texas Hold 'em
Let em Ride
Ninja Slots
Andrew Green
10-25-2007, 04:00 PM
link?
Usually that only happens when some files or templates are missing, might want to check to make sure all the files made it to the server and import the product again (don't need to uninstall, just check the overwrite box off and import again)
Mark.B
10-25-2007, 04:03 PM
The thinking behind creating that thread was to somehow preserve the rest of the board. I would rather flood one thread with pointless posts than have it spread to the entire forum.
The problem with taking money away from the members is we're all friends (well, just about).
Yes this is similar to the arcade issues, getting people to post who only want to play the arcades. I tried restrictions on playing until posts had been made, that just got a ton of spam. I then tried a giant flashing red and yellow box as a sort of "nag screen", and all we got was dozens of posts saying "only posting to get rid of the box, don't like forums", which actually felt even worse since they were so blatant.
But on the flip side, with 13,00 arcade games over two arcades, you NEED a lot of arcade players to keep it competitive.
So in the finish we just opened it up pretty much unrestricted and said "as long as you have an account you can play games". Things are more peaceful and the arcades are well used and popular. We try to just *encourage* arcade players to post but if they don't, fine.
That's similar to the idea of having a dedicated thread for casino cash posts, but that will fill up the database with junk.
I have gone with a generous daily login bonus ($100), and I have also adapted that code a bit and created a "weekly wage" which works the same way but adds $250 on a Friday evening to everyone who has logged in in the last seven days. I guess you could easily change that to anyone who has POSTED in the last seven days.
That seems to have pretty much sorted it as there's a steady flow of cash coming in for people to play with. Only thing is that non-players get massive cash totals pretty quickly.
Andrew Green
10-25-2007, 04:06 PM
A scheduled task that resets anyone under a given minimum back up to it is possible as well. Then if they go broke, they just have to come back the next day.
Mark.B
10-25-2007, 04:11 PM
A scheduled task that resets anyone under a given minimum back up to it is possible as well. Then if they go broke, they just have to come back the next day.
Yes, that sounds like a fantastic idea.
lasto
10-25-2007, 04:15 PM
cant install the 0.50 version get dataabse error that let it ride table already exists.
Should be a query in it if table exists then drop and re do table
also ive got these now on my casino page
Video Poker Jacks or better to win.
Blackjack Classic Casino Game.
Sports Betting Pool Place bets on upcoming events.
Lottery Buy into the lottery
Slots 3 wheel slot machine
Texas Hold 'em Limit game of Poker, up to 10 players
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
Let 'em Ride 5 Card stud variation
how do i remove the excesses that have been added
Andrew Green
10-25-2007, 04:20 PM
Scheduled reset to a minimum value if a user goes under:
http://vbgaming.org/forum/showthread.php?p=15#post15
Andrew Green
10-25-2007, 04:23 PM
cant install the 0.50 version get dataabse error that let it ride table already exists.
What version does it way you have installed?
I can send you a script to clean house and reset things to where they should be for what is installed, then the upgrade should work.
perju
10-25-2007, 04:35 PM
I have gone with a generous daily login bonus ($100), and I have also adapted that code a bit and created a "weekly wage" which works the same way but adds $250 on a Friday evening to everyone who has logged in in the last seven days. I guess you could easily change that to anyone who has POSTED in the last seven days.
That seems to have pretty much sorted it as there's a steady flow of cash coming in for people to play with. Only thing is that non-players get massive cash totals pretty quickly.
I don't know if the daily allowance will mean much. I give out 250 per night, and as fast as the members receive the cash, they bet it (and lose it). I think the same will happen if i increase the amount to 500. But like you said, non-casino members will just accumulate tons of cash, skewing the "Top Winners" board. Instead of it being a daily allowance for signing in, maybe it should be a combination of "sign in" + "casino". If a member didn't play the casino that day, then they shouldn't get cash. If they do get cash, it shouldn't be as much as those who play the casino.
I even considered allowing members to purchase $5000 casino bucks for $5 in real cash, but i really don't want members spending real money on a fake casino. Users have already brought this up saying "i'd rather spend $5 for casino cash than spend all night posting in this thread."
It's quite a pickle...
perju
10-25-2007, 04:38 PM
Scheduled reset to a minimum value if a user goes under:
http://vbgaming.org/forum/showthread.php?p=15#post15
If this is set to every minute, will it slow the server to a crawl?
Andrew Green
10-25-2007, 04:41 PM
it's not too heavy, but every minute would really be pushing it... but you can give it a try, every 15 minutes might be a better option though.
Andrew Green
10-25-2007, 04:45 PM
Another option here might be a button that lets them reset to 100 (or some other amount)
perju
10-25-2007, 04:50 PM
Just so I understand...
If a member goes down to 0, they have to wait 15 minutes (or whatever i set it to) before they get back their reset value. Let's say a member hits 0, and then writes a post (+$5). Now, they're no longer at 0. What happens? Does the cron ignore them since they're not at 0?
Is there a way to pop open a button on any casino page if the user has 0? If the user clicks the button, it resets the value to [$whatever]?
perju
10-25-2007, 04:51 PM
Ahhh, you read my mind. :)
lasto
10-25-2007, 04:55 PM
What version does it way you have installed?
I can send you a script to clean house and reset things to where they should be for what is installed, then the upgrade should work.
Casino .34 Casino for VBulletin
yes can u plz send me the script -
i got all them errors when i tried to run the 0.50 version (just import the porduct and overwite)
Mark.B
10-25-2007, 05:16 PM
A question on "Past Draws" on the lottery.
My table that displays these is getting quite big now. Just does it just carry on adding them for ever, or will it paginate at some point?
Failing that, does it cause any problem just deleting old draws from the database directly?
Andrew Green
10-25-2007, 05:19 PM
I'll stick a limit in there next round, only show the last 20 or something...
Mark.B
10-25-2007, 05:23 PM
I'll stick a limit in there next round, only show the last 20 or something...
Cool, never thought of that...I shall probably try add that in myself as a temporary measure. Not that I enjoy messing with code or anything....
Mark.B
10-25-2007, 05:25 PM
Cool, never thought of that...I shall probably try add that in myself as a temporary measure. Not that I enjoy messing with code or anything....
Hmm, I think it's already got a limit on as it happens:
SELECT * FROM casino_lotto_draw WHERE drawtime < $currenttime ORDER BY drawtime DESC LIMIT 20
Andrew Green
10-25-2007, 05:29 PM
cant install the 0.50 version get dataabse error that let it ride table already exists.
Attached will dump your settings table and rebuild it up to .33/.34 defaults, then dump the letitride_dealt table.
upload it to your main forum directory, run it, and once everything is done delete it.
After that you should be able to upgrade normally to .50, if not let me know and I can do a bigger wipe and rebuild.
Andrew Green
10-25-2007, 05:30 PM
Hmm, I think it's already got a limit on as it happens:
SELECT * FROM casino_lotto_draw WHERE drawtime < $currenttime ORDER BY drawtime DESC LIMIT 20
see, those are ninja skills, changed your code and you didn;t even see me :D
Mark.B
10-25-2007, 05:35 PM
see, those are ninja skills, changed your code and you didn;t even see me :D
Heh, LOL. :D
lasto
10-25-2007, 06:18 PM
it worked as all installed now something weird has happened
from the menu of the games the top 4 when clicked hust go back to casino.php page
Video Poker Jacks or better to win.
Blackjack Classic Casino Game.
Sports Betting Pool Place bets on upcoming events.
Lottery Buy into the lottery
the above 4 dont work yet the rest do
Andrew Green
10-25-2007, 06:32 PM
can you send me a link?
ry215
10-25-2007, 06:52 PM
gotcha, I'll fix it next round. If you want it fixed now in the file letemride_deal.php on line 330:
if($cash > 0)
$cash = ($cash * $bet);
to
if($cash > 0)
$cash = ($cash * $bet) + $bet;
Thanks Andrew, works like it should be now! :D
ArchangelX
10-25-2007, 06:53 PM
So you do get a ready button but can't click it?
Yepz...no Ready button...just the red waiting button. Plus, it's like sometimes, it doesn't even give us an option...after it shows the cards for the winners and losers, it just automatically skips everyone.
Also, I noticed that there's now an uncached template that's added an extra query. I assume once you make it a non-beta, that'll be gone, but I just wanted to mention it.
It was fine before the upgrade to .50...after that, that's when the skipping problem started.
lasto
10-25-2007, 06:59 PM
thanks for your help in fixing my problem Andrew Green - all working as it should now :)
Andrew Green
10-25-2007, 07:02 PM
Yepz...no Ready button...just the red waiting button. Plus, it's like sometimes, it doesn't even give us an option...after it shows the cards for the winners and losers, it just automatically skips everyone.
Also, I noticed that there's now an uncached template that's added an extra query. I assume once you make it a non-beta, that'll be gone, but I just wanted to mention it.
It was fine before the upgrade to .50...after that, that's when the skipping problem started.
I'll see what I can do, the updates should have stabalized the chatbox a bit, but I probably overlooked something for the folded players.
ry215
10-25-2007, 07:27 PM
Ha ha this is to good, I have a car forum so I just changed the ninja slots to car brand slots, see attached file, then just changed the names in the casino_slots_main template to the car brands.
Will be good once the final product is released as people can make the slots wheel to suit their forum theme etc.
I've been craving for this option since the first version of casino. I also like to have wheels that suit my forum. Please let me and the rest know of your progress. Thanks.
ry215
10-25-2007, 07:35 PM
Andrew, will there be a Chinese Poker next? :D It's a simple 2 to 4 people game :D
Andrew Green
10-25-2007, 07:40 PM
I've been craving for this option since the first version of casino. I also like to have wheels that suit my forum. Please let me and the rest know of your progress. Thanks.
You can just edit the image files & payout chart, just keep in mind that the payouts would still match up with the locations on the wheel.
ry215
10-25-2007, 07:42 PM
I thought about that, too, but was afraid of messing up my forum, :erm: Thanks for the confirmation.
edytwinky
10-25-2007, 07:42 PM
Is there a way to Just at the Texas Hold Em part?
Andrew Green
10-25-2007, 07:45 PM
All of the games can be turned on / off individually in the admincp.
ry215
10-25-2007, 08:09 PM
Here is another very easy game to play and quite popular in my community:
It's call "3 Cards Vpoker", up to 10 players can play. From 52 cards deck, each of the players is deal 3cards, after they put in a fixed-option bet to a total pool (10 players x $10bet = $100 pool).
If the player's 3 cards add up to the highest points, he/she will win the pool. Highest point being 3 faces, and 0 point being the lowest....
For ex: J K Q = 3 faces (highest point)
9 J K = 9 points (second high)
8 A K = 9 points
6 A A = 6 points
5 2 10 = 7 points
7 2 2 = 1 point
10 K J = 0 point
If there are more than 1 highest point players, they split the pool.
The cards are faced down, the players can view their cards and points adding up when they open each of the cards.
It would be nice to have this game, Andrew! :-).
Rushty
10-25-2007, 08:14 PM
any chance in the next version you can escape out `range` in the lottery sql, got .5 installed on my forums by correcting this for mysql5.1 but would be nice if I dont have to go re-do it on installing the next version.
prity please
Andrew Green
10-25-2007, 08:17 PM
it will :)
towermatt
10-25-2007, 09:33 PM
I'm hoping to get the ability to delete sports events too.
My tests are piling up. :D
NeilK
10-25-2007, 11:23 PM
Stupid question of the day... How do I change the text color in the sportsbook? Things like Recent Events, Add Events, etc are invisible as they match the background color in my skin.
Thanks,
-noob
csavern
10-25-2007, 11:40 PM
Replace ninja slots With 7'S Slots
You will Need to Download slotwheel2 Add to casino/cards Folder and overwrite Then Make A Template Change
In a few secs i will show pictures of the new Reel but to make this correct you will need to Go to your Admincp - Styles and Templates - Edit templates - Casino Templates then edit your casino_slots_main Template
Find <if condition="$slotsgame==2">
<table class='tborder' >
<thead>
<tr>
<td class='thead' colspan='2'>Payout chart</td>
</tr>
</thead>
<tbody>
<tr>
<td class='alt1'>3 x Black Ninjas</td>
<td class='alt1'>1000</td>
</tr>
<tr>
<td class='alt2'>3 x Blue Ninjas</td>
<td class='alt2'>200</td>
</tr>
<tr>
<td class='alt1'>3 x Green Ninjas</td>
<td class='alt1'>50</td>
</tr>
<tr>
<td class='alt2'>3 x Red Ninjas</td>
<td class='alt2'>20</td>
</tr>
<tr>
<td class='alt1'>3 x Stars</td>
<td class='alt1'>10</td>
</tr>
<tr>
<td class='alt2'>3 x Ninjas</td>
<td class='alt2'>3</td>
</tr>
<tr>
<td class='alt1'>2 x Stars</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>1 x Star</td>
<td class='alt2'>1</td>
</tr>
<tr>
<td class='alt1'>3 x Blanks</td>
<td class='alt1'>1</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
Replace with <if condition="$slotsgame==2">
<table class='tborder' >
<thead>
<tr>
<td class='thead' colspan='2'>Payout chart</td>
</tr>
</thead>
<tbody>
<tr>
<td class='alt1'>3 x Gold 7</td>
<td class='alt1'>1000</td>
</tr>
<tr>
<td class='alt2'>3 x Blue 7</td>
<td class='alt2'>200</td>
</tr>
<tr>
<td class='alt1'>3 x Grey 7</td>
<td class='alt1'>50</td>
</tr>
<tr>
<td class='alt2'>3 x Red 7</td>
<td class='alt2'>20</td>
</tr>
<tr>
<td class='alt1'>3 x Cherrys</td>
<td class='alt1'>10</td>
</tr>
<tr>
<td class='alt2'>3 x Any 7's</td>
<td class='alt2'>3</td>
</tr>
<tr>
<td class='alt1'>2 x Cherrys</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>1 x Cherrys</td>
<td class='alt2'>1</td>
</tr>
<tr>
<td class='alt1'>3 x SingleBar</td>
<td class='alt1'>1</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
Also Added a New Set of Poker Chips
https://vborg.vbsupport.ru/
Can be downloaded here
https://vborg.vbsupport.ru/showpost.php?p=1366680&postcount=962
If anyone would like to see the slot in action visit http://www.rotormadness.com
SLY LS1
10-26-2007, 01:33 AM
Not sure if anyone else has meantioned this but everytime thers an apostrophy in a name I get
Let 'em Ride
instead of
Let 'em Ride
Maybe we could do away with the '
Edit
I see the template is called "Let it ride"
I just changed it to that in the casino_letitride_main template
csavern
10-26-2007, 01:43 AM
I dont have no problems with mine
I went in to my admincp and casino and changed it from Let 'em Ride
to let'em ride and it works fine
Andrew Green
10-26-2007, 01:45 AM
Realization that "Let it Ride" is trademarked is why it's let 'em ride ;)
Anyways, it's a result of IE not recognizing that as a entity, so I'm just switching them all to the number ( ') which will fix that.
jasculs
10-26-2007, 01:49 AM
Suggestion:
This may have been talked about already, but how about a raffle system where winners can buy tickets and then a winner is announces. I would love to use this for my prize contests!
SLY LS1
10-26-2007, 01:57 AM
Suggestion:
This may have been talked about already, but how about a raffle system where winners can buy tickets and then a winner is announces. I would love to use this for my prize contests!
Thats basicly what the lotto system is...
You could do it with that easy
Andrew Green
10-26-2007, 02:03 AM
It has been, somewhere in there.
I do want a raffle system, it's probably the only "game" left on the definitely getting in list.
Admin sets ticket price, number of tickets a person can buy, and a prize that is open. Could just be a winner takes all, or anything else. (supporting membership, fixed amount, whatever )
jasculs
10-26-2007, 02:34 AM
Thats basicly what the lotto system is...
You could do it with that easy
Not really the lottery system doesn't guarantee that there will be a winner. A raffle system can guarantee that there is a winner.
I do want a raffle system, it's probably the only "game" left on the definitely getting in list.
Admin sets ticket price, number of tickets a person can buy, and a prize that is open. Could just be a winner takes all, or anything else. (supporting membership, fixed amount, whatever )
Awesome...This is something I could really use.
Hornstar
10-26-2007, 02:55 AM
Users say they keep lagging out in texas poker, is this due to my server or due to there connection, or maybe something else?
Andrew Green
10-26-2007, 03:06 AM
Users say they keep lagging out in texas poker, is this due to my server or due to there connection, or maybe something else?
When are they lagging out? Between hands or during play? Is it skipping them, or are they getting dropped from the room?
blind-eddie
10-26-2007, 03:16 AM
Both on my site. Also page loads, but with errors on page
lairnoc
10-26-2007, 05:27 AM
me too some of them get white screens...
Tulsa
10-26-2007, 06:09 AM
Csevern - That is a very nice 7's slot wheel you made. :up:
Andrew - Is this going to get phrased so we can easily change the ninja reference to 7's to match csevern's work here, or is it now and I missed it? :)
xxxsaint
10-26-2007, 09:44 AM
Any word on a 5 card Draw game ?
Cigarcritic
10-26-2007, 02:20 PM
Ha ha this is to good, I have a car forum so I just changed the ninja slots to car brand slots, see attached file, then just changed the names in the casino_slots_main template to the car brands.
Will be good once the final product is released as people can make the slots wheel to suit their forum theme etc.
How did you change the payout table?
csavern
10-26-2007, 03:45 PM
Csevern - That is a very nice 7's slot wheel you made. :up:
Thanks Fixing to make a few more
Skyline_GT
10-26-2007, 06:24 PM
Is it is possible to have a unlimited holdem?
Also, I think there is a bug? After I click fold, I won't be able to join the game.. It doesn't have the ready button anymore
Andrew Green
10-26-2007, 06:53 PM
Is it is possible to have a unlimited holdem?
Not at this time, no limit wouldn't work very well for drop in / out games IMO. That would be for tournaments
Also, I think there is a bug? After I click fold, I won't be able to join the game.. It doesn't have the ready button anymore
There is a bug, if has been fixed in the development version, just haven't released a updated version that has it fixed in it yet.
Lee G
10-26-2007, 08:01 PM
Ooooops
I tried installing an earlier version, the Texas hold em never worked and tried un installing it, got an error or two at the time. It would not un install so I had to just disable it.
I have tried installing the latest version and when its set to active in the plug in manager, this is the error I get
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT count(userid) AS np FROM casino_texasholdem_whoisin WHERE lastcheck > 1193432162;
MySQL Error : Table 'thespain_vbulletinsql.casino_texasholdem_whoisin' doesn't exist
Error Number : 1146
Date : Friday, October 26th 2007 @ 02:56:32 PM
Script : http://www.thespainforum.com/
Referrer : http://www.thespainforum.com/online.php?order=asc&sort=username&pp=20&page=1
IP Address : 88.148.9.210
Username : Lee G
Classname : vb_database
Any ideas on what I have done wrong or do I just fall into the class of brains, dynamite and not enough
If you try turning Texas holdem off the problem still exists
Thanks for any help
Lee G
Andrew Green
10-26-2007, 08:28 PM
Any ideas on what I have done wrong or do I just fall into the class of brains, dynamite and not enough
If you try turning Texas holdem off the problem still exists
Thanks for any help
Lee G
If you have access to phpmyadmin try running the following:
CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);
CREATE TABLE casino_texasholdem_chatlog (chatlogid integer NOT NULL PRIMARY KEY auto_increment, msg text, msgtime integer);
CREATE TABLE casino_texasholdem_dealt (dealtid integer NOT NULL PRIMARY KEY auto_increment, playerid integer, card integer);
If that doesn't work let me know.
johnrizz
10-26-2007, 11:41 PM
X2 Lee same problem here.. but for me it only got worst, I manage to delete casino, figure it was the right thing to do and start over. When reinstalling the product-casino.xml I receive this error....... not sure what to do!
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE user ADD casino_cash integer default 250;
MySQL Error : Duplicate column name 'casino_cash'
Error Number : 1060
Date : Friday, October 26th 2007 @ 07:28:18 PM
Script : http://jeeprubiconforum.com/admincp/plugin.php?do=productimport
Referrer : http://jeeprubiconforum.com/admincp/plugin.php?do=productadd
IP Address : #.#.#.#
Username : stone0075
Classname : vb_database
Andrew Green
10-26-2007, 11:45 PM
X2 Lee same problem here.. but for me it only got worst, I manage to delete casino, figure it was the right thing to do and start over. When reinstalling the product-casino.xml I receive this error....... not sure what to do!
Do you have any casino_* tables left in your database, or did you delete them?
Does it show you as having any version of the casino installed right now?
TaBaTaN
10-27-2007, 12:20 AM
Same here i try to uninstall and i get that error
Andrew Green
10-27-2007, 12:25 AM
Same here i try to uninstall and i get that error
.51, which is now up, fixes the uninstall error.
TaBaTaN
10-27-2007, 12:44 AM
tried .51 now i het this error
Database error in vBulletin 3.6.8:
Invalid SQL:
DROP TABLE casino_texasholdem_chatlog;
MySQL Error : Unknown table 'casino_texasholdem_chatlog'
Error Number : 1051
Date : Friday, October 26th 2007 @ 10:39:41 PM
Script : http://www.netplay.com.ar/forum/admincp/plugin.php?do=productkill
Referrer : http://www.netplay.com.ar/forum/admincp/plugin.php?do=productdelete&productid=casino&s=
Username : TaBaTaN
Classname : vB_Database
Andrew Green
10-27-2007, 12:49 AM
this is because you tried uninstalling with a previous version that did have the bug, which uninstalled some, but not all. Now you are trying to uninstall stuff that is already gone.
You can go to edit on the product, remove everything from the uninstall code, then delete all your tables manually, as well as the "casino_cash" field in the user table, then uninstall the product. After that you can reinstall from scratch with no problems.
If you do not know how to do that, let me know what version you tried to uninstall the first time you got the error and I will tell you how to fix things.
johnrizz
10-27-2007, 01:24 AM
Do you have any casino_* tables left in your database, or did you delete them?
Does it show you as having any version of the casino installed right now?
No, I deleted everything... it shows no version of the casino installed....
Andrew Green
10-27-2007, 01:41 AM
Delet the "casino_cash" field from your user table and you will be able to install again, that's the only leftover piece.
jasculs
10-27-2007, 02:09 AM
Hey Andrew..Just want to say that I appreciate your hard work on this project...Also as soon as the raffle portion comes out I will be donating.
Thanks again,
Jason
Kmaster
10-27-2007, 02:33 AM
in the admincp, while change the game name to other language. can't see it.
plz referred enclosed attached file for identification.
TaBaTaN
10-27-2007, 03:37 AM
i tried to uninstall .50 and then 0.51
Freesteyelz
10-27-2007, 06:48 AM
In Texas Hold 'Em for version 0.51 for 5 games straight I had the same cards of 3 and 4 of diamonds. I was in the 9th spot. :D Anyone else getting that?
Edited: I'm not sure if this was asked yet (too lazy to check) but in Texas Hold 'Em will there be an option to set it so the bet is unlimited (player set) rather than fixed? :)
Hornstar
10-27-2007, 06:50 AM
When are they lagging out? Between hands or during play? Is it skipping them, or are they getting dropped from the room? between hands is what I can gather so far, but I will look into it more.
Lee G
10-27-2007, 07:12 AM
If you have access to phpmyadmin try running the following:
CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);
CREATE TABLE casino_texasholdem_chatlog (chatlogid integer NOT NULL PRIMARY KEY auto_increment, msg text, msgtime integer);
CREATE TABLE casino_texasholdem_dealt (dealtid integer NOT NULL PRIMARY KEY auto_increment, playerid integer, card integer);
If that doesn't work let me know.
Treat me like a two year old, they tend to have slightly more intelegence at times.
Just checked in the admin area of my web space and phpmyadmin is there.
Is there an idiots guide to doing the above?
Found it, run the above and no crashes.
Thanks Lee G
evesve
10-27-2007, 07:59 AM
Now I got a stupid idea....
We have grafic pic for the slots.
I mean, I could have a slotmachine named "my username"-Slot
The top winning is 3x"my avatar"?
In Payout chart: 3 "my username" = 1000
Lee G
10-27-2007, 08:28 AM
All the games work except the Texas hold em
It shows the ready and waiting with the dealer, but nothing happens
The ready and waiting keep changing between the dealer and the player
If that makes sense
The casino is located on my second skin at present.
http://www.thespainforum.com/casino.php?do=texasholdem
This is the same problem encountered as the first time I tried installing the game.
For some reason the Hold em don't like playing
Thanks for any help and I am sorry for being a pain in the posterior
evesve
10-27-2007, 08:57 AM
I got this in Texas Holdem:
evesve joins the game
my_wife deals
evesve bets 2
my_wife bets 4
my_wife checks
my_wife checks
evesve calls
The Flop
my_wife checks
evesve raise
evesve raise
Than the game finished.
Twilkey
10-27-2007, 09:28 AM
Why does it say the site is unavailable when I click to download .51.
evesve
10-27-2007, 09:37 AM
Why does it say the site is unavailable when I click to download .51.
Not for me...
Rushty
10-27-2007, 09:39 AM
You missed escaping out `range` in the file casino_lotto_setup as this one still fails on MySQL5.1, not tried an install as I allready fixed that for myself but had a quick look at the xml file and think you have put 'range' and I think it should be `range` or I think it will fail
peterpigman
10-27-2007, 10:01 AM
Replace ninja slots With 7'S Slots
You will Need to Download slotwheel2 Add to casino/cards Folder and overwrite Then Make A Template Change
In a few secs i will show pictures of the new Reel but to make this correct you will need to Go to your Admincp - Styles and Templates - Edit templates - Casino Templates then edit your casino_slots_main Template
Find <if condition="$slotsgame==2">
<table class='tborder' >
<thead>
<tr>
<td class='thead' colspan='2'>Payout chart</td>
</tr>
</thead>
<tbody>
<tr>
<td class='alt1'>3 x Black Ninjas</td>
<td class='alt1'>1000</td>
</tr>
<tr>
<td class='alt2'>3 x Blue Ninjas</td>
<td class='alt2'>200</td>
</tr>
<tr>
<td class='alt1'>3 x Green Ninjas</td>
<td class='alt1'>50</td>
</tr>
<tr>
<td class='alt2'>3 x Red Ninjas</td>
<td class='alt2'>20</td>
</tr>
<tr>
<td class='alt1'>3 x Stars</td>
<td class='alt1'>10</td>
</tr>
<tr>
<td class='alt2'>3 x Ninjas</td>
<td class='alt2'>3</td>
</tr>
<tr>
<td class='alt1'>2 x Stars</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>1 x Star</td>
<td class='alt2'>1</td>
</tr>
<tr>
<td class='alt1'>3 x Blanks</td>
<td class='alt1'>1</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
Replace with <if condition="$slotsgame==2">
<table class='tborder' >
<thead>
<tr>
<td class='thead' colspan='2'>Payout chart</td>
</tr>
</thead>
<tbody>
<tr>
<td class='alt1'>3 x Gold 7</td>
<td class='alt1'>1000</td>
</tr>
<tr>
<td class='alt2'>3 x Blue 7</td>
<td class='alt2'>200</td>
</tr>
<tr>
<td class='alt1'>3 x Grey 7</td>
<td class='alt1'>50</td>
</tr>
<tr>
<td class='alt2'>3 x Red 7</td>
<td class='alt2'>20</td>
</tr>
<tr>
<td class='alt1'>3 x Cherrys</td>
<td class='alt1'>10</td>
</tr>
<tr>
<td class='alt2'>3 x Any 7's</td>
<td class='alt2'>3</td>
</tr>
<tr>
<td class='alt1'>2 x Cherrys</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>1 x Cherrys</td>
<td class='alt2'>1</td>
</tr>
<tr>
<td class='alt1'>3 x SingleBar</td>
<td class='alt1'>1</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
http://rotormadness.com/Forum/casino/cards/hot7demo.png
http://rotormadness.com/Forum/casino/cards/slotwheel2.png
Also Added a New Set of Poker Chips
https://vborg.vbsupport.ru/
Can be downloaded here
https://vborg.vbsupport.ru/showpost.php?p=1366680&postcount=962
If anyone would like to see the slot in action visit http://www.rotormadness.com
How do you change the listing at the menu, mine still shows ninja slots and it errors if you try to change it in casino settings
sinisterpain
10-27-2007, 11:38 AM
Getting unknow format on the zip file when extracting
Edit: Sorted the problem
bazzup
10-27-2007, 11:42 AM
Getting unknow format on the zip file when extracting
was ok for me
thanks for the update
lairnoc
10-27-2007, 11:48 AM
this is a great mod... I am loving it, and the support is also very good!!!
Strik3
10-27-2007, 12:28 PM
How can i use it with vB Credits?
Mark.B
10-27-2007, 12:43 PM
How can i use it with vB Credits?
Set the cash type to credits in the Casino settings in the admin cp.
csavern
10-27-2007, 01:39 PM
How do you change the listing at the menu, mine still shows ninja slots and it errors if you try to change it in casino settings
Changing the name in admincp - casino - casino settings should not error.
Could you post the error
ezurick
10-27-2007, 01:40 PM
How can i use it with vB Credits?
The instructions are in the zip for Vbcredits... among others...
johnrizz
10-27-2007, 01:48 PM
Delet the "casino_cash" field from your user table and you will be able to install again, that's the only leftover piece.
Thanks Andrew, that fixed the problem... thanks for your hardwork creating this game for vB!! it rocks!!
Andrew Green
10-27-2007, 01:49 PM
In Texas Hold 'Em for version 0.51 for 5 games straight I had the same cards of 3 and 4 of diamonds. I was in the 9th spot. :D Anyone else getting that?
Edited: I'm not sure if this was asked yet (too lazy to check) but in Texas Hold 'Em will there be an option to set it so the bet is unlimited (player set) rather than fixed? :)
Attached file fixes.
Some left over testing code, replace existing file with this one.
(This goes for everyone that updated before this post, otherwise two of the seats will get nothing but a 3 & 4. )
Main .zip has been updated.
ps - Not ignoring everyone else, just won't be home for the day, anything else will get answered tomorrow.
Robbed
10-27-2007, 01:51 PM
Is anyone having this issue with firefox where the payout amount overlaps the word payout.
It's only happened since the last few updates.
https://vborg.vbsupport.ru/
edit: looks like it's doing it on IE now, could be something with the gradient?
Twilkey
10-27-2007, 02:02 PM
Is anyone having this issue with firefox where the payout amount overlaps the word payout.
It's only happened since the last few updates.
http://koti.mbnet.fi/~mizu/temp/slotsbug.jpg
edit: looks like it's doing it on IE now, could be something with the gradient?
I have the latest update and mine works. Did you do any template editing or anything. If so, what did you do.
peterpigman
10-27-2007, 02:17 PM
Changing the name in admincp - casino - casino settings should not error.
Could you post 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 : Saturday, October 27th 2007 @ 11:15:58 AM
Script : http://forum.uncoverreality.com/admincp/casino_settings.php?gamename1=Video+Poker&gamedesc1=Jacks+or+better+to+win.&gameactive1=1&gamename2=Blackjack&gamedesc2=Classic+Casino+Game.&gameactive2=1&gamename3=Sports+Betting+Pool&gamedesc3=Place+bets+on+upcoming+events.&gameactive3=1&gamename4=Lottery&gamedesc4=Buy+into+the+lottery&gameactive4=1&gamename5=Slots&gamedesc5=3+wheel+slot+machine&gameactive5=1&gamename6=Texas+Hold+&gamedesc6=Limit+game+of+Poker%2C+up+to+10+players&gameactive6=1&gamename7=Let+%27em+Ride&gamedesc7=5+Card+stud+variation&gameactive7=1&gamename8=Lucky+Slots&gamedesc8=3+wheel+ninja+slot+machine&gameactive8=1&submit=Update+Games
Referrer : http://forum.uncoverreality.com/admincp/casino_settings.php
IP Address : xxxxxxxxxx
Username : Peterpigman
Classname : vB_Database
Twilkey
10-27-2007, 02:25 PM
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 : Saturday, October 27th 2007 @ 11:15:58 AM
Script : http://forum.uncoverreality.com/admincp/casino_settings.php?gamename1=Video+Poker&gamedesc1=Jacks+or+better+to+win.&gameactive1=1&gamename2=Blackjack&gamedesc2=Classic+Casino+Game.&gameactive2=1&gamename3=Sports+Betting+Pool&gamedesc3=Place+bets+on+upcoming+events.&gameactive3=1&gamename4=Lottery&gamedesc4=Buy+into+the+lottery&gameactive4=1&gamename5=Slots&gamedesc5=3+wheel+slot+machine&gameactive5=1&gamename6=Texas+Hold+&gamedesc6=Limit+game+of+Poker%2C+up+to+10+players&gameactive6=1&gamename7=Let+%27em+Ride&gamedesc7=5+Card+stud+variation&gameactive7=1&gamename8=Lucky+Slots&gamedesc8=3+wheel+ninja+slot+machine&gameactive8=1&submit=Update+Games
Referrer : http://forum.uncoverreality.com/admincp/casino_settings.php
IP Address : xxxxxxxxxx
Username : Peterpigman
Classname : vB_Database
What version of the casino are you using.
peterpigman
10-27-2007, 02:30 PM
What version of the casino are you using.
0.51
Twilkey
10-27-2007, 02:42 PM
0.51
The problem is that the values above default to a too low value. To fix
this, edit your server connection and in the "MySQL Options" tab, set a
reasonable value for "Automatically limit SELECT queries to" and set the
value for "Maximum Join Size" to 1000000. That should fix these problems.
peterpigman
10-27-2007, 02:46 PM
The problem is that the values above default to a too low value. To fix
this, edit your server connection and in the "MySQL Options" tab, set a
reasonable value for "Automatically limit SELECT queries to" and set the
value for "Maximum Join Size" to 1000000. That should fix these problems.
Um if that is a server setting I don't have access we are on a shared server.
Twilkey
10-27-2007, 02:56 PM
You will need to get in contact with your host admin then and ask them to do this for you.
Lee G
10-27-2007, 04:02 PM
All the games work except the Texas hold em
It shows the ready and waiting with the dealer, but nothing happens
The ready and waiting keep changing between the dealer and the player
If that makes sense
The casino is located on my second skin at present.
http://www.thespainforum.com/casino.php?do=texasholdem
This is the same problem encountered as the first time I tried installing the game.
For some reason the Hold em don't like playing
Thanks for any help and I am sorry for being a pain in the posterior
Follow on to this, I found you need at least two people in the Texas Hold Em to play, is this right or can you set it to run single player whilst you wait for others to join in?
Thanks Lee
bazzup
10-27-2007, 04:14 PM
Follow on to this, I found you need at least two people in the Texas Hold Em to play, is this right or can you set it to run single player whilst you wait for others to join in?
Thanks Lee
Yeah you need at least two players, and one of the players is the dealer
TaBaTaN
10-27-2007, 04:46 PM
Please help me, y cant uninstall it
i use 0.50 and installed over 0.51, with either of this uninstall works.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.