index.php ?? a nie w Bittorrent.php ..?
przerobione przez p2p
<h6>Top 10 wstawiaj?cych</h6><div id=tlo_menu2><div class="menu1"><center><table width="60" valign=top><? echo "<table class=main border=1 cellspacing=0 cellpadding=5>";$res = mysql_query("SELECT COUNT(t.id) as numtor, u.username, u.id FROM torrents t JOIN users u ON t.owner = u.id GROUP BY u.id ORDER BY numtor DESC LIMIT 10") or sqlerr(__FILE__, __LINE__);if (mysql_num_rows($res) == 0) {echo "Brak userow";}else {echo "<tr><td aligne=left><font color=#fbfbfb><b>Nick</font></b></td> <td><font color=#fbfbfb><b>Torrentów</font></b></h></a></td></tr>";while ($arr = mysql_fetch_assoc ($res)) {echo "<tr><td align=left><a href=userdetails.php?id=$arr[id]>$arr[username]</td><td align=left><font color=red>".$arr['numtor']." torrent/ów</td></tr>";}echo "</table>";}?>