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)

AA_ 06-24-2010 08:43 AM

Quote:

Originally Posted by iguano (Post 2058667)
i update to last version buti have a great error now

( in the pic there's only a little part of error window :( )

Another new vbulletin easter egg :(
I am working on a fix

Diablotic 06-24-2010 08:45 AM

Quote:

Originally Posted by AA_ (Post 2058651)
many improvements (rankinglists, league tables) and bug fixes :)

Can you give more detail about those improvements?

Thanks! This must be the best supported mod for vB ever!

iguano 06-24-2010 09:15 AM

works!
you are a great! :-P

AA_ 06-24-2010 09:16 AM

I have deleted the version 1.4.18! this version was only compatible with vbulletin 4.0.4 (templatevar {vb:cssfile ...}). Version 1.4.19 corrects the incompatibility.

sorry. the development of addons for vbulletin 4 is not easy. in each new vbulletin version there are new easter eggs and bugs. there is no useful informations and notices for developers. just poor.

monstermunch 06-24-2010 09:17 AM

does anyone know if the world cup predictions only count after 90mins, what happens in the event of extra time or penalites

thanks

AA_ 06-24-2010 09:35 AM

Quote:

Originally Posted by Diablotic (Post 2058678)
Can you give more detail about those improvements?

Thanks! This must be the best supported mod for vB ever!

changes in rankinglists

sorting on tie (user with same points). expample: points system 0, 1, 2, 3 pts.
sorting now: points, x3, x2, x1

changes in league tables

no equal numbers of places. there were problems with representation of relegations.
no indication of placement numbers when no games are completed in the league (after import new 2010/2011 seasons without any result).

integration of the css files

Use of {vb: cssfile ...}. incompatibility to vbulletin < 4.0.4. deleted in version 1.4.19

*hint* http://code.google.com/p/vbsoccer/source/list
there you can click on the revision numbers and see the changes. there can also comment and make suggestions directly in the source code (hook-requests, translations, ...)!

Diablotic 06-24-2010 09:40 AM

Great thanks. Also have one more question: in a knock out stage do we put our predictions for a score after 90 minutes or a score at the end of the game (90min + extra time + penalties)?

AA_ 06-24-2010 09:47 AM

Quote:

Originally Posted by Diablotic (Post 2058695)
Great thanks. Also have one more question: in a knock out stage do we put our predictions for a score after 90 minutes or a score at the end of the game (90min + extra time + penalties)?

https://vborg.vbsupport.ru/showthrea...77#post2051877
(90min + extra time + penalties)

Sunka 06-24-2010 09:59 AM

I have still vBulletin v4.0.3, could I update this MOD to new version, or is this only for vB 4.0.4?

AA_ 06-24-2010 10:23 AM

Quote:

Originally Posted by Sunka (Post 2058707)
I have still vBulletin v4.0.3, could I update this MOD to new version, or is this only for vB 4.0.4?

v1.4.19 -> vbulletin 4.0.2 - 4.0.4

KURTZ 06-24-2010 10:54 AM

@ [name]AA_ [/name]: can you release the Custom Rewrite Rules for the vBSEO?

nikosb 06-24-2010 11:49 AM

Quote:

Originally Posted by KURTZ (Post 2058740)
@ [name]AA_ [/name]: can you release the Custom Rewrite Rules for the vBSEO?

the next CRR for me works very nice ...
PHP Code:

//Vbsoccer
//========================================================
'^vbsoccer\.php$' => 'soccer/'
'^vbsoccer\.php\?do=(\w+)$' 
=> 'soccer/$1/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)$' 
=> 'soccer/$1/$2/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' 
=> 'soccer/$1/$2/$3'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&matchid=(\d+)$' 
=>  'soccer/$1/$2/match-$3/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&redo=bet&m=(\d+)$' 
=> 'soccer/$1/$2/bet-$3/' 


valendono 06-24-2010 02:54 PM

got templates problem on vb 4.0.3 using the latest v1.4.19

AA_ 06-24-2010 03:27 PM

Quote:

Originally Posted by valendono (Post 2058857)
got templates problem on vb 4.0.3 using the latest v1.4.19

any information?

KURTZ 06-24-2010 04:29 PM

Quote:

Originally Posted by nikosb (Post 2058759)
the next CRR for me works very nice ...
PHP Code:

//Vbsoccer
//========================================================
'^vbsoccer\.php$' => 'soccer/'
'^vbsoccer\.php\?do=(\w+)$' 
=> 'soccer/$1/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)$' 
=> 'soccer/$1/$2/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' 
=> 'soccer/$1/$2/$3'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&matchid=(\d+)$' 
=>  'soccer/$1/$2/match-$3/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&redo=bet&m=(\d+)$' 
=> 'soccer/$1/$2/bet-$3/' 


thanks mate, i'll check ... :)

edit: what about this issue?


http://www.vbseo.com/f23/custome-rew...54/#post264160

kawe 06-24-2010 09:13 PM

how about custom rewrite for vBSeo in Nginx :D

KURTZ 06-24-2010 09:28 PM

Quote:

Originally Posted by kawe (Post 2059049)
how about custom rewrite for vBSeo in Nginx :D

what? :p

kawe 06-24-2010 10:04 PM

Quote:

Originally Posted by KURTZ (Post 2059054)
what? :p

i dont know
so i ask to AA_ :p

Acido 06-25-2010 01:48 AM

Great Mod ! my users really enjoy it!

It's possible add a custom league, or add the Argentinian league to this mod?

sontran 06-25-2010 03:48 AM

Hi, I have a question about the calculation method:

In WolrdCup, at Knock Out round , what if a match came to Penalty shootout? Will the match will be giving point as the draw or will be based on the Penalty shootout results?

Sorry for my stupid question :D

Tks

Diablotic 06-25-2010 05:05 AM

sontran - I asked excatly the same question on the previous page. Answer is: match.

Philippe J 06-25-2010 06:37 AM

So correct me if I'm wrong, it can't be a draw result from the round of 16 ?
It's too hazardous to bet on penalties, my members would really prefer to put a prediction for a score after 90min + extra time if needed, but no penalties.

It's also my point of view, but anyway, great, great mod.

sontran 06-25-2010 06:56 AM

Thanks for the information so I just want to make clear of this issue

Users will have to predict the score including penalties shoot out?
For example the match between Germany vs. England have result 1-1 after 120mins and after Penalties Germany win with 5-3 in then what is the correct score for the match?

1-1 ?

or 6-4 ? :eek:

But i think if we count on Penalties result then user will only have 2 choices: Team A or B, no draw then it is not fun as when 3 choices :)

