Things that still need to be done before the second release:
Everytime game-information gets updated in the master-server, the master-server opens the page update.php or update_fsock.php with the GET argument id set to the game-id to be updated. The PHP file then retrieves the game-information from the master-server in XML:
fwrite($fd, "WEBPAGES:get=gamefile:format=xml:gameid=" . strval($game_id) . "\n");
The XML uses XSL to transform the XML into HTML. So you can see a webpage in the embedded webbrowser in the client.