View Single Post
  #10  
Old 3rd March 2010, 15:30
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
change line
1312 to
PHP Code:
        $poster3 "<table  border=1 class=embedded cellspacing=0><tr><td>$dispname</td></tr><tr><td border=1 class=embedded align=center width=300 height=220><table width=100%><tr><td border=1 class=embedded align=center width=300 height=220><img src=poster.jpg width=150 height=220></td><td border=1 class=embedded align=center width=300 height=220><table><tr><td ALIGN=left><b>Added:</b></td><td ALIGN=right>"str_replace(" "" "$row["added"]) ."</td></tr><tr><td><b>Files:</b></td><td ALIGN=right>" $row["numfiles"] . "</td></tr><tr><td ALIGN=left><b>Comments:</b></td><td ALIGN=right>"$row["comments"] ."</td></tr></table></td></tr></table></td></tr></table>"
it was missing forward slashes
__________________
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/

Last edited by joeroberts; 4th March 2010 at 03:46.
Reply With Quote