Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   torrents on index (http://www.bvlist.com/showthread.php?t=9286)

wMan 9th July 2013 01:24

torrents on index
 
torrents on index one with the cats on it seeders and leachers anyone have this ? mod please post it

ilikecookies 9th July 2013 09:38

me english vary good

firefly007 9th July 2013 13:35

PHP Code:

$result_top = mysql_query("SELECT id, category, name, leechers, seeders From torrents WHERE visible='yes' ORDER BY seeders DESC LIMIT 10 ") or sqlerr(__FILE__, __LINE__);

echo "<table width='100%'> 
  <tr>
    <td><div align='center'><h2>Top</h2></div></td>
  </tr>
</table>";


echo "<table width='100%' border='1'>
<tr>
<th><div class='stat_head'>Cat</div></th>
<th><div class='stat_head'>Name</div></th>
<th><div class='stat_head'>Leechers</div></th>
<th><div class='stat_head'>Seechers</div></th>
</tr>";


$row_top = mysql_fetch_assoc($result_top);{
  
switch ($row_top['category'])
{
case "1":
  $catout = "<img src='/pic/caticons/tvseries.png' width='40' height='40'>";
  break;
case "2":
  $catout = "<img src='/pic/caticons/movie_xvid.png' width='40' height='40'>";
  break;
case "3":
  $catout = "<img src='/pic/caticons/books.png' width='40' height='40'>";
  break;
case "4":
  $catout = "<img src='/pic/caticons/games.png' width='40' height='40'>";
  break;
case "5":
  $catout = "<img src='/pic/caticons/apps.png' width='40' height='40'>";
  break;
default:
  $catout = "<img src='/pic/caticons/apps.png' width='40' height='40'>";
}
echo "<tr>";
echo "<td width='50px' align='center'><div align='center'>$catout</div></td>";
?><td><a href="<?$BASEURL?>/details?id=<?echo $row_top['id']; ?>"class="stats_a"><? echo $row_top['name']; ?></a></td><?
echo "<td width='50px' align='center'><div align='center'>" $row_top['leechers'] . "</div></td>";
echo 
"<td width='50px' align='center'><div align='center'>" $row_top['seeders'] . "</div></td>";
echo 
"</tr>";
}
echo 
"</table>";


wMan 14th July 2013 00:10

mod no good

firefly007 14th July 2013 01:00

This is just an quick example of a possible solution to the over all question of this post.
I cant beleave that you who carries on about how good you are at coding need help with something so simple.

soneigr 15th March 2024 11:32

thanks


All times are GMT +2. The time now is 21:13.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.