And France
And The Netherlands
Search found 515 matches
- Sun May 24, 2020 9:09 pm
- Forum: General Topics
- Topic: Talkchess forum is inaccessible from India
- Replies: 6
- Views: 9745
- Thu May 19, 2016 9:06 am
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
Paolo, maybe you can help me with the last glitch before I make the applet public. If you go to 1 of the 4 live channels then you will notice that often (usually with draws) the script refuses to go to the next game. I have PGN4WEB initialized as follows:
<script type="text/javascript">
SetPgnUrl ...
<script type="text/javascript">
SetPgnUrl ...
- Thu May 05, 2016 4:49 pm
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
could you add EPD support as shown here on top of the board? People then can paste the current position into their favorite engine for analysis.
If you click on square B8 you get a popup where you can copy the FEN string of the current position or the PGN of the game starting from the current ...
If you click on square B8 you get a popup where you can copy the FEN string of the current position or the PGN of the game starting from the current ...
- Thu May 05, 2016 10:59 am
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
Relying on a standard tool like FTP makes the whole thing easier to setup
Indeed.
It was an easy set-up after all.
Most of the time went into the things Arena was supposed to do, but didn't.
[Wish] - could you add EPD support as shown here on top of the board? People then can paste the current ...
Indeed.
It was an easy set-up after all.
Most of the time went into the things Arena was supposed to do, but didn't.
[Wish] - could you add EPD support as shown here on top of the board? People then can paste the current ...
- Sat Apr 30, 2016 2:29 pm
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
The only good bug is a dead bug.
-- DD
-- DD
- Thu Apr 28, 2016 4:37 pm
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
I found a different way using FTP.EXE as found in the Windows directory.
http://www.top-5000.nl/pgn4web/live.htm
Still under construction, but it seem to work.
I run: ftp -s:script.txt ftp.top-5000.nl
script.txt
top-5000.nl
password
cd pgn4web
put c:\arena\arena1.pgn
quit
PS, page is ...
http://www.top-5000.nl/pgn4web/live.htm
Still under construction, but it seem to work.
I run: ftp -s:script.txt ftp.top-5000.nl
script.txt
top-5000.nl
password
cd pgn4web
put c:\arena\arena1.pgn
quit
PS, page is ...
- Wed Apr 27, 2016 10:15 am
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
I noticed ;) see: http://www.top-5000.nl/pgn4web/live.htm
Nice job!
Besides "SetPgnUrl" is there also a sort of "SetPgnPath" option that points to a place on the harddisk?
Say, SetPgnPath ("c:\game.pgn");
As I have it currently the PGN must be uploaded to the server every time?
I couldn't find ...
Nice job!
Besides "SetPgnUrl" is there also a sort of "SetPgnPath" option that points to a place on the harddisk?
Say, SetPgnPath ("c:\game.pgn");
As I have it currently the PGN must be uploaded to the server every time?
I couldn't find ...
- Wed Apr 27, 2016 9:21 am
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
I noticed ;) see: http://www.top-5000.nl/pgn4web/live.htm
Nice job!
Besides "SetPgnUrl" is there also a sort of "SetPgnPath" option that points to a place on the harddisk?
Say, SetPgnPath ("c:\game.pgn");
As I have it currently the PGN must be uploaded to the server every time?
I couldn't find ...
Nice job!
Besides "SetPgnUrl" is there also a sort of "SetPgnPath" option that points to a place on the harddisk?
Say, SetPgnPath ("c:\game.pgn");
As I have it currently the PGN must be uploaded to the server every time?
I couldn't find ...
- Wed Apr 27, 2016 7:10 am
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
Thank you Paolo, I have used PGN4WEB before with ProDeo 1.85 searching for games in a database. I will try to get the live-support to work. Does the PGN part via the FEN tag support start positions?
- Tue Apr 26, 2016 3:17 pm
- Forum: General Topics
- Topic: How to post chess games
- Replies: 197
- Views: 2279167
Re: How to post chess games
I use TLCV for live support of chess games. Unfortunately it doesn't support positions nor the PGN with moves that lead to the position. I am considering PGN4WEB, is there a ready to use template available I could work on?