Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Soccer Betting Game ("Fussball-Tippspiele") Details »»
Soccer Betting Game ("Fussball-Tippspiele")
Version: 1.4.25, by AA_ AA_ is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.3 Rating:
Released: 03-10-2010 Last Update: 08-29-2012 Installs: 446
DB Changes Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

More than 20 soccer leagues and competitions in a single Bet!

FEATURES
  • No results input by administrators or moderators!
    Results and fixtures come from our own data service
  • Configurable scoring
  • Season archives with all schedules, tips and points
  • League tables, crosstabs, group tables
  • Configurable Match Preview (Next x Days)
  • Rankings
  • Hall of Fame of the best 3 tipsters from all competitions and seasons
  • Result entry by user
    Users can also report results for current games themselves. These results will be reported to the data service, which these other forums is directly available. Distributed reporting game results!
  • E-mail reminder
  • Users can even select it to see what competitions
  • Users can determine the color of the points themselves
  • Modification or translation of any team name and the name of competition
  • Configurable menu grouping for Competitions
  • Details of fixtures
  • Interface to report false results or fixtures in our data service
  • Show the tips of other users
  • Optional integration of club logos and association logos
  • Available in multiple languages and character encodings
  • Forum sidebar manager
  • Ad management
  • Continuous improvement and development
  • and much more...

vbsoccer-mailing list

Download Now

File Type: zip vbsoccer_vb4_en_1.4.25RC8.zip (522.7 KB, 666 views)
File Type: zip vbsoccer_vb4_de_1.4.25RC8.zip (523.2 KB, 282 views)

Screenshots

