View Single Post
  #1  
Old 31st July 2017, 09:01
EagleLake EagleLake is offline
Senior Member
 
Join Date: Aug 2011
France
Posts: 31
Default Magnet Link torrent
hello this hack enabled you to download the torrent using MAGNET LINKS

go!

Click the image to open in full size.




Open torrents-details.php and look for:

PHP Code:
print ("<table border='0' cellpadding='0' width='100%'><tr><td  align='center' valign='middle' width='54'><a  href="download.php?id=$id&amp;name=" .  rawurlencode($row["filename"]) . ""><img  src="".$site_config["SITEURL"]."/images/download_torrent.png"  border="0" alt='' /></a></td>"); 


Replace with:


PHP Code:
print ("<table border='0' cellpadding='0' width='100%'><tr><td  align='center' valign='middle' width='54'><a  href="download.php?id=$id&amp;name=" .  rawurlencode($row["filename"]) . ""><img  src="".$site_config["SITEURL"]."/images/download_torrent.png"  border="0" title="Télécharger le torrent !"  /></a></td>"); print ("<td valign='top'><a  href="download.php?id=$id&amp;name=" .  rawurlencode($row["filename"]) .  "">".T_("DOWNLOAD_TORRENT")."</a>&nbsp;<a  href="magnet:?xt=urn:btih:" . $row['info_hash'] . "&dn=" .  rawurlencode($row['name']) . "&tr=" . $row['announce'] .  ""><img src="".$site_config["SITEURL"]."/images/magnetique.png"  width="38" height="36" border="0" title="Télécharger le torrent  magnétique !" /></a><br />"); 


Search for:


PHP Code:
print ("<td valign='top'><a  href="download.php?id=$id&amp;name=" .  rawurlencode($row["filename"]) .  "">".T_("DOWNLOAD_TORRENT")."</a><br />"); 


Add after:


PHP Code:
print ("<a href="magnet:?xt=urn:btih:" . $row['info_hash'] . "&dn=" .  rawurlencode($row['name']) . "&tr=" . $row['announce'] .  ""><font  size=5pt>".T_("MAGNET")."</font></a><br />"); 
Attached Files
File Type: rar IMG Torrent magnétique.rar (30.2 KB, 41 views)
Reply With Quote
The Following User Says Thank You to EagleLake For This Useful Post:
Fynnon (31st July 2017)