Test Failed
Push — main ( 0c12e7...ee73bc )
by chief
04:22
created
web/public/index.php 2 patches
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 				<div id="content">
38 38
 					<div class="guide-layout-container enable-fancy-subscribe-button">
39 39
 						<div class="guide-container">
40
-						<?php if(!isset($_SESSION['siteusername'])) { ?>
40
+						<?php if (!isset($_SESSION['siteusername'])) { ?>
41 41
 									<div id="guide-builder-promo">
42 42
 								<h2>
43 43
 							Sign in to add channels to your homepage
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 							</div>
57 57
 							<div class="guide">
58 58
 							<?php 
59
-								if(isset($_SESSION['siteusername'])) {
59
+								if (isset($_SESSION['siteusername'])) {
60 60
 								?>
61 61
 								<div style="/*! margin-top: 0px; *//*! margin-left: 10px; *//*! margin-bottom: 13px; */height: 99px;" class="guide-section feed-header channel first"><img alt="" src="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($_SESSION['siteusername']); ?>" style="height: 88px;position: relative;top: 4px;left: 4px;" class="feed-header-thumb channel-thumb" width="88px"><div id="links" style="/*! margin-left: 5px; */position: relative;left: 13px;top: 7px;"><div style="font-size: 11px;margin-bottom: 6px;" class="metadata">
62 62
 								<a href="/user/<?php echo htmlspecialchars($_SESSION['siteusername']); ?>" style="color: inherit;">My channel
@@ -167,8 +167,8 @@  discard block
 block discarded – undo
167 167
 											</span>
168 168
 											</a>
169 169
 										</li>
170
-                                        <?php if(!isset($_SESSION['siteusername'])) { ?>
171
-                                            <?php foreach($__server->featured_channels as $channel) { ?>
170
+                                        <?php if (!isset($_SESSION['siteusername'])) { ?>
171
+                                            <?php foreach ($__server->featured_channels as $channel) { ?>
172 172
                                                 <li class="guide-item-container ">
173 173
                                                     <a class="guide-item" data-external-id="<?php echo htmlspecialchars($channel); ?>" data-feed-name="<?php echo htmlspecialchars($channel); ?>" data-feed-type="user">
174 174
                                                     <span class="thumb">  <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="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($channel); ?>" width="28"><span class="vertical-align"></span></span></span></span>
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
                                                 $stmt = $__db->prepare("SELECT * FROM subscribers WHERE sender = :username ORDER BY id DESC LIMIT 20");
184 184
                                                 $stmt->bindParam(":username", $_SESSION['siteusername']);
185 185
                                                 $stmt->execute();
186
-                                                while($channel = $stmt->fetch(PDO::FETCH_ASSOC)) { $channel = $channel['reciever']; ?>
186
+                                                while ($channel = $stmt->fetch(PDO::FETCH_ASSOC)) { $channel = $channel['reciever']; ?>
187 187
                                                 <li class="guide-item-container ">
188 188
                                                     <a class="guide-item" data-external-id="<?php echo htmlspecialchars($channel); ?>" data-feed-name="<?php echo htmlspecialchars($channel); ?>" data-feed-type="user">
189 189
                                                     <span class="thumb">  <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="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($channel); ?>" width="28"><span class="vertical-align"></span></span></span></span>
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
 								<?php
223 223
 									$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
224 224
 									$stmt->execute();
225
-									while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
225
+									while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
226 226
 										$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
227 227
 										$video['duration'] = $__time_h->timestamp($video['duration']);
228 228
 										$video['views'] = $__video_h->fetch_video_views($video['rid']);
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 								<?php
246 246
 									$stmt = $__db->prepare("SELECT * FROM videos WHERE featured = 'v' ORDER BY id DESC LIMIT 4");
247 247
 									$stmt->execute();
248
-									while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
248
+									while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
249 249
 										$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
250 250
 										$video['duration'] = $__time_h->timestamp($video['duration']);
251 251
 										$video['views'] = $__video_h->fetch_video_views($video['rid']);
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
 											<?php
279 279
 												$stmt = $__db->prepare("SELECT * FROM videos ORDER BY id DESC LIMIT 20");
280 280
 												$stmt->execute();
281
-												while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
281
+												while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
282 282
 													$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
283 283
 													$video['duration'] = $__time_h->timestamp($video['duration']);
284 284
 													$video['views'] = $__video_h->fetch_video_views($video['rid']);
Please login to merge, or discard this patch.
Indentation   +36 added lines, -36 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 - Homepage";
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 - Homepage";
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>
@@ -61,8 +61,8 @@  discard block
 block discarded – undo
61 61
 							</div>
62 62
 							<div class="guide">
63 63
 							<?php 
64
-								if(isset($_SESSION['siteusername'])) {
65
-								?>
64
+                                if(isset($_SESSION['siteusername'])) {
65
+                                ?>
66 66
 								<div style="/*! margin-top: 0px; *//*! margin-left: 10px; *//*! margin-bottom: 13px; */height: 99px;" class="guide-section feed-header channel first"><img alt="" src="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($_SESSION['siteusername']); ?>" style="height: 88px;position: relative;top: 4px;left: 4px;" class="feed-header-thumb channel-thumb" width="88px"><div id="links" style="/*! margin-left: 5px; */position: relative;left: 13px;top: 7px;"><div style="font-size: 11px;margin-bottom: 6px;" class="metadata">
67 67
 								<a href="/user/<?php echo htmlspecialchars($_SESSION['siteusername']); ?>" style="color: inherit;">My channel
68 68
 								<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="see-more-arrow" alt=""></a>        
@@ -225,16 +225,16 @@  discard block
 block discarded – undo
225 225
 							</p>
226 226
 							<ul>
227 227
 								<?php
228
-									$stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
229
-									$stmt->execute();
230
-									while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
231
-										$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
232
-										$video['duration'] = $__time_h->timestamp($video['duration']);
233
-										$video['views'] = $__video_h->fetch_video_views($video['rid']);
234
-										$video['author'] = htmlspecialchars($video['author']);		
235
-										$video['title'] = htmlspecialchars($video['title']);
236
-										$video['description'] = $__video_h->shorten_description($video['description'], 50);
237
-								?>
228
+                                    $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4");
229
+                                    $stmt->execute();
230
+                                    while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
231
+                                        $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
232
+                                        $video['duration'] = $__time_h->timestamp($video['duration']);
233
+                                        $video['views'] = $__video_h->fetch_video_views($video['rid']);
234
+                                        $video['author'] = htmlspecialchars($video['author']);		
235
+                                        $video['title'] = htmlspecialchars($video['title']);
236
+                                        $video['description'] = $__video_h->shorten_description($video['description'], 50);
237
+                                ?>
238 238
 								<li class="video-list-item "><a href="/watch?v=<?php echo $video['rid']; ?>" class="video-list-item-link yt-uix-sessionlink" data-sessionlink="ei=CNLr3rbS3rICFSwSIQodSW397Q%3D%3D&amp;feature=g-sptl%26cid%3Dinp-hs-ytg"><span class="ux-thumb-wrap contains-addto "><span class="video-thumb ux-thumb yt-thumb-default-120 "><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 $video['title']; ?>" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="120"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
239 239
 									<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="yuTBQ86r8o0" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
240 240
 									</span><img class="yt-uix-button-arrow" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt=""></button>
@@ -248,16 +248,16 @@  discard block
 block discarded – undo
248 248
 							</h3>
249 249
 							<ul>
250 250
 								<?php
251
-									$stmt = $__db->prepare("SELECT * FROM videos WHERE featured = 'v' ORDER BY id DESC LIMIT 4");
252
-									$stmt->execute();
253
-									while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
254
-										$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
255
-										$video['duration'] = $__time_h->timestamp($video['duration']);
256
-										$video['views'] = $__video_h->fetch_video_views($video['rid']);
257
-										$video['author'] = htmlspecialchars($video['author']);		
258
-										$video['title'] = htmlspecialchars($video['title']);
259
-										$video['description'] = $__video_h->shorten_description($video['description'], 50);
260
-								?>
251
+                                    $stmt = $__db->prepare("SELECT * FROM videos WHERE featured = 'v' ORDER BY id DESC LIMIT 4");
252
+                                    $stmt->execute();
253
+                                    while($video = $stmt->fetch(PDO::FETCH_ASSOC)) {	
254
+                                        $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
255
+                                        $video['duration'] = $__time_h->timestamp($video['duration']);
256
+                                        $video['views'] = $__video_h->fetch_video_views($video['rid']);
257
+                                        $video['author'] = htmlspecialchars($video['author']);		
258
+                                        $video['title'] = htmlspecialchars($video['title']);
259
+                                        $video['description'] = $__video_h->shorten_description($video['description'], 50);
260
+                                ?>
261 261
 								<li class="video-list-item "><a href="/watch?v=<?php echo $video['rid']; ?>" class="video-list-item-link yt-uix-sessionlink" data-sessionlink="ei=CNLr3rbS3rICFSwSIQodSW397Q%3D%3D&amp;feature=g-sptl%26cid%3Dinp-hs-ytg"><span class="ux-thumb-wrap contains-addto "><span class="video-thumb ux-thumb yt-thumb-default-120 "><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 $video['title']; ?>" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="120"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span>
262 262
 									<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="yuTBQ86r8o0" role="button"><span class="yt-uix-button-content">  <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later">
263 263
 									</span><img class="yt-uix-button-arrow" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt=""></button>
@@ -281,16 +281,16 @@  discard block
 block discarded – undo
281 281
 									<div class="feed-page">
282 282
 										<ul>
283 283
 											<?php
284
-												$stmt = $__db->prepare("SELECT * FROM videos ORDER BY id DESC LIMIT 20");
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 id DESC LIMIT 20");
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
 											<li>
295 295
 												<div class="feed-item-container first " data-channel-key="UCR2A9ZNliJfgC66IvIpe-Zw">
296 296
 													<div class="feed-author-bubble-container">
Please login to merge, or discard this patch.
web/public/s/mod/header.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
 	<a id="logo-container" href="/" title="SubRocks home">
6 6
 	<img id="logo" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="SubRocks home">
7 7
 	</a>
8
-	<?php if(!isset($_SESSION['siteusername'])) { ?>
8
+	<?php if (!isset($_SESSION['siteusername'])) { ?>
9 9
 	<div id="yt-masthead-signin">
10 10
 		<div id="masthead-user-display"><span id="masthead-user-wrapper"><button href="/sign_in" type="button" id="masthead-user-button" onclick=";window.location.href=this.getAttribute('href');return false;" class=" yt-uix-button yt-uix-button-text" role="button"><span class="yt-uix-button-content">  <span id="masthead-user-image">
11 11
 			<span class="clip">
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 		<span id="yt-masthead-user-displayname" dir="ltr" class="yt-valign-container" onclick="yt.www.masthead.toggleExpandedMasthead();">
24 24
 		<?php echo htmlspecialchars($_SESSION['siteusername']); ?>
25 25
 		</span>
26
-		<?php if($__user_h->fetch_unread_pms($_SESSION['siteusername']) != 0) { ?>
26
+		<?php if ($__user_h->fetch_unread_pms($_SESSION['siteusername']) != 0) { ?>
27 27
 		<a style="border-radius:2px;font-weight:bold;border:1px solid #CE4D34;position:relative;top:1px;color: white;text-decoration: none;background-color: #E26148;padding: 7px;padding-left: 10px;margin-right: 12px;display: inline;" href="/inbox/">
28 28
 		<?php echo $__user_h->fetch_unread_pms($_SESSION['siteusername']); ?> 
29 29
 		</a>
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 			</form>
46 46
 		</div>
47 47
 	</div></div>
48
-<?php if(isset($_SESSION['siteusername'])) { ?>
48
+<?php if (isset($_SESSION['siteusername'])) { ?>
49 49
 <div id="masthead-expanded" class="hid" style="display: none;">
50 50
 	<div id="masthead-expanded-container" class="with-sandbar">
51 51
 	<div class="yt-uix-slider yt-rounded" id="watch-channel-discoverbox" data-slider-slide-selected="3" data-slider-slides="4"
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
                     $stmt = $__db->prepare("SELECT * FROM videos WHERE author = :username ORDER BY id DESC LIMIT 20");
67 67
                     $stmt->bindParam(":username", $_SESSION['siteusername']);
68 68
                     $stmt->execute();
69
-                    while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { 
69
+                    while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { 
70 70
                         $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
71 71
                         $video['duration'] = $__time_h->timestamp($video['duration']);
72 72
                         $video['views'] = $__video_h->fetch_video_views($video['rid']);
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 <?php } ?>
211 211
 </div>
212 212
 <div id="alerts">
213
-	<?php if(isset($error['status'])) { ?>
213
+	<?php if (isset($error['status'])) { ?>
214 214
 		<div id="masthead_child_div"><div class="yt-alert yt-alert-default yt-alert-error  yt-alert-player">  <div class="yt-alert-icon">
215 215
 			<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon">
216 216
 		</div>
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
 			</div>
221 221
 		</div></div></div>
222 222
 	<?php } ?>
223
-	<?php if(isset($_GET['error'])) { ?>
223
+	<?php if (isset($_GET['error'])) { ?>
224 224
 		<div id="masthead_child_div"><div class="yt-alert yt-alert-default yt-alert-error ">  <div class="yt-alert-icon">
225 225
 			<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon">
226 226
 		</div>
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
 			</div>
231 231
 		</div></div></div>
232 232
 	<?php } ?>
233
-	<?php if(isset($_GET['success'])) { ?>
233
+	<?php if (isset($_GET['success'])) { ?>
234 234
 		<div id="masthead_child_div"><div class="yt-alert yt-alert-default yt-alert-success ">  <div class="yt-alert-icon">
235 235
 			<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon">
236 236
 		</div>
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
 			</div>
241 241
 		</div></div></div>
242 242
 	<?php } ?>
243
-	<?php if(isset($_SESSION['error'])) { ?>
243
+	<?php if (isset($_SESSION['error'])) { ?>
244 244
 		<div id="masthead_child_div"><div class="yt-alert yt-alert-default yt-alert-error">  <div class="yt-alert-icon">
245 245
 			<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon">
246 246
 		</div>
Please login to merge, or discard this patch.
web/public/s/classes/config.inc.php 2 patches
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -21,15 +21,15 @@  discard block
 block discarded – undo
21 21
             "db_connected" => false,
22 22
         ], 
23 23
 
24
-        "video_properties" => (object) [ "status" => "unloaded" ],
25
-        "user_properties"  => (object) [ "status" => "unloaded" ],
26
-        "group_properties" => (object) [ "status" => "unloaded" ],
27
-        "forum_properties" => (object) [ "status" => "unloaded" ],
24
+        "video_properties" => (object) ["status" => "unloaded"],
25
+        "user_properties"  => (object) ["status" => "unloaded"],
26
+        "group_properties" => (object) ["status" => "unloaded"],
27
+        "forum_properties" => (object) ["status" => "unloaded"],
28 28
     ];
29 29
 
30 30
     try
31 31
     {
32
-        $__db = new PDO("mysql:host=".$__server->db_properties->db_host.";dbname=".$__server->db_properties->db_database.";charset=utf8mb4",
32
+        $__db = new PDO("mysql:host=" . $__server->db_properties->db_host . ";dbname=" . $__server->db_properties->db_database . ";charset=utf8mb4",
33 33
             $__server->db_properties->db_user,
34 34
             $__server->db_properties->db_password,
35 35
             [
@@ -39,9 +39,9 @@  discard block
 block discarded – undo
39 39
         );
40 40
         $__server->db_properties->db_connected = true;
41 41
     }
42
-    catch(PDOException $e)
42
+    catch (PDOException $e)
43 43
     {
44
-        die("An error occured connecting to the database: ".$e->getMessage());
44
+        die("An error occured connecting to the database: " . $e->getMessage());
45 45
     }
46 46
 
47 47
     session_start();
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,7 @@
 block discarded – undo
38 38
             ]
39 39
         );
40 40
         $__server->db_properties->db_connected = true;
41
-    }
42
-    catch(PDOException $e)
41
+    } catch(PDOException $e)
43 42
     {
44 43
         die("An error occured connecting to the database: ".$e->getMessage());
45 44
     }
Please login to merge, or discard this patch.
web/public/all_comments.php 2 patches
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 <?php $__user_h = new user_helper($__db); ?>
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10
-<?php if(!$__video_h->video_exists($_GET['v'])) { header("Location: /?error=This video doesn't exist!"); } ?>
10
+<?php if (!$__video_h->video_exists($_GET['v'])) { header("Location: /?error=This video doesn't exist!"); } ?>
11 11
 <?php
12 12
     $_video = $__video_h->fetch_video_rid($_GET['v']);
13 13
     $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']);
@@ -80,19 +80,19 @@  discard block
 block discarded – undo
80 80
                                 </h4>
81 81
                             </div>
82 82
                         </div>
83
-                        <?php if(!isset($_SESSION['siteusername'])) { ?>
83
+                        <?php if (!isset($_SESSION['siteusername'])) { ?>
84 84
                             <div class="comments-post-container clearfix">
85 85
                                 <div class="comments-post-alert">
86 86
                                     <a href="/sign_in">Sign In</a> or <a href="/sign_up">Sign Up</a><span class="comments-post-form-rollover-text"> now to post a comment!</span>
87 87
                                 </div>
88 88
                             </div>
89
-                        <?php } else if($_video['commenting'] == "d") { ?>
89
+                        <?php } else if ($_video['commenting'] == "d") { ?>
90 90
                             <div class="comments-post-container clearfix">
91 91
                                 <div class="comments-post-alert">
92 92
                                     This video has comemnting disabled!
93 93
                                 </div>
94 94
                             </div>
95
-                        <?php } else if($__user_h->if_blocked($_video['author'], $_SESSION['siteusername'])) { ?>
95
+                        <?php } else if ($__user_h->if_blocked($_video['author'], $_SESSION['siteusername'])) { ?>
96 96
                             <div class="comments-post-container clearfix">
97 97
                                 <div class="comments-post-alert">
98 98
                                     This user has blocked you!
@@ -139,15 +139,15 @@  discard block
 block discarded – undo
139 139
                                 $stmt->execute();
140 140
 
141 141
                                 $number_of_result = $stmt->rowCount();
142
-                                $number_of_page = ceil ($number_of_result / $results_per_page);  
142
+                                $number_of_page = ceil($number_of_result/$results_per_page);  
143 143
 
144
-                                if (!isset ($_GET['page']) ) {  
144
+                                if (!isset ($_GET['page'])) {  
145 145
                                     $page = 1;  
146 146
                                 } else {  
147
-                                    $page = (int)$_GET['page'];  
147
+                                    $page = (int) $_GET['page'];  
148 148
                                 }  
149 149
 
150
-                                $page_first_result = ($page - 1) * $results_per_page;  
150
+                                $page_first_result = ($page - 1)*$results_per_page;  
151 151
 
152 152
                                 $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC LIMIT :pfirst, :pper");
153 153
                                 $stmt->bindParam(":rid", $_video['rid']);
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
                                 $stmt->bindParam(":pper", $results_per_page);
156 156
                                 $stmt->execute();
157 157
 
158
-                                while($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { 
158
+                                while ($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { 
159 159
                             ?>
160 160
 
161 161
                             <li class="comment yt-tile-default " data-author-viewing="" data-author-id="-uD01K8FQTeOSS5sniRFzQ" data-id="HdQrMeklJ_5hd_uPDRcvtdaMk2pMVS8d9sufcfiGx0U" data-score="0">
Please login to merge, or discard this patch.
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -11,23 +11,23 @@
 block discarded – undo
11 11
 <?php
12 12
     $_video = $__video_h->fetch_video_rid($_GET['v']);
13 13
     $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']);
14
-	$_video['age'] = $__time_h->time_elapsed_string($_video['publish']);		
15
-	$_video['duration'] = $__time_h->timestamp($_video['duration']);
16
-	$_video['views'] = $__video_h->fetch_video_views($_video['rid']);
17
-	$_video['author'] = htmlspecialchars($_video['author']);		
18
-	$_video['title'] = htmlspecialchars($_video['title']);
19
-	$_video['description'] = $__video_h->shorten_description($_video['description'], 50);
14
+    $_video['age'] = $__time_h->time_elapsed_string($_video['publish']);		
15
+    $_video['duration'] = $__time_h->timestamp($_video['duration']);
16
+    $_video['views'] = $__video_h->fetch_video_views($_video['rid']);
17
+    $_video['author'] = htmlspecialchars($_video['author']);		
18
+    $_video['title'] = htmlspecialchars($_video['title']);
19
+    $_video['description'] = $__video_h->shorten_description($_video['description'], 50);
20 20
 
21
-	$__server->page_embeds->page_title = "SubRocks - All Comments";
22
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
23
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
24
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
21
+    $__server->page_embeds->page_title = "SubRocks - All Comments";
22
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
23
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
24
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
25 25
 ?>
26 26
 <?php
27
-	$__server->page_embeds->page_title = "SubRocks - All Comments";
28
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
29
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
30
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
27
+    $__server->page_embeds->page_title = "SubRocks - All Comments";
28
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
29
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
30
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
31 31
 ?>
32 32
 <?php $_video['comments'] = $__video_h->get_comments_from_video($_video['rid']); ?>
33 33
 <!DOCTYPE html>
Please login to merge, or discard this patch.
web/public/sign_up.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 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 - Sign Up";
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 - Sign Up";
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>
Please login to merge, or discard this patch.
web/public/sign_in.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 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 - Sign In";
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 - Sign In";
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>
Please login to merge, or discard this patch.
web/public/upload_video.php 2 patches
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.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 <?php $__user_h = new user_helper($__db); ?>
9 9
 <?php $__db_h = new db_helper(); ?>
10 10
 <?php $__time_h = new time_helper(); ?>
11
-<?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
11
+<?php if (!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
12 12
 <?php
13 13
 	$__server->page_embeds->page_title = "SubRocks - Upload Video";
14 14
 	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
                                 <b>Category</b> <br>
97 97
                                 <select style="margin-top:5px;" name="category" class="yt-uix-button yt-uix-button-default">
98 98
                                     <?php $categories = ["None", "Film & Animation", "Autos & Vehicles", "Music", "Pets & Animals", "Sports", "Travel & Events", "Gaming", "People & Blogs", "Comedy", "Entertainment", "News & Politics", "Howto & Style", "Education", "Science & Technology", "Nonprofits & Activism"]; ?>
99
-                                    <?php foreach($categories as $categoryTag) { ?>
99
+                                    <?php foreach ($categories as $categoryTag) { ?>
100 100
                                         <option value="<?php echo $categoryTag; ?>"><?php echo $categoryTag; ?></option>
101 101
                                     <?php } ?>
102 102
                                 </select><br><br>
Please login to merge, or discard this patch.
web/public/uploaded_video.php 3 patches
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -8,26 +8,26 @@
 block discarded – undo
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10 10
 <?php
11
-	if(!$__video_h->video_exists($_GET['v']))
12
-		header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag.");
11
+    if(!$__video_h->video_exists($_GET['v']))
12
+        header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag.");
13 13
 
14
-	$video = $__video_h->fetch_video_rid($_GET['v']);
15
-	$video['video_responses'] = $__video_h->get_video_responses($video['rid']);
16
-	$video['age'] = $__time_h->time_elapsed_string($video['publish']);		
17
-	$video['duration'] = $__time_h->timestamp($video['duration']);
18
-	$video['views'] = $__video_h->fetch_video_views($video['rid']);
19
-	$video['author'] = htmlspecialchars($video['author']);		
20
-	$video['title'] = htmlspecialchars($video['title']);
21
-	$video['description'] = $__video_h->shorten_description($video['description'], 50);
14
+    $video = $__video_h->fetch_video_rid($_GET['v']);
15
+    $video['video_responses'] = $__video_h->get_video_responses($video['rid']);
16
+    $video['age'] = $__time_h->time_elapsed_string($video['publish']);		
17
+    $video['duration'] = $__time_h->timestamp($video['duration']);
18
+    $video['views'] = $__video_h->fetch_video_views($video['rid']);
19
+    $video['author'] = htmlspecialchars($video['author']);		
20
+    $video['title'] = htmlspecialchars($video['title']);
21
+    $video['description'] = $__video_h->shorten_description($video['description'], 50);
22 22
 
23 23
     if($_SESSION['siteusername'] != $video['author'])
24 24
         header("Location: /");
25 25
 ?>
26 26
 <?php
27
-	$__server->page_embeds->page_title = "SubRocks - Uploaded Video";
28
-	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
29
-	$__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
30
-	$__server->page_embeds->page_url = "https://subrock.rocks/";
27
+    $__server->page_embeds->page_title = "SubRocks - Uploaded Video";
28
+    $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
29
+    $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png";
30
+    $__server->page_embeds->page_url = "https://subrock.rocks/";
31 31
 ?>
32 32
 <!DOCTYPE html>
33 33
 <html>
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  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
-	if(!$__video_h->video_exists($_GET['v']))
11
+	if (!$__video_h->video_exists($_GET['v']))
12 12
 		header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag.");
13 13
 
14 14
 	$video = $__video_h->fetch_video_rid($_GET['v']);
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	$video['title'] = htmlspecialchars($video['title']);
21 21
 	$video['description'] = $__video_h->shorten_description($video['description'], 50);
22 22
 
23
-    if($_SESSION['siteusername'] != $video['author'])
23
+    if ($_SESSION['siteusername'] != $video['author'])
24 24
         header("Location: /");
25 25
 ?>
26 26
 <?php
Please login to merge, or discard this patch.
Braces   +7 added lines, -5 removed lines patch added patch discarded remove patch
@@ -8,8 +8,9 @@  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
-	if(!$__video_h->video_exists($_GET['v']))
12
-		header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag.");
11
+	if(!$__video_h->video_exists($_GET['v'])) {
12
+			header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag.");
13
+	}
13 14
 
14 15
 	$video = $__video_h->fetch_video_rid($_GET['v']);
15 16
 	$video['video_responses'] = $__video_h->get_video_responses($video['rid']);
@@ -20,9 +21,10 @@  discard block
 block discarded – undo
20 21
 	$video['title'] = htmlspecialchars($video['title']);
21 22
 	$video['description'] = $__video_h->shorten_description($video['description'], 50);
22 23
 
23
-    if($_SESSION['siteusername'] != $video['author'])
24
-        header("Location: /");
25
-?>
24
+    if($_SESSION['siteusername'] != $video['author']) {
25
+            header("Location: /");
26
+    }
27
+    ?>
26 28
 <?php
27 29
 	$__server->page_embeds->page_title = "SubRocks - Uploaded Video";
28 30
 	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
Please login to merge, or discard this patch.
web/public/subscriptions.php 2 patches
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.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 <?php $__user_h = new user_helper($__db); ?>
8 8
 <?php $__db_h = new db_helper(); ?>
9 9
 <?php $__time_h = new time_helper(); ?>
10
-<?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
10
+<?php if (!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?>
11 11
 <?php
12 12
 	$__server->page_embeds->page_title = "SubRocks - Subscriptions";
13 13
 	$__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube.";
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
                                 ?>                    
164 164
                                 
165 165
                                 <div class="my_videos_ajax">                                  
166
-                                    <?php while($user = $stmt->fetch(PDO::FETCH_ASSOC)) {  ?> 
166
+                                    <?php while ($user = $stmt->fetch(PDO::FETCH_ASSOC)) {  ?> 
167 167
                                         <div style="width: 33%;display: inline-block;">
168 168
                                             <img style="width: 50px;height:50px;" src="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($user['reciever']); ?>">
169 169
                                             <span style="display: inline-block; vertical-align:top;width: 100px;font-size: 11px;">
Please login to merge, or discard this patch.