vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

SliceofLife 05-18-2010 09:11 AM

Hi. Just wondering, I created a 'test event' and gave a date and time for it to close, and that has now passed. How do I now settle the event? There is no option to settle the event that I can see?

dartho 05-18-2010 04:10 PM

check the tick boxes for the winning outcomes

SliceofLife 05-18-2010 08:25 PM

Quote:

Originally Posted by dartho (Post 2039316)
check the tick boxes for the winning outcomes

There are no tick boxes at all available. It's move itself to a closed event. But either in the vBookie area, or the thread, there is no option to settle?

dartho 05-18-2010 10:46 PM

check the date for bets can be settled after - it may not be teh same as teh accept bets until date ...

jpwilliams 05-20-2010 05:04 PM

Get the following database error when clicking on vCash utilities in admincp. I want to be able to reset funds monthly.

Database error in vBulletin 4.0.3:

Invalid SQL:

SHOW Columns
FROM phpbb3_user
WHERE Field = "vbookie_cash";

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE Field = "vbookie_cash"' at line 3
Error Number : 1064
Request Date : Thursday, May 20th 2010 @ 02:03:32 PM
Error Date : Thursday, May 20th 2010 @ 02:03:32 PM
Script : http://www.blickees.com/admincp/vbookie_admin.php
Referrer : http://www.blickees.com/admincp/opti...ogroup=vbookie
IP Address : 216.215.192.134
Username : Fe1on1ous Monk
Classname : vB_Database_MySQLi
MySQL Version : 4.1.18-nt

dartho 05-20-2010 10:04 PM

I would guess it's because you are running an old MYSQL version...

Try editing the /admincp/vbookie_admin.php file, search for
PHP Code:

    $types $db->query_read('
        SHOW Columns 
        FROM ' 
TABLE_PREFIX 'user
        WHERE Field = "vbookie_cash"
    '
); 

and replace with
PHP Code:

    $types $db->query_read('
        SHOW Columns 
        FROM ' 
TABLE_PREFIX 'user
        LIKE "vbookie_cash"
    '
); 


Adam H 05-23-2010 07:22 PM

Is there anyway to get a leader board of the how much cash each member has ?

dartho 05-23-2010 09:57 PM

In the bet statistics it has the 10 richest people. Otherwise you can always run a query like:

Code:

select username, vbookie_cash from user order by vbookie_cash desc

Adam H 05-23-2010 10:07 PM

Quote:

Originally Posted by dartho (Post 2042407)
In the bet statistics it has the 10 richest people. Otherwise you can always run a query like:

Code:

select username, vbookie_cash from user order by vbookie_cash desc

Sorry i meant something all members can see ? like the richest members ?

dartho 05-24-2010 12:18 AM

all members can see richest members in teh stats page can't they?


All times are GMT. The time now is 04:05 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.01880 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (2)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
  • (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