@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | <?php |
186 | 186 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
187 | 187 | $stmt->execute(); |
188 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
188 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
189 | 189 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
190 | 190 | $video['duration'] = $__time_h->timestamp($video['duration']); |
191 | 191 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | <?php |
231 | 231 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
232 | 232 | $stmt->execute(); |
233 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
233 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
234 | 234 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
235 | 235 | $video['duration'] = $__time_h->timestamp($video['duration']); |
236 | 236 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | <?php |
280 | 280 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
281 | 281 | $stmt->execute(); |
282 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
282 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | 283 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
284 | 284 | $video['duration'] = $__time_h->timestamp($video['duration']); |
285 | 285 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -328,7 +328,7 @@ discard block |
||
328 | 328 | <?php |
329 | 329 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Nonprofits & Activism' ORDER BY rand() LIMIT 4"); |
330 | 330 | $stmt->execute(); |
331 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
331 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
332 | 332 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
333 | 333 | $video['duration'] = $__time_h->timestamp($video['duration']); |
334 | 334 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -377,7 +377,7 @@ discard block |
||
377 | 377 | <?php |
378 | 378 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4"); |
379 | 379 | $stmt->execute(); |
380 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
380 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
381 | 381 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
382 | 382 | $video['duration'] = $__time_h->timestamp($video['duration']); |
383 | 383 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -426,7 +426,7 @@ discard block |
||
426 | 426 | <?php |
427 | 427 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Science & Technology' ORDER BY rand() LIMIT 4"); |
428 | 428 | $stmt->execute(); |
429 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
429 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
430 | 430 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
431 | 431 | $video['duration'] = $__time_h->timestamp($video['duration']); |
432 | 432 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -475,7 +475,7 @@ discard block |
||
475 | 475 | <?php |
476 | 476 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
477 | 477 | $stmt->execute(); |
478 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
478 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
479 | 479 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
480 | 480 | $video['duration'] = $__time_h->timestamp($video['duration']); |
481 | 481 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 - Browse"; |
|
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 - Browse"; |
|
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 |
||
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&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"> |
@@ -186,16 +186,16 @@ discard block |
||
186 | 186 | </div> |
187 | 187 | <div class="browse-item-row ytg-box"> |
188 | 188 | <?php |
189 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
190 | - $stmt->execute(); |
|
191 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
192 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
193 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
194 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
195 | - $video['author'] = htmlspecialchars($video['author']); |
|
196 | - $video['title'] = htmlspecialchars($video['title']); |
|
197 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
198 | - ?> |
|
189 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
190 | + $stmt->execute(); |
|
191 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
192 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
193 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
194 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
195 | + $video['author'] = htmlspecialchars($video['author']); |
|
196 | + $video['title'] = htmlspecialchars($video['title']); |
|
197 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
198 | + ?> |
|
199 | 199 | <div class="browse-item yt-tile-default "> |
200 | 200 | <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&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> |
201 | 201 | <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"> |
@@ -231,16 +231,16 @@ discard block |
||
231 | 231 | </div> |
232 | 232 | <div class="browse-item-row ytg-box"> |
233 | 233 | <?php |
234 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
235 | - $stmt->execute(); |
|
236 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
237 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
238 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
239 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
240 | - $video['author'] = htmlspecialchars($video['author']); |
|
241 | - $video['title'] = htmlspecialchars($video['title']); |
|
242 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
243 | - ?> |
|
234 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
235 | + $stmt->execute(); |
|
236 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
237 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
238 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
239 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
240 | + $video['author'] = htmlspecialchars($video['author']); |
|
241 | + $video['title'] = htmlspecialchars($video['title']); |
|
242 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
243 | + ?> |
|
244 | 244 | <div class="browse-item yt-tile-default "> |
245 | 245 | <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&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> |
246 | 246 | <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"> |
@@ -280,16 +280,16 @@ discard block |
||
280 | 280 | </div> |
281 | 281 | <div class="browse-item-row ytg-box"> |
282 | 282 | <?php |
283 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
284 | - $stmt->execute(); |
|
285 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
286 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
287 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
288 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
289 | - $video['author'] = htmlspecialchars($video['author']); |
|
290 | - $video['title'] = htmlspecialchars($video['title']); |
|
291 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
292 | - ?> |
|
283 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
284 | + $stmt->execute(); |
|
285 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
286 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
287 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
288 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
289 | + $video['author'] = htmlspecialchars($video['author']); |
|
290 | + $video['title'] = htmlspecialchars($video['title']); |
|
291 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
292 | + ?> |
|
293 | 293 | <div class="browse-item yt-tile-default "> |
294 | 294 | <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&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> |
295 | 295 | <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"> |
@@ -329,16 +329,16 @@ discard block |
||
329 | 329 | </div> |
330 | 330 | <div class="browse-item-row ytg-box"> |
331 | 331 | <?php |
332 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Nonprofits & Activism' ORDER BY rand() LIMIT 4"); |
|
333 | - $stmt->execute(); |
|
334 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
335 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
336 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
337 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
338 | - $video['author'] = htmlspecialchars($video['author']); |
|
339 | - $video['title'] = htmlspecialchars($video['title']); |
|
340 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
341 | - ?> |
|
332 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Nonprofits & Activism' ORDER BY rand() LIMIT 4"); |
|
333 | + $stmt->execute(); |
|
334 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
335 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
336 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
337 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
338 | + $video['author'] = htmlspecialchars($video['author']); |
|
339 | + $video['title'] = htmlspecialchars($video['title']); |
|
340 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
341 | + ?> |
|
342 | 342 | <div class="browse-item yt-tile-default "> |
343 | 343 | <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&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> |
344 | 344 | <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"> |
@@ -378,16 +378,16 @@ discard block |
||
378 | 378 | </div> |
379 | 379 | <div class="browse-item-row ytg-box"> |
380 | 380 | <?php |
381 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4"); |
|
382 | - $stmt->execute(); |
|
383 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
384 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
385 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
386 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
387 | - $video['author'] = htmlspecialchars($video['author']); |
|
388 | - $video['title'] = htmlspecialchars($video['title']); |
|
389 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
390 | - ?> |
|
381 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Pets & Animals' ORDER BY rand() LIMIT 4"); |
|
382 | + $stmt->execute(); |
|
383 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
384 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
385 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
386 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
387 | + $video['author'] = htmlspecialchars($video['author']); |
|
388 | + $video['title'] = htmlspecialchars($video['title']); |
|
389 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
390 | + ?> |
|
391 | 391 | <div class="browse-item yt-tile-default "> |
392 | 392 | <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&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> |
393 | 393 | <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"> |
@@ -427,16 +427,16 @@ discard block |
||
427 | 427 | </div> |
428 | 428 | <div class="browse-item-row ytg-box"> |
429 | 429 | <?php |
430 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Science & Technology' ORDER BY rand() LIMIT 4"); |
|
431 | - $stmt->execute(); |
|
432 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
433 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
434 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
435 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
436 | - $video['author'] = htmlspecialchars($video['author']); |
|
437 | - $video['title'] = htmlspecialchars($video['title']); |
|
438 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
439 | - ?> |
|
430 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Science & Technology' ORDER BY rand() LIMIT 4"); |
|
431 | + $stmt->execute(); |
|
432 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
433 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
434 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
435 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
436 | + $video['author'] = htmlspecialchars($video['author']); |
|
437 | + $video['title'] = htmlspecialchars($video['title']); |
|
438 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
439 | + ?> |
|
440 | 440 | <div class="browse-item yt-tile-default "> |
441 | 441 | <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&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> |
442 | 442 | <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"> |
@@ -476,16 +476,16 @@ discard block |
||
476 | 476 | </div> |
477 | 477 | <div class="browse-item-row ytg-box"> |
478 | 478 | <?php |
479 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
|
480 | - $stmt->execute(); |
|
481 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
482 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
483 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
484 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
485 | - $video['author'] = htmlspecialchars($video['author']); |
|
486 | - $video['title'] = htmlspecialchars($video['title']); |
|
487 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
488 | - ?> |
|
479 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
|
480 | + $stmt->execute(); |
|
481 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
482 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
483 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
484 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
485 | + $video['author'] = htmlspecialchars($video['author']); |
|
486 | + $video['title'] = htmlspecialchars($video['title']); |
|
487 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
488 | + ?> |
|
489 | 489 | <div class="browse-item yt-tile-default "> |
490 | 490 | <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&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> |
491 | 491 | <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"> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 - Autos"; |
|
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 - Autos"; |
|
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 |
||
141 | 141 | </div> |
142 | 142 | <div class="browse-item-row ytg-box"> |
143 | 143 | <?php |
144 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' 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 = 'Autos & Vehicles' 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&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 |
||
176 | 176 | </div> |
177 | 177 | <div class="browse-item-row ytg-box"> |
178 | 178 | <?php |
179 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' 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 = 'Autos & Vehicles' 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&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 |
||
211 | 211 | </div> |
212 | 212 | <div class="browse-item-row ytg-box"> |
213 | 213 | <?php |
214 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' 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 = 'Autos & Vehicles' 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&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 |
||
246 | 246 | </div> |
247 | 247 | <div class="browse-item-row ytg-box"> |
248 | 248 | <?php |
249 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' 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 = 'Autos & Vehicles' 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&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 |
||
281 | 281 | </div> |
282 | 282 | <div class="browse-item-row ytg-box"> |
283 | 283 | <?php |
284 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' 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 = 'Autos & Vehicles' 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&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"> |
@@ -221,10 +221,11 @@ |
||
221 | 221 | $status = "Unknown"; |
222 | 222 | } |
223 | 223 | |
224 | - if($_video['commenting'] == "a") |
|
225 | - $_video['commentstatus'] = "Commenting allowed"; |
|
226 | - else |
|
227 | - $_video['commentstatus'] = "Commenting disallowed"; |
|
224 | + if($_video['commenting'] == "a") { |
|
225 | + $_video['commentstatus'] = "Commenting allowed"; |
|
226 | + } else { |
|
227 | + $_video['commentstatus'] = "Commenting disallowed"; |
|
228 | + } |
|
228 | 229 | ?> |
229 | 230 | <tr style="margin-top: 5px;" id="videoslist"> |
230 | 231 | <td class="video-manager-left"> |
@@ -9,10 +9,10 @@ discard block |
||
9 | 9 | <?php $__time_h = new time_helper(); error_reporting(E_ERROR | E_PARSE); ?> |
10 | 10 | <?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?> |
11 | 11 | <?php |
12 | - $__server->page_embeds->page_title = "SubRocks - Favorite Videos"; |
|
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 - Favorite Videos"; |
|
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"> |
@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | ?> |
179 | 179 | <?php |
180 | 180 | $stmt6 = $__db->prepare("SELECT * FROM favorite_video WHERE sender = :search ORDER BY id DESC LIMIT :pfirst, :pper"); |
181 | - $stmt6->bindParam(":search", $search); |
|
181 | + $stmt6->bindParam(":search", $search); |
|
182 | 182 | $stmt6->bindParam(":pfirst", $page_first_result); |
183 | 183 | $stmt6->bindParam(":pper", $results_per_page); |
184 | 184 | $stmt6->execute(); |
@@ -195,32 +195,32 @@ discard block |
||
195 | 195 | |
196 | 196 | <?php |
197 | 197 | while($video = $stmt6->fetch(PDO::FETCH_ASSOC)) { |
198 | - if($__video_h->video_exists($video['reciever'])) { |
|
199 | - $_video = $__video_h->fetch_video_rid($video['reciever']); |
|
200 | - $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']); |
|
201 | - $_video['age'] = $__time_h->time_elapsed_string($_video['publish']); |
|
202 | - $_video['duration'] = $__time_h->timestamp($_video['duration']); |
|
203 | - $_video['views'] = $__video_h->fetch_video_views($_video['rid']); |
|
204 | - $_video['author'] = htmlspecialchars($_video['author']); |
|
205 | - $_video['title'] = htmlspecialchars($_video['title']); |
|
206 | - $_video['description'] = $__video_h->shorten_description($_video['description'], 50); |
|
207 | - |
|
208 | - if($_video['thumbnail'] == ".png" && $_video['filename'] == ".mp4") { |
|
209 | - $status = "Corrupted"; |
|
210 | - } else if($_video['visibility'] == "v") { |
|
211 | - $status = "Approved"; |
|
212 | - } else if($_video['visibility'] == "n") { |
|
213 | - $status = "Approved"; |
|
214 | - } else if($_video['visibility'] == "o") { |
|
215 | - $status = "Disapproved"; |
|
216 | - } else { |
|
217 | - $status = "Unknown"; |
|
218 | - } |
|
198 | + if($__video_h->video_exists($video['reciever'])) { |
|
199 | + $_video = $__video_h->fetch_video_rid($video['reciever']); |
|
200 | + $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']); |
|
201 | + $_video['age'] = $__time_h->time_elapsed_string($_video['publish']); |
|
202 | + $_video['duration'] = $__time_h->timestamp($_video['duration']); |
|
203 | + $_video['views'] = $__video_h->fetch_video_views($_video['rid']); |
|
204 | + $_video['author'] = htmlspecialchars($_video['author']); |
|
205 | + $_video['title'] = htmlspecialchars($_video['title']); |
|
206 | + $_video['description'] = $__video_h->shorten_description($_video['description'], 50); |
|
207 | + |
|
208 | + if($_video['thumbnail'] == ".png" && $_video['filename'] == ".mp4") { |
|
209 | + $status = "Corrupted"; |
|
210 | + } else if($_video['visibility'] == "v") { |
|
211 | + $status = "Approved"; |
|
212 | + } else if($_video['visibility'] == "n") { |
|
213 | + $status = "Approved"; |
|
214 | + } else if($_video['visibility'] == "o") { |
|
215 | + $status = "Disapproved"; |
|
216 | + } else { |
|
217 | + $status = "Unknown"; |
|
218 | + } |
|
219 | 219 | |
220 | - if($_video['commenting'] == "a") |
|
221 | - $_video['commentstatus'] = "Commenting allowed"; |
|
222 | - else |
|
223 | - $_video['commentstatus'] = "Commenting disallowed"; |
|
220 | + if($_video['commenting'] == "a") |
|
221 | + $_video['commentstatus'] = "Commenting allowed"; |
|
222 | + else |
|
223 | + $_video['commentstatus'] = "Commenting disallowed"; |
|
224 | 224 | ?> |
225 | 225 | <tr style="margin-top: 5px;" id="videoslist"> |
226 | 226 | <td class="video-manager-left"> |
@@ -7,7 +7,7 @@ discard block |
||
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(); error_reporting(E_ERROR | E_PARSE); ?> |
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 - Favorite Videos"; |
13 | 13 | $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
@@ -166,15 +166,15 @@ discard block |
||
166 | 166 | $stmt->execute(); |
167 | 167 | |
168 | 168 | $number_of_result = $stmt->rowCount(); |
169 | - $number_of_page = ceil ($number_of_result / $results_per_page); |
|
169 | + $number_of_page = ceil($number_of_result/$results_per_page); |
|
170 | 170 | |
171 | - if (!isset ($_GET['page']) ) { |
|
171 | + if (!isset ($_GET['page'])) { |
|
172 | 172 | $page = 1; |
173 | 173 | } else { |
174 | - $page = (int)$_GET['page']; |
|
174 | + $page = (int) $_GET['page']; |
|
175 | 175 | } |
176 | 176 | |
177 | - $page_first_result = ($page - 1) * $results_per_page; |
|
177 | + $page_first_result = ($page - 1)*$results_per_page; |
|
178 | 178 | ?> |
179 | 179 | <?php |
180 | 180 | $stmt6 = $__db->prepare("SELECT * FROM favorite_video WHERE sender = :search ORDER BY id DESC LIMIT :pfirst, :pper"); |
@@ -194,8 +194,8 @@ discard block |
||
194 | 194 | </tr> |
195 | 195 | |
196 | 196 | <?php |
197 | - while($video = $stmt6->fetch(PDO::FETCH_ASSOC)) { |
|
198 | - if($__video_h->video_exists($video['reciever'])) { |
|
197 | + while ($video = $stmt6->fetch(PDO::FETCH_ASSOC)) { |
|
198 | + if ($__video_h->video_exists($video['reciever'])) { |
|
199 | 199 | $_video = $__video_h->fetch_video_rid($video['reciever']); |
200 | 200 | $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']); |
201 | 201 | $_video['age'] = $__time_h->time_elapsed_string($_video['publish']); |
@@ -205,19 +205,19 @@ discard block |
||
205 | 205 | $_video['title'] = htmlspecialchars($_video['title']); |
206 | 206 | $_video['description'] = $__video_h->shorten_description($_video['description'], 50); |
207 | 207 | |
208 | - if($_video['thumbnail'] == ".png" && $_video['filename'] == ".mp4") { |
|
208 | + if ($_video['thumbnail'] == ".png" && $_video['filename'] == ".mp4") { |
|
209 | 209 | $status = "Corrupted"; |
210 | - } else if($_video['visibility'] == "v") { |
|
210 | + } else if ($_video['visibility'] == "v") { |
|
211 | 211 | $status = "Approved"; |
212 | - } else if($_video['visibility'] == "n") { |
|
212 | + } else if ($_video['visibility'] == "n") { |
|
213 | 213 | $status = "Approved"; |
214 | - } else if($_video['visibility'] == "o") { |
|
214 | + } else if ($_video['visibility'] == "o") { |
|
215 | 215 | $status = "Disapproved"; |
216 | 216 | } else { |
217 | 217 | $status = "Unknown"; |
218 | 218 | } |
219 | 219 | |
220 | - if($_video['commenting'] == "a") |
|
220 | + if ($_video['commenting'] == "a") |
|
221 | 221 | $_video['commentstatus'] = "Commenting allowed"; |
222 | 222 | else |
223 | 223 | $_video['commentstatus'] = "Commenting disallowed"; |
@@ -263,7 +263,7 @@ discard block |
||
263 | 263 | </div> |
264 | 264 | </center> |
265 | 265 | |
266 | - <?php for($page = 1; $page<= $number_of_page; $page++) { ?> |
|
266 | + <?php for ($page = 1; $page <= $number_of_page; $page++) { ?> |
|
267 | 267 | <button class="yt-uix-button yt-uix-button-default" onclick="ajax_fetch_videomanager(<?php echo $page; ?>)"><?php echo $page; ?></button> |
268 | 268 | <?php } ?> |
269 | 269 | |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | </script> |
310 | 310 | |
311 | 311 | <?php |
312 | - if($stmt6->rowCount() == 0) { echo " |
|
312 | + if ($stmt6->rowCount() == 0) { echo " |
|
313 | 313 | <br>Welcome to your favorite videos page.<br> |
314 | 314 | You can add videos that you like and the video will be added here! |
315 | 315 | "; |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Entertainment' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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"> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -9,10 +9,10 @@ discard block |
||
9 | 9 | <?php $__time_h = new time_helper(); ?> |
10 | 10 | <!DOCTYPE html> |
11 | 11 | <?php |
12 | - $__server->page_embeds->page_title = "SubRocks - Travel"; |
|
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 - Travel"; |
|
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 | <html dir="ltr"> |
18 | 18 | <head> |
@@ -141,16 +141,16 @@ discard block |
||
141 | 141 | </div> |
142 | 142 | <div class="browse-item-row ytg-box"> |
143 | 143 | <?php |
144 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' 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 = 'Travel & Events' 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&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 |
||
176 | 176 | </div> |
177 | 177 | <div class="browse-item-row ytg-box"> |
178 | 178 | <?php |
179 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' 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 = 'Travel & Events' 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&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 |
||
211 | 211 | </div> |
212 | 212 | <div class="browse-item-row ytg-box"> |
213 | 213 | <?php |
214 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' 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 = 'Travel & Events' 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&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 |
||
246 | 246 | </div> |
247 | 247 | <div class="browse-item-row ytg-box"> |
248 | 248 | <?php |
249 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' 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 = 'Travel & Events' 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&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 |
||
281 | 281 | </div> |
282 | 282 | <div class="browse-item-row ytg-box"> |
283 | 283 | <?php |
284 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Travel & Events' 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 = 'Travel & Events' 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&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"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | require($_SERVER['DOCUMENT_ROOT'] . "/s/classes/config.inc.php"); |
3 | 3 | |
4 | -if(isset($_SESSION['siteusername'])) { |
|
4 | +if (isset($_SESSION['siteusername'])) { |
|
5 | 5 | $_SESSION = []; |
6 | 6 | session_destroy(); |
7 | 7 | } |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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"> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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"> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | <?php |
141 | 141 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4"); |
142 | 142 | $stmt->execute(); |
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
143 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | 144 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
145 | 145 | $video['duration'] = $__time_h->timestamp($video['duration']); |
146 | 146 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | <?php |
176 | 176 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4"); |
177 | 177 | $stmt->execute(); |
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
178 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | 179 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
180 | 180 | $video['duration'] = $__time_h->timestamp($video['duration']); |
181 | 181 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <?php |
211 | 211 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4"); |
212 | 212 | $stmt->execute(); |
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
213 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | 214 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
215 | 215 | $video['duration'] = $__time_h->timestamp($video['duration']); |
216 | 216 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | <?php |
246 | 246 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() 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']); |
@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | <?php |
281 | 281 | $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'People & Blogs' ORDER BY rand() LIMIT 4"); |
282 | 282 | $stmt->execute(); |
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
283 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | 284 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
285 | 285 | $video['duration'] = $__time_h->timestamp($video['duration']); |
286 | 286 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -8,10 +8,10 @@ discard block |
||
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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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 |
||
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&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"> |