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)
-   -   Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele") (https://vborg.vbsupport.ru/showthread.php?t=238043)

betts02 10-02-2012 07:20 PM

Is it possible to remove people from the tables ?

If so how without actually deleting the user

AA_ 10-03-2012 06:55 AM

Quote:

Originally Posted by betts02 (Post 2370280)
Is it possible to remove people from the tables ?

If so how without actually deleting the user

Code:

DELETE FROM soccer_user_bet WHERE userid=userid

betts02 10-03-2012 06:02 PM

Quote:

Originally Posted by AA_ (Post 2370418)
Code:

DELETE FROM soccer_user_bet WHERE userid=userid

what do i do with that code mate ?
Cheers

Tariq AlAli 10-05-2012 05:20 PM

Greetingz

When adding Champions League 2012/2013 it displays it in Gray (inactive). Any clue ?

Regards

Tariq AlAli

Bounce 10-19-2012 06:00 PM

Quote:

Originally Posted by betts02 (Post 2370542)
what do i do with that code mate ?
Cheers

Execute SQL Query in vb admin

nick-harper 11-08-2012 09:53 AM

On the sidebar block I get "Bets on this tournament have not yet been evaluated"

Even though when you go into it, it works fine.

ataozcelik 11-11-2012 07:52 AM

Hi there, is it possible to change the score for specific games? The results are not wrong but since the time/date were wrong some users misused and entered the scores after the actual game has been completed and I want to invalidate those matches for the competition, many thanks.

tipsterx 11-11-2012 12:22 PM

i did install but and import , but cant see ths product on my website :(((

KGI_Bling 11-28-2012 12:33 AM

--------------------------- IGNORE THIS _ FIXED IT!!!!!!!!!!!! -------------------------



Can anyone help me out here?

I'm getting a database error when I try to access the season rankings at:
/vbsoccer.php?do=ranking

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                SELECT
                        b.`userid`, `match_day`,
                        COUNT(*) AS `bets`,
                        SUM(`score_key`>0) AS 'evaluated',
                        SUM(`score_key`>0 AND `score_key` != `bet_score_key`) AS 'wr',
                        SUM(`score_key`>0 AND `bet_home`=`points_home` AND `bet_away`=`points_away`) AS 'rr',
                        SUM(`score_key`>0 AND (`bet_home`-`bet_away`)=(`points_home`-`points_away`) AND NOT (`bet_home`=`points_home` AND `bet_away`=`points_away`)) AS 'rd'
                FROM `soccer_user_bet` b
                INNER JOIN `soccer_match` m ON (m.`id`=b.`match_id`)
                WHERE m.`league_id`=1 GROUP BY `match_day`, b.`userid`;

MySQL Error  : BIGINT UNSIGNED value is out of range in '(`*********`.`b`.`bet_home` - `*********`.`b`.`bet_away`)'
Error Number  : 1690
Request Date  : Tuesday, November 27th 2012 @ 04:46:57 PM
Error Date    : Tuesday, November 27th 2012 @ 04:46:57 PM
Script        : http://www.*********/vbsoccer.php?do=ranking
Referrer      : http://www.*********/vbsoccer.php?do=live

-------------------------------------------------

Anyone any ideas?

--------------------------- IGNORE THIS _ FIXED IT!!!!!!!!!!!! -------------------------

I fixed it... Thanks

Morpheuss89 12-03-2012 05:21 PM

any news ? =)


All times are GMT. The time now is 06:51 AM.

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.02218 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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