Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
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
      #1382  
    Old 07-18-2012, 04:55 AM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by SilverBoy View Post
    AA_ is there a way to add our desired leagues manual?

    I mean some times we need a league that don't have a lot of fans here, so is there away to add it to our site only? please give us the instruction to add our leagues .

    Thanks.
    no, this is not possible.
    a (local) manual intervention makes the application/database incompatible with future seasons.

    at a reasonable expense compensation I may also add exotic events/leagues (if they are compatible with the mod).
    Reply With Quote
      #1383  
    Old 07-18-2012, 05:40 AM
    nick-harper nick-harper is offline
     
    Join Date: Jun 2008
    Posts: 163
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Would it be possible to add English League One? Happy to make a donation for it
    Reply With Quote
      #1384  
    Old 07-18-2012, 05:54 AM
    nikosb nikosb is offline
     
    Join Date: Dec 2008
    Location: Greece
    Posts: 96
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Would it be possible to add Greece Super League? Happy to make a donation for it
    Reply With Quote
      #1385  
    Old 07-18-2012, 11:17 AM
    madddenaddicto madddenaddicto is offline
     
    Join Date: Aug 2009
    Posts: 86
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I can make an extra donation for the league of Venezuela.
    Let me know if its compatible with your mod.
    I can also make an extra donation for this https://vborg.vbsupport.ru/attachmen...1&d=1268350495 but on the vbulletin publishing suite.
    Reply With Quote
      #1386  
    Old 07-21-2012, 07:16 AM
    abieteh.com abieteh.com is offline
     
    Join Date: Feb 2011
    Posts: 26
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hello, I Have This Database error ..

    Code:
    Database error in vBulletin 4.1.8:
    
    Invalid SQL:
    
            SELECT `userid`, '' AS `username`, `bets`, `wr`, `rd`, (`bets`-`wr`-`rr`-`rd`) AS `rw`, `rr`,
                (`wr`*0)+
                (`rr`*3)+
                (`rd`*2)+
                ((`bets`-`wr`-`rr`-`rd`)*1) AS `sum_pts`,
                ((`wr`/`bets`)*0)+
                ((`rr`/`bets`)*3)+
                ((`rd`/`bets`)*2)+
                (((`bets`-`wr`-`rr`-`rd`)/`bets`)*1) AS `avg_pts`
            FROM
            (
                SELECT b.`userid`, COUNT(*) AS `bets`,
                    SUM(`score_key`!=`bet_score_key`) AS `wr`,
                    SUM(`bet_home`=`points_home` AND `bet_away`=`points_away`) AS `rr`,
                    SUM(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 `soccer_user_bet` AS b
                INNER JOIN `soccer_match` AS m ON (m.`id`=b.`match_id`)
                WHERE `dateline` BETWEEN 1341100800 AND 1343779200 AND `score_key`>0
                GROUP BY b.`userid`
            ) AS `foo`
            ORDER BY sum_pts desc , avg_pts desc
            LIMIT 0, 30;
    
    MySQL Error   : BIGINT UNSIGNED value is out of range in '(`database name`.`b`.`bet_home` - `database name`.`b`.`bet_away`)'
    Error Number  : 1690
    Request Date  : Saturday, July 21st 2012 @ 12:13:49 PM
    Error Date    : Saturday, July 21st 2012 @ 12:13:49 PM
    Script        : http://*******/vbsoccer.php?do=overallranking
    Referrer      : http://******/vbsoccer.php
    IP Address    : ******
    Username      : *****
    Classname     : vB_Database
    MySQL Version : 5.6.4-m7
    Reply With Quote
      #1387  
    Old 07-21-2012, 05:54 PM
    imported_hbs imported_hbs is offline
     
    Join Date: Jul 2002
    Posts: 23
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    the mod have the Israeli Premier League 2010/2011

    is it possible to add the 2011/12 seasson and the upcoming 2012/13 seasson ?
    Reply With Quote
      #1388  
    Old 07-22-2012, 08:09 AM
    Blannes Blannes is offline
     
    Join Date: Aug 2006
    Posts: 1
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hello, i got the same problem like abieteh.com
    Tipped Russian Leaque, everything works fine. After game result update from Soccerserv, i got the database Error on ranking on season and total Rankings.

    Hope you can help us.
    thx
    Reply With Quote
      #1389  
    Old 07-23-2012, 09:41 AM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by abieteh.com View Post
    Hello, I Have This Database error .. (...)
    I need a database access to reproduce / fix the error (PM).
    Reply With Quote
      #1390  
    Old 07-24-2012, 12:04 PM
    madddenaddicto madddenaddicto is offline
     
    Join Date: Aug 2009
    Posts: 86
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    nvm. I got it working.
    Reply With Quote
      #1391  
    Old 07-27-2012, 07:01 AM
    gazza2008 gazza2008 is offline
     
    Join Date: Aug 2009
    Posts: 29
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    IS the fixtures for the new premiership season out yet.

    I dont mind paying if needs be

    gaz
    Reply With Quote
    Reply

    Thread Tools

    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 02:52 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.05638 seconds
    • Memory Usage 2,350KB
    • 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
    • (1)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