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)

RollaJedi 12-11-2007 04:23 PM

no, i just have vbulletin and do all my changing of stuff through the admin area. I have only been doing this for a few months now so I'm pretty new to a lot of stuff.

I had installed your casino mod a while back and have installed all the updates so far just fine. However this one was different. Say when I went to roulette and tried clicking on a chip to use, it wouldnt 'light up'. Also, the strips that spin were above the actual slot machine as well. I guess I should have handled it differently, but I tried to reinstall the version before this one and it gave me one of those error messages, this time about the texas hold-em chat area. I tried uninstalling and reinstalling the new version and now here is where I am with the casino_cash error. I'd really like to get back to square one, but I'm not sure what to do.
Thank you

Andrew Green 12-11-2007 05:34 PM

Quote:

Originally Posted by RollaJedi (Post 1399284)
no, i just have vbulletin and do all my changing of stuff through the admin area. I have only been doing this for a few months now so I'm pretty new to a lot of stuff.

I had installed your casino mod a while back and have installed all the updates so far just fine. However this one was different. Say when I went to roulette and tried clicking on a chip to use, it wouldnt 'light up'. Also, the strips that spin were above the actual slot machine as well. I guess I should have handled it differently, but I tried to reinstall the version before this one and it gave me one of those error messages, this time about the texas hold-em chat area. I tried uninstalling and reinstalling the new version and now here is where I am with the casino_cash error. I'd really like to get back to square one, but I'm not sure what to do.
Thank you

I'll get back to you with a script to upload later today.

RollaJedi 12-11-2007 05:39 PM

ok, thank you. sorry to be a problem. :P

punchbowl 12-11-2007 06:30 PM

Donate:
when clicked on the main casino page http://www.xxxxxxx.com/forum/casino.php?do=donate no longer goes to the donate page. It just refreshes the main page.

Stats:
Still getting
"Notice: Undefined variable: db in /var/www/vhosts/xxxxxx.com/httpdocs/forum/casino/stats.php on line 2" if i click 'more stats' and then 'your stats' . Rest of the page loads normally.

Everything else seems great. Only updated last night.

Mark.B 12-11-2007 07:17 PM

Quote:

Originally Posted by punchbowl (Post 1399358)
Donate:
when clicked on the main casino page http://www.xxxxxxx.com/forum/casino.php?do=donate no longer goes to the donate page. It just refreshes the main page.

Quick fix for that:

In casino.php find:
Code:

if($do == 'stats')
        {
                require_once('casino/stats.php');
                exit();
        }

Add below:
Code:

else if($_GET['do']=='donate')
                {
                        require_once('casino/donate.php');
                        exit();
        }

That'll patch it to make the donate link work until Andrew does a cleaner fix.

mastertek2000 12-11-2007 07:38 PM

works great on my site thanks great mod

RollaJedi 12-11-2007 07:59 PM

Quote:

Originally Posted by Andrew Green (Post 1399329)
I'll get back to you with a script to upload later today.

leaving from work today and had a few minutes. just seeing if you might have that script for me yet. Thanks!

Andrew Green 12-11-2007 08:00 PM

Quote:

Originally Posted by RollaJedi (Post 1399431)
leaving from work today and had a few minutes. just seeing if you might have that script for me yet. Thanks!


Not till I get home from work ;)

RollaJedi 12-11-2007 08:06 PM

ok, thats cool. :)
My folks in my forum love your mod and I do to. Just will be happy to have it back. :D

ChU v2 12-11-2007 08:43 PM

Quote:

Originally Posted by Andrew Green (Post 1397184)
At some point maybe.

I think no limit would be a huge step in the right direction, a lot of the interest is in No Limit poker.

Quote:

Probably not, don't really see the benefit myself.
Benefit of showing previous hands would be just that, I can't always remember and I people are always asking "what did I just have" or "what did I fold again" after they see the flop or what not.

Quote:

Not sure what you mean
Let's say a player folds, the other player could then have an option to show his cards to the players that folded.

Quote:

thought about that, but with a 10 player game, chat box and common cards, there isn't really any space to put them and keep everything on the screen at once without a high resolution monitor
there's always room :D

Quote:

Yep. Otherwise people that don't want dealt in, or have left the room will get dealt in.
What about a checkbox that the user can select to say if they want to be in the next or not. This can be done for the check or fold options as well, so the user can check the box before its there turn to speed up the gameplay

Quote:

Sound effects have been asked for before, might happen in the near future.
Would help

Some more suggestions:

Displaying the winning hand in the chatbox. ex. "ChU wins with a pair of Kings"

With an additon of multiple rooms, tournaments 8 player tables, set cash, winner gets $ added to their total casino cash or admin set prize

I assume you have gone into a free online poker site and seen what they do, if not I suggest it. Most of my suggestions stem from playing online poker on fulltiltpoker.net


All times are GMT. The time now is 09:40 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.04608 seconds
  • Memory Usage 1,755KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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