echo $lang_8 ?>
echo $lang_9 ?>
echo $lang_9a ?>
$letzter_crash = letzter_crash();
if ($letzter_crash[2] !=""){
$bild = "uploads/$letzter_crash[1]/$letzter_crash[2]";
$info = getimagesize ( $bild );
$max_x = 480;
$faktor_x = $info[0]/$max_x;
$x = $info[0]/$faktor_x;
$y = $info[1]/$faktor_x;
echo "$lang_153 $letzter_crash[3] $letzter_crash[4], $lang_154 $letzter_crash[5]
";
echo "$lang_155 $letzter_crash[0]
";
}
else{
echo "
$lang_153 $letzter_crash[3] $letzter_crash[4], $lang_154 $letzter_crash[5]
";
echo "$lang_155 $letzter_crash[0]
";
}
?>
echo $lang_9b ?>
$date = date("j.m.Y");
$gast_heute = mysql_query ("SELECT * FROM user_online_heute WHERE pilot_id = 0 AND date = '$date' GROUP BY ip");
$num_gast_heute = mysql_num_rows($gast_heute);
$user_online_heute = mysql_query ("SELECT * FROM user_online_heute WHERE pilot_id != 0 AND date = '$date' GROUP BY pilot_id");
$num_user_online_heute = mysql_num_rows($user_online_heute);
for ($m = 1; $m <= $num_user_online_heute; $m++)
{
$row_user_online_heute = mysql_fetch_array($user_online_heute);
$pilot_heute = mysql_query ("SELECT * FROM pilot WHERE pilot_id = '$row_user_online_heute[pilot_id]'");
$row_pilot_heute = mysql_fetch_array($pilot_heute);
echo "$row_pilot_heute[pilot_vname] $row_pilot_heute[pilot_nname], ";
}
if ($num_gast_heute == 1){
echo "und $num_gast_heute Gast";
}else
{
echo "und $num_gast_heute Gäste";
}
?>
|
|






