= 1) { array_multisort($sortpoints[0], SORT_DESC, $sortpoints[1], $sortpoints[2], $sortpoints[3], $sortpoints[4], $sortpoints[5], $sortpoints[6]); } if ($top_start == '') { $top_start = '0'; if ($max_zahl > '10') { $top_ende = '10'; } else { $top_ende = $max_zahl; } } ################################################################################ echo "
$topliste[1]
"; ################################################################################ echo " "; for($i=$top_start; $i < $top_ende; $i++){ $rank = $i + 1; ############################################################### $imagebild = "".$img_folder."".$sortpoints[1][$i].".jpg"; $image = imagecreatefromjpeg("$imagebild"); $ywert=imagesy($image); $xwert=imagesx($image); $bildx = $xwert + 50; $bildy = $ywert + 50; $top_user_id = "" . $sortpoints[2][$i] . ""; ############################################################### $sql="SELECT * FROM $db_table3 WHERE user = '$top_user_id'"; $ergebnis=mysql_query($sql, $db); if($ergebnis) { while($zeile =mysql_fetch_array($ergebnis)) { $id_user = $zeile["id"]; } } if ($xwert > '100') { $wert = $xwert/100; $xwert = '100'; $ywert = $ywert/$wert; } $bildurl = "".$url."popup.php?id=".$sortpoints[1][$i]."&xwert=".$xwert."&ywert=".$ywert.""; echo ""; echo ""; echo ""; } $top_rund = round((($max_top+5)/10), 0); echo ""; echo ""; echo "
$topliste[3] $top
$topliste[4] $rank
$topliste[5]"; if ($id_user) { echo ""; } echo " " . $sortpoints[2][$i] . ""; if ($id_user) { echo "
"; } else { echo "
"; } echo "$topliste[6] " . $sortpoints[6][$i] . "

$topliste[7] ". $sortpoints[5][$i] . "
"; if ($punkte_anz == '0') { echo "$topliste[8] ". $sortpoints[0][$i] . "
"; } else { echo "$topliste[9] ". $sortpoints[0][$i] . "
"; } echo "

 
"; for($a=1; $a <= $top_rund; $a++){ $top_start1 = ($a * 10) - 10; $top_ende1 = $a * 10; if ($top_ende1 > $max_zahl) { $top_ende1 = $max_zahl; } if ($max_zahl <= '10') { echo "[ $a ] "; } else { echo "[ $a ] "; } } echo "
"; include("footer.php"); ?>