Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Asunto: oSokker

2012-04-12 21:29:02
her name is noel. i have a dream about her. she rings my bell.
2012-04-23 20:26:35
Any Opera and oSokker users here? I need help with one thing.
(editado)
2012-04-23 20:33:09
So maybe some FF and oSokker users are here? I need immediate help with one thing.

Can someone who have oSokker installed check if he or she can watch Poland U21 squad? Just one click and one post/sk-mail.

click this link
(editado)
2012-04-23 20:56:48
checked, its still there.
why not ask your question?
2012-04-23 21:01:44
Do You use Firefox or Opera?

I am asking because when I enter that page (Opera) then my browser crashes.

And my "question" have such weird form because I got this problem once (probably 10-20 posts back) and no one answered then, so this time I tried different form.
(editado)
2012-04-23 21:06:03
opera.
with opera, there is some probelm with the calculating on players page(like your playerspage too).
you should disable these functions, where there is calculating on players page.
2012-04-23 21:11:27
Thank You very much for response and help.

It indeed crashes on players sorting and players summary. After disabling those options everything is fine. Problem solved.
2012-04-23 21:16:25
i hope BlueZero reading it:)
2012-04-23 21:35:36
Exactly crash line is:
playerData[pid]['injury'] = playerDivs[ summary['players'] ]['injury'];
in os_getPlayersSummary function (line 421, file oSokker.js).

After commenting it, You can enable players sorting and summary (works at least for current Poland U21 squad).

EDIT: Its something with parseInt function in my opinion.

EDIT2: I think, I got the final solution, not only workaround:
Change those lines (407 and 408):
playerDivs[ summary['players'] ]['injury'] = parseInt( sText );
if ( isNaN( playerDivs[ summary['players'] ]['injury'] ) ) playerDivs[ summary['players'] ]['injury'] = 7;

into simple:
playerDivs[ summary['players'] ]['injury'] = parseInt(sText) || 7;

or (because I am not sure if that above will work properly) in normal standard if statement [if(isNaN(parseInt(sText)) {variable = 7} else variable = parseInt(sText);]

(editado)
2012-04-27 18:33:40
Great.
seems to work just with the simple line.
But i am not sure if it will work for everyone. Cause, logicaly there is nothing wrong with my two lines.
I will upload it now. And Opera users can check.
2012-05-24 05:29:10
Osokker for fire fox 12??? I have it but the adjustments are not kept
2012-05-26 11:14:10
It's possible to have in the junior page also the number of the week in the season when the player is supposed to come out from the school? Thank you so much for your great job.
2012-05-26 11:49:52
it is allready ..lol
2012-05-26 11:51:13
hoover your mouse over the estimated age.
2012-05-26 13:21:47
Didn't know that :P Good to know.
2012-05-27 12:15:23
Mensaje borrado