View Single Post
  #1  
Old 6th October 2008, 19:13
movizdb movizdb is offline
Senior Member
 
Join Date: Sep 2008
France
Posts: 142
Default [TT 2.xx] add download button
here is the script to add a downlaod button to your TK

edit torrent-details.php

find
Code:
print ("<CENTER><B>" . DOWNLOAD . ": </B>BANNED!</CENTER>");
}else{
	print ("<table border=0 cellpadding=0 width=95%><tr><td align=center valign=middle width=54><a href=\"download.php?id=$id&name=" . rawurlencode($row["filename"]) . "\"><img src=\"".$site_config["SITEURL"]."/images/download_torrent.gif\" border=\"0\"></a></td>");
Replace with
Code:
print ("<CENTER><B>" . DOWNLOAD . ": </B>BANNED!</CENTER>");
}else{
	print ("<table border=0 cellpadding=0 width=95%><tr><td align=center valign=middle width=54><a href=\"download.php?id=$id&name=" . rawurlencode($row["filename"]) . "\"><img src=\"".$site_config["SITEURL"]."/download.gif\" border=\"0\"></a></td>");
Uplaod the download.gif in your root directory and see the result
Attached Images
 
Reply With Quote
The Following 2 Users Say Thank You to movizdb For This Useful Post:
bit4you (13th September 2009), mdxpro (17th May 2012)