.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Multiplayer and AARs (http://forum.shrapnelgames.com/forumdisplay.php?f=145)
-   -   Glory (MA game)- game is live (http://forum.shrapnelgames.com/showthread.php?t=38813)

chrispedersen May 30th, 2008 12:40 PM

Hosting
 
LOL... you guys are making me run when I can barely walk.
Ich, I have a copy of sql around somewhere - also mysql.

I emailed Gandalf about useful scripts last night, but its too early to expect a reply.

I'd be happy to implement either email notification (hmm probably via a mapi client) or a website - but someone has to show me how to do it. Figuring it out on my own won't be timely at the moment.

It would be great if there were:
a) a script for backing up game files
b) email notification

Chris

lch May 30th, 2008 01:03 PM

Re: Hosting
 
You won't need SQL for the stats script from my link, only PHP. I only used a SQL database for my graphical scores, but that code is lost at the moment, so not of interest anyway.

lch May 30th, 2008 01:07 PM

Re: Hosting
 
Quote:

chrispedersen said:
I'd be happy to implement either email notification (hmm probably via a mapi client) or a website - but someone has to show me how to do it. Figuring it out on my own won't be timely at the moment.

Depends on your operating system. Linux easily comes with both. Web servers can be installed under Windows with one of the WAMP projects available. Email would be another thing.

Quote:

chrispedersen said:
It would be great if there were:
a) a script for backing up game files
b) email notification

I did both for my games. Backing up game files was more or less done like this (which I used on local games before):
<font class="small">Code:</font><hr /><pre>function archive {
if test $# -lt 1; then return; fi
tar czvf $(basename $1)-$(date +%s).tgz $@
}</pre><hr />
For email, I used something called nbsmtp because I didn't trust local sendmail installations, which would have been even easier to use.

P.S.: For Windows, try one of these links:
http://www.ss64.com/nt/mapisend.html
http://www.beyondlogic.org/solutions...mdlinemail.htm
http://www.blat.net/

Renojustin May 30th, 2008 07:17 PM

Re: Hosting
 
I did my turn. Now it's saying that my Dominions version is too old. (3.15) However, my other game, when it comes back online, (Ich), is in 3.15.

Not really understanding what's going on or what to do. Can I even play a 3.15 game with 3.17? Do I need to make a whole new install? Ugh.

lch May 30th, 2008 08:35 PM

Re: Hosting
 
Dom3 patches are parasitic. Some game will update to the new patch. Its players will have to update to the new patch to continue playing, too. Unless they install the game twice on their computers, then the servers of any other games that they play in will have to update to the new patch, too. Branching off from the current patch level is hard to do. That's probably the whole idea to make sure everybody's updated.

Bwaha May 31st, 2008 01:44 AM

Re: Hosting
 
just ran my second turn. all is good in the world. http://forum.shrapnelgames.com/images/smilies/happy.gif

Xanatos May 31st, 2008 06:24 PM

Re: Hosting
 
Rlyeh/Agartha, everything ok?

JimMorrison May 31st, 2008 07:10 PM

Re: Hosting
 
Yeah sorry about that, my Llamaserver games are training me to wait for an email so that I know a turn is ready. 8 \

On the bright side, I made it in 9 minutes before hosting. http://forum.shrapnelgames.com/image...ies/tongue.gif And I will do turn 4 immediately after, it looks like.

chrispedersen June 1st, 2008 05:57 AM

Re: Hosting
 
Hey by the way... it says Ryllah has not played. Are they stale? should we sub?

Niarg June 1st, 2008 01:04 PM

Re: Hosting
 
Just a busy weekend, I'll be fine playing now. Just a pity I stalled so early in the game.


All times are GMT -4. The time now is 02:07 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.