hcmagix 06-25-2010 07:52 AM

we discuss the same in german area an _AA said,

The end result is the correct score !!! btw. 6:4 ^^
The results after 90 or 120 min is only importend for bet business not for this simply bet game.

gwerzal 06-25-2010 09:39 AM

Clarification of rules please.

I have a world cup competition running on my site http://www.uk-betting-tips.co.uk and this question has been asked -

For the knock out stages are we predicting the scores at 90 mins or the final result including extra time and if needed penalties?

Thank you

Ben

KURTZ 06-25-2010 09:46 AM

Quote:

Originally Posted by sontran (Post 2059252)
Thanks for the information so I just want to make clear of this issue

Users will have to predict the score including penalties shoot out?
For example the match between Germany vs. England have result 1-1 after 120mins and after Penalties Germany win with 5-3 in then what is the correct score for the match?

1-1 ?

or 6-4 ? :eek:

But i think if we count on Penalties result then user will only have 2 choices: Team A or B, no draw then it is not fun as when 3 choices :)

if a game ends at the penalties, statistically is considered like a draw ... ;)

AA_ 06-25-2010 10:12 AM

1 Attachment(s)
Quote:

Originally Posted by gwerzal (Post 2059294)
Clarification of rules please.

I have a world cup competition running on my site http://www.uk-betting-tips.co.uk and this question has been asked -

For the knock out stages are we predicting the scores at 90 mins or the final result including extra time and if needed penalties?

Thank you

Ben

results and points from the World Cup 2002 and 2006. point system: 0, 1, 2, 3

Attachment 118827 Attachment 118826

