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)

jack the lad 04-06-2010 08:26 PM

Is there a way of resetting everyone's score?

I would like to do this for the World Cup so we all start with the same amount of points.

Cheers

AA_ 04-06-2010 08:41 PM

Quote:

Originally Posted by jack the lad (Post 2017026)
Is there a way of resetting everyone's score?

I would like to do this for the World Cup so we all start with the same amount of points.

Cheers

remove all bets/points on world cup 2010:
Code:

DELETE FROM soccer_user_bet
WHERE match_id IN(SELECT id
  FROM soccer_match
  WHERE league_id=(SELECT id FROM soccer_league WHERE sd_id=56)
);

remove all bets/points: (!)
Code:

TRUNCATE TABLE soccer_user_bet;

Blooded 04-06-2010 08:51 PM

pls can you add argentinian League?thank you very much

AA_ 04-06-2010 09:15 PM

Quote:

Originally Posted by Blooded (Post 2017058)
pls can you add argentinian League?thank you very much

the next season starts in June?

jack the lad 04-06-2010 09:17 PM

Quote:

Originally Posted by AA_ (Post 2017051)
remove all bets/points on world cup 2010:
Code:

DELETE FROM soccer_user_bet
WHERE match_id IN(SELECT id
  FROM soccer_match
  WHERE league_id=(SELECT id FROM soccer_league WHERE sd_id=56)
);

remove all bets/points: (!)
Code:

TRUNCATE TABLE soccer_user_bet;

In which file is this code?

Cheers

AA_ 04-06-2010 09:21 PM

Quote:

Originally Posted by jack the lad (Post 2017074)
In which file is this code?

Cheers

?
nowhere.
that's for phpmyadmin or mysql-shell

MrKramer 04-07-2010 10:42 AM

Hey thank you for the great mod!!

I got 2 questions:

Can you please add:
- dutch "1e divisie" (jupiler league)

And

How can i show the standing of a person (overall) in his/her postbit?
and if i cant, can you make that option or something similar please?

ex: Fussball-Tippspiele: 2nd with 130 points

Thank you!

AA_ 04-07-2010 11:19 AM

Quote:

Originally Posted by MrKramer (Post 2017371)
Hey thank you for the great mod!!

I got 2 questions:

Can you please add:
- dutch "1e divisie" (jupiler league)

And

How can i show the standing of a person (overall) in his/her postbit?
and if i cant, can you make that option or something similar please?

ex: Fussball-Tippspiele: 2nd with 130 points

Thank you!

1) // EDIT: oh, sorry. I'm confused - this is the 2nd league in holland. that's not planned

2) Yes in a future version. Currently the points are calculated dynamically. That's not good for the postbits ;)

AA_ 04-07-2010 10:26 PM

update 1.4.10!
  • FIX: css properties '.alt1' and '. alt2' do not exist in the version "vbulletin4 forum"! (Deleted css properties 'alt1' and 'alt2' restored)
  • FIX: add-on 'ibProArcade' loads always global css-styles and overwrites vbulletin- and vbsoccer-stylevars with hard-coded vb3-colors in '.alt1' and '.alt2' :(
    anti-plugin 'ibProArcade-css-killer' added :)
  • minor improvements

this update is sponsored and motivated by ... drum-roll ... MrD :up:

neiljedmonds 04-08-2010 12:40 PM

This must be one of the best Mods about,superb well done.

Neil


All times are GMT. The time now is 01:25 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.02176 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
  • (4)bbcode_code_printable
  • (5)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