mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
32558245a1
commit
26048fc8ce
@ -595,6 +595,10 @@ CREATE TABLE IF NOT EXISTS `bb_disallow` (
|
||||
-- ----------------------------
|
||||
-- Records of bb_disallow
|
||||
-- ----------------------------
|
||||
INSERT INTO `bb_disallow` VALUES ('1', 'torrentpier*');
|
||||
INSERT INTO `bb_disallow` VALUES ('2', 'tracker*');
|
||||
INSERT INTO `bb_disallow` VALUES ('3', 'forum*');
|
||||
INSERT INTO `bb_disallow` VALUES ('4', 'torrent*');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_extensions`
|
||||
@ -1259,4 +1263,4 @@ CREATE TABLE IF NOT EXISTS `buf_topic_view` (
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of buf_topic_view
|
||||
-- ----------------------------
|
||||
-- ----------------------------
|
||||
|
@ -135,7 +135,7 @@ function updateButton()
|
||||
{
|
||||
document.form_rebuild_progress.submit_button.value = label_next + " (" + ticker + ")";
|
||||
|
||||
ticker--;;
|
||||
ticker--;
|
||||
refresh = setTimeout("updateButton()", 1000);
|
||||
}
|
||||
}
|
||||
@ -254,4 +254,4 @@ function updateButton()
|
||||
</form>
|
||||
|
||||
<!--========================================================================-->
|
||||
<!-- ENDIF / TPL_REBUILD_SEARCH_PROGRESS -->
|
||||
<!-- ENDIF / TPL_REBUILD_SEARCH_PROGRESS -->
|
||||
|
@ -43,7 +43,7 @@
|
||||
<td colspan="2" class="tCenter pad_6"><input type="submit" name="login" class="bold long" value="{L_LOGIN}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><a href="{U_SEND_PASSWORD}" class="small">{L_FORGOTTEN_PASSWORD}</a></td>
|
||||
<td colspan="2" align="center"><a href="{U_SEND_PASSWORD}" class="small">{L_FORGOTTEN_PASSWORD}</a> · <a href="{U_REGISTER}" class="small">{L_REGISTER}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -52,4 +52,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
@ -289,10 +289,6 @@ td.topic_id { cursor: pointer; }
|
||||
$('#moderators').append(data.html);
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- IF SHOW_ONLINE_LIST -->
|
||||
<p class="small">{LOGGED_IN_USER_LIST}</p>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<td class="tRight vBottom nowrap small"><b>{PAGINATION}</b></td>
|
||||
</tr>
|
||||
@ -684,4 +680,4 @@ td.topic_id { cursor: pointer; }
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div><!--/bottom_info-->
|
||||
</div><!--/bottom_info-->
|
||||
|
Loading…
Reference in New Issue
Block a user