Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   [TT 2.xx] add download button (http://www.bvlist.com/showthread.php?t=1107)

movizdb 6th October 2008 19:13

[TT 2.xx] add download button
 
1 Attachment(s)
here is the script to add a downlaod button to your TK

edit torrent-details.php

find
Code:

print ("
" . DOWNLOAD . ": BANNED!
");
}else{
        print ("");
Replace with
Code:

print ("
" . DOWNLOAD . ": BANNED!
");
}else{
        print ("
");
Uplaod the download.gif in your root directory and see the result

xXGodhunterXx 27th November 2008 13:12

Thx
 
Thx for this code working fine :D

Night_Owl 2nd August 2009 00:54

:(
 
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 :sun:

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>"); 


andy007 24th June 2011 13:45

Thanks
 
Worked fine with my tracker.:) :drink:

foz 16th July 2011 14:47

Lol this was my mod from tt forum im fozshell as u can see from my name foz but on tt im fozshell :ok:


All times are GMT +2. The time now is 08:46.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.