mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
a92d42129a
commit
22b5e25cac
@ -26,7 +26,7 @@ function compare($X, $Y) {
|
||||
}
|
||||
|
||||
$Sneaky = $UserID !== $LoggedUser['ID'];
|
||||
$Title = $Sneaky ? "$Username's bookmarked torrents" : 'Your bookmarked torrents';
|
||||
$Title = $Sneaky ? "$Username's bookmarked torrent groups" : 'Your bookmarked torrent groups';
|
||||
|
||||
// Loop through the result set, building up $Collage and $TorrentTable
|
||||
// Then we print them.
|
||||
@ -280,7 +280,7 @@ function compare($X, $Y) {
|
||||
<div class="box box_info box_statistics_bookmarked_torrents">
|
||||
<div class="head"><strong>Stats</strong></div>
|
||||
<ul class="stats nobullet">
|
||||
<li>Torrents: <?=$NumGroups?></li>
|
||||
<li>Torrent groups: <?=$NumGroups?></li>
|
||||
<li>Artists: <?=count($ArtistCount)?></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -22,6 +22,7 @@
|
||||
}
|
||||
if (!isset($Data) || !$Data) {
|
||||
$Cached = false;
|
||||
|
||||
$Data = @file_get_contents($URL, 0, stream_context_create(array('http' => array('timeout' => 15))));
|
||||
if (!$Data || empty($Data)) {
|
||||
img_error('timeout');
|
||||
|
@ -12,7 +12,6 @@
|
||||
<strong class="important_text"><?=$Err ?></strong><br /><br />
|
||||
<? } ?>
|
||||
An email will be sent to your email address with information on how to reset your password.<br /><br />
|
||||
|
||||
<table class="layout" cellpadding="2" cellspacing="1" border="0" align="center">
|
||||
<tr valign="top">
|
||||
<td align="right">Email </td>
|
||||
|
@ -141,7 +141,6 @@
|
||||
<p>Please note that the selling, trading, or publicly giving away our invitations — or responding to public invite requests — is strictly forbidden, and may result in you and your entire invite tree being banned. This includes offering to give away our invitations on any forum which is not a class-restricted forum on another private tracker.</p>
|
||||
<p>Remember that you are responsible for ALL invitees, and your account and/or privileges may be disabled due to your invitees' actions. You should know the person you're inviting. If you aren't familiar enough with the user to trust them, we suggest not inviting them.</p>
|
||||
<p><em>Do not send an invite if you have not read or do not understand the information above.</em></p>
|
||||
|
||||
</div>
|
||||
<div class="box pad">
|
||||
<form class="send_form" name="invite" action="user.php" method="post">
|
||||
|
Loading…
Reference in New Issue
Block a user