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)

SBlueman 10-15-2007 01:32 AM

Quote:

Originally Posted by Andrew Green (Post 1360283)
You need to upload and overwrite existing files. The banana is no longer on the wheel at all, so you are using the old image.

Yeah I actually did miss the images. How about they payout issue though?

Andrew Green 10-15-2007 01:37 AM

looks right, except that with the right image file you would have seen different fruit in the results ;)

Andrew Green 10-15-2007 01:51 AM

Quote:

Originally Posted by Tulsa (Post 1360065)
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


Quote:

Originally Posted by Tulsa (Post 1360148)
Yes I do called forums.

It looks like it's where you put it doing this, casino.php needs to be in the "forums" folder, otherwise it won't be able to find global.php.

sandt38 10-15-2007 01:52 AM

Quote:

Originally Posted by Andrew Green (Post 1360040)
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...

Correct. Removing the apostrophe and replacing it with a space solved the dead adminPanel issue.

stangger5 10-15-2007 01:53 AM

In slots_ajax.php,,it has
Code:

        $getuserinfo = $db->query_read("
                SELECT $cashtype
                FROM  ". TABLE_PREFIX . "user
                WHERE userid = $userid
        ");
       
        $userinfo = $db->fetch_array($getuserinfo);
        $vcash = $userinfo[$cashtype];

In the texasholdem_ajax.php has,,,
Code:

        $getuserinfo = $db->query_read("
                SELECT $cashtype
                FROM  ". TABLE_PREFIX . "user as abc
                WHERE userid = $userid
        ");
       
        $userinfo = $db->fetch_array($getuserinfo);
        $cash = floor($userinfo[$cashtype]);

Could my errors be from the $cash ???

Andrew Green 10-15-2007 01:55 AM

Quote:

Originally Posted by stangger5 (Post 1360308)

Could my errors be from the $cash ???

No, just a different variable name. I used vcash in the first ones, the switched to cash...

GoTTi 10-15-2007 02:16 AM

can admins controll a users bankroll?

sandt38 10-15-2007 02:21 AM

In the Texas hold em chat, i cannot see some of the text. The conversation is visible, but i have to highlight the box to see the moves the individual has made. Where or how do i bold this?

Andrew Green 10-15-2007 02:24 AM

it is bolded, you probably have your body color set to white?

Andrew Green 10-15-2007 02:25 AM

Quote:

Originally Posted by GoTTi (Post 1360318)
can admins controll a users bankroll?

On there user info page you can manually set someones cash, you can also do mass resets and mass additions. (ex +$100 to everyone in usergroup 4)


All times are GMT. The time now is 01:56 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.02255 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (6)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