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)

cuphongle 10-03-2007 11:19 PM

sweet, thanks!

Andrew Green 10-04-2007 02:03 AM

Quote:

Originally Posted by sandt38 (Post 1352437)
For the video poker i get the following errors:


Line 151-71 in the casino/vidpok_redeal.php file reads:



line 186-8 reads:


There is a little error in there

This:

Code:

while($row=mysql_fetch_array($result)) {
should be this:

Code:

while($row=$db->fetch_array($result)) {
Which might solve that, otherwise I have to do a little more digging into it.

sandt38 10-04-2007 11:00 AM

Yeah Andrew, that worked. I also wound up with an unexpected error in line 152 after resolving the error in line 151 which was easily remedied by removing the first "&" in the line (line 152 I mean). But everything looks good right now.

It was:
Quote:

while($row=$db->fetch_array($result)) {
 $f[$i] = $row['card'] % 13;
But the repaired code is:
Quote:

while($row=$db->fetch_array($result)) {
nbsp;$f[$i] = $row['card'] % 13;
Works great too, in my first hand I got a full house, Jacks over 7s.

sandt38 10-04-2007 11:06 AM

Also, it would be great if we could add some larger chip denominations. maybe 50s, 100s, 500s, and 1000s. I do have a lot of bettors on my board, and they rake in the cash on my bookie.

They are dying for a multiplayer poker too... in house tourneys would be awesome. I know it is in the works, I just wanted you to know how much I, and my board, are anticipating it.

Andrew Green 10-04-2007 12:57 PM

Higher chip amounts is on the to do list for this weekend.

Vi3t4Lov3 10-04-2007 02:54 PM

how can I increase the bet money 1,5,10 too small
can you change to 10,50,100 or 100,500,1000 please thank you

Andrew Green 10-04-2007 02:55 PM

Quote:

Originally Posted by Vi3t4Lov3 (Post 1352842)
how can I increase the bet money 1,5,10 too small
can you change to 10,50,100 or 100,500,1000 please thank you

Quote:

Originally Posted by Andrew Green (Post 1352788)
Higher chip amounts is on the to do list for this weekend.


wait for it ;)

dyna88 10-04-2007 03:33 PM

Blackjack allows you double down after you have already received a card and you can also hit even if you have 21.....

Andrew Green 10-04-2007 03:43 PM

double down rules vary, I choose to allow it at any time. Any number of cards, any total, and after splits. Splitting can be done more then once as well.

Mark.B 10-04-2007 03:58 PM

In IE the Javascript that displays your tickets from a previous draw doesn't work...it's got a yellow exclamation mark in the browser and clicking the link on the date of the draw does nothing. Seems to work in FF though.


All times are GMT. The time now is 12:48 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.03626 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (5)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
  • (10)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