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!

Onderwerp: »[news] XML Data Improvements

2009-07-02 16:23:05
From xmlinfo.php:

POST variables are ilogin and ipassword.

Possible replies from the script:
# "OK" - athentication succeded
# "FAILED errorno=[error number]" - athentication failed
(1 - bad password, 3 - user has no team, 4 - user is banned, 5 - user is a bakrupt, 6 - user IP is blacklisted)


Maybe it could help you...

By the way, if someone is skilled enough in Visual Basic and could help me to open from Excel the XML files with a script, I would very much appreciate :)
2009-07-02 17:08:44
try guacamole, he wrote his tool in VB
2009-07-02 17:15:37
yeah i see the replies but they arent passed back in a POST function as far as i can see.
2009-07-02 18:07:56
$ch=curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch, CURLOPT_COOKIEJAR, "cookieFileName");
curl_setopt($ch,CURLOPT_URL,"http://online.sokker.org/start.php?session=xml");
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_POSTFIELDS,"ilogin=$userid&ipassword=$pass");
curl_setopt($ch,CURLOPT_DNS_USE_GLOBAL_CACHE,false);
ob_start();
$hereYouHaveTheResponse = curl_exec($ch);
ob_end_clean();
return $ch;
(gewijzigd)
2009-07-03 08:29:38
thanks mate very much appreciated.
2010-01-08 11:38:08
I was looking for juniors.xml but I see the file is an older version, I suppose, because I can't see any reference to player's age.

Example


..
....9410119
....Piccolo
....Inzaghi
....9
....1
..


I am in fault?
2010-01-08 11:57:17
rym3k said there is no info about juniors age in xml files so far...
2010-01-08 20:34:02
not yet, but xml files shall be updated soon with new features
2010-01-10 18:24:01
intriguing - any chance of some warning on these new features please
2010-01-25 16:28:31
Hello !

I've got some problems with the xml file for the youngs...

And on your side ?

2010-01-29 12:44:45
Hi,

We are going to update XML.
We find few missing things in XML. Do you know if there is more ?
Junior:
* age
* formation (GK, outfield )
* fix ID(how we can find juniors which played in a match. We cannot find XML files for these juniors. There is no possibility to locate data for juniors which played in a match)
* superdivine skill

Player:
* height
* superdivine skill
* talent ( ;-P )
2010-01-29 13:50:26
if player talent, then junior talent too ;-))) :-P
2010-01-29 13:51:27
I forget about it ;P thx :)
2010-01-29 16:27:20
LOL :D
2010-01-29 21:10:27
in all seriousness here folks. This is THE time to get your oar in about what xml improvements you would like to see.

i do know there was a thread about certain statistics but can i find it?

for me more statistics but im not sure what. For me manager history so i could download all managers data and you could see your ups and downs.

Transfers?

there must be more!
2010-02-02 21:34:26
Some additions I'd like to see in the XMLs, please:

transfers: add player name and surname, so you don't have to query each single player in the list just to get the name.

team-xxx data: would be great to have the league-ID, junior-league-ID and Cup-ID in there.

juniors: now with juniors playing matches, it would be great to have no. of matches played.

reports: would be nice to have a list with the reports texts. ;)

for statistics it would be nice to have the number of fans in each arena block separately in the match-xxx XML.