Search found 97 matches

by pgn4web
Thu May 19, 2016 2:50 pm
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

Saw your latest version on http://rebel13.nl/pgn4web/live1.html

I noticed you have move infos in the format
22. Bd4 {+0.28/14 6}
I assume, first number is eval, then some depth info.
If you are interested, it's not too complex to add a graph to your page to plot these values, similarly to what ...
by pgn4web
Thu May 19, 2016 10:27 am
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

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.

Not sure if I understand the problem, however pgn4web by default stops polling ...
by pgn4web
Thu May 05, 2016 11:21 am
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

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 ...
by pgn4web
Thu Apr 28, 2016 3:32 pm
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

I thought that things like CGI and PHP were absolutely standard in HTTP servers nowadays. It is clear that people who want to broadcast should have access to some server machine. It wouldn't be anymore difficult to upload a PHP or CGI file than to upload a PGN file.
Uploading a file is not the ...
by pgn4web
Thu Apr 28, 2016 2:53 pm
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

E.g. the broadcaster could simply deposit moves, by accessing the URL

http://hgm.nubati.net/cgi-bin/tbserver.cgi?directory=games&file=327&password=abracadabra&append=2.Nf3

The only issue I see with this approach is to require a custom script to run on the web server. This might or might not be ...
by pgn4web
Thu Apr 28, 2016 12:32 pm
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

When I was broadcasting live tournaments through a JavaScript viewer I just configured the machine where the games were running as a web server.
This is all good for a small scale application, but I understand why you moved on for a more serious application with a real audience. Separating the ...
by pgn4web
Wed Apr 27, 2016 1:04 pm
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

TLCV does.

TOURNEYPGN=C:\arena\all.pgn

It's a different approach to the problem. pgn4web runs exclusively between the web client and the web server as standard HTML5 content. I do not know much about TLCV, but I guess it requires a dedicated/custom application running on your server that takes ...
by pgn4web
Wed Apr 27, 2016 9:46 am
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

Rebel wrote:I noticed ;) see: http://www.top-5000.nl/pgn4web/live.htm
Also, for live games you should really use SetInitialHalfmove("end", true), when opening a live game people really want to see the live position (the end of the PGN file)...
by pgn4web
Wed Apr 27, 2016 9:43 am
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

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 ...
by pgn4web
Wed Apr 27, 2016 7:57 am
Forum: General Topics
Topic: How to post chess games
Replies: 197
Views: 2279176

Re: How to post chess games

Rebel wrote:Does the PGN part via the FEN tag support start positions?
Yes.