2008/8/22 Michal Rudolf <[EMAIL PROTECTED]>

> Pascal Georges,  piÄ…tek, 22 sierpnia 2008:
> >I got a reply from Stefan Meyer-Kahlen, and he does not allow access to
> >their online services from other programs.
> >So if someone has another link for those 6 men EGTB online ?
>
> http://k4it.de/index.php?topic=egtb&lang=en
>
> I am not sure if that uses the same protocol, though.
>

It is 99% the same protocol, even if some parameters I sniffed are weird for
me. I found that this small script works with this site :
========================================
package require http

set fen "1k6/8/8/8/8/1K6/2R5/8 w - - 0 1"
set url "http://k4it.de/egtb/fetch.php";
set query [ ::http::formatQuery hook null action egtb fen $fen ]
::http::geturl $url -channel stdout -blocksize 4096 -query $query

=========================================

I sent a mail (again) to check if it is ok to use this service from Scid.

Pascal
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to