From 2d91a24aa681266bff36810746de016e2804989a Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 24 Nov 2006 09:35:39 +0000 Subject: [PATCH] some typos --- index.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 3a7ecad..4863b29 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ $host = "http://doko.nubati.net/index.php"; $wiki = "http://wiki.nubati.net/index.php?title=EmailDoko"; -$debug = 1; +$debug = 0; /* * end config @@ -443,10 +443,10 @@ if( isset($_REQUEST["PlayerA"]) && "If you want to join this game, please follow this link:\n\n". " ".$host."?a="; - mymail($EmailA,"Invite for a game of DoKo","Hello $PlayerA,\n".$message.$hashA); - mymail($EmailB,"Invite for a game of DoKo","Hello $PlayerB,\n".$message.$hashB); - mymail($EmailC,"Invite for a game of DoKo","Hello $PlayerC,\n".$message.$hashC); - mymail($EmailD,"Invite for a game of DoKo","Hello $PlayerD,\n".$message.$hashD); + mymail($EmailA,"You are invited to a game of DoKo","Hello $PlayerA,\n".$message.$hashA); + mymail($EmailB,"You are invited to a game of DoKo","Hello $PlayerB,\n".$message.$hashB); + mymail($EmailC,"You are invited to a game of DoKo","Hello $PlayerC,\n".$message.$hashC); + mymail($EmailD,"You are invited to a game of DoKo","Hello $PlayerD,\n".$message.$hashD); /* read in random.txt */ if(file_exists("random.txt")) @@ -607,7 +607,7 @@ if(sizeof($lines)<2) } echo "
\n"; ?> -

aehm... at the moment please just answer everything with no, still need to implement this

+

aehm... at the moment poverty is not implented. so I guess you need to play a normal game, even if you have less than 3 turmp :(...sorry

do you want to play solo? @@ -723,8 +723,8 @@ if(sizeof($lines)<2) $player[$c]["option"].="N"; } - $message = "you're in. once everyone has filled out the form,". - "the game will start and you'll get an eamil on your turn\n"; + $message = "You're in. Once everyone has filled out the form, ". + "the game will start and you'll get an eamil on your turn.\n"; mymail($player[$c]["email"],"[DoKo-debug] the game will start soon",$message); $player[$c]["option"].="s"; -- 2.25.1