diff --git a/classes/class_text.php b/classes/class_text.php
index 4908b1de..d77938f9 100644
--- a/classes/class_text.php
+++ b/classes/class_text.php
@@ -540,7 +540,7 @@ public function parse_toc ($Min = 3)
*
* @param int $ItemLevel Current item level
* @param int $Level Current list level
- * @param str $List reference to an xHTML string
+ * @param str $List reference to an XHTML string
* @param int $i Iterator digit
* @param int $Offset If the list doesn't start at level 1
*/
@@ -581,7 +581,7 @@ private function to_html ($Array) {
$Str.=''.$this->to_html($Block['Val']).' ';
break;
case 'i':
- $Str.=''.$this->to_html($Block['Val'])." ";
+ $Str.=''.$this->to_html($Block['Val'])." ";
break;
case 's':
$Str.=''.$this->to_html($Block['Val']).' ';
@@ -623,7 +623,7 @@ private function to_html ($Array) {
$Str.=''.$Block['Val'].' ';
break;
case 'tex':
- $Str.=' ';
+ $Str.=' ';
break;
case 'plain':
$Str.=$Block['Val'];
diff --git a/classes/class_text2.php b/classes/class_text2.php
index fe1c53b4..3d395c67 100644
--- a/classes/class_text2.php
+++ b/classes/class_text2.php
@@ -542,7 +542,7 @@ function to_html($Array) {
$Str.='[img]'.$Block['Val'].'[/img]';
} else {
if(check_perms('site_proxy_images')) {
- $Str.=' ';
+ $Str.=' ';
} else {
$Str.=' ';
}
diff --git a/classes/class_text3.php b/classes/class_text3.php
index 33697de5..bebfd56f 100644
--- a/classes/class_text3.php
+++ b/classes/class_text3.php
@@ -503,7 +503,7 @@ function to_html($Array) {
$Str.='[img]'.$Block['Val'].'[/img]';
} else {
if(check_perms('site_proxy_images')) {
- $Str.=' ';
+ $Str.=' ';
} else {
$Str.=' ';
}
diff --git a/classes/script_start.php b/classes/script_start.php
index a48e41e2..2ce9b0c5 100644
--- a/classes/script_start.php
+++ b/classes/script_start.php
@@ -117,6 +117,9 @@
case 'Requests':
$FileName = 'class_requests';
break;
+ case 'Rippy':
+ $FileName = 'rippy.class';
+ break;
case 'SphinxQL':
case 'SphinxQL_Query':
case 'SphinxQL_Result':
diff --git a/design/privateheader.php b/design/privateheader.php
index 44404469..3b592637 100644
--- a/design/privateheader.php
+++ b/design/privateheader.php
@@ -1,6 +1,4 @@
-
-
define('FOOTER_FILE', SERVER_ROOT.'/design/privatefooter.php');
$HTTPS = ($_SERVER['SERVER_PORT'] == 443) ? 'ssl_' : '';
?>
@@ -87,7 +85,7 @@
?>
-
>
+>
@@ -100,10 +100,10 @@
while(list($AliasID, $AliasName, $User, $Redirect) = $DB->next_record(MYSQLI_NUM, true)) {
if($AliasName == $Name) { $DefaultRedirectID = $AliasID; }
?>
- =$AliasID?>. =$AliasName?>
- if($User) { ?> User }
- if($Redirect) { ?> (writes redirect to =$Redirect?>) } ?>
- X
+ =$AliasID?> . =$AliasName?>
+ if($User) { ?> User }
+ if($Redirect) { ?> (writes redirect to =$Redirect?> ) } ?>
+ X
}
?>
diff --git a/sections/collages/manage.php b/sections/collages/manage.php
index ea073527..807f13e7 100644
--- a/sections/collages/manage.php
+++ b/sections/collages/manage.php
@@ -49,8 +49,8 @@
Click on the headings to organize columns automatically.
Sort multiple columns simultaneously by holding down the shift key and clicking other column headers.
Click and drag any row to change its order.
- Press Save All Changes when you are finished sorting.
- Press Edit or Remove to simply modify one entry.
+ Press "Save All Changes" when you are finished sorting.
+ Press "Edit" or "Remove" to simply modify one entry.
@@ -97,27 +97,27 @@
$AltCSS = $Number % 2 === 0 ? 'rowa' : 'rowb';
?>
-
-
-
+
+
+
} ?>
diff --git a/sections/index/feat_album.php b/sections/index/feat_album.php
index 672c076b..54a5aa78 100644
--- a/sections/index/feat_album.php
+++ b/sections/index/feat_album.php
@@ -10,10 +10,18 @@
?>
Featured Album
-
-
-
+
+
+
}
-?>
\ No newline at end of file
+?>
diff --git a/sections/index/private.php b/sections/index/private.php
index afeffb92..61df76da 100644
--- a/sections/index/private.php
+++ b/sections/index/private.php
@@ -123,7 +123,7 @@
Stats
if (USER_LIMIT>0) { ?>
- Maximum Users: =number_format(USER_LIMIT) ?>
+ Maximum users: =number_format(USER_LIMIT) ?>
}
@@ -135,7 +135,7 @@
}
$UserCount = (int)$UserCount;
?>
- Enabled Users: =number_format($UserCount)?> Details
+ Enabled users: =number_format($UserCount)?> Details
if (($UserStats = $Cache->get_value('stats_users')) === false) {
@@ -236,7 +236,7 @@
Peers: =$PeerCount?>
Seeders: =$SeederCount?>
Leechers: =$LeecherCount?>
- Seeder/Leecher Ratio: =$Ratio?>
+ Seeder/Leecher ratio: =$Ratio?>
diff --git a/sections/reports/reports.php b/sections/reports/reports.php
index b797279a..b58896b3 100644
--- a/sections/reports/reports.php
+++ b/sections/reports/reports.php
@@ -55,8 +55,8 @@
r.Reason,
r.Status,
r.ClaimerID,
- r.Notes,
- r.ResolverID
+ r.Notes,
+ r.ResolverID
FROM reports AS r
JOIN users_main AS um ON r.UserID=um.ID
WHERE " . $Where . "
@@ -231,22 +231,22 @@
if ($Status != "Resolved") { ?>
-
- } else {
- $ResolverInfo = Users::user_info($ResolverID);
- ?>
-
-
- Resolved By =$ResolverInfo['Username']?>
-
-
- } ?>
+ } else {
+ $ResolverInfo = Users::user_info($ResolverID);
+ ?>
+
+
+ Resolved by =$ResolverInfo['Username']?>
+
+
+ } ?>
diff --git a/sections/reportsv2/ajax_new_report.php b/sections/reportsv2/ajax_new_report.php
index 256d9f48..07e0a35d 100644
--- a/sections/reportsv2/ajax_new_report.php
+++ b/sections/reportsv2/ajax_new_report.php
@@ -432,7 +432,7 @@
- |
+ |
|
| Multi-resolve
|
diff --git a/sections/reportsv2/reports.php b/sections/reportsv2/reports.php
index cf57a26b..20b7c7b6 100644
--- a/sections/reportsv2/reports.php
+++ b/sections/reportsv2/reports.php
@@ -9,29 +9,17 @@
}
View::show_header('Reports V2!', 'reportsv2');
-?>
-
+?>
-
+
| Dynamic
- |
- |
+ |
+ |
diff --git a/sections/reportsv2/static.php b/sections/reportsv2/static.php
index f25b3441..5159410d 100644
--- a/sections/reportsv2/static.php
+++ b/sections/reportsv2/static.php
@@ -198,7 +198,7 @@
} ?>
- if($View == "staff" && $LoggedUser['ID'] == $ID) { ?>| } ?>
+ if($View == "staff" && $LoggedUser['ID'] == $ID) { ?>| } ?>
@@ -592,7 +592,7 @@
if($Status == "InProgress" && $LoggedUser['ID'] == $ResolverID) { ?>
- |
+ |
} else { ?>
|
} ?>
diff --git a/sections/top10/torrents.php b/sections/top10/torrents.php
index 84a1dc84..97fc7ec6 100644
--- a/sections/top10/torrents.php
+++ b/sections/top10/torrents.php
@@ -125,7 +125,7 @@
?>
diff --git a/sections/top10/users.php b/sections/top10/users.php
index 951d09ad..06d0d0b5 100644
--- a/sections/top10/users.php
+++ b/sections/top10/users.php
@@ -125,13 +125,13 @@ function generate_user_table($Caption, $Tag, $Details, $Limit) {
Rank
User
- Uploaded
- UL speed
- Downloaded
- DL speed
- Uploads
- Ratio
- Joined
+ Uploaded
+ UL speed
+ Downloaded
+ DL speed
+ Uploads
+ Ratio
+ Joined
// in the unlikely event that query finds 0 rows...
@@ -153,13 +153,13 @@ function generate_user_table($Caption, $Tag, $Details, $Limit) {
=$Rank?>
=Users::format_username($Detail['ID'], false, false, false)?>
- =Format::get_size($Detail['Uploaded'])?>
- =Format::get_size($Detail['UpSpeed'])?>/s
- =Format::get_size($Detail['Downloaded'])?>
- =Format::get_size($Detail['DownSpeed'])?>/s
- =number_format($Detail['NumUploads'])?>
- =Format::get_ratio_html($Detail['Uploaded'], $Detail['Downloaded'])?>
- =time_diff($Detail['JoinDate'])?>
+ =Format::get_size($Detail['Uploaded'])?>
+ =Format::get_size($Detail['UpSpeed'])?>/s
+ =Format::get_size($Detail['Downloaded'])?>
+ =Format::get_size($Detail['DownSpeed'])?>/s
+ =number_format($Detail['NumUploads'])?>
+ =Format::get_ratio_html($Detail['Uploaded'], $Detail['Downloaded'])?>
+ =time_diff($Detail['JoinDate'])?>
}
diff --git a/sections/torrents/details.php b/sections/torrents/details.php
index cb6d13bc..c73e522d 100644
--- a/sections/torrents/details.php
+++ b/sections/torrents/details.php
@@ -364,7 +364,7 @@ function compare($X, $Y){
-
Tagging rules
+
View tagging rules
@@ -698,7 +698,7 @@ function filelist($Str) {
?>
- ↑ This album is in =count($Collages)?> collage=((count($Collages)>1)?'s':'')?>=$SeeAll?>
+ ↑ This album is in =number_format(count($Collages))?> collage=((count($Collages)>1) ? 's' : '')?>=$SeeAll?>
# torrents
foreach ($Indices as $i) {
@@ -707,7 +707,7 @@ function filelist($Str) {
?>
=$CollageName?>
- =$CollageTorrents?>
+ =number_format($CollageTorrents)?>
}
foreach ($Collages as $Collage) {
@@ -715,7 +715,7 @@ function filelist($Str) {
?>
=$CollageName?>
- =$CollageTorrents?>
+ =number_format($CollageTorrents)?>
} ?>
@@ -743,7 +743,7 @@ function filelist($Str) {
?>
- ↑ This album is in =count($PersonalCollages)?> personal collage=((count($PersonalCollages)>1)?'s':'')?>=$SeeAll?>
+ ↑ This album is in =number_format(count($PersonalCollages))?> personal collage=((count($PersonalCollages)>1) ? 's' : '')?>=$SeeAll?>
# torrents
foreach ($Indices as $i) {
@@ -752,7 +752,7 @@ function filelist($Str) {
?>
=$CollageName?>
- =$CollageTorrents?>
+ =number_format($CollageTorrents)?>
}
foreach ($PersonalCollages as $Collage) {
@@ -760,7 +760,7 @@ function filelist($Str) {
?>
=$CollageName?>
- =$CollageTorrents?>
+ =number_format($CollageTorrents)?>
} ?>
diff --git a/sections/user/community_stats.php b/sections/user/community_stats.php
index 19dc3219..d9df5f3b 100644
--- a/sections/user/community_stats.php
+++ b/sections/user/community_stats.php
@@ -130,7 +130,7 @@
? '(' . 100*min(1,round($Seeding/$UniqueSnatched,2)).'%) ' : ''); ?>
View
if (check_perms('zip_downloader')) { ?>
- Download
+ Download
} ?>
} ?>
@@ -152,7 +152,7 @@
if (($Override=check_paranoia_here('snatched'))) { ?>
View
if(check_perms('zip_downloader')) { ?>
- Download
+ Download
} ?>
} ?>
diff --git a/sections/user/edit.php b/sections/user/edit.php
index c17eec21..cb3d6c68 100644
--- a/sections/user/edit.php
+++ b/sections/user/edit.php
@@ -157,8 +157,9 @@ function checked($Checked) {
Note: Checked items will be hidden.
-
@@ -174,11 +175,11 @@ function checked($Checked) {
-->
- Cover Art
+ Cover art
- />
- Show covers next to torrent information
+ />
+ Show cover artwork next to torrent information
@@ -299,18 +300,17 @@ function checked($Checked) {
- Email
+ Email address
If changing this field, you must enter your current password in the "Current password" field before saving your changes.
-
- Last.fm username
-
- Your Last.fm username. Will be used to display Last.fm information on your profile which can be seen by other users.
-
-
-
+
+ Last.fm username
+
+ Your Last.fm username. Will be used to display Last.fm information on your profile which can be seen by other users.
+
+
Info
diff --git a/sections/user/invite.php b/sections/user/invite.php
index a026bad9..c7cf3d1e 100644
--- a/sections/user/invite.php
+++ b/sections/user/invite.php
@@ -121,8 +121,8 @@
){ ?>
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.
-
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.
-
Do not send an invite if you haven't read and understood the information above.
+
Remember that you are responsible for ALL invitees, and your account and/or privileges may be disabled due to your invitees' 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.
+
Do not send an invite if you haven't read or don't understood the information above.