View Single Post
  #1  
Old 8th September 2010, 02:31
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default share with facebook torrent table addon
add table column share with facebook.


open themes/***/bittorrent.php

find around line 220
Code:
echo"<td class=\"colhead\" align=\"center\"><a href=\"$phpself".$oldlink."sort=8&type=$link8\" title=\"Sort by "._btleechers." ".$link8."\">".pic("leechers.png",null,_btleechers)."</a></td>\n";
add below
Code:
echo"<td class=\"colhead\" align=\"center\"><img style=\"border: medium none ;\" title=\"share with facebook\" src=\"http://bvlist.com/images/facebook2.png\" border=\"0\"></td>\n";
find

Code:
echo"<td align=\"center\"><b>".$row["leechers"]."</b></td>\n";
add below
Code:
echo"<td aligh=\"center\"><a href=\"http://www.facebook.com/share.php?u=".$siteurl."/details.php?id=$id\" target=\"blank\"><center><img src=".$siteurl."/images/facebook.png height=22 width=22 border=0  title=Share-on-Facebook ></a></center></td>\n";
add images to images.
Attached Thumbnails
screenshot.jpg  
Attached Images
   
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote