Subpage under development, new version coming soon!
Asunto: »news XML Data Improvements
_ne0_ [del] para
rtg [del]
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 :)
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 :)
rtg [del] para
_ne0_ [del]
yeah i see the replies but they arent passed back in a POST function as far as i can see.
$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;
(editado)
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;
(editado)
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?
Example
..
....9410119
....Piccolo
....Inzaghi
....9
....1
..
I am in fault?
rym3k said there is no info about juniors age in xml files so far...
Arnau [del] para
grzesbe [del]
not yet, but xml files shall be updated soon with new features
rtg [del] para
Arnau [del]
intriguing - any chance of some warning on these new features please
ephixe [del] para
rtg [del]
Hello !
I've got some problems with the xml file for the youngs...
And on your side ?
I've got some problems with the xml file for the youngs...
And on your side ?
rym3k [del] para
ephixe [del]
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 )
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 )
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!
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!
Ferdi80 [del] para
rym3k [del]
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.
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.