Test Failed
Pull Request — main (#26)
by
unknown
03:25
created
web/public/upload_video.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
 <?php $__time_h = new time_helper(); ?>
11 11
 <?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
12 12
 <?php
13
-	$__server->page_embeds->page_title = "SubRocks - Upload Video";
14
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
15
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
16
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
13
+    $__server->page_embeds->page_title = "SubRocks - Upload Video";
14
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
15
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
16
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
17 17
 ?>
18 18
 <!DOCTYPE html>
19 19
 <html>
Please login to merge, or discard this patch.
web/public/howto.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - How To";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - How To";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.
web/public/entertainment.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - Entertainment";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - Entertainment";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.
web/public/channel_feed.php 1 patch
Indentation   +45 added lines, -45 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 block discarded – undo
12 12
 <?php $__db_h = new db_helper(); ?>
13 13
 <?php $__time_h = new time_helper(); ?>
14 14
 <?php
15
-	if(isset($_SESSION['siteusername']))
16
-	    $_user_hp = $__user_h->fetch_user_username($_SESSION['siteusername']);
15
+    if(isset($_SESSION['siteusername']))
16
+        $_user_hp = $__user_h->fetch_user_username($_SESSION['siteusername']);
17 17
 
18 18
     if(!$__user_h->user_exists($_GET['n']))
19 19
         header("Location: /?userdoesntexist");
@@ -26,21 +26,21 @@  discard block
 block discarded – undo
26 26
         return preg_replace('/[^A-Za-z0-9\-]/', '', $string); // Removes special chars.
27 27
     }
28 28
 
29
-	function addhttp($url) {
30
-		if (!preg_match("~^(?:f|ht)tps?://~i", $url)) {
31
-			$url = "http://" . $url;
32
-		}
33
-		return $url;
34
-	}
29
+    function addhttp($url) {
30
+        if (!preg_match("~^(?:f|ht)tps?://~i", $url)) {
31
+            $url = "http://" . $url;
32
+        }
33
+        return $url;
34
+    }
35 35
 
36 36
     function check_valid_colorhex($colorCode) {
37 37
         // If user accidentally passed along the # sign, strip it off
38 38
         $colorCode = ltrim($colorCode, '#');
39 39
     
40 40
         if (
41
-              ctype_xdigit($colorCode) &&
41
+                ctype_xdigit($colorCode) &&
42 42
               (strlen($colorCode) == 6 || strlen($colorCode) == 3))
43
-                   return true;
43
+                    return true;
44 44
     
45 45
         else return false;
46 46
     }
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
     if(!check_valid_colorhex($_user['primary_color_text']) && strlen($_user['primary_color_text']) != 6) { $_user['primary_color_text'] = ""; }
76 76
     if(!check_valid_colorhex($_user['2009_bgcolor']) && strlen($_user['2009_bgcolor']) != 6) { $_user['2009_bgcolor'] = ""; }
77 77
 
78
-	if(isset($_SESSION['siteusername']))
79
-    	$__user_i->check_view_channel($_user['username'], @$_SESSION['siteusername']);
78
+    if(isset($_SESSION['siteusername']))
79
+        $__user_i->check_view_channel($_user['username'], @$_SESSION['siteusername']);
80 80
 
