Game Courier Open Invitations
This page currently lists open invitations for games people want to play online with Game Courier, a versatile web-based play-by-mail system that currently supports over 1100 Chess variants. These invitations are not directed to anyone in particular, and anyone is welcome to accept one. To accept an invitation, click on the Anyone link for the game, fill out and submit the form for accepting the invitation, then routinely come back here to play. To find out how to issue your own invitations, read the User's Guide. You may use this same page to view logs of ongoing and finished games. Just change the Status Filter in the form below.
Game | Log | Last Modified | Last Move by | Next Move for |
---|---|---|---|---|
Eurasian Chess | raja85-cvgameroom-2021-16-760 | 15 hours 29' ago | Alisher Bolsani | Anyone |
Dimension X | bohm-heickel.guerfal-2021-16-753 | 15 hours 40' ago | brahim fakhfakh | Anyone |
Tamerlane II | raja85-cvgameroom-2021-16-654 | 18 hours 2' ago | Alisher Bolsani | Anyone |
Shatranj Kamil (64) | raja85-cvgameroom-2021-15-833 | 1 day, 13 hours ago | Alisher Bolsani | Anyone |
UC-170-17 | sissa-cvgameroom-2021-15-726 | 1 day, 16 hours ago | Carlos Cetina | Anyone |
UC-73 | sissa-cvgameroom-2021-15-726 | 1 day, 16 hours ago | Carlos Cetina | Anyone |
UC-40 | sissa-cvgameroom-2021-15-726 | 1 day, 16 hours ago | Carlos Cetina | Anyone |
UC-24 | sissa-cvgameroom-2021-15-726 | 1 day, 16 hours ago | Carlos Cetina | Anyone |
Compton Medieval Chess | raja85-cvgameroom-2021-15-601 | 1 day, 19 hours ago | Alisher Bolsani | Anyone |
Minishogi | raja85-cvgameroom-2021-11-604 | 5 days, 19 hours ago | Alisher Bolsani | Anyone |
Petteia XXI | per31-cvgameroom-2021-4-866 | 12 days, 12 hours ago | per hommerberg | Anyone |
MySQL
This script queried the GameLogs table with the following prepared query:
SELECT * FROM GameLogs WHERE Priority = 1 AND (Opponent = '' OR Opponent IS NULL) AND Privacy = :privacy ORDER BY Lastmod DESC
To avoid SQL injection, most of the values are passed separately. The values in the query are determined by the values in your URL's query string or by what is entered into the form at top. When you leave a field blank, it normally means that it will leave that field out of the query, not that it will search for an empty value. Here is a recreation of what the SQL query would look like with the placeholders replaced by the values:
SELECT * FROM GameLogs WHERE Priority = 1 AND (Opponent = '' OR Opponent IS NULL) AND Privacy = 0 ORDER BY Lastmod DESC
The underlying MySQL is handled by MariaDB. A few fields give you multiple options for how to use them. You can search for an exact string match, an exact non-match, a LIKE match, which allows the use of a few wildcards, and a REGEXP match, which allows for very complicated pattern matching. Since these may slow down the search, they should be avoided unless you have a special need for them.
Filtering by Userid
If you enter a userid, it will list only those games in which that id identifies one of the players. Under the Next Move for column, for each game in which it is that user's turn to move, it will include a link for him to go to the PBM and make his next move. If a given user is playing any games that are not open to public view, he will need to enter his password to view these games on this page. If all your games are publicly viewable, then you don't need to include your password on this page.
How to Delete a Log
To get links for deleting logs, you must first enter a userid. To delete a log, you must be one of the players listed in the log. When you click on the link to delete a log, you will be asked for your password. Enter it and click on the Delete button. If your userid matches one of the players, and if your password is correct, the log will be deleted.
Written by Fergus Duniho
WWW Page Created: 21 July 2017