The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Casino (w/ 10 player poker) Details »» | |||||||||||||||||||||||||
The Gameroom is the follow up to this, and expands on its features. This mod will no longer be supported, Gameroom is here: https://vborg.vbsupport.ru/showthread.php?t=219483
This is a casino addition for vBulletin, so far containing video poker, blackjack, Slots, a lottery, Let 'em Ride, Roulette and a betting pool. It can use it's own cash as well as cash fields from other products for easy integration. Cash bonuses are also awarded for various actions (posting, starting threads, etc.), you can alter the bonus values through the admincp. Each of the 10 games can be turned on or off through the control panel, and the casino can be restricted by user group. I'd consider this a test run, everything should work, but some of the template's and all of the phrasing are not done yet. Screenshots are attached. If you want to see a demo, it's live at http://vbgaming.org, it does require registration though as it needs a userid to attach your money too Bug reports and requests can also be posted there, and will probably have less chance of getting buried in this rather massive thread. If you are having a problem, please look there. If it is one that others have been having, there will likely be a solution there (as well as in this thread, just harder to find here) v 0.90 (Jan 6) - Fixed a bug in lottery odds calculation that was casuing problems with the jackpot. - Completed Phrasing of all games & admincp - Removed card flicker some people experienced in Texas Hold'em - Removed unused table limit setting from Video Poker settings - Handled a DB error that occasionally came out of the slots game - Sports Pool groups are now edited through the game, not the admincp - Blackjack: Dealer checks for blackjack on A or 10 - Blackjack: Added Five card charlie rule - Texas Hold'em: poker mod groups can now use the command "/kick username" to kick people out of the game. If a hand is in progress it counts as a forced fold, not returning their share of the pot. - Blackjack - Fixed bug on bet amount when splitting more then once on a hand v 0.91 (Jan 13) - Added missing field for holdem mod groups to settings table - Removed 0.90 test code of drawin same numbers in lottery - Piped all the ajax files through casino.php, this should solve some of the conflicts people where having (ex. mkportal) - Added missing link to add / edit groups in sports pool - Fixed extra \'s in chatbox some users where getting - Added a reset cash button in the ACP - Fixed a bug where the blackjack_dealt table wasn't getting cleared properly - Fixed "Most Lost" stat calculation v 0.92 (Feb 18) - Fixed Default Cash not saving - Texas Hold'em no longer shows hand after folding - Texas Hold'em buttons should not reappear after clicking if a request was in progress when they where clicked - Fixed some of the reinstall issues people have been having This is pretty minor, working on some major changes to the Texas Hold'em game that are taking longer then I planned due to other things coming up. Known issues: - The same player attempting to play more then one instance of the same game at the same time will cause errors. To update overwrite all of the old files and import the product, revert any modified (casino) templates and don't forget the files in other folders Also some of the images have changed, those need uploaded again. (as well as the includes and admincp files) You DO NOT need to uninstall the previous version to upgrade, this will cause problems. Just overwrite existing files and import the product again, allowing overwrite. **Make sure you overwrite ALL existing files and revert ALL casino templates** Show Your Support
|
Comments |
#392
|
||||
|
||||
what do you mean by gone? the options are not there at all?
If that is the case can you try this: edit /includes/xml/cpnav_casino.xml and change <text>Texas Hold'em Setup</text> too <text>Texas Hold em Setup</text> could just be the apostrophe... |
#393
|
|||
|
|||
I seem to be struggling to make it load....casino.php?do=texasholdem is just going to the main casino index, as if it doesn't recognise the location.
I'm still playing about to see if there's anything obvious I've missed... |
#394
|
|||
|
|||
no there is no options, this is my cpnav_casino text
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="casino"> <navgroup text="Casino" hr="true" displayorder="1"> <navoption> <text>Casino Settings</text> <link>casino_settings.php</link> </navoption> <navoption> <text>Sports Pool Groups</text> <link>casino_sb_groups.php</link> </navoption> <navoption> <text>Sports Pool Events</text> <link>casino_sb_events.php</link> </navoption> <navoption> <text>Sports Pool Settle Events</text> <link>casino_sb_settle.php</link> </navoption> <navoption> <text>Lottery Setup</text> <link>casino_lotto_setup.php</link> </navoption> </navgroup> </navgroups>s Hold'em Setup</text> <link>casino_texasholdem.php</link> </navoption> </navgroup> </navgroups> |
#395
|
||||
|
||||
hmm, i see slots have changed, but now 2 cherries requires left to right. I'd really like to have it the old way, can you at least have a setting for that?
Thanks |
#396
|
|||
|
|||
Quote:
casino.php is missing this.... Find: Code:
else if($_GET['do']=='slots') { require_once('casino/slots.php'); exit(); } Code:
else if($_GET['do']=='texasholdem') { require_once('casino/texasholdem.php'); exit(); } |
#397
|
|||
|
|||
I've not tried this latest update yet but I am having multiple reports from people saying poker has been freezing (just staying on "loading") on them and one person said blackjack did. I looked in my error log and found this in relative time to the reports.
Code:
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/local/php5-fcgi/lib/php') in /home/****/public_html/casino.php on line 66 PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/****/public_html/casino.php on line 66 |
#398
|
|||
|
|||
im getting a database error after an install, any suggestions/Help greatfully appreciated.
THX Database error in vBulletin 3.6.8: Code:
Invalid SQL: SELECT cs1.switch2 AS gamefile, cs2.switch2 AS gamename, cs3.switch2 AS gamedesc, cs4.switch2 AS active FROM casino_settings AS cs1, casino_settings AS cs2, casino_settings AS cs3, casino_settings AS cs4 WHERE cs1.switch1=cs2.switch1 AND cs1.switch1= cs3.switch1 AND cs1.switch1= cs4.switch1 AND cs1.settingname='gamefile' AND cs2.settingname='gamename' AND cs3.settingname='gamedesc' AND cs4.settingname='gameactive' AND cs4.switch2='1'; MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay Error Number : 1104 |
#399
|
||||
|
||||
Just installed no problems that I see as of yet.
|
#400
|
||||
|
||||
What you posted is not in the the xml file this is mine and there not the same
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="casino"> <navgroup text="Casino" hr="true" displayorder="1"> <navoption> <text>Casino Settings</text> <link>casino_settings.php</link> </navoption> <navoption> <text>Sports Pool Groups</text> <link>casino_sb_groups.php</link> </navoption> <navoption> <text>Sports Pool Events</text> <link>casino_sb_events.php</link> </navoption> <navoption> <text>Sports Pool Settle Events</text> <link>casino_sb_settle.php</link> </navoption> <navoption> <text>Lottery Setup</text> <link>casino_lotto_setup.php</link> </navoption> <navoption> <text>Texas Hold'em Setup</text> <link>casino_texasholdem.php</link> </navoption> </navgroup> </navgroups> Code:
</navgroup> </navgroups>s Hold'em Setup</text> <link>casino_texasholdem.php</link> </navoption> |
#401
|
|||
|
|||
very nice thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|