vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - The Gameroom - Multiplayer gaming (follow up to Casino) (https://vborg.vbsupport.ru/showthread.php?t=219483)

AdmiralGeek 07-27-2009 07:49 AM

Will this version work on 3.7.*


danyz81 07-27-2009 07:58 AM

installed! great app thanks!

AdmiralGeek 07-27-2009 08:53 AM

Chess wont function on vb 3.7*
either will Reversi

Other than that, great app.

AdmiralGeek 07-27-2009 09:22 AM

When you try to beta test it by playing against your self, with two different accounts (same IP address).

Player Admiral
Player Bob

Player Bob had two pairs(won), but Admiral had only one pair(lost).
And the pot went to Admiral.

But admiral was the person to create the game. And Admiral is dealer.
So I am assuming to prevent multiple account plays against each other the IP address
if you are playing against your self, the pot goes to the first person who enters the room with the same IP address?

What happens when people are within the same LAN of the IP address?????

DangerousDale 07-27-2009 10:58 AM

Hi Andrew,

I have set the admins buts I cannot see an admin tab... really dont know why.

AdmiralGeek 07-27-2009 11:30 AM

Quote:

Originally Posted by DangerousDale (Post 1856427)
Hi Andrew,

I have set the admins buts I cannot see an admin tab... really dont know why.


You have to do teh administration via the settings.php file

No admin control panel support enabled for this. So far as I can see

DangerousDale 07-27-2009 11:35 AM

Quote:

Originally Posted by Andrew Green (Post 1856210)
Yes, in the admin tab you can adjust based on user, usertype or everyone in one shot.

Andrew Seems like there is something missing, though I have set the user ID as admin in the settings.php I cannot see an admins tab. Also I still have the same issue with the chess.

Thanks.

AdmiralGeek 07-27-2009 11:56 AM

Quote:

Originally Posted by DangerousDale (Post 1856444)
Andrew Seems like there is something missing, though I have set the user ID as admin in the settings.php I cannot see an admins tab. Also I still have the same issue with the chess.

Thanks.

/*
* List of UserIDs who have special priveledges.
* Admin users can
* - add / settle events in the sports pool
* - use the cash adjuster
* - edit language
* Too add multiple users seperate by comma:
* $this->adminIDs = array(1, 2, 3);
*
*/
$this->adminIDs = array(58);

You have to change the value in red and not pink

Some may get confused by it as, the pink is commented out. And it has to be your user ID and not the USERGROUP id.

Hope it helps.

DangerousDale 07-27-2009 12:06 PM

It was set to point to the admin user group, I will set it to the user and see if this helps...

The Example wasnt editing as its an example ;)

**EDIT**

The admin panel is now there, Cheers Admiral.

However the chees is still unavailable for users to start the game.

AdmiralGeek 07-27-2009 12:08 PM

Quote:

Originally Posted by DangerousDale (Post 1856456)
It was set to point to the admin user group, I will set it to the user and see if this helps...

The Example wasnt editing as its an example ;)


It will help, :)

Annoyed with the chess bug, no logic to it at all.

macc 07-27-2009 12:12 PM

what we must do about chess bug? can you explain please?

reg

macc

AdmiralGeek 07-27-2009 12:34 PM

I dunno, it seems to work perfect on teh paid version.

Will have to wait until Andrew gets back. Will see about de-compiling the swf object too see if there is any abnormalities.

OcR Envy 07-27-2009 01:18 PM

Same issues,

All games work with exclusion of Chess and Reversi. Shows "Empty vs Empty" and no one can click Start Game.

Also Animated Avatars are not showing up at all.

AdmiralGeek 07-27-2009 01:43 PM

No abnormalities.

Code segments must have been left out for the paid and non paid version. Only explination

However, the Vb credit value can be manipulated through the RAM's hexes using a 8bit float. Should be looked into.

macc 07-27-2009 01:53 PM

have paid version and same issues with chess and reversi... shows one nick and another is empty - could not start game ...


wait for some fix ... ha

reg

macc

AdmiralGeek 07-27-2009 01:59 PM

Quote:

Originally Posted by macc (Post 1856516)
have paid version and same issues with chess and reversi... shows one nick and another is empty - could not start game ...


wait for some fix ... ha

reg

macc

even with two people? or two accounts controlled by you?

macc 07-27-2009 02:04 PM

Quote:

Originally Posted by AdmiralGeek (Post 1856520)
even with two people? or two accounts controlled by you?

tested with some users on my board ...could not start game ... one player is like "empty" ...

macc

stevectaylor 07-27-2009 02:08 PM

I get DB error when loaded, is it only supported php5?

AdmiralGeek 07-27-2009 02:17 PM

Quote:

Originally Posted by stevectaylor (Post 1856526)
I get DB error when loaded, is it only supported php5?

Ya, as it was coded for VB8, which needs PHP5. So ask your webserver to upgrade.

punchbowl 07-27-2009 03:01 PM

feedback on multiplayer poker:
Quote:

bit of a bug with the poker, if you go bust you can keep on playing.
Good to see you back Andrew

MissKalunji 07-27-2009 03:16 PM

so let me get this straight ALL settings are in a php instead of in admincp?

Andrew Green 07-27-2009 03:21 PM

Quote:

Originally Posted by AdmiralGeek (Post 1856376)
Chess wont function on vb 3.7*
either will Reversi

Other than that, great app.

they should, if there is something wrong it will get dealt with.

Quote:

Originally Posted by AdmiralGeek (Post 1856397)
What happens when people are within the same LAN of the IP address?????

IP addresses have nothing to do with it.


Quote:

Originally Posted by AdmiralGeek (Post 1856508)
However, the Vb credit value can be manipulated through the RAM's hexes using a 8bit float. Should be looked into.

The only thing changing the cash value would do would be make it show up on the screen different. All calculations are handled on the back end.


Quote:

Originally Posted by stevectaylor (Post 1856526)
I get DB error when loaded, is it only supported php5?

No, have had it working on php 4 sites, what error are you getting?


===========

If a couple of you guys that can't get the board games going on your site could pm me 2 accounts with access to the gameroom and a link to it I can probably work out what's wrong by trying to get a game going with myself.

punchbowl 07-27-2009 03:21 PM

Quote:

Originally Posted by MissKalunji (Post 1856577)
so let me get this straight ALL settings are in a php instead of in admincp?

Yes. As far as I can see anyway. Simple edits though.

MissKalunji 07-27-2009 03:44 PM

any plan son making it in admincp? not complaining :) just asking

iMageREAL 07-27-2009 03:47 PM

this is great.. my members are loving it and will be upgrading to the paid version.... more games would be nice

hint hint >> Cribbage ;)

AdmiralGeek 07-27-2009 03:50 PM

Would be nice to have an API for this.

Pre-designed variables or functions to certain vbulletin functions. That way people can programme their own games without having to delve into the nastieness of vb's code.

just a possibility.

SnapOff Racing 07-27-2009 03:58 PM

any luck on my site andrew?

scottct1 07-27-2009 04:28 PM

Do I uninstall the Casino after installing this and running the updateCasino.php file?

kylek 07-27-2009 04:48 PM

For the updates (0.9.5 to the new 0.9.6) does one need to reupload all the files again, redo the settings in settings.php and import the product xml?

scottct1 07-27-2009 04:57 PM

I have it installed, and the banner being displayed is not showing everything....

It just shows my users "Game Name - Game - (1 / 10)" under the nav bar. The rest of the phrases that are defined to show up in the banner are not showing.

Wings69 07-27-2009 05:04 PM

On Blackjack when it is a push, the player does not get their money back. It's factored in as a loss. Using VBCredits if it matters

Andrew Green 07-27-2009 05:35 PM

Quote:

Originally Posted by AdmiralGeek (Post 1856602)
Would be nice to have an API for this.

Pre-designed variables or functions to certain vbulletin functions. That way people can programme their own games without having to delve into the nastieness of vb's code.

just a possibility.


There is very little vbulletin in there, and a api isn't possible given the way it is designed as any game needs to be written into the flash stuff as well.

Quote:

Originally Posted by SnapOff Racing (Post 1856609)
any luck on my site andrew?

I won't be home until later tonight, then I'll pop in on anyones site that sent me a pm and see why things aren;t working.

Quote:

Originally Posted by kylek (Post 1856635)
For the updates (0.9.5 to the new 0.9.6) does one need to reupload all the files again, redo the settings in settings.php and import the product xml?

Yes, although you could keep your settings and just copy and paste the new piece in, which is at the bottom and is the "use____" switchs for all the tabs. Once it hits a 1.0 release the settings will be done in a more upgrade friendly way.

Robbed 07-27-2009 06:08 PM

If you won't be adding the settings to admincp, how about a gui page that allows us to edit the settings.

You can change the theme color what about the font?

AdmiralGeek 07-27-2009 06:23 PM

Quote:

There is very little vbulletin in there, and a api isn't possible given the way it is designed as any game needs to be written into the flash stuff as well.
You can easily manipulate the swf object with dynamic injection of XML.

MissKalunji 07-27-2009 06:33 PM

ah i understand now...

Wings69 07-27-2009 07:05 PM

Also Texas Holdem with two people the big blind was first to act. Should be small blind.

Shotgunmaniac 07-27-2009 07:11 PM

Great mod, absolutely love it.

Only one snag, is what other people have mentioned.

Chess, only shows empty vs empty, and neither can click start game.

Ive checked all settings, and everything seems to be correct.

Any more input on this would be much appreciated.

Thanks in advance.

Darren

djvj 07-27-2009 07:16 PM

0.9.5 worked fine.
0.9.6 I lost all text in the swf, can't see tab names, and all text in any of the windows.
reverted back to 0.9.5 and it's working again.

Robbed 07-27-2009 07:45 PM

Can you look at the stats, they seem off.

It shows me as betting 70 000, when i didn't bet close to that

I just did a test. It showed my stats as totall bet 107165, I went a played a hand of blackjack and bet $1000 I won.

Now it shows my total bet at 121165

MAORBARI 07-27-2009 07:52 PM

how i change the charset?
thx.


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