",$message);
echo " no game in progress, please input 4 names and email addresses, please make sure that the addresses are correct! aehm... at the moment please just answer everything with no, still need to implement this
To: $To
Subject: $Subject
$message
";
}
else
mail($To,$Subject,$message);
return;
}
function parse_status()
{
global $game,$history,$player,$hash,$lines;
$game["init"] = 0;
$game["solo-who"] = -1;
$game["solo-what"] = "todo";
$game["wedding"] = -1;
$game["poverty"] = -1;
$game["nines"] = -1;
$game["startplayer"] = 0;
for($i=0;$i<4;$i++)
{
$tmp = explode( ":",$lines[$i]);
$hash[$i] = $tmp[0];
$player[$tmp[0]]["number"] = $i;
$player[$tmp[0]]["hash"] = $tmp[0];
$player[$tmp[0]]["name"] = $tmp[1];
$player[$tmp[0]]["email"] = $tmp[2];
$player[$tmp[0]]["option"] = $tmp[3];
$player[$tmp[0]]["points"] = $tmp[4];
$player[$tmp[0]]["cards"] = $tmp[5];
if(ereg("s",$tmp[3])) $game["init"]++;
if(ereg("P",$tmp[3])) $game["poverty"] = $i;
if(ereg("N",$tmp[3])) $game["nines"] = $i;
if(ereg("W",$tmp[3])) $game["wedding"] = $i;
if(ereg("[OSQJCAH]",$tmp[3]) && ($game["solo-who"]<0) )
{
$game["solo-who"] = $i;
$game["startplayer"] = $i;
}
}
/* save the game history */
for($i=4;$i
";
}
else
{ /* show the hand */
if($_REQUEST["in"]=="no")
{
for($i=0;$i<4;$i++)
{
$message = "Hello ".$player[$hash[$i]]["name"].",\n\n".
"the game has been canceled due to the request of one of the players.\n";
mymail($player[$hash[$i]]["email"],"[DoKo-Debug] the game has been canceled",$message);
}
$output = fopen("status.txt","w");
if($output)
fclose($output);
else
echo "problem opening file";
}
else
{
if($_REQUEST["update"]=="card") $player[$b]["option"].="c";
if($_REQUEST["update"]=="turn") $player[$b]["option"].="t";
$player[$b]["option"].="i";
save_status();
$allcards = $player[$b]["cards"];
$mycards = explode(";",$allcards);
sort($mycards);
echo "your cards are
";
foreach($mycards as $card)
{
display_card($card);
}
echo "
\n";
?>
";
}
else if( ereg("s",$player[$c]["option"]) && $game["init"]<4 )
{
echo "just wait for the game to start";
}
else if($game["init"]<4)
{
if( $_REQUEST["solo"]!="No")
{
switch($_REQUEST["solo"])
{
case "No trump":
$player[$c]["option"].="O";
break;
case "Normal solo":
$player[$c]["option"].="S";
break;
case "Queen solo":
$player[$c]["option"].="Q";
break;
case "Jack solo":
$player[$c]["option"].="J";
break;
case "Club solo":
$player[$c]["option"].="C";
break;
case "Spade solo":
$player[$c]["option"].="A";
break;
case "Hear solo":
$player[$c]["option"].="H";
break;
}
}
else if($_REQUEST["wedding"] == "yes")
{
echo "wedding was chosen
";
$player[$c]["option"].="W";
}
else if($_REQUEST["poverty"] == "yes")
{
echo "poverty was chosen
";
$player[$c]["option"].="P";
}
else if($_REQUEST["nines"] == "yes")
{
echo "nines was chosen
";
$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";
mymail($player[$c]["email"],"[DoKo-debug] the game will start soon",$message);
$player[$c]["option"].="s";
save_status();
if(file_exists("status.txt"))
$lines = file("status.txt");
else
die("no file");
parse_status();
if($game["init"]==4)
{
$message = "The game can start now, it's your turn, please use this link to play a card:\n".
$host."?me=".$hash[$game["startplayer"]]."\n";
mymail($player[$hash[$game["startplayer"]]]["email"],"[DoKo-debug] let's go",$message);
}
}
}
if($game["init"]==4)
{
/* check for sickness*/
/***** someone has 5 nines and no one is playing solo=> cance5Al game */
if($game["nines"]>=0 && $game["solo-who"]<0)
{
$message = $player[$hash[$game["poverty"]]]["nines"]." has more than 4 nines. Game aborted!\n";
for($i=0;$i<4;$i++)
{
mymail($player[$hash[$i]]["email"],"[DoKo-debug] the game has been canceled",$message);
}
$output = fopen("status.txt","w");
if($output)
fclose($output);
else
echo "problem opening file";
}
/* who is requesting this*/
if(!isset($_REQUEST["me"]))
{
if(!isset($_REQUEST["recovery"]))
{
echo "a game is in progress, but you are not playing.
";
echo "In case you are playing, but lost your email or can't access the game anymore, please input your email here:
";
?>
=0)
{
$message = "Please try this link: ".$host."?me=".$hash[$ok]."\n".
"\n if this doesn't work, contact the admin.\n";
mymail($recovery,"[DoKo-Debug] recovery ",$message);
echo "email has been sent.";
}
else
{
echo "can't find this email address, sorry.";
};
} /* end recovery */
}
else
{ /* $me is set */
$me = $_REQUEST["me"];
echo "game in progress and you are in it
";
if($game["solo-who"]>=0)
echo $player[$hash[$game["solo-who"]]]["name"]." is playing a ".$game["solo-what"]." solo!
";
else if($game["wedding"]>=0)
echo $player[$hash[$game["wedding"]]]["name"]." is playing a wedding!
";
/* show history */
foreach($history as $play)
{
echo "
";
$trick = explode(":",$play);
$last=-2;
/* found old trick, display it */
for($i=0;$i
";
}
}
}
else
echo "seems like you don't have that card
";
}
} /* end if card is set */
else if(isset($_REQUEST["win"]) && strlen($history[sizeof($history)-1])>3)
{
$win=$_REQUEST["win"];
$history[]=$win.":\n";
/* count points of the last trick */
$points=0;
$tmp = explode(":",$history[sizeof($history)-2]);
for($i=0;$i<4;$i++)
{
$tmp2 = explode("->",$tmp[$i]);
$c = $tmp2[1];
$points += card_value($c);
}
$player[$hash[$win]]["points"]+=$points;
echo "
".$player[$hash[$win]]["name"]." won: $points Points
";
save_status();
}; /* end if win is set */
echo "
";
$tmp = explode(":",$history[sizeof($history)-1]);
/* check last history entry: end of a trick? ask who won it */
if(sizeof($tmp)==5)
{
?>
the next player
";
if(strlen(trim($player[$me]["cards"]))==0)
{
echo "
game over, count points
";
for($i=0;$i<4;$i++)
{
echo $player[$hash[$i]]["name"]." got ".$player[$hash[$i]]["points"]."
";
}
}
}
echo "
";
} /* end check for winner */
/* do we still have cards? display them */
if(strlen(trim($player[$me]["cards"]))>0 )
{
$allcards = trim($player[$me]["cards"]);
$mycards = explode(";",$allcards);
sort($mycards);
/* is it our turn? */
if($hash[$next]==$me)
{
echo "ITS YOUR TURN
";
echo "your cards are:
";
foreach($mycards as $card)
{
display_link_card($card,$me);
}
}
else
{ /* not our turn, just show the hand */
echo "your cards are:
";
foreach($mycards as $card)
{
display_card($card);
}
}
echo "
\n";
}
}
}
}
?>