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 11-03-2007 10:08 PM

Quote:

Originally Posted by Dream (Post 1375171)
Does this comes with it's own points system?


Yes, or you can use a different one by changing the cash field in the admincp.

Dream 11-03-2007 10:12 PM

Thanks :) I think I'm going to install this one.

sinisterpain 11-03-2007 10:25 PM

In texas holdem now I get start click start and nothing happens. getting message of ajax support requiring java to be enable which it is.

edit: IE7 problem thanks Andrew for the fix

SBlueman 11-03-2007 10:29 PM

New version installed! I love the new backgrounds on the card games, very slick.

Andrew Green 11-03-2007 10:31 PM

Quote:

Originally Posted by sinisterpain (Post 1375183)
In texas holdem now I get start click start and nothing happens. getting message of ajax support requiring java to be enable which it is

I signed up, but don't have permissions to play...

Andrew Green 11-03-2007 10:56 PM

Note:

Minor problem in one of the files, broke chat on IE. FIxed version is in the main archive, if you've downloaded already the file you need to replace is up as well.

Dream 11-03-2007 11:05 PM

Installed, this mod is VERY nice and simple, thanks for sharing and for your hard work. Rated it 5 stars, and donated 10 bucks as a token of my appreciation. Thanks :)

I have one user that is having problems on IE7, can't click buttons on blackjack. On my Firefox 2 here everything seems to be working fine.

Also I'm amazed with the slots, can't imagine how you made it.

johnrizz 11-03-2007 11:06 PM

Andrew, Not sure if its just mine but the wheels on Slots - Bars and 7s continue to spin when you place a bet, sometimes they do stop though...

Andrew Green 11-03-2007 11:09 PM

make sure all your files got overwritten and if you've changed any templates revert them.

SVTCobraLTD 11-03-2007 11:11 PM

How can I turn off the Cash that is put in the Member's Profile? I looked in MEMBERINFO but couldnt find it.

SVT

towermatt 11-03-2007 11:12 PM

This is truly terrific Andrew, amazing work.

I love the new graphics and hold um works like a charm after the install.

Expect my donation for this on the 15th, its really good. Also voted Mod of the Month.

dodgeuk19 11-03-2007 11:24 PM

am loving this mod, gone down well on site i run,

any thoughts on a no limit poker ??

inciarco 11-03-2007 11:37 PM

Great Improvements, Andrew Green!! :up:

I Confirm the Bug in Texas Hold'em!! It Don't Start, and Every Player That Access That Game Is Creating a New One, not Joining an Already Created Game!! :( :confused:

I Hope You Can Fix That Little Bug!! ;)

The Images Are Great!! :up:

Until the Fixing I'm Returning to Previous Version 0.52!! :rolleyes:

My Best Regards!! ;)

:)

sinisterpain 11-03-2007 11:37 PM

IE7 problem with blackjack too just tested with firefox works fine but IE 7 buttons do not work

Andrew Green 11-03-2007 11:38 PM

Quote:

Originally Posted by inciarco (Post 1375215)
I Confirm the Bug in Texas Hold'em!! It Don't Start, and Every Player That Access That Game Is Creating a New One, not Joining an Already Created Game!! :( :confused:

Bug fix has been made, just replace the "texasholdem_ajax.php" file that is in the main post.

sinisterpain 11-03-2007 11:39 PM

He just fixed the ie 7 issue with a new ajax file

inciarco 11-03-2007 11:43 PM

I Confirm Bug in Black Jack (Internet Explorer 6)!! Buttons Don't Work!! Allows To Start Game, Place Bet, But Can't Hit, Stay or Double Down!! :( :confused:

I Hope You Can Fix This Bug... In Previous Version Was Working Fine!! ;)

My Best Regards!! ;)

:)

Andrew Green 11-03-2007 11:48 PM

Quote:

Originally Posted by sinisterpain (Post 1375246)
IE7 problem with blackjack too just tested with firefox works fine but IE 7 buttons do not work

Not my day with IE...

import fixed product file, will solve it.

inciarco 11-03-2007 11:53 PM

Quote:

Originally Posted by Andrew Green (Post 1375251)
Not my day with IE...

import fixed product file, will solve it.

Importing the Fixed File "product-casino" Corrects the Problem with Black Jack!! Thank You Very Much Andrew Green!! :up:

My Best Regards!! ;)

:)

Cigarcritic 11-04-2007 03:38 AM

No payout chart in Bars and Seven.

The felt is a good start.

Cigarcritic 11-04-2007 03:40 AM

Quote:

Originally Posted by stone0075 (Post 1375231)
Andrew, Not sure if its just mine but the wheels on Slots - Bars and 7s continue to spin when you place a bet, sometimes they do stop though...

I have the same issue.

Cigarcritic 11-04-2007 03:50 AM

I think that's about it for me...I can't risk Casino corrupting my database. How do I fix this?

PHP Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

        
SELECT 
            userfield
.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
            IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid,
            
language.phrasegroup_casino AS phrasegroup_casino,
            
language.phrasegroup_photoplog AS phrasegroup_photoplog,
            
language.phrasegroup_global AS phrasegroup_global,
            
language.options AS lang_options,
            
language.languagecode AS lang_code,
            
language.charset AS lang_charset,
            
language.locale AS lang_locale,
            
language.imagesoverride AS lang_imagesoverride,
            
