@@ -138,16 +138,16 @@ discard block |
||
138 | 138 | </div> |
139 | 139 | <div class="browse-item-row ytg-box"> |
140 | 140 | <?php |
141 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
142 | - $stmt->execute(); |
|
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | - $video['author'] = htmlspecialchars($video['author']); |
|
148 | - $video['title'] = htmlspecialchars($video['title']); |
|
149 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | - ?> |
|
141 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
142 | + $stmt->execute(); |
|
143 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | + $video['author'] = htmlspecialchars($video['author']); |
|
148 | + $video['title'] = htmlspecialchars($video['title']); |
|
149 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | + ?> |
|
151 | 151 | <div class="browse-item yt-tile-default "> |
152 | 152 | <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> |
153 | 153 | <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"> |
@@ -173,16 +173,16 @@ discard block |
||
173 | 173 | </div> |
174 | 174 | <div class="browse-item-row ytg-box"> |
175 | 175 | <?php |
176 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
177 | - $stmt->execute(); |
|
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | - $video['author'] = htmlspecialchars($video['author']); |
|
183 | - $video['title'] = htmlspecialchars($video['title']); |
|
184 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | - ?> |
|
176 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
177 | + $stmt->execute(); |
|
178 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | + $video['author'] = htmlspecialchars($video['author']); |
|
183 | + $video['title'] = htmlspecialchars($video['title']); |
|
184 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | + ?> |
|
186 | 186 | <div class="browse-item yt-tile-default "> |
187 | 187 | <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> |
188 | 188 | <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"> |
@@ -208,16 +208,16 @@ discard block |
||
208 | 208 | </div> |
209 | 209 | <div class="browse-item-row ytg-box"> |
210 | 210 | <?php |
211 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
212 | - $stmt->execute(); |
|
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | - $video['author'] = htmlspecialchars($video['author']); |
|
218 | - $video['title'] = htmlspecialchars($video['title']); |
|
219 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | - ?> |
|
211 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
212 | + $stmt->execute(); |
|
213 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | + $video['author'] = htmlspecialchars($video['author']); |
|
218 | + $video['title'] = htmlspecialchars($video['title']); |
|
219 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | + ?> |
|
221 | 221 | <div class="browse-item yt-tile-default "> |
222 | 222 | <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> |
223 | 223 | <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"> |
@@ -243,16 +243,16 @@ discard block |
||
243 | 243 | </div> |
244 | 244 | <div class="browse-item-row ytg-box"> |
245 | 245 | <?php |
246 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
247 | - $stmt->execute(); |
|
248 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | - $video['author'] = htmlspecialchars($video['author']); |
|
253 | - $video['title'] = htmlspecialchars($video['title']); |
|
254 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | - ?> |
|
246 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
247 | + $stmt->execute(); |
|
248 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | + $video['author'] = htmlspecialchars($video['author']); |
|
253 | + $video['title'] = htmlspecialchars($video['title']); |
|
254 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | + ?> |
|
256 | 256 | <div class="browse-item yt-tile-default "> |
257 | 257 | <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> |
258 | 258 | <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"> |
@@ -278,16 +278,16 @@ discard block |
||
278 | 278 | </div> |
279 | 279 | <div class="browse-item-row ytg-box"> |
280 | 280 | <?php |
281 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
282 | - $stmt->execute(); |
|
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | - $video['author'] = htmlspecialchars($video['author']); |
|
288 | - $video['title'] = htmlspecialchars($video['title']); |
|
289 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | - ?> |
|
281 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Gaming' ORDER BY rand() LIMIT 4"); |
|
282 | + $stmt->execute(); |
|
283 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | + $video['author'] = htmlspecialchars($video['author']); |
|
288 | + $video['title'] = htmlspecialchars($video['title']); |
|
289 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | + ?> |
|
291 | 291 | <div class="browse-item yt-tile-default "> |
292 | 292 | <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> |
293 | 293 | <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"> |
@@ -25,33 +25,33 @@ discard block |
||
25 | 25 | if($__user_h->if_cooldown($_SESSION['siteusername'])) { $error['message'] = "You are on a cooldown! Wait for a minute before posting another comment."; $error['status'] = true; } |
26 | 26 | |
27 | 27 | if(!isset($error['message'])) { |
28 | - $text = $_POST['comment']; |
|
28 | + $text = $_POST['comment']; |
|
29 | 29 | $stmt = $__db->prepare("INSERT INTO comments (toid, author, comment) VALUES (:v, :username, :comment)"); |
30 | 30 | $stmt->bindParam(":v", $_GET['v']); |
31 | - $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
32 | - $stmt->bindParam(":comment", $text); |
|
31 | + $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
32 | + $stmt->bindParam(":comment", $text); |
|
33 | 33 | $stmt->execute(); |
34 | 34 | |
35 | - $__user_u->update_cooldown_time($_SESSION['siteusername'], "cooldown_comment"); |
|
36 | - $__user_i->send_message($_SESSION['siteusername'], "New comment", $_video['author'], "I commented \"" . $_POST['comment'] . "\" on your video!", $_video['rid'], "nt"); |
|
35 | + $__user_u->update_cooldown_time($_SESSION['siteusername'], "cooldown_comment"); |
|
36 | + $__user_i->send_message($_SESSION['siteusername'], "New comment", $_video['author'], "I commented \"" . $_POST['comment'] . "\" on your video!", $_video['rid'], "nt"); |
|
37 | 37 | } |
38 | 38 | } |
39 | 39 | |
40 | - /* |
|
40 | + /* |
|
41 | 41 | PREPARE EMBEDS CLASS -- function(string $page_title, string $page_description...) |
42 | 42 | Returns a list of arrays for compatibility purposes & but downside is ugly for loop codes |
43 | 43 | Work on this tomorrow or some shit idk lol |
44 | 44 | */ |
45 | 45 | |
46 | - /* |
|
46 | + /* |
|
47 | 47 | USE THE GOD DAMN __CONFIG MORE -- idiot |
48 | 48 | Work on this tomorrow or some shit |
49 | 49 | */ |
50 | 50 | |
51 | - $__server->page_embeds->page_title = htmlspecialchars($_video['title']); |
|
52 | - $__server->page_embeds->page_description = htmlspecialchars($_video['description']); |
|
53 | - $__server->page_embeds->page_image = "/dynamic/thumbs/" . $_video['thumbnail']; |
|
54 | - $__server->page_embeds->page_url = "https://subrock.rocks/watch?v=" . htmlspecialchars($_video['rid']); |
|
51 | + $__server->page_embeds->page_title = htmlspecialchars($_video['title']); |
|
52 | + $__server->page_embeds->page_description = htmlspecialchars($_video['description']); |
|
53 | + $__server->page_embeds->page_image = "/dynamic/thumbs/" . $_video['thumbnail']; |
|
54 | + $__server->page_embeds->page_url = "https://subrock.rocks/watch?v=" . htmlspecialchars($_video['rid']); |
|
55 | 55 | ?> |
56 | 56 | <!DOCTYPE html> |
57 | 57 | <html> |
@@ -81,29 +81,29 @@ discard block |
||
81 | 81 | if (window.yt.timing) {yt.timing.tick("ct");} |
82 | 82 | </script> |
83 | 83 | <?php |
84 | - $_video['dislikes'] = $__video_h->get_video_stars_level($_video['rid'], 1); |
|
85 | - $_video['dislikes'] += $__video_h->get_video_stars_level($_video['rid'], 2); |
|
84 | + $_video['dislikes'] = $__video_h->get_video_stars_level($_video['rid'], 1); |
|
85 | + $_video['dislikes'] += $__video_h->get_video_stars_level($_video['rid'], 2); |
|
86 | 86 | |
87 | - $_video['likes'] = $__video_h->get_video_stars_level($_video['rid'], 4); |
|
88 | - $_video['likes'] += $__video_h->get_video_stars_level($_video['rid'], 5); |
|
87 | + $_video['likes'] = $__video_h->get_video_stars_level($_video['rid'], 4); |
|
88 | + $_video['likes'] += $__video_h->get_video_stars_level($_video['rid'], 5); |
|
89 | 89 | |
90 | - $_video['dislikes'] += $__video_h->get_video_likes($_video['rid'], false); |
|
91 | - $_video['likes'] += $__video_h->get_video_likes($_video['rid'], true); |
|
90 | + $_video['dislikes'] += $__video_h->get_video_likes($_video['rid'], false); |
|
91 | + $_video['likes'] += $__video_h->get_video_likes($_video['rid'], true); |
|
92 | 92 | |
93 | - if($_video['likes'] == 0 && $_video['dislikes'] == 0) { |
|
94 | - $_video['likeswidth'] = 50; |
|
95 | - $_video['dislikeswidth'] = 50; |
|
96 | - } else { |
|
97 | - $_video['likeswidth'] = $_video['likes'] / ($_video['likes'] + $_video['dislikes']) * 100; |
|
98 | - $_video['dislikeswidth'] = 100 - $_video['likeswidth']; |
|
99 | - } |
|
93 | + if($_video['likes'] == 0 && $_video['dislikes'] == 0) { |
|
94 | + $_video['likeswidth'] = 50; |
|
95 | + $_video['dislikeswidth'] = 50; |
|
96 | + } else { |
|
97 | + $_video['likeswidth'] = $_video['likes'] / ($_video['likes'] + $_video['dislikes']) * 100; |
|
98 | + $_video['dislikeswidth'] = 100 - $_video['likeswidth']; |
|
99 | + } |
|
100 | 100 | |
101 | - $_video['liked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], true); |
|
102 | - $_video['disliked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], false); |
|
103 | - $_video['author_videos'] = $__video_h->fetch_user_videos($_video['author']); |
|
104 | - $_video['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_video['author']); |
|
105 | - $_video['favorited'] = $__video_h->if_favorited(@$_SESSION['siteusername'], $_video['rid']); |
|
106 | - ?> |
|
101 | + $_video['liked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], true); |
|
102 | + $_video['disliked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], false); |
|
103 | + $_video['author_videos'] = $__video_h->fetch_user_videos($_video['author']); |
|
104 | + $_video['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_video['author']); |
|
105 | + $_video['favorited'] = $__video_h->if_favorited(@$_SESSION['siteusername'], $_video['rid']); |
|
106 | + ?> |
|
107 | 107 | </head> |
108 | 108 | <body id="" class="date-20120927 en_US ltr ytg-old-clearfix guide-feed-v2 gecko gecko-15" dir="ltr"> |
109 | 109 | <form name="logoutForm" method="POST" action="/logout"> |
@@ -322,21 +322,21 @@ discard block |
||
322 | 322 | <hr><br> |
323 | 323 | <h3>Add to a Playlist</h3> |
324 | 324 | <?php |
325 | - $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :username ORDER BY id DESC LIMIT 20"); |
|
326 | - $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
327 | - $stmt->execute(); |
|
328 | - while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
329 | - $buffer = json_decode($playlist['videos']); |
|
330 | - @$rid = $buffer[0]; |
|
331 | - if(!empty($rid)) { |
|
332 | - @$video = $__video_h->fetch_video_rid($rid); |
|
333 | - } else { |
|
334 | - $video['thumbnail'] = ""; |
|
335 | - $video['duration'] = 0; |
|
336 | - } |
|
325 | + $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :username ORDER BY id DESC LIMIT 20"); |
|
326 | + $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
327 | + $stmt->execute(); |
|
328 | + while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
329 | + $buffer = json_decode($playlist['videos']); |
|
330 | + @$rid = $buffer[0]; |
|
331 | + if(!empty($rid)) { |
|
332 | + @$video = $__video_h->fetch_video_rid($rid); |
|
333 | + } else { |
|
334 | + $video['thumbnail'] = ""; |
|
335 | + $video['duration'] = 0; |
|
336 | + } |
|
337 | 337 | |
338 | - $videos = count($buffer); |
|
339 | - ?> |
|
338 | + $videos = count($buffer); |
|
339 | + ?> |
|
340 | 340 | <a href="/get/add_to_playlist?id=<?php echo $_video['rid']; ?>&playlist=<?php echo $playlist['rid']; ?>">Add to <?php echo htmlspecialchars($playlist['title']); ?></a> |
341 | 341 | <?php } ?> |
342 | 342 | <?php } ?> |
@@ -601,10 +601,10 @@ discard block |
||
601 | 601 | </div> |
602 | 602 | </div> |
603 | 603 | <?php |
604 | - $stmt = $__db->prepare("SELECT * FROM video_response WHERE toid = :v ORDER BY id DESC LIMIT 4"); |
|
605 | - $stmt->bindParam(":v", $_GET['v']); |
|
606 | - $stmt->execute(); |
|
607 | - ?> |
|
604 | + $stmt = $__db->prepare("SELECT * FROM video_response WHERE toid = :v ORDER BY id DESC LIMIT 4"); |
|
605 | + $stmt->bindParam(":v", $_GET['v']); |
|
606 | + $stmt->execute(); |
|
607 | + ?> |
|
608 | 608 | |
609 | 609 | <?php if($stmt->rowCount() != 0) { ?> |
610 | 610 | <div class="comments-section"> |
@@ -614,16 +614,16 @@ discard block |
||
614 | 614 | <h4>Video Responses</h4> |
615 | 615 | <ul class="video-list"> |
616 | 616 | <?php |
617 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
618 | - if($__video_h->video_exists($video['video'])) { |
|
619 | - $video = $__video_h->fetch_video_rid($video['video']); |
|
620 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
621 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
622 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
623 | - $video['author'] = htmlspecialchars($video['author']); |
|
624 | - $video['title'] = htmlspecialchars($video['title']); |
|
625 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
626 | - ?> |
|
617 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
618 | + if($__video_h->video_exists($video['video'])) { |
|
619 | + $video = $__video_h->fetch_video_rid($video['video']); |
|
620 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
621 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
622 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
623 | + $video['author'] = htmlspecialchars($video['author']); |
|
624 | + $video['title'] = htmlspecialchars($video['title']); |
|
625 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
626 | + ?> |
|
627 | 627 | <li class="video-list-item yt-tile-default"> |
628 | 628 | <a href="/watch?v=<?php echo $video['rid']; ?>" class="related-video yt-uix-contextlink yt-uix-sessionlink" data-sessionlink="<?php echo htmlspecialchars($_video['author']); ?>&feature=watch_response"><span class="ux-thumb-wrap contains-addto "><span class="video-thumb ux-thumb yt-thumb-default-120 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="<?php echo $video['title']; ?>" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="120"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span> |
629 | 629 | <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="cjls0QsHOBE" role="button"><span class="yt-uix-button-content"> <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later"> |
@@ -705,31 +705,31 @@ discard block |
||
705 | 705 | </div> |
706 | 706 | <ul class="comment-list" id="live_comments"> |
707 | 707 | <?php |
708 | - $results_per_page = 20; |
|
708 | + $results_per_page = 20; |
|
709 | 709 | |
710 | - $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC"); |
|
711 | - $stmt->bindParam(":rid", $_video['rid']); |
|
712 | - $stmt->execute(); |
|
710 | + $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC"); |
|
711 | + $stmt->bindParam(":rid", $_video['rid']); |
|
712 | + $stmt->execute(); |
|
713 | 713 | |
714 | - $number_of_result = $stmt->rowCount(); |
|
715 | - $number_of_page = ceil ($number_of_result / $results_per_page); |
|
714 | + $number_of_result = $stmt->rowCount(); |
|
715 | + $number_of_page = ceil ($number_of_result / $results_per_page); |
|
716 | 716 | |
717 | - if (!isset ($_GET['page']) ) { |
|
718 | - $page = 1; |
|
719 | - } else { |
|
720 | - $page = (int)$_GET['page']; |
|
721 | - } |
|
717 | + if (!isset ($_GET['page']) ) { |
|
718 | + $page = 1; |
|
719 | + } else { |
|
720 | + $page = (int)$_GET['page']; |
|
721 | + } |
|
722 | 722 | |
723 | - $page_first_result = ($page - 1) * $results_per_page; |
|
723 | + $page_first_result = ($page - 1) * $results_per_page; |
|
724 | 724 | |
725 | - $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
726 | - $stmt->bindParam(":rid", $_video['rid']); |
|
727 | - $stmt->bindParam(":pfirst", $page_first_result); |
|
728 | - $stmt->bindParam(":pper", $results_per_page); |
|
729 | - $stmt->execute(); |
|
725 | + $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
726 | + $stmt->bindParam(":rid", $_video['rid']); |
|
727 | + $stmt->bindParam(":pfirst", $page_first_result); |
|
728 | + $stmt->bindParam(":pper", $results_per_page); |
|
729 | + $stmt->execute(); |
|
730 | 730 | |
731 | - while($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
732 | - ?> |
|
731 | + while($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
732 | + ?> |
|
733 | 733 | |
734 | 734 | <li class="comment yt-tile-default " data-author-viewing="" data-author-id="-uD01K8FQTeOSS5sniRFzQ" data-id="HdQrMeklJ_5hd_uPDRcvtdaMk2pMVS8d9sufcfiGx0U" data-score="0"> |
735 | 735 | <div class="comment-body"> |
@@ -808,16 +808,16 @@ discard block |
||
808 | 808 | <ul id="watch-related" class="video-list"> |
809 | 809 | <div id="ppv-container" class="hid"></div> |
810 | 810 | <?php |
811 | - $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 20"); |
|
812 | - $stmt->execute(); |
|
813 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
814 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
815 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
816 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
817 | - $video['author'] = htmlspecialchars($video['author']); |
|
818 | - $video['title'] = htmlspecialchars($video['title']); |
|
819 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
820 | - ?> |
|
811 | + $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 20"); |
|
812 | + $stmt->execute(); |
|
813 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
814 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
815 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
816 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
817 | + $video['author'] = htmlspecialchars($video['author']); |
|
818 | + $video['title'] = htmlspecialchars($video['title']); |
|
819 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
820 | + ?> |
|
821 | 821 | <li class="video-list-item"><a href="/watch?v=<?php echo $video['rid']; ?>" class="related-video yt-uix-contextlink yt-uix-sessionlink" data-sessionlink="ved=CAIQzRooAA%3D%3D&<?php echo htmlspecialchars($_video['author']); ?>&feature=relmfu"><span class="ux-thumb-wrap contains-addto "><span class="video-thumb ux-thumb yt-thumb-default-120 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="<?php echo $video['title']; ?>" data-thumb="/dynamic/thumbs/<?php echo $video['thumbnail']; ?>" width="120"><span class="vertical-align"></span></span></span></span><span class="video-time"><?php echo $video['duration']; ?></span> |
822 | 822 | <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="gyAaIKF6tSQ" role="button"><span class="yt-uix-button-content"> <img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Watch Later"> |
823 | 823 | </span><img class="yt-uix-button-arrow" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt=""></button> |
@@ -138,16 +138,16 @@ discard block |
||
138 | 138 | </div> |
139 | 139 | <div class="browse-item-row ytg-box"> |
140 | 140 | <?php |
141 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
142 | - $stmt->execute(); |
|
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | - $video['author'] = htmlspecialchars($video['author']); |
|
148 | - $video['title'] = htmlspecialchars($video['title']); |
|
149 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | - ?> |
|
141 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
142 | + $stmt->execute(); |
|
143 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | + $video['author'] = htmlspecialchars($video['author']); |
|
148 | + $video['title'] = htmlspecialchars($video['title']); |
|
149 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | + ?> |
|
151 | 151 | <div class="browse-item yt-tile-default "> |
152 | 152 | <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> |
153 | 153 | <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"> |
@@ -173,16 +173,16 @@ discard block |
||
173 | 173 | </div> |
174 | 174 | <div class="browse-item-row ytg-box"> |
175 | 175 | <?php |
176 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
177 | - $stmt->execute(); |
|
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | - $video['author'] = htmlspecialchars($video['author']); |
|
183 | - $video['title'] = htmlspecialchars($video['title']); |
|
184 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | - ?> |
|
176 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
177 | + $stmt->execute(); |
|
178 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | + $video['author'] = htmlspecialchars($video['author']); |
|
183 | + $video['title'] = htmlspecialchars($video['title']); |
|
184 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | + ?> |
|
186 | 186 | <div class="browse-item yt-tile-default "> |
187 | 187 | <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> |
188 | 188 | <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"> |
@@ -208,16 +208,16 @@ discard block |
||
208 | 208 | </div> |
209 | 209 | <div class="browse-item-row ytg-box"> |
210 | 210 | <?php |
211 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
212 | - $stmt->execute(); |
|
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | - $video['author'] = htmlspecialchars($video['author']); |
|
218 | - $video['title'] = htmlspecialchars($video['title']); |
|
219 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | - ?> |
|
211 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
212 | + $stmt->execute(); |
|
213 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | + $video['author'] = htmlspecialchars($video['author']); |
|
218 | + $video['title'] = htmlspecialchars($video['title']); |
|
219 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | + ?> |
|
221 | 221 | <div class="browse-item yt-tile-default "> |
222 | 222 | <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> |
223 | 223 | <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"> |
@@ -243,16 +243,16 @@ discard block |
||
243 | 243 | </div> |
244 | 244 | <div class="browse-item-row ytg-box"> |
245 | 245 | <?php |
246 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
247 | - $stmt->execute(); |
|
248 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | - $video['author'] = htmlspecialchars($video['author']); |
|
253 | - $video['title'] = htmlspecialchars($video['title']); |
|
254 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | - ?> |
|
246 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
247 | + $stmt->execute(); |
|
248 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | + $video['author'] = htmlspecialchars($video['author']); |
|
253 | + $video['title'] = htmlspecialchars($video['title']); |
|
254 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | + ?> |
|
256 | 256 | <div class="browse-item yt-tile-default "> |
257 | 257 | <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> |
258 | 258 | <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"> |
@@ -278,16 +278,16 @@ discard block |
||
278 | 278 | </div> |
279 | 279 | <div class="browse-item-row ytg-box"> |
280 | 280 | <?php |
281 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
282 | - $stmt->execute(); |
|
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | - $video['author'] = htmlspecialchars($video['author']); |
|
288 | - $video['title'] = htmlspecialchars($video['title']); |
|
289 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | - ?> |
|
281 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Comedy' ORDER BY rand() LIMIT 4"); |
|
282 | + $stmt->execute(); |
|
283 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | + $video['author'] = htmlspecialchars($video['author']); |
|
288 | + $video['title'] = htmlspecialchars($video['title']); |
|
289 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | + ?> |
|
291 | 291 | <div class="browse-item yt-tile-default "> |
292 | 292 | <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> |
293 | 293 | <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"> |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | <div id="content"> |
38 | 38 | <div class="guide-layout-container enable-fancy-subscribe-button"> |
39 | 39 | <div class="guide-container"> |
40 | - <?php if(!isset($_SESSION['siteusername'])) { ?> |
|
40 | + <?php if (!isset($_SESSION['siteusername'])) { ?> |
|
41 | 41 | <div id="guide-builder-promo"> |
42 | 42 | <h2> |
43 | 43 | Sign in to add channels to your homepage |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | </div> |
57 | 57 | <div class="guide"> |
58 | 58 | <?php |
59 | - if(isset($_SESSION['siteusername'])) { |
|
59 | + if (isset($_SESSION['siteusername'])) { |
|
60 | 60 | ?> |
61 | 61 | <div style="/*! margin-top: 0px; *//*! margin-left: 10px; *//*! margin-bottom: 13px; */height: 99px;" class="guide-section feed-header channel first"><img alt="" src="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($_SESSION['siteusername']); ?>" style="height: 88px;position: relative;top: 4px;left: 4px;" class="feed-header-thumb channel-thumb" width="88px"><div id="links" style="/*! margin-left: 5px; */position: relative;left: 13px;top: 7px;"><div style="font-size: 11px;margin-bottom: 6px;" class="metadata"> |
62 | 62 | <a href="/user/<?php echo htmlspecialchars($_SESSION['siteusername']); ?>" style="color: inherit;">My channel |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | </span> |
168 | 168 | </a> |
169 | 169 | </li> |
170 | - <?php foreach($__server->featured_channels as $channel) { ?> |
|
170 | + <?php foreach ($__server->featured_channels as $channel) { ?> |
|
171 | 171 | <li class="guide-item-container "> |
172 | 172 | <a class="guide-item" data-external-id="<?php echo htmlspecialchars($channel); ?>" data-feed-name="<?php echo htmlspecialchars($channel); ?>" data-feed-type="user"> |
173 | 173 | <span class="thumb"> <span class="video-thumb ux-thumb yt-thumb-square-28 "><span class="yt-thumb-clip"><span class="yt-thumb-clip-inner"><img src="http://s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" onerror="this.onerror=null;this.src='/dynamic/thumbs/default.jpg';" data-thumb="/dynamic/pfp/<?php echo $__user_h->fetch_pfp($channel); ?>" width="28"><span class="vertical-align"></span></span></span></span> |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | <?php |
206 | 206 | $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 4"); |
207 | 207 | $stmt->execute(); |
208 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
208 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
209 | 209 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
210 | 210 | $video['duration'] = $__time_h->timestamp($video['duration']); |
211 | 211 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -228,7 +228,7 @@ discard block |
||
228 | 228 | <?php |
229 | 229 | $stmt = $__db->prepare("SELECT * FROM videos WHERE featured = 'v' ORDER BY id DESC LIMIT 4"); |
230 | 230 | $stmt->execute(); |
231 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
231 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
232 | 232 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
233 | 233 | $video['duration'] = $__time_h->timestamp($video['duration']); |
234 | 234 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | <?php |
262 | 262 | $stmt = $__db->prepare("SELECT * FROM videos ORDER BY id DESC LIMIT 20"); |
263 | 263 | $stmt->execute(); |
264 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
264 | + while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
265 | 265 | $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
266 | 266 | $video['duration'] = $__time_h->timestamp($video['duration']); |
267 | 267 | $video['views'] = $__video_h->fetch_video_views($video['rid']); |
@@ -138,16 +138,16 @@ discard block |
||
138 | 138 | </div> |
139 | 139 | <div class="browse-item-row ytg-box"> |
140 | 140 | <?php |
141 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
142 | - $stmt->execute(); |
|
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | - $video['author'] = htmlspecialchars($video['author']); |
|
148 | - $video['title'] = htmlspecialchars($video['title']); |
|
149 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | - ?> |
|
141 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
142 | + $stmt->execute(); |
|
143 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | + $video['author'] = htmlspecialchars($video['author']); |
|
148 | + $video['title'] = htmlspecialchars($video['title']); |
|
149 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | + ?> |
|
151 | 151 | <div class="browse-item yt-tile-default "> |
152 | 152 | <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> |
153 | 153 | <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"> |
@@ -173,16 +173,16 @@ discard block |
||
173 | 173 | </div> |
174 | 174 | <div class="browse-item-row ytg-box"> |
175 | 175 | <?php |
176 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
177 | - $stmt->execute(); |
|
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | - $video['author'] = htmlspecialchars($video['author']); |
|
183 | - $video['title'] = htmlspecialchars($video['title']); |
|
184 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | - ?> |
|
176 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
177 | + $stmt->execute(); |
|
178 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | + $video['author'] = htmlspecialchars($video['author']); |
|
183 | + $video['title'] = htmlspecialchars($video['title']); |
|
184 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | + ?> |
|
186 | 186 | <div class="browse-item yt-tile-default "> |
187 | 187 | <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> |
188 | 188 | <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"> |
@@ -208,16 +208,16 @@ discard block |
||
208 | 208 | </div> |
209 | 209 | <div class="browse-item-row ytg-box"> |
210 | 210 | <?php |
211 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
212 | - $stmt->execute(); |
|
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | - $video['author'] = htmlspecialchars($video['author']); |
|
218 | - $video['title'] = htmlspecialchars($video['title']); |
|
219 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | - ?> |
|
211 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
212 | + $stmt->execute(); |
|
213 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | + $video['author'] = htmlspecialchars($video['author']); |
|
218 | + $video['title'] = htmlspecialchars($video['title']); |
|
219 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | + ?> |
|
221 | 221 | <div class="browse-item yt-tile-default "> |
222 | 222 | <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> |
223 | 223 | <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"> |
@@ -243,16 +243,16 @@ discard block |
||
243 | 243 | </div> |
244 | 244 | <div class="browse-item-row ytg-box"> |
245 | 245 | <?php |
246 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
247 | - $stmt->execute(); |
|
248 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | - $video['author'] = htmlspecialchars($video['author']); |
|
253 | - $video['title'] = htmlspecialchars($video['title']); |
|
254 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | - ?> |
|
246 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
247 | + $stmt->execute(); |
|
248 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | + $video['author'] = htmlspecialchars($video['author']); |
|
253 | + $video['title'] = htmlspecialchars($video['title']); |
|
254 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | + ?> |
|
256 | 256 | <div class="browse-item yt-tile-default "> |
257 | 257 | <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> |
258 | 258 | <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"> |
@@ -278,16 +278,16 @@ discard block |
||
278 | 278 | </div> |
279 | 279 | <div class="browse-item-row ytg-box"> |
280 | 280 | <?php |
281 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
282 | - $stmt->execute(); |
|
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | - $video['author'] = htmlspecialchars($video['author']); |
|
288 | - $video['title'] = htmlspecialchars($video['title']); |
|
289 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | - ?> |
|
281 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Autos & Vehicles' ORDER BY rand() LIMIT 4"); |
|
282 | + $stmt->execute(); |
|
283 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | + $video['author'] = htmlspecialchars($video['author']); |
|
288 | + $video['title'] = htmlspecialchars($video['title']); |
|
289 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | + ?> |
|
291 | 291 | <div class="browse-item yt-tile-default "> |
292 | 292 | <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> |
293 | 293 | <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"> |
@@ -138,16 +138,16 @@ discard block |
||
138 | 138 | </div> |
139 | 139 | <div class="browse-item-row ytg-box"> |
140 | 140 | <?php |
141 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
142 | - $stmt->execute(); |
|
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | - $video['author'] = htmlspecialchars($video['author']); |
|
148 | - $video['title'] = htmlspecialchars($video['title']); |
|
149 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | - ?> |
|
141 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
142 | + $stmt->execute(); |
|
143 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | + $video['author'] = htmlspecialchars($video['author']); |
|
148 | + $video['title'] = htmlspecialchars($video['title']); |
|
149 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | + ?> |
|
151 | 151 | <div class="browse-item yt-tile-default "> |
152 | 152 | <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> |
153 | 153 | <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"> |
@@ -173,16 +173,16 @@ discard block |
||
173 | 173 | </div> |
174 | 174 | <div class="browse-item-row ytg-box"> |
175 | 175 | <?php |
176 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
177 | - $stmt->execute(); |
|
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | - $video['author'] = htmlspecialchars($video['author']); |
|
183 | - $video['title'] = htmlspecialchars($video['title']); |
|
184 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | - ?> |
|
176 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
177 | + $stmt->execute(); |
|
178 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | + $video['author'] = htmlspecialchars($video['author']); |
|
183 | + $video['title'] = htmlspecialchars($video['title']); |
|
184 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | + ?> |
|
186 | 186 | <div class="browse-item yt-tile-default "> |
187 | 187 | <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> |
188 | 188 | <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"> |
@@ -208,16 +208,16 @@ discard block |
||
208 | 208 | </div> |
209 | 209 | <div class="browse-item-row ytg-box"> |
210 | 210 | <?php |
211 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
212 | - $stmt->execute(); |
|
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | - $video['author'] = htmlspecialchars($video['author']); |
|
218 | - $video['title'] = htmlspecialchars($video['title']); |
|
219 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | - ?> |
|
211 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
212 | + $stmt->execute(); |
|
213 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | + $video['author'] = htmlspecialchars($video['author']); |
|
218 | + $video['title'] = htmlspecialchars($video['title']); |
|
219 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | + ?> |
|
221 | 221 | <div class="browse-item yt-tile-default "> |
222 | 222 | <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> |
223 | 223 | <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"> |
@@ -243,16 +243,16 @@ discard block |
||
243 | 243 | </div> |
244 | 244 | <div class="browse-item-row ytg-box"> |
245 | 245 | <?php |
246 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
247 | - $stmt->execute(); |
|
248 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | - $video['author'] = htmlspecialchars($video['author']); |
|
253 | - $video['title'] = htmlspecialchars($video['title']); |
|
254 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | - ?> |
|
246 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
247 | + $stmt->execute(); |
|
248 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | + $video['author'] = htmlspecialchars($video['author']); |
|
253 | + $video['title'] = htmlspecialchars($video['title']); |
|
254 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | + ?> |
|
256 | 256 | <div class="browse-item yt-tile-default "> |
257 | 257 | <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> |
258 | 258 | <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"> |
@@ -278,16 +278,16 @@ discard block |
||
278 | 278 | </div> |
279 | 279 | <div class="browse-item-row ytg-box"> |
280 | 280 | <?php |
281 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
282 | - $stmt->execute(); |
|
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | - $video['author'] = htmlspecialchars($video['author']); |
|
288 | - $video['title'] = htmlspecialchars($video['title']); |
|
289 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | - ?> |
|
281 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Film & Animation' ORDER BY rand() LIMIT 4"); |
|
282 | + $stmt->execute(); |
|
283 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | + $video['author'] = htmlspecialchars($video['author']); |
|
288 | + $video['title'] = htmlspecialchars($video['title']); |
|
289 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | + ?> |
|
291 | 291 | <div class="browse-item yt-tile-default "> |
292 | 292 | <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> |
293 | 293 | <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"> |
@@ -138,16 +138,16 @@ discard block |
||
138 | 138 | </div> |
139 | 139 | <div class="browse-item-row ytg-box"> |
140 | 140 | <?php |
141 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
142 | - $stmt->execute(); |
|
143 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | - $video['author'] = htmlspecialchars($video['author']); |
|
148 | - $video['title'] = htmlspecialchars($video['title']); |
|
149 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | - ?> |
|
141 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
142 | + $stmt->execute(); |
|
143 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
144 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
145 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
146 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
147 | + $video['author'] = htmlspecialchars($video['author']); |
|
148 | + $video['title'] = htmlspecialchars($video['title']); |
|
149 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
150 | + ?> |
|
151 | 151 | <div class="browse-item yt-tile-default "> |
152 | 152 | <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> |
153 | 153 | <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"> |
@@ -173,16 +173,16 @@ discard block |
||
173 | 173 | </div> |
174 | 174 | <div class="browse-item-row ytg-box"> |
175 | 175 | <?php |
176 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
177 | - $stmt->execute(); |
|
178 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | - $video['author'] = htmlspecialchars($video['author']); |
|
183 | - $video['title'] = htmlspecialchars($video['title']); |
|
184 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | - ?> |
|
176 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
177 | + $stmt->execute(); |
|
178 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
179 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
180 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
181 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
182 | + $video['author'] = htmlspecialchars($video['author']); |
|
183 | + $video['title'] = htmlspecialchars($video['title']); |
|
184 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
185 | + ?> |
|
186 | 186 | <div class="browse-item yt-tile-default "> |
187 | 187 | <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> |
188 | 188 | <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"> |
@@ -208,16 +208,16 @@ discard block |
||
208 | 208 | </div> |
209 | 209 | <div class="browse-item-row ytg-box"> |
210 | 210 | <?php |
211 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
212 | - $stmt->execute(); |
|
213 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | - $video['author'] = htmlspecialchars($video['author']); |
|
218 | - $video['title'] = htmlspecialchars($video['title']); |
|
219 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | - ?> |
|
211 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
212 | + $stmt->execute(); |
|
213 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
214 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
215 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
216 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
217 | + $video['author'] = htmlspecialchars($video['author']); |
|
218 | + $video['title'] = htmlspecialchars($video['title']); |
|
219 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
220 | + ?> |
|
221 | 221 | <div class="browse-item yt-tile-default "> |
222 | 222 | <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> |
223 | 223 | <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"> |
@@ -243,16 +243,16 @@ discard block |
||
243 | 243 | </div> |
244 | 244 | <div class="browse-item-row ytg-box"> |
245 | 245 | <?php |
246 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
247 | - $stmt->execute(); |
|
248 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | - $video['author'] = htmlspecialchars($video['author']); |
|
253 | - $video['title'] = htmlspecialchars($video['title']); |
|
254 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | - ?> |
|
246 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
247 | + $stmt->execute(); |
|
248 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
249 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
250 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
251 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
252 | + $video['author'] = htmlspecialchars($video['author']); |
|
253 | + $video['title'] = htmlspecialchars($video['title']); |
|
254 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
255 | + ?> |
|
256 | 256 | <div class="browse-item yt-tile-default "> |
257 | 257 | <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> |
258 | 258 | <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"> |
@@ -278,16 +278,16 @@ discard block |
||
278 | 278 | </div> |
279 | 279 | <div class="browse-item-row ytg-box"> |
280 | 280 | <?php |
281 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
282 | - $stmt->execute(); |
|
283 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | - $video['author'] = htmlspecialchars($video['author']); |
|
288 | - $video['title'] = htmlspecialchars($video['title']); |
|
289 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | - ?> |
|
281 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE category = 'Howto & Style' ORDER BY rand() LIMIT 4"); |
|
282 | + $stmt->execute(); |
|
283 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
284 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
285 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
286 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
287 | + $video['author'] = htmlspecialchars($video['author']); |
|
288 | + $video['title'] = htmlspecialchars($video['title']); |
|
289 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
290 | + ?> |
|
291 | 291 | <div class="browse-item yt-tile-default "> |
292 | 292 | <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> |
293 | 293 | <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"> |