mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
8857234ac0
commit
e95f99a496
@ -2,7 +2,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div id="foot">
|
||||
<span><a href="#"><?=SITE_NAME?></a> | <a href="http://what-network.net">What-Network</a> | <a href="http://what.cd/gazelle/">Project Gazelle</a></span>
|
||||
<span><a href="#"><?=SITE_NAME?></a> | <a href="http://what-network.net">What-Network</a> | <a href="https://what.cd/gazelle/">Project Gazelle</a></span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -5,6 +5,6 @@ Allow: /register.php
|
||||
#<skip>
|
||||
Allow: /what-network/
|
||||
Allow: /gazelle/
|
||||
Sitemap: http://what.cd/sitemap.xml
|
||||
Sitemap: https://what.cd/sitemap.xml
|
||||
#</skip>
|
||||
Disallow: /
|
||||
|
@ -331,7 +331,7 @@
|
||||
<tr>
|
||||
<td class="label">Torrent Group</td>
|
||||
<td>
|
||||
http://what.cd/torrents.php?id=<input type="text" name="groupid" value="<?=$GroupID?>" size="15"><br />
|
||||
https://what.cd/torrents.php?id=<input type="text" name="groupid" value="<?=$GroupID?>" size="15"><br />
|
||||
If this request matches a torrent group <span style="font-weight: bold;">already existing</span> on the site, please indicate that here.
|
||||
</td>
|
||||
</tr>
|
||||
@ -340,7 +340,7 @@
|
||||
<tr>
|
||||
<td class="label">Torrent Group</td>
|
||||
<td>
|
||||
<a href="torrents.php?id=<?=$GroupID?>">http://what.cd/torrents.php?id=<?=$GroupID?></a><br />
|
||||
<a href="torrents.php?id=<?=$GroupID?>">https://what.cd/torrents.php?id=<?=$GroupID?></a><br />
|
||||
This request <?=($NewRequest?'will be':'is')?> associated with the above torrent group.
|
||||
<? if (!$NewRequest) { ?>
|
||||
If this is incorrect, please <a href="reports.php?action=report&type=request&id=<?=$RequestID?>">report this request</a> so that staff can fix it.
|
||||
|
@ -930,7 +930,7 @@ function next_hour() {
|
||||
$TorrentAlerts[$UserID]['Count']++;
|
||||
}
|
||||
foreach($TorrentAlerts as $UserID => $MessageInfo){
|
||||
send_pm($UserID, 0, db_string('Unseeded torrent notification'), db_string($MessageInfo['Count']." of your uploads will be deleted for inactivity soon. Unseeded torrents are deleted after 4 weeks. If you still have the files, you can seed your uploads by ensuring the torrents are in your client and that they aren't stopped. You can view the time that a torrent has been unseeded by clicking on the torrent description line and looking for the \"Last active\" time. For more information, please go [url=http://what.cd/wiki.php?action=article&id=663]here[/url].\n\nThe following torrent".($MessageInfo['Count']>1?'s':'')." will be removed for inactivity:".$MessageInfo['Msg']."\n\nIf you no longer wish to receive these notifications, please disable them in your profile settings."));
|
||||
send_pm($UserID, 0, db_string('Unseeded torrent notification'), db_string($MessageInfo['Count']." of your uploads will be deleted for inactivity soon. Unseeded torrents are deleted after 4 weeks. If you still have the files, you can seed your uploads by ensuring the torrents are in your client and that they aren't stopped. You can view the time that a torrent has been unseeded by clicking on the torrent description line and looking for the \"Last active\" time. For more information, please go [url=https://what.cd/wiki.php?action=article&id=663]here[/url].\n\nThe following torrent".($MessageInfo['Count']>1?'s':'')." will be removed for inactivity:".$MessageInfo['Msg']."\n\nIf you no longer wish to receive these notifications, please disable them in your profile settings."));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -138,7 +138,7 @@ textarea#quickpost{margin:0; padding:0}
|
||||
top: 1em;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
background: #262626 url(http://what.cd/static/styles/minimal/images/bg.png) repeat-x 0 -3px;
|
||||
background: #262626 url(https://what.cd/static/styles/minimal/images/bg.png) repeat-x 0 -3px;
|
||||
border: 1px solid #757575;
|
||||
margin-top: 12px;
|
||||
white-space: nowrap;
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* inline-block might not work in ie7 */
|
||||
|
||||
/* GLOBAL */
|
||||
body{background:#262626 url(http://www.what.cd/static/styles/minimal/images/bg.png) repeat-x; color:#F1F1F1; font-family:Arial,sans-serif; font-size:11px; margin:0}
|
||||
body{background:#262626 url(https://what.cd/static/styles/minimal/images/bg.png) repeat-x; color:#F1F1F1; font-family:Arial,sans-serif; font-size:11px; margin:0}
|
||||
h1, h2, h3, h4{margin-top:0; padding:0}
|
||||
a, a:visited, a:active{color:#5AF; text-decoration:none}
|
||||
a:hover{color:#49D; text-decoration:underline}
|
||||
@ -10,7 +10,7 @@ p{margin:0px 0 5px 0}
|
||||
td p{margin:0}
|
||||
input, select, textarea{color:#F1F1F1; padding:3px; background:#262626; border:1px solid #9C9C9C; font-family:Arial,sans-serif; font-size:11px; }
|
||||
input:focus, textarea:focus{border:1px solid #CCC}
|
||||
blockquote{background:transparent url(http://what.cd/static/styles/minimal/images/blockquote.png) repeat; padding:5px; margin:10px; color:#F1F1F1 !important}
|
||||
blockquote{background:transparent url(https://what.cd/static/styles/minimal/images/blockquote.png) repeat; padding:5px; margin:10px; color:#F1F1F1 !important}
|
||||
input[type="submit"]:focus, input[type="button"]:focus{background:#333}
|
||||
input[type="submit"]:active, input[type="button"]:active{background:#5AF}
|
||||
select{padding:1px}
|
||||
@ -218,18 +218,18 @@ table tr.colhead_dark td{background:#555; border:0}
|
||||
.forum_unread .colhead_dark{background-color:#e3f1f9 !important; /*border:2px solid #a8d3ec !important; */}
|
||||
#forums table.forum_unread tr.colhead_dark td{background: #3A638C}
|
||||
|
||||
.last_read { width: 15px; height: 15px; background: url(http://what.cd/static/styles/minimal/images/go_last_read.png) no-repeat center center; margin-left: 5px; margin-left: 5px;}
|
||||
.last_read { width: 15px; height: 15px; background: url(https://what.cd/static/styles/minimal/images/go_last_read.png) no-repeat center center; margin-left: 5px; margin-left: 5px;}
|
||||
.last_read a { border: none; width: 100%; height: 100%; display: block; }
|
||||
.last_read a:hover { border: none; }
|
||||
|
||||
#forums #content .thin td.read{background:#373737 url(http://what.cd/static/styles/minimal/images/balloon.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread{background:#373737 url(http://what.cd/static/styles/minimal/images/balloon-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_sticky{background:#373737 url(http://what.cd/static/styles/minimal/images/sticky.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_sticky{background:#373737 url(http://what.cd/static/styles/minimal/images/sticky-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_locked{background:#373737 url(http://what.cd/static/styles/minimal/images/lock.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_locked{background:#373737 url(http://what.cd/static/styles/minimal/images/lock-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_locked_sticky{background:#373737 url(http://what.cd/static/styles/minimal/images/lock-sticky.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_locked_sticky{background:#373737 url(http://what.cd/static/styles/minimal/images/lock-sticky-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read{background:#373737 url(https://what.cd/static/styles/minimal/images/balloon.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread{background:#373737 url(https://what.cd/static/styles/minimal/images/balloon-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_sticky{background:#373737 url(https://what.cd/static/styles/minimal/images/sticky.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_sticky{background:#373737 url(https://what.cd/static/styles/minimal/images/sticky-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_locked{background:#373737 url(https://what.cd/static/styles/minimal/images/lock.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_locked{background:#373737 url(https://what.cd/static/styles/minimal/images/lock-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.read_locked_sticky{background:#373737 url(https://what.cd/static/styles/minimal/images/lock-sticky.png) no-repeat 50%; width:18px; height:18px}
|
||||
#forums #content .thin td.unread_locked_sticky{background:#373737 url(https://what.cd/static/styles/minimal/images/lock-sticky-unread.png) no-repeat 50%; width:18px; height:18px}
|
||||
|
||||
/* log checker fix */
|
||||
#logchecker input[type="file"]{color:#fff}
|
||||
@ -383,9 +383,9 @@ table tr.colhead_dark td{background:#555; border:0}
|
||||
.poll li{clear:both}
|
||||
.poll .graph{padding:0 0 15px 0}
|
||||
.poll .graph span{display:block; height:19px; float:left}
|
||||
.poll .graph #left_poll{width:9px; background:url(http://what.cd/static/styles/minimal/images/poll_left.png) top left no-repeat}
|
||||
.poll .graph #center_poll{background:url(http://what.cd/static/styles/minimal/images/poll_middle.png) top left repeat-x}
|
||||
.poll .graph #right_poll{width:11px; background:url(http://what.cd/static/styles/minimal/images/poll_right.png) top left no-repeat}
|
||||
.poll .graph #left_poll{width:9px; background:url(https://what.cd/static/styles/minimal/images/poll_left.png) top left no-repeat}
|
||||
.poll .graph #center_poll{background:url(https://what.cd/static/styles/minimal/images/poll_middle.png) top left repeat-x}
|
||||
.poll .graph #right_poll{width:11px; background:url(https://what.cd/static/styles/minimal/images/poll_right.png) top left no-repeat}
|
||||
|
||||
/* MISC */
|
||||
.r00{color:#F00}
|
||||
@ -458,10 +458,10 @@ h3{margin:10px 0}
|
||||
#rules #content li{margin:0 0 5px 0}
|
||||
|
||||
/* ICONS */
|
||||
.cats_music{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/music.png) top left no-repeat}
|
||||
.cats_applications{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/apps.png) top left no-repeat}
|
||||
.cats_ebooks{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/ebook.png) top left no-repeat}
|
||||
.cats_audiobooks{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/audiobook.png) top left no-repeat}
|
||||
.cats_elearningvideos{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/elearning.png) top left no-repeat}
|
||||
.cats_comedy{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/comedy.png) top left no-repeat}
|
||||
.cats_comics{width:30px; height:30px; background:url(http://what.cd/static/styles/minimal/images/icons/comics.png) top left no-repeat}
|
||||
.cats_music{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/music.png) top left no-repeat}
|
||||
.cats_applications{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/apps.png) top left no-repeat}
|
||||
.cats_ebooks{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/ebook.png) top left no-repeat}
|
||||
.cats_audiobooks{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/audiobook.png) top left no-repeat}
|
||||
.cats_elearningvideos{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/elearning.png) top left no-repeat}
|
||||
.cats_comedy{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/comedy.png) top left no-repeat}
|
||||
.cats_comics{width:30px; height:30px; background:url(https://what.cd/static/styles/minimal/images/icons/comics.png) top left no-repeat}
|
||||
|
@ -40,7 +40,7 @@ input:focus,textarea:focus {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: transparent url(http://what.cd/static/styles/minimal/images/blockquote.png) repeat;
|
||||
background: transparent url(https://what.cd/static/styles/minimal/images/blockquote.png) repeat;
|
||||
color: #f1f1f1!important;
|
||||
border: 1px #000 dotted;
|
||||
margin: 10px;
|
||||
@ -402,7 +402,7 @@ textarea#quickpost {
|
||||
}
|
||||
|
||||
#searchbars ul li ul {
|
||||
background: #262626 url(http://what.cd/static/styles/minimal/images/bg.png) repeat-x 0 -3px;
|
||||
background: #262626 url(https://what.cd/static/styles/minimal/images/bg.png) repeat-x 0 -3px;
|
||||
border: 1px solid #757575;
|
||||
display: block;
|
||||
left: 0;
|
||||
@ -635,7 +635,7 @@ table tr.colhead_dark td {
|
||||
}
|
||||
|
||||
.last_read {
|
||||
background: url(http://what.cd/static/styles/minimal/images/go_last_read.png) no-repeat center center;
|
||||
background: url(https://what.cd/static/styles/minimal/images/go_last_read.png) no-repeat center center;
|
||||
height: 15px;
|
||||
margin-left: 5px;
|
||||
width: 15px;
|
||||
@ -653,49 +653,49 @@ table tr.colhead_dark td {
|
||||
}
|
||||
|
||||
#forums #content .thin td.read {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/balloon.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/balloon.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.unread {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/balloon-unread.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/balloon-unread.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.read_sticky {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/sticky.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/sticky.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.unread_sticky {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/sticky-unread.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/sticky-unread.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.read_locked {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/lock.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/lock.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.unread_locked {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/lock-unread.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/lock-unread.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.read_locked_sticky {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/lock-sticky.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/lock-sticky.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#forums #content .thin td.unread_locked_sticky {
|
||||
background: #373737 url(http://what.cd/static/styles/minimal/images/lock-sticky-unread.png) no-repeat 50%;
|
||||
background: #373737 url(https://what.cd/static/styles/minimal/images/lock-sticky-unread.png) no-repeat 50%;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
@ -1036,16 +1036,16 @@ strong.quoteheader { color: #f1f1f1; }
|
||||
}
|
||||
|
||||
.poll .graph #left_poll {
|
||||
background: url(http://what.cd/static/styles/minimal/images/poll_left.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/poll_left.png) top left no-repeat;
|
||||
width: 9px;
|
||||
}
|
||||
|
||||
.poll .graph #center_poll {
|
||||
background: url(http://what.cd/static/styles/minimal/images/poll_middle.png) top left repeat-x;
|
||||
background: url(https://what.cd/static/styles/minimal/images/poll_middle.png) top left repeat-x;
|
||||
}
|
||||
|
||||
.poll .graph #right_poll {
|
||||
background: url(http://what.cd/static/styles/minimal/images/poll_right.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/poll_right.png) top left no-repeat;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
@ -1272,43 +1272,43 @@ h3 {
|
||||
}
|
||||
|
||||
.cats_music {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/music.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/music.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_applications {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/apps.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/apps.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_ebooks {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/ebook.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/ebook.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_audiobooks {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/audiobook.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/audiobook.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_elearningvideos {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/elearning.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/elearning.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_comedy {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/comedy.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/comedy.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.cats_comics {
|
||||
background: url(http://what.cd/static/styles/minimal/images/icons/comics.png) top left no-repeat;
|
||||
background: url(https://what.cd/static/styles/minimal/images/icons/comics.png) top left no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user