View Single Post
  #3  
Old 2nd August 2009, 00:54
Night_Owl Night_Owl is offline
Member
 
Join Date: Jun 2009
P2P
Posts: 10
Red face :(
im having trouble addin this into the multi strike source the pic shows up but when i hit the download pic to get the file its tells me the torrent dont exist :/
any idea's what might help

this is whats there now

PHP Code:
print("<tr><td align=\"right\" class=\"rowhead\" width=\"1%\">" .D_DOWNLOAD"</td><td class=\"row1\" width=\"99%\" align=\"left\">");
        if (
$owned || ($wait==0))
            print(
"<a class=\"index\" href=\"download.php/$id/" rawurlencode($row["filename"]) . "\">" htmlspecialchars($row["filename"]) . "</a>");
        else
            print(
"" .D_YOU_HAVE_TO_WAIT"".$wait." " .D_HOURS_TO_DOWNLOAD_THIS_FILE"");

        print(
"</td></tr>"); 

Last edited by Fynnon; 2nd August 2009 at 10:06.
Reply With Quote