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-14-2007 08:40 PM

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...

Mark.B 10-14-2007 08:55 PM

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...

FreeFall1 10-14-2007 08:57 PM

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>

rwilkins108 10-14-2007 09:03 PM

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

Mark.B 10-14-2007 09:03 PM

Quote:

Originally Posted by Mark.B (Post 1360053)
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...

Got it...

casino.php is missing this....

Find:
Code:

else if($_GET['do']=='slots')
        {
                require_once('casino/slots.php');
                exit();
        }

Add after....


Code:

else if($_GET['do']=='texasholdem')
                {
                        require_once('casino/texasholdem.php');
                        exit();
        }


Tulsa 10-14-2007 09:09 PM

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


jay007 10-14-2007 09:10 PM

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


sinisterpain 10-14-2007 09:14 PM

Just installed no problems that I see as of yet.

sinisterpain 10-14-2007 09:20 PM

Quote:

Originally Posted by FreeFall1 (Post 1360055)
no there is no options, this is my cpnav_casino text

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>

You posted this
Code:

</navgroup>
</navgroups>s Hold'em Setup</text>
<link>casino_texasholdem.php</link>
</navoption>

Did you re-upload the files

bing11 10-14-2007 09:22 PM

very nice thank you


All times are GMT. The time now is 01:58 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.03501 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)bbcode_code_printable
  • (2)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