example: final 2006 Italy - France
1 ? 1 (a.e.t.)
Penalties 5 - 3
result 6 - 4

example: quarter-finals 2006 England - Portugal
0 ? 0 (a.e.t.)
Penalties 1 - 3
result 1 - 3

example: quarter-finals 2006 Germany - Argentina
1 ? 1 (a.e.t.)
Penalties 4 - 2
result 5 - 3

example: round of 16 2002 Korea Republic - Italy
2 ? 1 (a.e.t.)
result 2 - 1

example: quarter-finals 2002 Spain - Korea Republic
0 ? 0 (a.e.t.)
Penalties 3 - 5
result 3 - 5

merk_aus 06-25-2010 12:49 PM

Wow this looks fantastic I really hope in the future you add the Australian league so it is useful on my site my members would absolutely love it and I would be able to make a donation once they are happy.

kawe 06-25-2010 01:52 PM

no answer about custom rewrite for Nginx ??

SilverBoy 06-25-2010 09:24 PM

Quote:

Originally Posted by AA_ (Post 2059307)
results and points from the World Cup 2002 and 2006. point system: 0, 1, 2, 3

Attachment 118827 Attachment 118826

example: final 2006 Italy - France
1 ? 1 (a.e.t.)
Penalties 5 - 3
result 6 - 4

example: quarter-finals 2006 England - Portugal
0 ? 0 (a.e.t.)
Penalties 1 - 3
result 1 - 3

example: quarter-finals 2006 Germany - Argentina
1 ? 1 (a.e.t.)
Penalties 4 - 2
result 5 - 3

example: round of 16 2002 Korea Republic - Italy
2 ? 1 (a.e.t.)
result 2 - 1

example: quarter-finals 2002 Spain - Korea Republic
0 ? 0 (a.e.t.)
Penalties 3 - 5
result 3 - 5

In case of draw I think the result must be draw without take of penalties + full time result as final result.

for example the result of Italy Vs France must be 1-1 not 6-4 because actually no one can predict the exact result in this way, so please try to think about it.

motd2 06-25-2010 09:56 PM

full time + extra time = :up:
full time + extra time + penalties = :down:

NickyNet 06-25-2010 10:04 PM

full time + extra time + penalties = :up:
full time + extra time = :down:

= the correct result for the game

AA_ 06-25-2010 10:49 PM

now available: Austrian Football Bundesliga 2010/2011

sontran 06-26-2010 04:19 AM

Haiz, this is great mod but I think in the KO stage if using the penalties shoot out results then we are limited the fun of prediction: only Win - Loose no Draw :( And now the chance for the guys who have much lesser point to the leader to climb up to the top is mostly impossible

ForenOpfer 06-26-2010 07:50 AM

*** Non english text removed ***

MarceloS 06-26-2010 12:49 PM

Basically, there are no more draws for World Cup? This is kind of bad imo.

Should be able to determine if the results are 90 minutes, 120 minutes or full.

zelnik 06-26-2010 02:58 PM

Have to agree including penalties is a big own goal for this otherwise fantastic add-on all of my users are now complaining :(

Is there no way to have a tick box option for admins to make a decision if they want to include penalties and then recalculate the games scores?!

Bacon Butty 06-26-2010 04:02 PM

Quote:

Originally Posted by zelnik (Post 2059891)
Have to agree including penalties is a big own goal for this otherwise fantastic add-on all of my users are now complaining :(

Is there no way to have a tick box option for admins to make a decision if they want to include penalties and then recalculate the games scores?!

Agree.

Traditionally, prediction leagues/pools in the UK are awarded after 90 minutes.

As an earlier member pointed out in this thread, there are no more scores awarded for draws...

Diablotic 06-26-2010 05:24 PM

It is too late now to implement a change during World Cup but would be a great improvement for future.

Philippe J 06-26-2010 06:00 PM

Same for me, all my users are complaining.
I have to manually hold the ranking list with the points given after 90 minutes (or 120 if needed).

AA, is it something you could implement in a future update (at least, let the choice) ?


All times are GMT. The time now is 11:02 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.02141 seconds
  • Memory Usage 1,835KB
  • 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
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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