language.dateoverride AS lang_dateoverride,
            
language.timeoverride AS lang_timeoverride,
            
language.registereddateoverride AS lang_registereddateoverride,
            
language.calformat1override AS lang_calformat1override,
            
language.calformat2override AS lang_calformat2override,
            
language.logdateoverride AS lang_logdateoverride,
            
language.decimalsep AS lang_decimalsep,
            
language.thousandsep AS lang_thousandsep
            
        FROM user 
AS user
        LEFT JOIN userfield 
AS userfield ON (user.userid userfield.userid)
        
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid user.useridLEFT JOIN language AS language ON (language.languageid = IF(user.languageid 01user.languageid)) 
        
        
WHERE user.userid 9;

MySQL Error  Unknown column 'language.phrasegroup_casino' in 'field list'
Error Number 1054 


Andrew Green 11-04-2007 03:53 AM

Quote:

Originally Posted by Cigarcritic (Post 1375343)
I have the same issue.

Can one of you guys give me a link? I'll pop in and see what's going on.

lonelime 11-04-2007 05:54 AM

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 : Sunday, November 4th 2007 @ 12:52:27 AM
Script : http://www.adsffdasfdfd.com/forum/ad...=productimport
Referrer : http://www.dfadsfdsfsd.com/forum/adm...?do=productadd
IP Address :
Username :
Classname : vb_database


i got this.. cant import the product

peterpigman 11-04-2007 07:03 AM

Quote:

Originally Posted by Andrew Green (Post 1375234)
make sure all your files got overwritten and if you've changed any templates revert them.

Mine did the same and that fixed it.

dinodonk 11-04-2007 07:09 AM

can i change the casino phrase and file name?

peterpigman 11-04-2007 07:33 AM

In stats when you click "Richest Players" you see "Slots - Fruit Machine"

SLY LS1 11-04-2007 08:12 AM

Quote:

Originally Posted by peterpigman (Post 1375405)
In stats when you click "Richest Players" you see "Slots - Fruit Machine"

yep mine to... just has wrong link I think

Twilkey 11-04-2007 09:06 AM

Quote:

Originally Posted by lonelime (Post 1375387)
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 : Sunday, November 4th 2007 @ 12:52:27 AM
Script : http://www.adsffdasfdfd.com/forum/ad...=productimport
Referrer : http://www.dfadsfdsfsd.com/forum/adm...?do=productadd
IP Address :
Username :
Classname : vb_database


i got this.. cant import the product

Please go here and take a look at the small tutorial. It will help you.

ragtek 11-04-2007 09:24 AM

define('NO_REGISTER_GLOBALS', 1); isn't needed in the files!

stangger5 11-04-2007 09:55 AM

Heres how to fix the Richest Players link..

One template edit..

casino_stats_main

change,

Code:

<td class='alt1' style='cursor:pointer' onclick='loadstats(105)'>Richest Players</td>
to

Code:

<td class='alt1' style='cursor:pointer' onclick='loadstats(5)'>Richest Players</td>
:)

Tulsa 11-04-2007 10:40 AM

In this latest update, Texas Hold'em rules page is showing:
Blinds are $vbphrase[casino_currency_marker]$smallblind and $vbphrase[casino_currency_marker]$bigblind.

Also in bars and 7's slots. The single cherry is only paying on the left position, not center or right.

skcyber 11-04-2007 10:56 AM

thanks a lot for this great add-on !! ;)

towermatt 11-04-2007 01:27 PM

Quote:

Originally Posted by Andrew Green (Post 1375251)
Not my day with IE...

import fixed product file, will solve it.

Worked on mine as well.

Thank you!! :)

Twilkey 11-04-2007 01:59 PM

Quote:

Originally Posted by Tulsa (Post 1375478)
Also in bars and 7's slots. The single cherry is only paying on the left position, not center or right.

That is how its supposed to be. There was a little notice under the payout table.

Tulsa 11-04-2007 02:18 PM

Quote:

Originally Posted by Twilkey SRT (Post 1375589)
That is how its supposed to be. There was a little notice under the payout table.

That notice is only on the fruit slot.

Mark.B 11-04-2007 05:05 PM

Something that I am finding in IE7 (which I don't use often).

Video Poker always has a yellow triangle at the bottom which when clicked gives "Invalid Property Value", or sometimes "Object Required".

The game usually still works, but sometimes hangs when trying to load the cards, just saying "waiting".

Originally we thought this was an IE6 issue and ignored it, but it appears it's hitting IE7 as well for some people.

I have tried reverting the templates but it still happens.

Incidentally the same problem occurs on vbgaming.org.

Edited to add - seems to affect Texas Holdem too. Anyone replicate this?

thuffner 11-04-2007 05:11 PM

Any room for baccarat as an add-on for this game?

It would fit my James Bond forum perfectly. :)

towermatt 11-04-2007 06:47 PM

Quote:

Edited to add - seems to affect Texas Holdem too. Anyone replicate this?
My players are reporting this in IE7

Andrew Green 11-04-2007 08:14 PM

Quote:

Originally Posted by Mark.B (Post 1375704)
Something that I am finding in IE7 (which I don't use often).

I'll look into this, should have this and any other bugs that turn up fixed on Tuesday.


All times are GMT. The time now is 07:46 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.03901 seconds
  • Memory Usage 1,846KB
  • 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
  • (1)bbcode_php_printable
  • (15)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