Esempio n. 1
0
&amp;authkey=<?php 
echo $LoggedUser['AuthKey'];
?>
&amp;torrent_pass=<?php 
echo $LoggedUser['torrent_pass'];
?>
" title="Download">DL</a>]
			</span>
			&nbsp;&nbsp;&raquo;&nbsp; <a href="torrents.php?id=<?php 
echo $GroupID;
?>
&amp;torrentid=<?php 
echo $TorrentID;
?>
"><?php 
echo torrent_info($Torrent);
?>
</a>
		</td>
		<td class="nobr"><?php 
echo get_size($Torrent['Size']);
?>
</td>
		<td><?php 
echo number_format((int) $Torrent['Snatched']);
?>
</td>
		<td<?php 
echo (int) $Torrent['Seeders'] == 0 ? ' class="r00"' : '';
?>
><?php 
Esempio n. 2
0
echo $LoggedUser['torrent_pass'];
?>
" title="Download">DL</a>
				| <a href="reportsv2.php?action=report&amp;id=<?php 
echo $TorrentID;
?>
" title="Report">RP</a>]
			</span>
			&raquo; <a href="torrents.php?id=<?php 
echo $GroupID;
?>
&amp;torrentid=<?php 
echo $TorrentID;
?>
"><?php 
echo torrent_info($Data);
?>
</a>
		</td>
		<td><?php 
echo $Data['FileCount'];
?>
</td>
		<td class="nobr"><?php 
echo time_diff($Data['Time'], 1);
?>
</td>
		<td class="nobr"><?php 
echo get_size($Data['Size']);
?>
</td>