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-06-01 20:23:17
2012-06-02 09:24:48
Thx it's working now, I mus have installed the wrong version :P
2012-06-05 21:21:52
Enable income calculation for sold out stadium
Is it working upper function on your computers ? On my machine it displays only Zeros .
2012-06-05 21:36:37
update oSokker
2012-06-05 22:21:03
i updated it from this link and the situation is the same
https://addons.mozilla.org/en-US/firefox/addon/osokker/
2012-06-05 22:28:20
so install the local version as blue has said 50 times already. read. learn.
the one on mozilla site isnt updated - the one you posted.
fannnny has the correct link at top of this page
2012-06-05 22:38:17
I installed it. It is working now . 10x
2012-06-05 23:14:42
2012-06-07 12:08:54
Can you please make a BMI code on playerpage?

I am realy to dunb to see it without that, and i am to lazy to caluclate :P
2012-06-07 13:39:37
While waiting till BZ do this in right way, this is shitty way to show BMI.
1. find and edit oSokker.js
2. find function os_init (it is first function in that file, You shouldn't have problems with finding it)
3. find block "if (strpos(doc.location, 'sokker.org/player.php?PID') !== false)"
4. at the end of this block (before proper '}' character) add following lines:
var temp = $('div.insideContainer.space2Top > div.content > p:first-child', doc)[0];
var h = parseFloat(/(\d{3})/.exec(temp.innerHTML)[1])/100.0;
var w = parseFloat(/(\d{2,3}\.\d+)/.exec(temp.innerHTML)[1]);
temp.innerHTML = temp.innerHTML.replace(/kg\s*/m, "kg, BMI: " + (w/(h*h)).toFixed(2) + "");
5. Refresh sokker webpage (F5) on Opera or do what you always do to reload osokker on FF.
(editado)
2012-06-07 13:43:50
haha thanks, i will try it :)
2012-06-07 14:53:38
Download the latest LOCAL version and you'll have it ;-P
2012-06-07 14:54:59
yeaaah you win ;)

thanks
2012-06-07 15:13:28
Can You put BMI value into "strong" tags like height and width?
2012-06-07 15:16:54
sure ;-)
2012-06-07 15:39:48
Also, I don't know why, but it is not working for that fatman: http://online.sokker.org/player.php?PID=9434477.

EDIT: And other 100+ kg players?
(editado)