@@ -914,6 +915,7 @@ function require(file, callback) {
} // if $NumSimilar>0 ?>
diff --git a/sections/schedule/index.php b/sections/schedule/index.php
index 66c1bceb..d6da5861 100644
--- a/sections/schedule/index.php
+++ b/sections/schedule/index.php
@@ -307,7 +307,7 @@ function next_hour() {
$Message = 'You have downloaded more then 10 GiB while on Ratio Watch. Your leeching privileges have been disabled. Please reread the rules and refer to this guide on how to improve your ratio https://what.cd/wiki.php?action=article&id=110';
foreach($UserIDs as $UserID) {
Misc::send_pm($UserID,0,db_string($Subject),db_string($Message));
- send_irc("PRIVMSG #reports : !leechdisabled Downloaded 10 GB+ on Ratio Watch. https://".SSL_SITE_URL."/user.php?id=$UserID");
+ send_irc("PRIVMSG #reports : !leechdisabled Downloaded 10 GB+ on Ratio Watch. https://".NONSSL_SITE_URL."/user.php?id=$UserID");
}
$DB->query("UPDATE users_info AS i JOIN users_main AS m ON m.ID=i.UserID
diff --git a/sections/top10/torrents.php b/sections/top10/torrents.php
index fb44dac0..ca6cf18b 100644
--- a/sections/top10/torrents.php
+++ b/sections/top10/torrents.php
@@ -453,7 +453,7 @@ function generate_torrent_table($Caption, $Tag, $Details, $Limit) {
if($Scene) { $ExtraInfo.=$AddExtra.'Scene'; $AddExtra=' / '; }
if($Year>0) { $ExtraInfo.=$AddExtra.$Year; $AddExtra=' '; }
if($RemasterTitle) { $ExtraInfo.=$AddExtra.$RemasterTitle; }
- if($IsSnatched) { $ExtraInfo.=' /
Snatched!'; }
+ if($IsSnatched) { if($GroupCategoryID == 1) { $ExtraInfo .= ' / '; } $ExtraInfo.='
Snatched!'; }
if($ExtraInfo!='') {
$ExtraInfo = "- [$ExtraInfo]";
}
diff --git a/sections/torrents/details.php b/sections/torrents/details.php
index b203c228..d9071cf1 100644
--- a/sections/torrents/details.php
+++ b/sections/torrents/details.php
@@ -670,7 +670,7 @@ function filelist($Str) {
?>
- This album is in =count($Collages)?> collage=((count($Collages)>1)?'s':'')?>=$SeeAll?> |
+ ↑ This album is in =count($Collages)?> collage=((count($Collages)>1)?'s':'')?>=$SeeAll?> |
# torrents |
foreach ($Indices as $i) {
@@ -715,7 +715,7 @@ function filelist($Str) {
?>
- This album is in =count($PersonalCollages)?> personal collage=((count($PersonalCollages)>1)?'s':'')?>=$SeeAll?> |
+ ↑ This album is in =count($PersonalCollages)?> personal collage=((count($PersonalCollages)>1)?'s':'')?>=$SeeAll?> |
# torrents |
foreach ($Indices as $i) {
@@ -742,7 +742,7 @@ function filelist($Str) {
include(SERVER_ROOT.'/sections/torrents/voter_picks.php');
?>
-
=(!empty($ReleaseType) ? $ReleaseTypes[$ReleaseType].' info' : 'Info' )?>
+
↑ =(!empty($ReleaseType) ? $ReleaseTypes[$ReleaseType].' info' : 'Info' )?>
if ($WikiBody!="") { echo $WikiBody; } else { echo "There is no information on this torrent."; } ?>
diff --git a/sections/torrents/voter_picks.php b/sections/torrents/voter_picks.php
index 0a2439ab..c1c8e086 100644
--- a/sections/torrents/voter_picks.php
+++ b/sections/torrents/voter_picks.php
@@ -34,7 +34,7 @@
?>
- People who like this album also liked... (Show) |
+ ↑ People who like this album also liked... (Show) |
$Top10Groups = array_keys($Top10);
diff --git a/sections/upload/upload_handle.php b/sections/upload/upload_handle.php
index 436afe08..d3377422 100644
--- a/sections/upload/upload_handle.php
+++ b/sections/upload/upload_handle.php
@@ -630,8 +630,8 @@
}
// Use this section to control freeleeches
-$T['FreeLeech'] = 0;
-$T['FreeLeechType'] = 0;
+$T['FreeLeech'] = 1;
+$T['FreeLeechType'] = 1;
// Torrent
$DB->query("