81 81
     if($_SERVER['REQUEST_METHOD'] == 'POST') {
82 82
         $error = array();
@@ -90,11 +90,11 @@  discard block
 block discarded – undo
90 90
         //if(ifBlocked(@$_SESSION['siteusername'], $user['username'], $__db)) { $error = "This user has blocked you!"; $error['status'] = true; } 
91 91
 
92 92
         if(!isset($error['message'])) {
93
-			$text = $_POST['comment'];
93
+            $text = $_POST['comment'];
94 94
             $stmt = $__db->prepare("INSERT INTO profile_comments (toid, author, comment) VALUES (:id, :username, :comment)");
95
-			$stmt->bindParam(":id", $_user['username']);
96
-			$stmt->bindParam(":username", $_SESSION['siteusername']);
97
-			$stmt->bindParam(":comment", $text);
95
+            $stmt->bindParam(":id", $_user['username']);
96
+            $stmt->bindParam(":username", $_SESSION['siteusername']);
97
+            $stmt->bindParam(":comment", $text);
98 98
             $stmt->execute();
99 99
 
100 100
             $_user_update_utils->update_comment_cooldown_time($_SESSION['siteusername']);
@@ -106,10 +106,10 @@  discard block
 block discarded – undo
106 106
     }
107 107
 ?>
108 108
 <?php
109
-	$__server->page_embeds->page_title = "SubRocks - " . htmlspecialchars($_user['username']);
110
-	$__server->page_embeds->page_description = htmlspecialchars($_user['bio']);
111
-	$__server->page_embeds->page_image = "/dynamic/pfp/" . htmlspecialchars($_user['pfp']);
112
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
109
+    $__server->page_embeds->page_title = "SubRocks - " . htmlspecialchars($_user['username']);
110
+    $__server->page_embeds->page_description = htmlspecialchars($_user['bio']);
111
+    $__server->page_embeds->page_image = "/dynamic/pfp/" . htmlspecialchars($_user['pfp']);
112
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
113 113
 ?>
114 114
 <!DOCTYPE html>
115 115
 <html dir="ltr" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">
@@ -151,9 +151,9 @@  discard block
 block discarded – undo
151 151
 					<div class="channel_customization"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/channel_customization.php"); ?></div>
152 152
 				<?php } ?> 
153 153
 				<?php
154
-					if(empty(trim($_user['bio'])))
155
-						$_user['bio'] = "This user has no description.";
156
-				?>
154
+                    if(empty(trim($_user['bio'])))
155
+                        $_user['bio'] = "This user has no description.";
156
+                ?>
157 157
 				<div id="content">
158 158
 					<div class="subscription-menu-expandable subscription-menu-expandable-channels3 yt-rounded ytg-wide hid">
159 159
 						<div class="content" id="recommended-channels-list"></div>
@@ -325,19 +325,19 @@  discard block
 block discarded – undo
325 325
 																	  ORDER BY 
326 326
 																		`date` DESC;");
327 327
                                                                         $stmt->bindParam(":comment_username", $_user['username']);
328
-																		$stmt->bindParam(":videos_username", $_user['username']);
328
+                                                                        $stmt->bindParam(":videos_username", $_user['username']);
329 329
                                                                         $stmt->execute();
