";
if ($xwert > '430') {
echo "$index[5]";
$wert = $xwert/430;
$xwert = '430';
$ywert = $ywert/$wert;
echo "";
} else {
echo "";
}
echo " |
";
################################################################################
if (($points != '0') && ($votes != '0')) {
if ($punkte_anz == '0') {
$punkte = round(($points/$votes),2);
} else {
$punkte = $points;
}
} else {
$punkte = '0';
}
################################################################################
$sql="SELECT * FROM $db_table WHERE id = '$id'";
$ergebnis=mysql_query($sql, $db);
if($ergebnis) {
while($zeile =mysql_fetch_array($ergebnis)) {
$rubrik_voting=$zeile["art"];
}
mysql_free_result($ergebnis);
}
if ($user) {
if ($user != $creator) {
if(mysql_select_db($db_name,$db)) {
$sql="SELECT * FROM $db_table1 where ip='$user' and vid='$id'";
$ergebnis=mysql_query($sql, $db);
if($ergebnis) {
while($zeile =mysql_fetch_array($ergebnis)) {
$ip=$zeile["ip"];
$vid=$zeile["vid"];
}
mysql_free_result($ergebnis);
} else {
echo "$sql falsch";
}
}
if ($ip != $user) {
echo "
$index[6]
[ 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 ]
$index[7] $ipvoting |
";
} else {
echo "
$index[8] |
";
}
} else {
echo "
$index[9] |
";
}
} else {
echo "
$index[10] |
";
}
echo "
|
";
$puserid = '';
$sql="SELECT * FROM $db_table15 WHERE username = '$creator'";
$ergebnis=mysql_query($sql, $db);
if($ergebnis) {
while($zeile =mysql_fetch_array($ergebnis)) {
$puserid=$zeile["id"];
}
mysql_free_result($ergebnis);
}
################################################################################
$sortpoints = array(array(),array());
mysql_select_db($db_table,$db);
if ($top_rubrik == 'Alle') {
$result = mysql_query("SELECT * FROM $db_table");
} else {
$result = mysql_query("SELECT * FROM $db_table WHERE art='$rubrik_voting'");
}
$max_zahl = mysql_num_rows($result);
for($i=0; $i < $max_zahl; $i++){
list($sortpoints[1][$i],$sortpoints[2][$i],$sortpoints[3][$i],$sortpoints[4][$i],$sortpoints[5][$i],$sortpoints[6][$i]) = mysql_fetch_row($result);
if($sortpoints[5][$i] != 0)
if ($punkte_anz == '0') {
$sortpoints[0][$i] = $sortpoints[4][$i] / $sortpoints[5][$i];
$sortpoints[0][$i]=(ceil($sortpoints[0][$i]*100)/100);
} else {
$sortpoints[0][$i] = $sortpoints[4][$i];
}
if ($sortpoints[0][$i] == '') {
$sortpoints[0][$i] = '0';
}
}
if ($max_zahl >= 1) {
array_multisort($sortpoints[0], SORT_DESC, $sortpoints[1], $sortpoints[2], $sortpoints[3], $sortpoints[4], $sortpoints[5], $sortpoints[6]);
}
for($i=0; $i < $max_zahl; $i++){
$rank = $i + 1;
if ($sortpoints[1][$i] == $id) {
$plazierung = $rank;
}
}
################################################################################
echo "";
echo "";
echo "
";
if ($start > '1') {
$startzu = $start-1;
echo "< < $index[11] | ";
} else {
echo " | ";
}
if ($max_zahl != $start) {
$startvor = $start +1;
echo "$index[12] > > | ";
} else {
echo " | ";
}
$sql="SELECT * FROM $db_table3 where id='$puserid'";
$ergebnis=mysql_query($sql, $db);
if($ergebnis) {
while($zeile =mysql_fetch_array($ergebnis)) {
$id_user=$zeile["id"];
$nachricht=$zeile["nachrichten"];
$kommentar=$zeile["kommentare"];
}
mysql_free_result($ergebnis);
} else {
echo "$sql falsch";
}
echo "
";
################################################################################
echo " | ";
echo "
";
echo "";
echo "";
echo "";
echo "$index[13] ";
if ($id_user) {
echo "";
}
echo "$creator";
if ($id_user) {
echo " | ";
} else {
echo "";
}
echo "$index[14] $rubrik_voting | ";
echo "$index[15] $votes | ";
if ($punkte_anz == '0') {
echo "$index[16] $punkte | ";
} else {
echo "$index[17] $punkte | ";
}
$platz_top = "".$plazierung.".".$index[18]."";
if ($nachricht == 'ja') {
echo "$index[19] $creator | ";
} else {
echo " $index[20] | ";
}
if ($top_rubrik == 'Alle') {
echo "$index[21] $platz_top | ";
} else {
echo "$index[22]-$rubrik_voting: $platz_top | ";
}
echo " | ";
echo "$index[23] | ";
echo "$comment | ";
if ($input_absenden_kom == 'absenden') {
$time = time();
$input_kommentar=nl2br(htmlentities($input_kommentar));
$anfuegen=mysql_query("INSERT INTO $db_table17 (user, titel, text, creator, time,user_id) VALUES ('$user','$input_tit_kom', '$input_kommentar','$input_voting_kom','$time','$user_id')");
}
$sql="SELECT * FROM $db_table17 WHERE creator='$creator' and user_id = '$id'";
$ergebnis=mysql_query($sql, $db);
while($zeile =mysql_fetch_array($ergebnis)) {
$voting_kom++;
}
echo " ";
echo " |
";
################################################################################
if ($kommentar == 'ja') {
echo " [ $voting_kom $index[24] ] |
";
if ($kom == 'yes') {
$sql="SELECT * FROM $db_table17 WHERE creator='$creator' and user_id = '$id' ORDER BY time DESC";
$ergebnis=mysql_query($sql, $db);
while($zeile =mysql_fetch_array($ergebnis)) {
$user_kom=$zeile["user"];
$creator=$zeile["creator"];
$text=$zeile["text"];
$titel=$zeile["titel"];
$time=$zeile["time"];
if ($creator != '') {
$datum_kom =strftime("%d.%m.%Y - %H:%M",$time);
echo "$titel $index[25] $user_kom $index[26] $datum_kom |
$text |
";
}
}
}
}
$sql="SELECT * FROM $db_table20";
$ergebnis=mysql_query($sql, $db);
if($ergebnis) {
while($zeile =mysql_fetch_array($ergebnis)) {
$time_news = $zeile["time"];
$news = $zeile["news"];
}
mysql_free_result($ergebnis);
} else {
echo "$sql falsch";
}
################################################################################
if (($kom != 'yes') && (!$user)) {
if (!$news) {
$date = date( "d.m.Y");
$time = date( "H:i:s");
$time_news = "".$date." - ".$time."";
}
echo " |
";
echo "$title News - $time_news |
";
if ($news) {
echo "$news |
";
} else {
echo "$index[27] |
";
}
}
if (($kom == 'yes') and ($user)) {
echo "
";
} else {
echo "