View Single Post
  #2  
Old 22nd October 2011, 08:33
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
wow thats off
PHP Code:
$bimg2 = @mysql_fetch_array(@mysql_query("SELECT avatar FROM users WHERE id=" $row['userid']));
$avatar $bimg2['avatar'];
if (!
$avatar) {
    
$avatar $site_config['SITEURL']."/images/default_avatar.gif";
}
echo    
'</td><td style="font-size: 12px; padding-left: 5px"><img src=  '.$avatar.'> <a href="'.$site_config['SITEURL'].'/account-details.php?id='.$row['userid'].'" target="_parent"><b>' .$user':</b></a>&nbsp;&nbsp;'.nl2br(format_comment($row['message'])); 
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following 2 Users Say Thank You to joeroberts For This Useful Post:
Daz (27th February 2013), psylodesign (22nd October 2011)