diff options
author | arun <arun@nubati.net> | 2006-11-24 09:35:39 +0000 |
---|---|---|
committer | arun <arun> | 2006-11-24 09:35:39 +0000 |
commit | 2d91a24aa681266bff36810746de016e2804989a (patch) | |
tree | 27732ab3a6df2f8c2b9a8e060627630734f1d836 /index.php | |
parent | b419a0604f118ce8697e236384e5110086e733b4 (diff) | |
download | e-DoKo-2d91a24aa681266bff36810746de016e2804989a.tar.gz e-DoKo-2d91a24aa681266bff36810746de016e2804989a.tar.bz2 e-DoKo-2d91a24aa681266bff36810746de016e2804989a.zip |
some typos
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 "<br />\n"; ?> - <p>aehm... at the moment please just answer everything with no, still need to implement this</p> + <p>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</p> <form action="index.php" method="post"> 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"; |