File Type: jpg Bildschirmfoto 2010-03-12 um 00.33.24.jpg (89.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.38.53.jpg (104.1 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.38.09.jpg (92.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.37.19.jpg (110.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.36.11.jpg (95.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.35.20.jpg (77.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.34.28.jpg (116.1 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.28.08.jpg (110.0 KB, 0 views)

Supporters / CoAuthors

    Show Your Support

    • This modification may not be copied, reproduced or published elsewhere without author's permission.
    5 благодарности(ей) от:
    baskan35, beertruck, gothi, tekram, zorcocuq

    Comments
      #1532  
    Old 12-17-2013, 04:42 PM
    ForceHSS ForceHSS is offline
     
    Join Date: Apr 2008
    Posts: 6,357
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Schneck View Post
    after upgrading to vb 4.2.2 i have the following error when i tick "Aktuelle Daten abrufen" (update matches manually) but the rest of this mod is working fine:

    Code:
    Warnung: Only variables should be passed by reference in ..../includes/vbsoccer_services.php (Zeile 307)
    
    Warnung: Only variables should be passed by reference in ..../includes/vbsoccer_services.php (Zeile 307
    )
    This plugin wont work for that version and i dont ever see the op ever updating it
    Reply With Quote
      #1533  
    Old 12-20-2013, 04:03 PM
    motd2 motd2 is offline
     
    Join Date: Jan 2010
    Location: Moscow
    Posts: 32
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    4.2.2
    includes/class_core.php
    locate lines 5683-5685
    Code:
            case E_NOTICE:
                // Just ignore these completely //
            break;
    Replace with this
    Code:
            case E_NOTICE:
            case E_STRICT:
            case E_DEPRECATED:
                // Just ignore these completely //
            break;
    Reply With Quote
      #1534  
    Old 12-22-2013, 08:59 PM
    Schneck Schneck is offline
     
    Join Date: Aug 2004
    Posts: 3
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    @motd2

    Many thx! Worked like a charm!
    Reply With Quote
      #1535  
    Old 03-11-2014, 06:16 PM
    oraille oraille is offline
     
    Join Date: Sep 2009
    Posts: 3
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hi,

    Could you please help me about this plugin is not working my forum.
    İt is showing old data . Date is 01-20-2013

    How can I update Data , date etc etc.
    Reply With Quote
      #1536  
    Old 04-29-2014, 12:54 PM
    glen290's Avatar
    glen290 glen290 is offline
     
    Join Date: Apr 2008
    Location: Haydock UK
    Posts: 192
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I am getting an error when I click on season or total rankings.
    All was ok but had server issues over the week end and since then im getting the following errors.

    Database error in vBulletin 4.2.2:

    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 CAST(`bet_home`-`bet_away` AS SIGNED)=(`points_home`-`points_away`) AND NOT (`bet_home`=`points_home` AND `bet_away`=`points_away`)) AS 'rd'
    FROM `tenpinfo_soccer_user_bet` b
    INNER JOIN `tenpinfo_soccer_match` m ON (m.`id`=b.`match_id`)
    WHERE m.`league_id`=9 GROUP BY `match_day`, b.`userid`;

    MySQL Error : BIGINT UNSIGNED value is out of range in '(`tenpinfo_forum`.`b`.`bet_home` - `tenpinfo_forum`.`b`.`bet_away`)'
    Error Number : 1690
    Request Date : Tuesday, April 29th 2014 @ 09:50:35 AM
    Error Date : Tuesday, April 29th 2014 @ 09:50:36 AM
    Script : http://www.bowluk.com/vbsoccer.php?do=ranking
    Referrer : http://www.bowluk.com/vbsoccer.php
    IP Address : 95.172.68.155
    Username : Glen
    Classname : vB_Database
    MySQL Version : 5.5.31-MariaDB-cll-lve


    Can anybody help before I do a restore ?
    Reply With Quote
      #1537  
    Old 05-19-2014, 12:53 AM
    koplak.kapok's Avatar
    koplak.kapok koplak.kapok is offline
     
    Join Date: Mar 2014
    Posts: 17
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    help me. import products vbsoccer

    vBulletin Message
    Please upload the files that came with the vbsoccer package before installing or upgrading!

    vBulletin V4.2.2
    Reply With Quote
      #1538  
    Old 05-19-2014, 01:07 AM
    ForceHSS ForceHSS is offline
     
    Join Date: Apr 2008
    Posts: 6,357
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by koplak.kapok View Post
    help me. import products vbsoccer

    vBulletin Message
    Please upload the files that came with the vbsoccer package before installing or upgrading!

    vBulletin V4.2.2
    This plugin might not work for that version and I don't ever see the op ever updating it. On another note, maybe doing what it asks you might stop you getting that message, it really is not that hard to work out
    Reply With Quote
      #1539  
    Old 05-20-2014, 02:03 PM
    MrD's Avatar
    MrD MrD is offline
     
    Join Date: Aug 2003
    Location: Germany/NRW
    Posts: 419
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hi,
    The Addon Runs Fine in vb4.2.2pl1.
    I use this Mod since Release Date
    Reply With Quote
      #1540  
    Old 06-14-2014, 05:37 PM
    fortforum fortforum is offline
     
    Join Date: Feb 2007
    Posts: 89
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    It works, but formating is kind of broken. Is there a quick fix for this or are we in the cold here?

    It works fine with 4.2.1, but 4..2.2 gives me broken formating.
    Reply With Quote
      #1541  
    Old 06-23-2014, 06:02 AM
    Abominus Abominus is offline
     
    Join Date: Apr 2007
    Posts: 35
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Das Spiel gestern wurde nicht richtig ins System eingetragen. Ich schaue heute morgen auf die Tabelle WM und Portugal / USA stehen noch mit 1:2 drin. Kann man das nachträglich irgendwo anpassen? POR hat hat noch auf 2:2 erhöht.

    Ach ja, und wie kriege ich es hin, dass ein Block in der Navigationsleiste angezeigt wird?
    Reply With Quote
    Reply


    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT. The time now is 06:18 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.09058 seconds
    • Memory Usage 2,360KB
    • Queries Executed 27 (?)
    More Information
    Template Usage:
    • (1)SHOWTHREAD
    • (1)ad_footer_end
    • (1)ad_footer_start
    • (1)ad_header_end
    • (1)ad_header_logo
    • (1)ad_navbar_below
    • (1)ad_showthread_beforeqr
    • (3)bbcode_code
    • (2)bbcode_quote
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (4)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (4)pagenav_pagelink
    • (4)pagenav_pagelinkrel
    • (11)post_thanks_box
    • (5)post_thanks_box_bit
    • (11)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (1)post_thanks_postbit
    • (11)post_thanks_postbit_info
    • (10)postbit
    • (10)postbit_attachment
    • (11)postbit_onlinestatus
    • (11)postbit_wrapper
    • (1)spacer_close
    • (1)spacer_open
    • (1)tagbit_wrapper 

    Phrase Groups Available:
    • global
    • inlinemod
    • postbit
    • posting
    • reputationlevel
    • showthread
    Included Files:
    • ./showthread.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/functions_bigthree.php
    • ./includes/class_postbit.php
    • ./includes/class_bbcode.php
    • ./includes/functions_reputation.php
    • ./includes/functions_post_thanks.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
    • showthread_start
    • showthread_getinfo
    • forumjump
    • showthread_post_start
    • showthread_query_postids
    • showthread_query
    • bbcode_fetch_tags
    • bbcode_create
    • showthread_postbit_create
    • postbit_factory
    • postbit_display_start
    • post_thanks_function_post_thanks_off_start
    • post_thanks_function_post_thanks_off_end
    • post_thanks_function_fetch_thanks_start
    • fetch_musername
    • post_thanks_function_fetch_thanks_end
    • post_thanks_function_thanked_already_start
    • post_thanks_function_thanked_already_end
    • post_thanks_function_fetch_thanks_bit_start
    • post_thanks_function_show_thanks_date_start
    • post_thanks_function_show_thanks_date_end
    • post_thanks_function_fetch_thanks_bit_end
    • post_thanks_function_fetch_post_thanks_template_start
    • post_thanks_function_fetch_post_thanks_template_end
    • postbit_imicons
    • bbcode_parse_start
    • bbcode_parse_complete_precache
    • bbcode_parse_complete
    • postbit_attachment
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete