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)

shaynehammy 12-10-2007 05:11 AM

Why if i disable the games in admin do they still appear visable to all the users?

skcyber 12-10-2007 05:58 AM

It's impossible to transfer cash to another member ... :(
In statistics, when we click on top players - Lottery we have the top players of sports betting

Lee G 12-10-2007 09:31 AM

The latest version looks good and has solved the problem I had with the Texas hold em showing the table full when no one was in there.

But when you turn a game off, ie lottery, it still shows up in the menu for the games

Apart from that, it looks like another well put together update
Keep up the good work

ezurick 12-10-2007 09:48 AM

Quote:

Originally Posted by Lee G (Post 1398449)
The latest version looks good and has solved the problem I had with the Texas hold em showing the table full when no one was in there.

But when you turn a game off, ie lottery, it still shows up in the menu for the games

Apart from that, it looks like another well put together update
Keep up the good work

I just updated to .80 and I am not sure what the permissions do. I have a blank in every game and I tried (as the admin) to play the games, and it let me. Could you explain what that is for.

Also, in Roulette, the chip is not going on the board properly again. When I select a chip, it goes to the 2 to 1 box at the bottom and ya can't move it. We had this issue before and I can't remember what we done to correct it. Anyone else having this issue?

ezurick 12-10-2007 10:04 AM

Quote:

Originally Posted by ezurick (Post 1398451)
I just updated to .80 and I am not sure what the permissions do. I have a blank in every game and I tried (as the admin) to play the games, and it let me. Could you explain what that is for.

Also, in Roulette, the chip is not going on the board properly again. When I select a chip, it goes to the 2 to 1 box at the bottom and ya can't move it. We had this issue before and I can't remember what we done to correct it. Anyone else having this issue?

Oh heck! Nevermind. I forgot to revert. Roulette is working now. However, since I reverted, I am getting blanks on the game icons. I'll keep looking to see what the problem is, but I did manually change this from an earlier post to show icons before this version.

xxxsaint 12-10-2007 02:01 PM

Quote:

Originally Posted by ezurick (Post 1398460)
Oh heck! Nevermind. I forgot to revert. Roulette is working now. However, since I reverted, I am getting blanks on the game icons. I'll keep looking to see what the problem is, but I did manually change this from an earlier post to show icons before this version.

If you had icons from the earlier post , they're in the wrong directory now. You have to put your game icons in the " cards " folder.

stangger5 12-10-2007 06:08 PM

Quote:

Originally Posted by shaynehammy (Post 1398373)
Why if i disable the games in admin do they still appear visable to all the users?

Try this,,
edit the casino.php file..

Find:
Code:

$result = $db->query_read("SELECT * FROM casino_games ORDER BY gamename");
while ($row = $db->fetch_array($result))

And replace with this

Code:

$result = $db->query_read("SELECT * FROM casino_games  WHERE active = 1 ORDER BY gamename");
while ($row = $db->fetch_array($result))


stangger5 12-10-2007 06:16 PM

Quote:

Originally Posted by skcyber (Post 1398390)
In statistics, when we click on top players - Lottery we have the top players of sports betting

Looks like the Lottery and Sports Betting are backwards in the data base,, casino_games table..

Setting the Sports Betting gameid to 3 and
the Lottery gameid to 4 should fix it..

Andrew Green 12-10-2007 06:24 PM

I should have some time tomorrow, any problems that get posted I'll fix up then.

AWJunkies 12-10-2007 07:37 PM

Nice work but for an added style thing you should center the images for the games instead of left.


All times are GMT. The time now is 02:17 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.03844 seconds
  • Memory Usage 1,746KB
  • 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
  • (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