mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
Empty commit
This commit is contained in:
parent
d00609a32c
commit
55300ee9e9
@ -12,8 +12,8 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Artists" href="opensearch.php?type=artists" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Torrents" href="opensearch.php?type=torrents" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Artists" href="opensearch.php?type=artists" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Requests" href="opensearch.php?type=requests" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Forums" href="opensearch.php?type=forums" />
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Log" href="opensearch.php?type=log" />
|
||||
|
@ -1185,7 +1185,8 @@ CREATE TABLE `users_history_passkeys` (
|
||||
CREATE TABLE `users_history_passwords` (
|
||||
`UserID` int(10) NOT NULL,
|
||||
`ChangeTime` datetime DEFAULT NULL,
|
||||
`ChangerIP` varchar(15) DEFAULT NULL
|
||||
`ChangerIP` varchar(15) DEFAULT NULL,
|
||||
KEY `User_Time` (`UserID`,`ChangeTime`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
CREATE TABLE `users_info` (
|
||||
|
@ -44,7 +44,7 @@
|
||||
ZIP::unlimit();
|
||||
|
||||
$DB->query("SELECT
|
||||
DATE_FORMAT(".$Month.",'%b \'%y') AS Month,
|
||||
DATE_FORMAT(".$Month.",'%Y \ %m') AS Month,
|
||||
t.GroupID,
|
||||
t.Media,
|
||||
t.Format,
|
||||
|
@ -119,7 +119,7 @@
|
||||
){ ?>
|
||||
<div class="box pad">
|
||||
<p>Please note that the selling, trading or public giving away of our invitations, or responding to public 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 lost due to their actions. You should know the person you're inviting. If you aren't familiar enough with the user enough to trust them, we suggest not inviting them.</p>
|
||||
<p>Remember that you are responsible for ALL invitees, and your account and/or privileges may be lost due to their 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 haven't read and understood the information above.</em></p>
|
||||
</div>
|
||||
<div class="box pad">
|
||||
|
Loading…
Reference in New Issue
Block a user