Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 9th July 2013, 01:24
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up torrents on index
torrents on index one with the cats on it seeders and leachers anyone have this ? mod please post it

Last edited by wMan; 9th July 2013 at 10:04.
Reply With Quote
  #2  
Old 9th July 2013, 09:38
ilikecookies ilikecookies is offline
Member
 
Join Date: Jun 2013
P2P
Posts: 12
Default
me english vary good
Reply With Quote
  #3  
Old 9th July 2013, 13:35
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
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>";
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 12th July 2013 at 19:31.
Reply With Quote
The Following User Says Thank You to firefly007 For This Useful Post:
Fynnon (17th July 2013)
  #4  
Old 14th July 2013, 00:10
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs down
mod no good
Reply With Quote
  #5  
Old 14th July 2013, 01:00
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
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.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 14th July 2013 at 01:23.
Reply With Quote
  #6  
Old 15th March 2024, 11:32
soneigr soneigr is offline
Senior Member
 
Join Date: Dec 2023
Greece
Posts: 62
Default
thanks
Reply With Quote
Reply

Tags
index , torrents

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 12:36. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.