vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Casino (w/ 10 player poker) (https://vborg.vbsupport.ru/showthread.php?t=159151)

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

Quote:

Originally Posted by SLY LS1 (Post 1368390)
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

Quote:

Originally Posted by Tulsa (Post 1368913)
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

Quote:

Originally Posted by Skyline_GT (Post 1369260)
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

Quote:

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

PHP Code:

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

Quote:

Originally Posted by Lee G (Post 1369315)
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:

Code:

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!
PHP Code:

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         
FridayOctober 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

Quote:

Originally Posted by stone0075 (Post 1369439)
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

Quote:

Originally Posted by TaBaTaN (Post 1369457)
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/admi...do=productkill
Referrer : http://www.netplay.com.ar/forum/admi...ctid=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

Quote:

Originally Posted by Andrew Green (Post 1369441)
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

Quote:

Originally Posted by Andrew Green (Post 1368846)
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

Quote:

Originally Posted by Andrew Green (Post 1369329)
If you have access to phpmyadmin try running the following:

Code:

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:

Quote:

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

Quote:

Originally Posted by Twilkey SRT (Post 1369608)
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

Quote:

Originally Posted by csavern (Post 1368745)
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
Code:

<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
Code:

<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...slotwheel2.png

Also Added a New Set of Poker Chips

https://vborg.vbsupport.ru/

Can be downloaded here

https://vborg.vbsupport.ru/showpost....&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

Quote:

Originally Posted by sinisterpain (Post 1369651)
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

Quote:

Originally Posted by Strik3 (Post 1369679)
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

Quote:

Originally Posted by peterpigman (Post 1369619)
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

Quote:

Originally Posted by Strik3 (Post 1369679)
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

Quote:

Originally Posted by Andrew Green (Post 1369492)
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

Quote:

Originally Posted by Freesteyelz (Post 1369560)
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?


All times are GMT. The time now is 11:01 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05363 seconds
  • Memory Usage 1,900KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete