As Gandalf said, there's virtually nothing a PBEM server can do that a network server can't. Personally, I prefer networked for ease of playing turns. I don't like to click and copy and move around stuff every time I download or upload a turn. Others might perceive it differently.
Quote:
Originally Posted by Zeldor
Gandalf Parker:
Well, even at your server I don't see an option to:
- check turn status without logging in or using special program [not even sure if it works]
|
I created a
PHP script for that. Others have come up with similar solutions. Including llama for his PBEM server.
Quote:
Originally Posted by Zeldor
- have all my old turns stored without manually doing so
|
A reasonable server admin generates backups of all the turns, I do that at least. Rollbacks are always possible then. If you talk about the user side, then yes, you'd need to take care about that yourself. I'm not sure if I'd consider binary attachments in my email inbox a good turn backup solution over backups on my file system.
Quote:
Originally Posted by Zeldor
- checking how many stales other players had
|
*Points to my PHP script again...* It already does this.
See
http://dom3.servegame.com/stats/stats.php?game=Demo for a demonstration.