Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 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.3.22, by AA_ AA_ is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.4 Rating:
Released: 03-09-2010 Last Update: 04-05-2010 Installs: 102
DB Changes Uses Plugins
Additional Files  
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
  • Continuous improvement and development
  • and much more...

vbsoccer-mailing list

Download Now

File Type: zip vbsoccer_vb3_en_1.3.22.zip (238.6 KB, 735 views)
File Type: zip vbsoccer_vb3_de_1.3.22.zip (215.5 KB, 146 views)

Screenshots

File Type: jpg Bildschirmfoto 2010-03-10 um 14.39.34.jpg (133.8 KB, 0 views)
File Type: png Bildschirmfoto 2010-03-10 um 14.42.40.PNG (209.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-03-10 um 14.43.31.jpg (129.3 KB, 0 views)
File Type: png Bildschirmfoto 2010-03-10 um 14.44.03.PNG (181.7 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-03-10 um 14.44.24.jpg (144.7 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-03-10 um 14.44.58.jpg (136.0 KB, 0 views)
File Type: png Bildschirmfoto 2010-03-10 um 14.45.26.PNG (242.7 KB, 0 views)
File Type: png Bildschirmfoto 2010-03-10 um 14.46.16.PNG (162.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Butzel

Comments
  #162  
Old 11-25-2012, 04:33 PM
burak61 burak61 is offline
 
Join Date: Dec 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why it is not updating the results ?
Reply With Quote
  #163  
Old 02-01-2013, 08:14 AM
kailew kailew is offline
 
Join Date: Jul 2003
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I'm getting a SQL Error:

----------------------
Datenbankfehler in vBulletin 3.8.6:

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 `pfosoccer_user_bet` b
INNER JOIN `pfosoccer_match` m ON (m.`id`=b.`match_id`)
WHERE m.`league_id`=12 GROUP BY `match_day`, b.`userid`;

MySQL-Fehler : BIGINT UNSIGNED value is out of range in '(`dbxxxxx_xx`.`b`.`bet_home` - `dbxxxxx_xx`.`b`.`bet_away`)'
Fehler-Nr. : 1690
Fehler-Zeit : Friday, 01.02.2013 @ 10:00:57
Datum : Friday, 01.02.2013 @ 10:00:57
Skript : http://www.myforum.org/vbsoccer.php?do=ranking
Referrer : http://www.myforum.org/vbsoccer.php?do=live
IP-Adresse : 91.xx.xxx.xx
Benutzername : xxx
Klassenname : vB_Database
MySQL-Version : 5.5.28-log
-----------------------------------

Any ideas?

Kai
Reply With Quote
  #164  
Old 02-03-2013, 12:35 PM
eazygreek eazygreek is offline
 
Join Date: Aug 2012
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please add a greek superleague league?
Reply With Quote
  #165  
Old 02-03-2014, 06:12 PM
Robert9 Robert9 is offline
 
Join Date: Oct 2001
Location: super
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find in vbsoccer.php two times:

CAST(`bet_home`-`bet_away` AS SIGNED)

and replace it with

CAST(`bet_home` AS SIGNED) - CAST(`bet_away` AS SIGNED)
Reply With Quote
  #166  
Old 07-23-2015, 04:50 PM
Pladimir Pladimir is offline
 
Join Date: Aug 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there no more update for the current 2015 / 2016 season?
Reply With Quote
  #167  
Old 08-03-2015, 02:05 PM
digif's Avatar
digif digif is offline
 
Join Date: Feb 2009
Location: Bosnia
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this still working?
Reply With Quote
  #168  
Old 08-20-2015, 09:34 PM
cheech47's Avatar
cheech47 cheech47 is offline
 
Join Date: Oct 2006
Location: In Hell
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was for me until last week, getting an access denied message when trying to get scores updated and in the diagnostics but cant see any other error message to give me a hint why
Reply With Quote
  #169  
Old 09-19-2015, 03:05 PM
Butzel Butzel is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wird die Europa-Liga nicht mehr angeboten ? Bis dato kann man sie leider nicht einpflegen.
Danke für einen Hinweis.
Reply With Quote
  #170  
Old 09-19-2015, 07:50 PM
ArcadeSyndicate's Avatar
ArcadeSyndicate ArcadeSyndicate is offline
 
Join Date: Oct 2008
Location: Germany
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello butzel, the server seems to be offline...

http://www.vbulletin-germany.org/sho...4748#post84748

or take a look at the vb4 thread for this mod.
Reply With Quote
  #171  
Old 09-21-2015, 05:55 AM
Butzel Butzel is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Danke f?r die Info.
Das waere sehr schade um das Soccer-Game
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 07:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05605 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
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)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)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