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 @@

- 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://) 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://) 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.
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 @@
- Tokens to set:

-
-

+
+

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.

= 1).' onChange="AlterParanoia()" /> Show count'."  \n"; - print ''; + print ''."  \n"; + print ''; } 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 - + @@ -310,9 +310,9 @@ function checked($Checked) { $DownloadChecked = checked(!in_array('downloaded', $Paranoia)); $RatioChecked = checked(!in_array('ratio', $Paranoia)); ?> -    -    - +    +    + @@ -333,6 +333,7 @@ function checked($Checked) { + Requests filled -    -    - +    +    + + Requests voted -    -    - +    +    + @@ -396,17 +398,17 @@ function checked($Checked) { Miscellaneous - + query("SELECT COUNT(UserID) FROM users_info WHERE Inviter='$UserID'"); list($Invited) = $DB->next_record(); ?> -
+
query("SELECT COUNT(ta.ArtistID) FROM torrents_artists AS ta WHERE ta.UserID = ".$UserID); list($ArtistsAdded) = $DB->next_record(); ?> -
+
@@ -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: -