View Single Post
  #5  
Old 19th July 2013, 21:06
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
Code:
ALTER TABLE `torrents` ADD `tube` varchar(80) NOT NULL default '';
@BITTORRENT.PHP ADD
Code:
$tube = ($row[tube]=="yes" ? "&nbsp;<img src='pic/YOURUTBEHEREPIC.gif' align='right' title='Tube' alt='Tube'/>" : "");
i do not know what you are using code wize
@BITTORRENT.PHP FIND

Code:
if (sql_timestamp_to_unix_timestamp($row["added"]) >= $last_browse)
@BITTORRENT.PHP ADD ON BOTH LINES WHERE YOU WANT
DO NOT COPY AND PAST THIS PART
Code:
print("\" $tube,$description\n");
else
print("\" $tube,$description\n");
Code:
$tube,
ill post the rest of this mod when i know what you are using

Last edited by wMan; 19th July 2013 at 22:32.
Reply With Quote