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)

Andrew Green 10-08-2007 04:32 AM

Quote:

Originally Posted by Robbed (Post 1355186)
Was this fixed in the new version? it;s still doing it for me.

Yes, but I'm new to the product system, so it might just not be updating the times. In scheduled tasks go to "Update Casino cash" and change hour from a * to whatever time you want it to run, Middle of the night is best.

Quote:

Also on the stats page if you can have per game stats like top a blackjack etc
Yes, I'll probably expand on the stats page at some point.

rwilkins108 10-08-2007 02:17 PM

Still lovin' this casino!

In the card games, is there anyway to not refresh the screen each time you perform an action?

Also, can the user's total always be displayed instead of when just betting.

1 more, how about :
You Win or Dealer Wins in Blackjack
Instead of Pair +25, something like Pair, you win 25 for Poker

Keep up the great work!
:D

Andrew Green 10-08-2007 02:35 PM

Quote:

Originally Posted by rwilkins108 (Post 1355497)
Still lovin' this casino!

In the card games, is there anyway to not refresh the screen each time you perform an action?

The screen doesn't refresh, just the play area, card games and slot machine use AJAX and do the minimal refreshing they can get away with. So when you perform a action it clears the area and sends the request to the server for an update on what cards and buttons to display, but everything outside of that is not refreshed.

Quote:

Also, can the user's total always be displayed instead of when just betting.

1 more, how about :
You Win or Dealer Wins in Blackjack
Instead of Pair +25, something like Pair, you win 25 for Poker

Keep up the great work!
:D
When I get to phrasing I'll be looking at all my wordings and things :)

Andrew Green 10-08-2007 06:47 PM

v .21
Slots should work in Internet Explorer now
Template should cache properly
Inactive games aren't included in stats

evesve 10-08-2007 08:01 PM

Better and better!

Quote:

- Added stats page, main casino page stats rotate through the 5 on this page now.
Can You make a choise in CP for the rotate?
I prefer to have "Richest Players" there always...

Andrew Green 10-08-2007 08:05 PM

I can, but for now change this:

Code:

        if($ismainpage)
                $page = (rand() % 5) + 1;

too this:

Code:

        if($ismainpage)
                $page =5;

in the stats.php file on line 10 & 11.

And it will only show the richest players box.

Jason Black 10-08-2007 08:40 PM

so the casino files is on it's own in the main forum root directory? or they go in a seperate floder?

Uhmmm the casino.php, goes in the admin cp right?

Andrew Green 10-08-2007 08:42 PM

casino.php goes in your main forum directory. On your site that would be here:

http://www.rapfeinds.com/casino.php

everything else goes in the folders the archive has them in

Jason Black 10-08-2007 08:53 PM

Ohhhhhhhhhh i see
Thanks Andrew....you are the greatest

kylek 10-08-2007 08:55 PM

Quote:

Originally Posted by Andrew Green (Post 1355707)
I can, but for now change this:

Code:

    if($ismainpage)
        $page = (rand() % 5) + 1;

too this:

Code:

    if($ismainpage)
        $page =5;

in the stats.php file on line 10 & 11.

And it will only show the richest players box.

What would be needed to just display Most Won always instead of richest players?
Thanks!!


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