330 330
                                                                         while($content = $stmt->fetch(PDO::FETCH_ASSOC)) { 
331
-																			if((int)$content['id']) {
332
-																				$content = $__video_h->fetch_comment_id($content['id']);
333
-																				$content['video'] = $__video_h->fetch_video_rid($content['toid']);
334
-																				$content['type'] = "comment";
335
-																			} else {
336
-																				$content = $__video_h->fetch_video_rid($content['id']);
337
-																				$content['type'] = "video";
338
-																			}
331
+                                                                            if((int)$content['id']) {
332
+                                                                                $content = $__video_h->fetch_comment_id($content['id']);
333
+                                                                                $content['video'] = $__video_h->fetch_video_rid($content['toid']);
334
+                                                                                $content['type'] = "comment";
335
+                                                                            } else {
336
+                                                                                $content = $__video_h->fetch_video_rid($content['id']);
337
+                                                                                $content['type'] = "video";
338
+                                                                            }
339 339
 
340
-																			if($content['type'] == "video") {
340
+                                                                            if($content['type'] == "video") {
341 341
                                                                     ?>
342 342
                                                                     <div class="feed-item-container" data-channel-key="UCc6W7efUSkd9YYoxOnctlFg">
343 343
                                                                         <a href="/user/<?php echo htmlspecialchars($content['author']); ?>?feature=plcp" class="feed-author-bubble " title="<?php echo htmlspecialchars($content['author']); ?>">  <span class="feed-item-author">
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
                                                                         </div>
410 410
                                                                     </div>
411 411
                                                                     <?php } else { 
412
-																		if($__video_h->video_exists($content['video']['rid'])) { ?>
412
+                                                                        if($__video_h->video_exists($content['video']['rid'])) { ?>
413 413
 																	<div class="feed-item-container" data-channel-key="UCXf1X2u5gsmuqcuTQlpOGhw">
414 414
 																		<a href="/user/<?php echo htmlspecialchars($content['author']); ?>?feature=plcp" class="feed-author-bubble " title="<?php echo htmlspecialchars($content['author']); ?>">  <span class="feed-item-author">
415 415
 																		<span class="video-thumb ux-thumb yt-thumb-square-28 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="<?php echo htmlspecialchars($content['author']); ?>" data-thumb="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($content['author']); ?>" width="28"><span class="vertical-align"></span></span></span></span>
@@ -581,9 +581,9 @@  discard block
 block discarded – undo
581 581
 													<h2>Featured Channels</h2>
582 582
 													<ul class="channel-summary-list ">
583 583
 														<?php 
584
-															foreach($_user['featured_channels'] as $user) {
585
-																if($__user_h->user_exists($user)) {
586
-														?>
584
+                                                            foreach($_user['featured_channels'] as $user) {
585
+                                                                if($__user_h->user_exists($user)) {
586
+                                                        ?>
587 587
 															<li class="yt-tile-visible yt-uix-tile">
588 588
 																<div class="channel-summary clearfix channel-summary-compact">
589 589
 																	<div class="channel-summary-thumb">
@@ -607,19 +607,19 @@  discard block
 block discarded – undo
607 607
 											</div>
608 608
 
609 609
 											<?php 
610
-												$stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :search ORDER BY id DESC LIMIT 10");
611
-												$stmt->bindParam(":search", $_user['username']);
612
-												$stmt->execute();
610
+                                                $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :search ORDER BY id DESC LIMIT 10");
611
+                                                $stmt->bindParam(":search", $_user['username']);
612
+                                                $stmt->execute();
613 613
 
614
-												if($stmt->rowCount() != 0) {
615
-											?>
614
+                                                if($stmt->rowCount() != 0) {
615
+                                            ?>
616 616
 												<div class="playlists-narrow channel-module yt-uix-c3-module-container">
617 617
 													<div class="module-view gh-featured">
618 618
 														<h2>Featured Playlists</h2>     
619 619
 														<?php
620
-														while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { 
621
-															$playlist['videos'] = json_decode($playlist['videos']);
622
-														?> 
620
+                                                        while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { 
621
+                                                            $playlist['videos'] = json_decode($playlist['videos']);
622
+                                                        ?> 
623 623
 															<div class="playlist yt-tile-visible yt-uix-tile">
624 624
 																<a href="/view_playlist?v=<?php echo $playlist['rid']; ?>">
625 625
 																<span class="playlist-thumb-strip playlist-thumb-strip-252"><span class="videos videos-4 horizontal-cutoff"><span class="clip"><span class="centering-offset"><span class="centering">
Please login to merge, or discard this patch.
web/public/people.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - People";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - People";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.
web/public/subscriptions.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
11 11
 <?php
12
-	$__server->page_embeds->page_title = "SubRocks - Subscriptions";
13
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
14
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
15
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
12
+    $__server->page_embeds->page_title = "SubRocks - Subscriptions";
13
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
14
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
15
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
16 16
 ?>
17 17
 <!DOCTYPE html>
18 18
 <html dir="ltr">
Please login to merge, or discard this patch.
web/public/pets.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - Pets";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - Pets";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.
web/public/gaming.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - Gaming";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - Gaming";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.
web/public/recommended.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	$__server->page_embeds->page_title = "SubRocks - Recommended Videos";
12
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
11
+    $__server->page_embeds->page_title = "SubRocks - Recommended Videos";
12
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
13
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
14
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
15 15
 ?>
16 16
 <!DOCTYPE html>
17 17
 <html dir="ltr">
@@ -141,16 +141,16 @@  discard block
 block discarded – undo
141 141
 									</div>
142 142
 									<div class="browse-item-row ytg-box">
143 143
 										<?php
144
-											$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
145
-											$stmt->execute();
146
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
-												$video['duration'] = $__time_h->timestamp($video['duration']);
149
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
150
-												$video['author'] = htmlspecialchars($video['author']);		
151
-												$video['title'] = htmlspecialchars($video['title']);
152
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
153
-										?>
144
+                                            $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
145
+                                            $stmt->execute();
146
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
147
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
148
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
149
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
150
+                                                $video['author'] = htmlspecialchars($video['author']);		
151
+                                                $video['title'] = htmlspecialchars($video['title']);
152
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
153
+                                        ?>
154 154
 										<div class="browse-item yt-tile-default ">
155 155
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
156 156
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -176,16 +176,16 @@  discard block
 block discarded – undo
176 176
 									</div>
177 177
                                     <div class="browse-item-row ytg-box">
178 178
 										<?php
179
-											$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
180
-											$stmt->execute();
181
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
-												$video['duration'] = $__time_h->timestamp($video['duration']);
184
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
185
-												$video['author'] = htmlspecialchars($video['author']);		
186
-												$video['title'] = htmlspecialchars($video['title']);
187
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
188
-										?>
179
+                                            $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
180
+                                            $stmt->execute();
181
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
182
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
183
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
184
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
185
+                                                $video['author'] = htmlspecialchars($video['author']);		
186
+                                                $video['title'] = htmlspecialchars($video['title']);
187
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
188
+                                        ?>
189 189
 										<div class="browse-item yt-tile-default ">
190 190
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
191 191
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -211,16 +211,16 @@  discard block
 block discarded – undo
211 211
 									</div>
212 212
                                     <div class="browse-item-row ytg-box">
213 213
 										<?php
214
-											$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
215
-											$stmt->execute();
216
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
-												$video['duration'] = $__time_h->timestamp($video['duration']);
219
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
220
-												$video['author'] = htmlspecialchars($video['author']);		
221
-												$video['title'] = htmlspecialchars($video['title']);
222
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
223
-										?>
214
+                                            $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
215
+                                            $stmt->execute();
216
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
217
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
218
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
219
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
220
+                                                $video['author'] = htmlspecialchars($video['author']);		
221
+                                                $video['title'] = htmlspecialchars($video['title']);
222
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
223
+                                        ?>
224 224
 										<div class="browse-item yt-tile-default ">
225 225
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
226 226
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -246,16 +246,16 @@  discard block
 block discarded – undo
246 246
 									</div>
247 247
                                     <div class="browse-item-row ytg-box">
248 248
 										<?php
249
-											$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
250
-											$stmt->execute();
251
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
-												$video['duration'] = $__time_h->timestamp($video['duration']);
254
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
255
-												$video['author'] = htmlspecialchars($video['author']);		
256
-												$video['title'] = htmlspecialchars($video['title']);
257
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
258
-										?>
249
+                                            $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
250
+                                            $stmt->execute();
251
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
252
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
253
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
254
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
255
+                                                $video['author'] = htmlspecialchars($video['author']);		
256
+                                                $video['title'] = htmlspecialchars($video['title']);
257
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
258
+                                        ?>
259 259
 										<div class="browse-item yt-tile-default ">
260 260
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
261 261
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									</div>
282 282
                                     <div class="browse-item-row ytg-box">
283 283
 										<?php
284
-											$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
285
-											$stmt->execute();
286
-											while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
-												$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
-												$video['duration'] = $__time_h->timestamp($video['duration']);
289
-												$video['views'] = $__video_h->fetch_video_views($video['rid']);
290
-												$video['author'] = htmlspecialchars($video['author']);		
291
-												$video['title'] = htmlspecialchars($video['title']);
292
-												$video['description'] = $__video_h->shorten_description($video['description'], 50);
293
-										?>
284
+                                            $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
285
+                                            $stmt->execute();
286
+                                            while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
287
+                                                $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
288
+                                                $video['duration'] = $__time_h->timestamp($video['duration']);
289
+                                                $video['views'] = $__video_h->fetch_video_views($video['rid']);
290
+                                                $video['author'] = htmlspecialchars($video['author']);		
291
+                                                $video['title'] = htmlspecialchars($video['title']);
292
+                                                $video['description'] = $__video_h->shorten_description($video['description'], 50);
293
+                                        ?>
294 294
 										<div class="browse-item yt-tile-default ">
295 295
 											<a href="/watch?v=<?php echo $video['rid']; ?>" class="ux-thumb-wrap yt-uix-sessionlink yt-uix-contextlink contains-addto " data-sessionlink="ei=CPjwu5ji3bICFS4RIQod9j-M-A%3D%3D&amp;feature=b-mv"><span class="video-thumb ux-thumb yt-thumb-default-194 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="194"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
296 296
 											<button onclick=";return false;" title="Watch Later" type="button" class="addto-button video-actions addto-watch-later-button-sign-in yt-uix-button yt-uix-button-default yt-uix-button-short yt-uix-tooltip" data-button-menu-id="shared-addto-watch-later-login" data-video-ids="rLHU-_OhT8g" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
Please login to merge, or discard this patch.