Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent) > Mods & Themes
Reply
  #1  
Old 8th September 2010, 02:35
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default Latest Donors Block
Code:
OpenTable("Site Donors");

echo "<div align=left>";
echo "<center><strong><br>Thank You</strong></center><br>";
echo "<br/>";
$sql = "SELECT id, username, can_do, donated FROM ".$db_prefix."_users WHERE donated != '' ORDER BY donated DESC ";
$mysql_result=mysql_query($sql) or die (mysql_error());; 
while ($row=mysql_fetch_array($mysql_result))
{
$id = $row['id'];
$username = $row['username'];
$donated = $row['donated'];
echo "<center><strong><img src=/images/star.gif></img><a href=account-details.php?id=$id><font color=orange>".$username."</font></a><img src=/images/star.gif></img></strong></center>";
}
echo "</marquee><br>";
echo "<center><strong><img src=/images/star.gif></img><a href=user.php?op=profile&id=$id><font color=\"".getusercolor($row["can_do"])."\">".$username."</font></a><img src=/images/star.gif></img></strong></center><br />";
echo"<br/>";

CloseTable();
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
Reply

Tags
block , donors , latest

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 00:57. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.