Exemplo n.º 1
0
</td>
		<td><?php 
    echo $Connectable ? '<span style="color: green;">Yes</span>' : '<span style="color: red;">No</span>';
    ?>
</td>
		<td class="number_column"><?php 
    echo Format::get_size($Uploaded);
    ?>
</td>
		<td class="number_column"><?php 
    echo number_format(($Size - $Remaining) / $Size * 100, 2);
    ?>
</td>
		<td><?php 
    echo display_str($UserAgent);
    ?>
</td>
	</tr>
<?php 
}
?>
</table>
<?php 
if ($NumResults > 100) {
    ?>
<div class="linkbox"><?php 
    echo js_pages('show_peers', $_GET['torrentid'], $NumResults, $Page);
    ?>
</div>
<?php 
}
Exemplo n.º 2
0
    }
    if ($i % 2 == 0 && $i > 0) {
        ?>
	</tr>
	<tr>
<?php 
    }
    ?>
		<td><?php 
    echo $User;
    ?>
</td>
		<td><?php 
    echo time_diff($Timestamp);
    ?>
</td>
<?php 
    $i++;
}
?>
	</tr>
</table>
<?php 
if ($NumResults > 100) {
    ?>
<div class="linkbox"><?php 
    echo js_pages('show_downloads', $_GET['torrentid'], $NumResults, $Page);
    ?>
</div>
<?php 
}
Exemplo n.º 3
0
	$UserInfo = user_info($SnatcherID);
	
	$User = format_username($SnatcherID, $UserInfo['Username'], $UserInfo['Donor'], $UserInfo['Warned'], $UserInfo['Enabled'], $UserInfo['PermissionID']);
	
	if($i % 2 == 0 && $i>0){
?> 
	</tr>
	<tr>	
<?
	}
?> 
		<td><?php 
echo $User;
?>
</td>
		<td><?php 
echo time_diff($Timestamp);
?>
</td>
<?
	$i++;
}
?>
	</tr>
</table>
<? if($NumResults>100) { ?>
<div class="linkbox"><?php 
echo js_pages('show_snatches', $_GET['torrentid'], $NumResults, $Page);
?>
</div>
<? } ?>