diff --git a/design/privatefooter.php b/design/privatefooter.php
index 1e466523..e47be3b1 100644
--- a/design/privatefooter.php
+++ b/design/privatefooter.php
@@ -3,7 +3,7 @@
if (!empty($Options['disclaimer'])) { ?>
- None of the files shown here are actually hosted on this server. The links are provided solely by this site's users. These BitTorrent files are meant for the distribution of backup files. By downloading the BitTorrent file, you are claiming that you own the original file. The administrator of this site (http://=NONSSL_SITE_URL?>) holds NO RESPONSIBILITY if these files are misused in any way and cannot be held responsible for what its users post, or any other actions of it.
+ None of the files shown here are actually hosted on this server. The links are provided solely by this site's users. These BitTorrent files are meant for the distribution of backup files. By downloading the BitTorrent file, you are claiming that you own the original file. The administrator of this site (https://=SSL_SITE_URL?>) holds NO RESPONSIBILITY if these files are misused in any way and cannot be held responsible for what its users post, or any other actions of it.
}
diff --git a/sections/login/recover_step2.php b/sections/login/recover_step2.php
index aaabe663..6f035787 100644
--- a/sections/login/recover_step2.php
+++ b/sections/login/recover_step2.php
@@ -17,11 +17,11 @@
Password
-
+
Confirm Password
-
+
diff --git a/sections/register/step1.php b/sections/register/step1.php
index 19d16603..06c4c2f9 100644
--- a/sections/register/step1.php
+++ b/sections/register/step1.php
@@ -31,13 +31,12 @@
Password
-
+
Verify Password
-
+
A strong password is 8 characters or longer, contains at least 1 lowercase and uppercase letter, and contains at least a number or a symbol.
-
diff --git a/sections/reports/compose.php b/sections/reports/compose.php
index a63bb2d4..43f007e6 100644
--- a/sections/reports/compose.php
+++ b/sections/reports/compose.php
@@ -52,7 +52,7 @@
$Error = "No request with the reported ID found";
} else {
list($Name) = $DB->next_record();
- $TypeLink = "[url=https://".NONSSL_SITE_URL."requests.php?action=view&id=".$ThingID."]".display_str($Name)."[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."requests.php?action=view&id=".$ThingID."]".display_str($Name)."[/url]";
$Subject = "Request Report: ". display_str($Name);
}
@@ -63,7 +63,7 @@
$Error = "No collage with the reported ID found";
} else {
list($Name) = $DB->next_record();
- $TypeLink = "[url=https://".NONSSL_SITE_URL."collage.php?id=".$ThingID."]".display_str($Name)."[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."collage.php?id=".$ThingID."]".display_str($Name)."[/url]";
$Subject = "Collage Report: ". display_str($Name);
}
@@ -74,7 +74,7 @@
$Error = "No forum thread with the reported ID found";
} else {
list($Title) = $DB->next_record();
- $TypeLink = "[url=https://".NONSSL_SITE_URL."forums.php?action=viewthread&threadid=".$ThingID."]".display_str($Title)."[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."forums.php?action=viewthread&threadid=".$ThingID."]".display_str($Title)."[/url]";
$Subject = "Thread Report: ". display_str($Title);
}
@@ -90,7 +90,7 @@
$Error = "No forum post with the reported ID found";
} else {
list($PostID,$Body,$TopicID,$PostNum) = $DB->next_record();
- $TypeLink = "[url=https://".NONSSL_SITE_URL."forums.php?action=viewthread&threadid=".$TopicID."&post=".$PostNum."#post".$PostID."]FORUM POST[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."forums.php?action=viewthread&threadid=".$TopicID."&post=".$PostNum."#post".$PostID."]FORUM POST[/url]";
$Subject = "Post Report";
}
@@ -102,7 +102,7 @@
} else {
list($RequestID, $Body, $PostNum) = $DB->next_record();
$PageNum = ceil($PostNum / TORRENT_COMMENTS_PER_PAGE);
- $TypeLink = "[url=https://".NONSSL_SITE_URL."requests.php?action=view&id=".$RequestID."&page=".$PageNum."#post".$ThingID."]REQUEST COMMENT[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."requests.php?action=view&id=".$RequestID."&page=".$PageNum."#post".$ThingID."]REQUEST COMMENT[/url]";
$Subject = "Request Comment Report";
}
@@ -114,7 +114,7 @@
} else {
list($GroupID, $Body, $PostNum) = $DB->next_record();
$PageNum = ceil($PostNum / TORRENT_COMMENTS_PER_PAGE);
- $TypeLink = "[url=https://".NONSSL_SITE_URL."torrents.php?id=".$GroupID."&page=".$PageNum."#post".$ThingID."]TORRENT COMMENT[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."torrents.php?id=".$GroupID."&page=".$PageNum."#post".$ThingID."]TORRENT COMMENT[/url]";
$Subject = "Torrent Comment Report";
}
@@ -127,7 +127,7 @@
list($CollageID, $Body, $PostNum) = $DB->next_record();
$PerPage = POSTS_PER_PAGE;
$PageNum = ceil($PostNum / $PerPage);
- $TypeLink = "[url=https://".NONSSL_SITE_URL."collage.php?action=comments&collageid=".$CollageID."&page=".$PageNum."#post".$ThingID."]COLLAGE COMMENT[/url]";
+ $TypeLink = "[url=https://".SSL_SITE_URL."collage.php?action=comments&collageid=".$CollageID."&page=".$PageNum."#post".$ThingID."]COLLAGE COMMENT[/url]";
$Subject = "Collage Comment Report";
}
break;
diff --git a/sections/staffpm/viewconv.php b/sections/staffpm/viewconv.php
index 3f704dac..70dcabde 100644
--- a/sections/staffpm/viewconv.php
+++ b/sections/staffpm/viewconv.php
@@ -107,7 +107,7 @@
-
+
Select a message
// List common responses
diff --git a/sections/tools/managers/tokens.php b/sections/tools/managers/tokens.php
index d66d9607..5bced862 100644
--- a/sections/tools/managers/tokens.php
+++ b/sections/tools/managers/tokens.php
@@ -72,8 +72,8 @@
Tokens to set:
- Only affect users with at least this many tokens:
- Also add tokens (as needed) to leech disabled users:
+ Only affect users with at least this many tokens:
+ Also add tokens (as needed) to leech disabled users:
diff --git a/sections/upload/upload_handle.php b/sections/upload/upload_handle.php
index a600b9a4..1fdcad8a 100644
--- a/sections/upload/upload_handle.php
+++ b/sections/upload/upload_handle.php
@@ -716,7 +716,7 @@
$Title = $Announce;
$AnnounceSSL = $Announce . " - https://".SSL_SITE_URL."/torrents.php?id=$GroupID / https://".SSL_SITE_URL."/torrents.php?action=download&id=$TorrentID";
-$Announce .= " - https://".NONSSL_SITE_URL."/torrents.php?id=$GroupID / https://".NONSSL_SITE_URL."/torrents.php?action=download&id=$TorrentID";
+$Announce .= " - https://".SSL_SITE_URL."/torrents.php?id=$GroupID / https://".SSL_SITE_URL."/torrents.php?action=download&id=$TorrentID";
$AnnounceSSL .= " - ".trim($Properties['TagList']);
$Announce .= " - ".trim($Properties['TagList']);
@@ -935,7 +935,7 @@
show_header("Warning");
?>
Warning
- Your torrent has been uploaded however, you must download your torrent from here because you didn't choose the private option.
+ Your torrent has been uploaded; however, you must download your torrent from here because you didn't make your torrent using the "private" option.
show_footer();
die();
diff --git a/sections/user/edit.php b/sections/user/edit.php
index 7af302b6..1f618974 100644
--- a/sections/user/edit.php
+++ b/sections/user/edit.php
@@ -44,8 +44,8 @@ function paranoia_level($Setting) {
function display_paranoia($FieldName) {
$Level = paranoia_level($FieldName);
- print ' = 1).' onChange="AlterParanoia()" /> Show count '." \n";
- print ' = 2).' onChange="AlterParanoia()" /> Show list ';
+ print ' = 1).' onchange="AlterParanoia()" /> Show count '." \n";
+ print ' = 2).' onchange="AlterParanoia()" /> Show list ';
}
function checked($Checked) {
@@ -270,7 +270,7 @@ function checked($Checked) {
IRCKey
- This field, if set will be used in place of the password in the IRC login.
+ If set, this field will be used in place of the password in the IRC login.
Note: This value is stored in plaintext and should not be your password.
Note: In order to be accepted as correct, your IRCKey must be between 6 and 32 characters.
@@ -291,7 +291,7 @@ function checked($Checked) {
Recent activity
- > Last seen
+ /> Last seen
@@ -310,9 +310,9 @@ function checked($Checked) {
$DownloadChecked = checked(!in_array('downloaded', $Paranoia));
$RatioChecked = checked(!in_array('ratio', $Paranoia));
?>
- /> Uploaded
- /> Downloaded
- /> Ratio
+ /> Uploaded
+ /> Downloaded
+ /> Ratio
@@ -333,6 +333,7 @@ function checked($Checked) {
display_paranoia('collagecontribs'); ?>
+
Requests filled
@@ -340,11 +341,12 @@ function checked($Checked) {
$RequestsFilledBountyChecked = checked(!in_array('requestsfilled_bounty', $Paranoia));
$RequestsFilledListChecked = checked(!in_array('requestsfilled_list', $Paranoia));
?>
- /> Show count
- /> Show bounty
- /> Show list
+ /> Show count
+ /> Show bounty
+ /> Show list
+
Requests voted
@@ -352,9 +354,9 @@ function checked($Checked) {
$RequestsVotedBountyChecked = checked(!in_array('requestsvoted_bounty', $Paranoia));
$RequestsVotedListChecked = checked(!in_array('requestsvoted_list', $Paranoia));
?>
- /> Show count
- /> Show bounty
- /> Show list
+ /> Show count
+ /> Show bounty
+ /> Show list
@@ -396,17 +398,17 @@ function checked($Checked) {
Miscellaneous
- > Required ratio
+ /> Required ratio
$DB->query("SELECT COUNT(UserID) FROM users_info WHERE Inviter='$UserID'");
list($Invited) = $DB->next_record();
?>
- > Number of users invited
+ /> Number of users invited
$DB->query("SELECT COUNT(ta.ArtistID) FROM torrents_artists AS ta WHERE ta.UserID = ".$UserID);
list($ArtistsAdded) = $DB->next_record();
?>
- > Number of artists added
+ /> Number of artists added
@@ -428,7 +430,7 @@ function checked($Checked) {
-
+
A strong password is between 8 and 40 characters long
Contains at least 1 lowercase and uppercase letter
@@ -441,11 +443,11 @@ function checked($Checked) {
New password
-
+
Re-type new password
-
+
diff --git a/sections/user/user.php b/sections/user/user.php
index 74ecfa49..a607bf1d 100644
--- a/sections/user/user.php
+++ b/sections/user/user.php
@@ -1197,7 +1197,7 @@ function check_paranoia_here($Setting) {
Extension:
-
+
---
1 Week
2 Weeks