@@ -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"> |
@@ -4,46 +4,46 @@ discard block |
||
| 4 | 4 | <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/s/classes/user_helper.php"); ?> |
| 5 | 5 | <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/s/classes/video_helper.php"); ?> |
| 6 | 6 | <?php |
| 7 | - $request = (object) [ |
|
| 8 | - "search_term" => htmlspecialchars($_GET['search_query']), |
|
| 9 | - "like_search_term" => "%" . htmlspecialchars($_GET['search_query']) . "%", |
|
| 10 | - "search_amount" => 0 /* [fallback] */ |
|
| 11 | - ]; |
|
| 7 | + $request = (object) [ |
|
| 8 | + "search_term" => htmlspecialchars($_GET['search_query']), |
|
| 9 | + "like_search_term" => "%" . htmlspecialchars($_GET['search_query']) . "%", |
|
| 10 | + "search_amount" => 0 /* [fallback] */ |
|
| 11 | + ]; |
|
| 12 | 12 | |
| 13 | - $stmt = $__db->prepare("SELECT * FROM videos WHERE lower(title) LIKE lower(:search) "); |
|
| 14 | - $stmt->bindParam(":search", $request->like_search_term); |
|
| 15 | - $stmt->execute(); |
|
| 16 | - $request->search_amount = $stmt->rowCount(); |
|
| 13 | + $stmt = $__db->prepare("SELECT * FROM videos WHERE lower(title) LIKE lower(:search) "); |
|
| 14 | + $stmt->bindParam(":search", $request->like_search_term); |
|
| 15 | + $stmt->execute(); |
|
| 16 | + $request->search_amount = $stmt->rowCount(); |
|
| 17 | 17 | |
| 18 | - $results_per_page = 12; |
|
| 19 | - $number_of_result = $request->search_amount; |
|
| 20 | - $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 18 | + $results_per_page = 12; |
|
| 19 | + $number_of_result = $request->search_amount; |
|
| 20 | + $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 21 | 21 | |
| 22 | - if (!isset ($_GET['page']) ) { |
|
| 23 | - $page = 1; |
|
| 24 | - } else { |
|
| 25 | - $page = (int)$_GET['page']; |
|
| 26 | - } |
|
| 22 | + if (!isset ($_GET['page']) ) { |
|
| 23 | + $page = 1; |
|
| 24 | + } else { |
|
| 25 | + $page = (int)$_GET['page']; |
|
| 26 | + } |
|
| 27 | 27 | |
| 28 | - $page_first_result = ($page - 1) * $results_per_page; |
|
| 28 | + $page_first_result = ($page - 1) * $results_per_page; |
|
| 29 | 29 | |
| 30 | - $stmt6 = $__db->prepare("SELECT * FROM videos WHERE lower(title) LIKE lower(:search) ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 31 | - $stmt6->bindParam(":search", $request->like_search_term); |
|
| 32 | - $stmt6->bindParam(":pfirst", $page_first_result); |
|
| 33 | - $stmt6->bindParam(":pper", $results_per_page); |
|
| 34 | - $stmt6->execute(); |
|
| 30 | + $stmt6 = $__db->prepare("SELECT * FROM videos WHERE lower(title) LIKE lower(:search) ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 31 | + $stmt6->bindParam(":search", $request->like_search_term); |
|
| 32 | + $stmt6->bindParam(":pfirst", $page_first_result); |
|
| 33 | + $stmt6->bindParam(":pper", $results_per_page); |
|
| 34 | + $stmt6->execute(); |
|
| 35 | 35 | |
| 36 | - /* TODO :: Easy & Clean Pagination Class PLZ :((( ))) */ |
|
| 36 | + /* TODO :: Easy & Clean Pagination Class PLZ :((( ))) */ |
|
| 37 | 37 | ?> |
| 38 | 38 | <?php $__video_h = new video_helper($__db); ?> |
| 39 | 39 | <?php $__user_h = new user_helper($__db); ?> |
| 40 | 40 | <?php $__db_h = new db_helper(); ?> |
| 41 | 41 | <?php $__time_h = new time_helper(); ?> |
| 42 | 42 | <?php |
| 43 | - $__server->page_embeds->page_title = "SubRocks - Search"; |
|
| 44 | - $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 45 | - $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 46 | - $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 43 | + $__server->page_embeds->page_title = "SubRocks - Search"; |
|
| 44 | + $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 45 | + $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 46 | + $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 47 | 47 | ?> |
| 48 | 48 | <!DOCTYPE html> |
| 49 | 49 | <html> |
@@ -219,14 +219,14 @@ discard block |
||
| 219 | 219 | <div id="results-main-content"> |
| 220 | 220 | <ol id="search-results"> |
| 221 | 221 | <?php |
| 222 | - while($video = $stmt6->fetch(PDO::FETCH_ASSOC)) { |
|
| 223 | - $video['video_responses'] = $__video_h->get_video_responses($video['rid']); |
|
| 224 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 225 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 226 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 227 | - $video['author'] = htmlspecialchars($video['author']); |
|
| 228 | - $video['title'] = htmlspecialchars($video['title']); |
|
| 229 | - $video['description'] = $__video_h->shorten_description($video['description'], 50, true); |
|
| 222 | + while($video = $stmt6->fetch(PDO::FETCH_ASSOC)) { |
|
| 223 | + $video['video_responses'] = $__video_h->get_video_responses($video['rid']); |
|
| 224 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 225 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 226 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 227 | + $video['author'] = htmlspecialchars($video['author']); |
|
| 228 | + $video['title'] = htmlspecialchars($video['title']); |
|
| 229 | + $video['description'] = $__video_h->shorten_description($video['description'], 50, true); |
|
| 230 | 230 | ?> |
| 231 | 231 | <li class="yt-grid-box result-item-video *sr "> |
| 232 | 232 | <div id="" class="yt-uix-tile yt-lockup-list yt-tile-default yt-grid-box "> |
@@ -254,7 +254,7 @@ discard block |
||
| 254 | 254 | </li> |
| 255 | 255 | <?php } ?> |
| 256 | 256 | <?php if($request->search_amount == 0) |
| 257 | - echo "Your search query has brought no results.<br><br>"; |
|
| 257 | + echo "Your search query has brought no results.<br><br>"; |
|
| 258 | 258 | ?> |
| 259 | 259 | </ol> |
| 260 | 260 | </div> |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | if (empty($_FILES) || $_FILES["file"]["error"]) { |
| 4 | - die('{"OK": 0}'); |
|
| 4 | + die('{"OK": 0}'); |
|
| 5 | 5 | } |
| 6 | 6 | |
| 7 | 7 | $fileName = $_FILES["file"]["name"]; |
@@ -8,36 +8,36 @@ |
||
| 8 | 8 | <?php $__db_h = new db_helper(); ?> |
| 9 | 9 | <?php $__time_h = new time_helper(); ob_start(); ?> |
| 10 | 10 | <?php |
| 11 | - $request = (object) [ |
|
| 12 | - "search_term" => $_SESSION['siteusername'], |
|
| 13 | - "like_search_term" => "%" . $_SESSION['siteusername'] . "%", |
|
| 14 | - "search_amount" => 0 /* [fallback] */ |
|
| 15 | - ]; |
|
| 11 | + $request = (object) [ |
|
| 12 | + "search_term" => $_SESSION['siteusername'], |
|
| 13 | + "like_search_term" => "%" . $_SESSION['siteusername'] . "%", |
|
| 14 | + "search_amount" => 0 /* [fallback] */ |
|
| 15 | + ]; |
|
| 16 | 16 | |
| 17 | - $stmt = $__db->prepare("SELECT * FROM playlists WHERE lower(author) LIKE lower(:search) "); |
|
| 18 | - $stmt->bindParam(":search", $request->like_search_term); |
|
| 19 | - $stmt->execute(); |
|
| 20 | - $request->search_amount = $stmt->rowCount(); |
|
| 17 | + $stmt = $__db->prepare("SELECT * FROM playlists WHERE lower(author) LIKE lower(:search) "); |
|
| 18 | + $stmt->bindParam(":search", $request->like_search_term); |
|
| 19 | + $stmt->execute(); |
|
| 20 | + $request->search_amount = $stmt->rowCount(); |
|
| 21 | 21 | |
| 22 | - $results_per_page = 12; |
|
| 23 | - $number_of_result = $request->search_amount; |
|
| 24 | - $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 22 | + $results_per_page = 12; |
|
| 23 | + $number_of_result = $request->search_amount; |
|
| 24 | + $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 25 | 25 | |
| 26 | - if (!isset ($_GET['page']) ) { |
|
| 27 | - $page = 1; |
|
| 28 | - } else { |
|
| 29 | - $page = (int)$_GET['page']; |
|
| 30 | - } |
|
| 26 | + if (!isset ($_GET['page']) ) { |
|
| 27 | + $page = 1; |
|
| 28 | + } else { |
|
| 29 | + $page = (int)$_GET['page']; |
|
| 30 | + } |
|
| 31 | 31 | |
| 32 | - $page_first_result = ($page - 1) * $results_per_page; |
|
| 32 | + $page_first_result = ($page - 1) * $results_per_page; |
|
| 33 | 33 | |
| 34 | - $stmt6 = $__db->prepare("SELECT * FROM playlists WHERE lower(author) LIKE lower(:search) ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 35 | - $stmt6->bindParam(":search", $request->like_search_term); |
|
| 36 | - $stmt6->bindParam(":pfirst", $page_first_result); |
|
| 37 | - $stmt6->bindParam(":pper", $results_per_page); |
|
| 38 | - $stmt6->execute(); |
|
| 34 | + $stmt6 = $__db->prepare("SELECT * FROM playlists WHERE lower(author) LIKE lower(:search) ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 35 | + $stmt6->bindParam(":search", $request->like_search_term); |
|
| 36 | + $stmt6->bindParam(":pfirst", $page_first_result); |
|
| 37 | + $stmt6->bindParam(":pper", $results_per_page); |
|
| 38 | + $stmt6->execute(); |
|
| 39 | 39 | |
| 40 | - /* TODO :: Easy & Clean Pagination Class PLZ :((( ))) */ |
|
| 40 | + /* TODO :: Easy & Clean Pagination Class PLZ :((( ))) */ |
|
| 41 | 41 | ?> |
| 42 | 42 | <table style="width: 100%;"> |
| 43 | 43 | <tr> |
@@ -12,8 +12,8 @@ discard block |
||
| 12 | 12 | <?php $__db_h = new db_helper(); ?> |
| 13 | 13 | <?php $__time_h = new time_helper(); ?> |
| 14 | 14 | <?php |
| 15 | - if(isset($_SESSION['siteusername'])) |
|
| 16 | - $_user_hp = $__user_h->fetch_user_username($_SESSION['siteusername']); |
|
| 15 | + if(isset($_SESSION['siteusername'])) |
|
| 16 | + $_user_hp = $__user_h->fetch_user_username($_SESSION['siteusername']); |
|
| 17 | 17 | |
| 18 | 18 | if(!$__user_h->user_exists($_GET['n'])) |
| 19 | 19 | header("Location: /?userdoesntexist"); |
@@ -26,21 +26,21 @@ discard block |
||
| 26 | 26 | return preg_replace('/[^A-Za-z0-9\-]/', '', $string); // Removes special chars. |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | - function addhttp($url) { |
|
| 30 | - if (!preg_match("~^(?:f|ht)tps?://~i", $url)) { |
|
| 31 | - $url = "http://" . $url; |
|
| 32 | - } |
|
| 33 | - return $url; |
|
| 34 | - } |
|
| 29 | + function addhttp($url) { |
|
| 30 | + if (!preg_match("~^(?:f|ht)tps?://~i", $url)) { |
|
| 31 | + $url = "http://" . $url; |
|
| 32 | + } |
|
| 33 | + return $url; |
|
| 34 | + } |
|
| 35 | 35 | |
| 36 | 36 | function check_valid_colorhex($colorCode) { |
| 37 | 37 | // If user accidentally passed along the # sign, strip it off |
| 38 | 38 | $colorCode = ltrim($colorCode, '#'); |
| 39 | 39 | |
| 40 | 40 | if ( |
| 41 | - ctype_xdigit($colorCode) && |
|
| 41 | + ctype_xdigit($colorCode) && |
|
| 42 | 42 | (strlen($colorCode) == 6 || strlen($colorCode) == 3)) |
| 43 | - return true; |
|
| 43 | + return true; |
|
| 44 | 44 | |
| 45 | 45 | else return false; |
| 46 | 46 | } |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | $_user['2009_bgcolor'] = substr($_user['2009_bgcolor'], 0, 7); |
| 66 | 66 | |
| 67 | 67 | $_user['genre'] = strtolower($_user['genre']); |
| 68 | - $_user['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_user['username']); |
|
| 68 | + $_user['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_user['username']); |
|
| 69 | 69 | |
| 70 | 70 | if(!check_valid_colorhex($_user['primary_color']) && strlen($_user['primary_color']) != 6) { $_user['primary_color'] = ""; } |
| 71 | 71 | if(!check_valid_colorhex($_user['secondary_color']) && strlen($_user['secondary_color']) != 6) { $_user['secondary_color'] = ""; } |
@@ -74,8 +74,8 @@ discard block |
||
| 74 | 74 | if(!check_valid_colorhex($_user['primary_color_text']) && strlen($_user['primary_color_text']) != 6) { $_user['primary_color_text'] = ""; } |
| 75 | 75 | if(!check_valid_colorhex($_user['2009_bgcolor']) && strlen($_user['2009_bgcolor']) != 6) { $_user['2009_bgcolor'] = ""; } |
| 76 | 76 | |
| 77 | - if(isset($_SESSION['siteusername'])) |
|
| 78 | - $__user_i->check_view_channel($_user['username'], @$_SESSION['siteusername']); |
|
| 77 | + if(isset($_SESSION['siteusername'])) |
|
| 78 | + $__user_i->check_view_channel($_user['username'], @$_SESSION['siteusername']); |
|
| 79 | 79 | |
| 80 | 80 | if($_SERVER['REQUEST_METHOD'] == 'POST') { |
| 81 | 81 | $error = array(); |
@@ -89,11 +89,11 @@ discard block |
||
| 89 | 89 | //if(ifBlocked(@$_SESSION['siteusername'], $user['username'], $__db)) { $error = "This user has blocked you!"; $error['status'] = true; } |
| 90 | 90 | |
| 91 | 91 | if(!isset($error['message'])) { |
| 92 | - $text = $_POST['comment']; |
|
| 92 | + $text = $_POST['comment']; |
|
| 93 | 93 | $stmt = $__db->prepare("INSERT INTO profile_comments (toid, author, comment) VALUES (:id, :username, :comment)"); |
| 94 | - $stmt->bindParam(":id", $_user['username']); |
|
| 95 | - $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
| 96 | - $stmt->bindParam(":comment", $text); |
|
| 94 | + $stmt->bindParam(":id", $_user['username']); |
|
| 95 | + $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
| 96 | + $stmt->bindParam(":comment", $text); |
|
| 97 | 97 | $stmt->execute(); |
| 98 | 98 | |
| 99 | 99 | $_user_update_utils->update_comment_cooldown_time($_SESSION['siteusername']); |
@@ -105,10 +105,10 @@ discard block |
||
| 105 | 105 | } |
| 106 | 106 | ?> |
| 107 | 107 | <?php |
| 108 | - $__server->page_embeds->page_title = "SubRocks - " . htmlspecialchars($_user['username']); |
|
| 109 | - $__server->page_embeds->page_description = htmlspecialchars($_user['bio']); |
|
| 110 | - $__server->page_embeds->page_image = "/dynamic/pfp/" . htmlspecialchars($_user['pfp']); |
|
| 111 | - $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 108 | + $__server->page_embeds->page_title = "SubRocks - " . htmlspecialchars($_user['username']); |
|
| 109 | + $__server->page_embeds->page_description = htmlspecialchars($_user['bio']); |
|
| 110 | + $__server->page_embeds->page_image = "/dynamic/pfp/" . htmlspecialchars($_user['pfp']); |
|
| 111 | + $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 112 | 112 | ?> |
| 113 | 113 | <!DOCTYPE html> |
| 114 | 114 | <html dir="ltr" xmlns:og="http://opengraphprotocol.org/schema/" lang="en"> |
@@ -140,27 +140,27 @@ discard block |
||
| 140 | 140 | background-image: url(/dynamic/banners/<?php echo $_user['2009_bg']; ?>); |
| 141 | 141 | background-repeat: repeat; |
| 142 | 142 | <?php |
| 143 | - switch($_user['2012_bgoption']) { |
|
| 144 | - case "stretch": |
|
| 145 | - echo "background-size: cover;"; |
|
| 146 | - break; |
|
| 147 | - case "solid": |
|
| 148 | - echo ""; |
|
| 149 | - break; |
|
| 150 | - case "norepeat": |
|
| 151 | - echo ""; |
|
| 152 | - break; |
|
| 153 | - case "repeatxy": |
|
| 154 | - echo "background-repeat: repeat;"; |
|
| 155 | - break; |
|
| 156 | - case "repeaty": |
|
| 157 | - echo "background-repeat: repeat-y;"; |
|
| 158 | - break; |
|
| 159 | - case "repeatx": |
|
| 160 | - echo "background-repeat: repeat-x;"; |
|
| 161 | - break; |
|
| 162 | - } |
|
| 163 | - ?> |
|
| 143 | + switch($_user['2012_bgoption']) { |
|
| 144 | + case "stretch": |
|
| 145 | + echo "background-size: cover;"; |
|
| 146 | + break; |
|
| 147 | + case "solid": |
|
| 148 | + echo ""; |
|
| 149 | + break; |
|
| 150 | + case "norepeat": |
|
| 151 | + echo ""; |
|
| 152 | + break; |
|
| 153 | + case "repeatxy": |
|
| 154 | + echo "background-repeat: repeat;"; |
|
| 155 | + break; |
|
| 156 | + case "repeaty": |
|
| 157 | + echo "background-repeat: repeat-y;"; |
|
| 158 | + break; |
|
| 159 | + case "repeatx": |
|
| 160 | + echo "background-repeat: repeat-x;"; |
|
| 161 | + break; |
|
| 162 | + } |
|
| 163 | + ?> |
|
| 164 | 164 | } |
| 165 | 165 | </style> |
| 166 | 166 | <script> |
@@ -188,9 +188,9 @@ discard block |
||
| 188 | 188 | <div class="channel_customization"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/channel_customization.php"); ?></div> |
| 189 | 189 | <?php } ?> |
| 190 | 190 | <?php |
| 191 | - if(empty(trim($_user['bio']))) |
|
| 192 | - $_user['bio'] = "This user has no description."; |
|
| 193 | - ?> |
|
| 191 | + if(empty(trim($_user['bio']))) |
|
| 192 | + $_user['bio'] = "This user has no description."; |
|
| 193 | + ?> |
|
| 194 | 194 | <div id="content"> |
| 195 | 195 | <div class="subscription-menu-expandable subscription-menu-expandable-channels3 yt-rounded ytg-wide hid"> |
| 196 | 196 | <div class="content" id="recommended-channels-list"></div> |
@@ -536,9 +536,9 @@ discard block |
||
| 536 | 536 | <h2>Featured Channels</h2> |
| 537 | 537 | <ul class="channel-summary-list "> |
| 538 | 538 | <?php |
| 539 | - foreach($_user['featured_channels'] as $user) { |
|
| 540 | - if($__user_h->user_exists($user)) { |
|
| 541 | - ?> |
|
| 539 | + foreach($_user['featured_channels'] as $user) { |
|
| 540 | + if($__user_h->user_exists($user)) { |
|
| 541 | + ?> |
|
| 542 | 542 | <li class="yt-tile-visible yt-uix-tile"> |
| 543 | 543 | <div class="channel-summary clearfix channel-summary-compact"> |
| 544 | 544 | <div class="channel-summary-thumb"> |
@@ -562,19 +562,19 @@ discard block |
||
| 562 | 562 | </div> |
| 563 | 563 | |
| 564 | 564 | <?php |
| 565 | - $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :search ORDER BY id DESC LIMIT 10"); |
|
| 566 | - $stmt->bindParam(":search", $_user['username']); |
|
| 567 | - $stmt->execute(); |
|
| 565 | + $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :search ORDER BY id DESC LIMIT 10"); |
|
| 566 | + $stmt->bindParam(":search", $_user['username']); |
|
| 567 | + $stmt->execute(); |
|
| 568 | 568 | |
| 569 | - if($stmt->rowCount() != 0) { |
|
| 570 | - ?> |
|
| 569 | + if($stmt->rowCount() != 0) { |
|
| 570 | + ?> |
|
| 571 | 571 | <div class="playlists-narrow channel-module yt-uix-c3-module-container"> |
| 572 | 572 | <div class="module-view gh-featured"> |
| 573 | 573 | <h2>Featured Playlists</h2> |
| 574 | 574 | <?php |
| 575 | - while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 576 | - $playlist['videos'] = json_decode($playlist['videos']); |
|
| 577 | - ?> |
|
| 575 | + while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 576 | + $playlist['videos'] = json_decode($playlist['videos']); |
|
| 577 | + ?> |
|
| 578 | 578 | <div class="playlist yt-tile-visible yt-uix-tile"> |
| 579 | 579 | <a href="/view_playlist?v=<?php echo $playlist['rid']; ?>"> |
| 580 | 580 | <span class="playlist-thumb-strip playlist-thumb-strip-252"><span class="videos videos-4 horizontal-cutoff"><span class="clip"><span class="centering-offset"><span class="centering"> |
@@ -12,11 +12,11 @@ |
||
| 12 | 12 | <?php |
| 13 | 13 | |
| 14 | 14 | if($video['author'] == $_SESSION['siteusername']) { |
| 15 | - $stmt = $__db->prepare("DELETE FROM videos WHERE rid=:rid AND author=:author"); |
|
| 16 | - $stmt->execute(array( |
|
| 15 | + $stmt = $__db->prepare("DELETE FROM videos WHERE rid=:rid AND author=:author"); |
|
| 16 | + $stmt->execute(array( |
|
| 17 | 17 | ':author' => $video['author'], |
| 18 | 18 | ':rid' => $video['rid'], |
| 19 | - )); |
|
| 19 | + )); |
|
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | header('Location: /my_videos'); |
@@ -12,26 +12,26 @@ |
||
| 12 | 12 | <?php $__db_h = new db_helper(); ?> |
| 13 | 13 | <?php $__time_h = new time_helper(); ?> |
| 14 | 14 | <?php |
| 15 | - if(!$__video_h->video_exists($_GET['v'])) |
|
| 16 | - header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag."); |
|
| 15 | + if(!$__video_h->video_exists($_GET['v'])) |
|
| 16 | + header("Location: /?error=Your video has not processed correctly. Try reuploading it with a shorter title, description, or tag."); |
|
| 17 | 17 | |
| 18 | - $_video = $__video_h->fetch_video_rid($_GET['v']); |
|
| 19 | - $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']); |
|
| 20 | - $_video['age'] = $__time_h->time_elapsed_string($_video['publish']); |
|
| 21 | - $_video['duration'] = $__time_h->timestamp($_video['duration']); |
|
| 22 | - $_video['views'] = $__video_h->fetch_video_views($_video['rid']); |
|
| 23 | - $_video['author'] = htmlspecialchars($_video['author']); |
|
| 24 | - $_video['title'] = htmlspecialchars($_video['title']); |
|
| 25 | - $_video['description'] = $__video_h->shorten_description($_video['description'], 50); |
|
| 18 | + $_video = $__video_h->fetch_video_rid($_GET['v']); |
|
| 19 | + $_video['video_responses'] = $__video_h->get_video_responses($_video['rid']); |
|
| 20 | + $_video['age'] = $__time_h->time_elapsed_string($_video['publish']); |
|
| 21 | + $_video['duration'] = $__time_h->timestamp($_video['duration']); |
|
| 22 | + $_video['views'] = $__video_h->fetch_video_views($_video['rid']); |
|
| 23 | + $_video['author'] = htmlspecialchars($_video['author']); |
|
| 24 | + $_video['title'] = htmlspecialchars($_video['title']); |
|
| 25 | + $_video['description'] = $__video_h->shorten_description($_video['description'], 50); |
|
| 26 | 26 | |
| 27 | 27 | if($_SESSION['siteusername'] != $_video['author']) |
| 28 | 28 | header("Location: /"); |
| 29 | 29 | ?> |
| 30 | 30 | <?php |
| 31 | - $__server->page_embeds->page_title = "SubRocks - Uploaded Video"; |
|
| 32 | - $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 33 | - $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 34 | - $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 31 | + $__server->page_embeds->page_title = "SubRocks - Uploaded Video"; |
|
| 32 | + $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 33 | + $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 34 | + $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 35 | 35 | ?> |
| 36 | 36 | <!DOCTYPE html> |
| 37 | 37 | <html> |
@@ -15,26 +15,26 @@ discard block |
||
| 15 | 15 | <?php $_video = $__video_h->fetch_video_rid($_GET['v']); ?> |
| 16 | 16 | <?php $_video['comments'] = $__video_h->get_comments_from_video($_video['rid']); ?> |
| 17 | 17 | <?php |
| 18 | - if(isset($_SESSION['siteusername'])) |
|
| 19 | - $__video_h->check_view($_GET['v'], @$_SESSION['siteusername']); |
|
| 18 | + if(isset($_SESSION['siteusername'])) |
|
| 19 | + $__video_h->check_view($_GET['v'], @$_SESSION['siteusername']); |
|
| 20 | 20 | |
| 21 | - $_SESSION['current_video'] = $_video['rid']; |
|
| 21 | + $_SESSION['current_video'] = $_video['rid']; |
|
| 22 | 22 | |
| 23 | - /* |
|
| 23 | + /* |
|
| 24 | 24 | PREPARE EMBEDS CLASS -- function(string $page_title, string $page_description...) |
| 25 | 25 | Returns a list of arrays for compatibility purposes & but downside is ugly for loop codes |
| 26 | 26 | Work on this tomorrow or some shit idk lol |
| 27 | 27 | */ |
| 28 | 28 | |
| 29 | - /* |
|
| 29 | + /* |
|
| 30 | 30 | USE THE GOD DAMN __CONFIG MORE -- idiot |
| 31 | 31 | Work on this tomorrow or some shit |
| 32 | 32 | */ |
| 33 | 33 | |
| 34 | - $__server->page_embeds->page_title = htmlspecialchars($_video['title']); |
|
| 35 | - $__server->page_embeds->page_description = htmlspecialchars($_video['description']); |
|
| 36 | - $__server->page_embeds->page_image = "/dynamic/thumbs/" . $_video['thumbnail']; |
|
| 37 | - $__server->page_embeds->page_url = "https://subrock.rocks/watch?v=" . htmlspecialchars($_video['rid']); |
|
| 34 | + $__server->page_embeds->page_title = htmlspecialchars($_video['title']); |
|
| 35 | + $__server->page_embeds->page_description = htmlspecialchars($_video['description']); |
|
| 36 | + $__server->page_embeds->page_image = "/dynamic/thumbs/" . $_video['thumbnail']; |
|
| 37 | + $__server->page_embeds->page_url = "https://subrock.rocks/watch?v=" . htmlspecialchars($_video['rid']); |
|
| 38 | 38 | ?> |
| 39 | 39 | <!DOCTYPE html> |
| 40 | 40 | <html> |
@@ -64,29 +64,29 @@ discard block |
||
| 64 | 64 | if (window.yt.timing) {yt.timing.tick("ct");} |
| 65 | 65 | </script> |
| 66 | 66 | <?php |
| 67 | - $_video['dislikes'] = $__video_h->get_video_stars_level($_video['rid'], 1); |
|
| 68 | - $_video['dislikes'] += $__video_h->get_video_stars_level($_video['rid'], 2); |
|
| 67 | + $_video['dislikes'] = $__video_h->get_video_stars_level($_video['rid'], 1); |
|
| 68 | + $_video['dislikes'] += $__video_h->get_video_stars_level($_video['rid'], 2); |
|
| 69 | 69 | |
| 70 | - $_video['likes'] = $__video_h->get_video_stars_level($_video['rid'], 4); |
|
| 71 | - $_video['likes'] += $__video_h->get_video_stars_level($_video['rid'], 5); |
|
| 70 | + $_video['likes'] = $__video_h->get_video_stars_level($_video['rid'], 4); |
|
| 71 | + $_video['likes'] += $__video_h->get_video_stars_level($_video['rid'], 5); |
|
| 72 | 72 | |
| 73 | - $_video['dislikes'] += $__video_h->get_video_likes($_video['rid'], false); |
|
| 74 | - $_video['likes'] += $__video_h->get_video_likes($_video['rid'], true); |
|
| 73 | + $_video['dislikes'] += $__video_h->get_video_likes($_video['rid'], false); |
|
| 74 | + $_video['likes'] += $__video_h->get_video_likes($_video['rid'], true); |
|
| 75 | 75 | |
| 76 | - if($_video['likes'] == 0 && $_video['dislikes'] == 0) { |
|
| 77 | - $_video['likeswidth'] = 0; |
|
| 78 | - $_video['dislikeswidth'] = 0; |
|
| 79 | - } else { |
|
| 80 | - $_video['likeswidth'] = $_video['likes'] / ($_video['likes'] + $_video['dislikes']) * 100; |
|
| 81 | - $_video['dislikeswidth'] = 100 - $_video['likeswidth']; |
|
| 82 | - } |
|
| 76 | + if($_video['likes'] == 0 && $_video['dislikes'] == 0) { |
|
| 77 | + $_video['likeswidth'] = 0; |
|
| 78 | + $_video['dislikeswidth'] = 0; |
|
| 79 | + } else { |
|
| 80 | + $_video['likeswidth'] = $_video['likes'] / ($_video['likes'] + $_video['dislikes']) * 100; |
|
| 81 | + $_video['dislikeswidth'] = 100 - $_video['likeswidth']; |
|
| 82 | + } |
|
| 83 | 83 | |
| 84 | - $_video['liked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], true); |
|
| 85 | - $_video['disliked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], false); |
|
| 86 | - $_video['author_videos'] = $__video_h->fetch_user_videos($_video['author']); |
|
| 87 | - $_video['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_video['author']); |
|
| 88 | - $_video['favorited'] = $__video_h->if_favorited(@$_SESSION['siteusername'], $_video['rid']); |
|
| 89 | - ?> |
|
| 84 | + $_video['liked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], true); |
|
| 85 | + $_video['disliked'] = $__video_h->if_liked(@$_SESSION['siteusername'], $_video['rid'], false); |
|
| 86 | + $_video['author_videos'] = $__video_h->fetch_user_videos($_video['author']); |
|
| 87 | + $_video['subscribed'] = $__user_h->if_subscribed(@$_SESSION['siteusername'], $_video['author']); |
|
| 88 | + $_video['favorited'] = $__video_h->if_favorited(@$_SESSION['siteusername'], $_video['rid']); |
|
| 89 | + ?> |
|
| 90 | 90 | </head> |
| 91 | 91 | <body id="" class="date-20120927 en_US ltr ytg-old-clearfix guide-feed-v2 gecko gecko-15" dir="ltr"> |
| 92 | 92 | <form name="logoutForm" method="POST" action="/logout"> |
@@ -310,21 +310,21 @@ discard block |
||
| 310 | 310 | <hr><br> |
| 311 | 311 | <h3>Add to a Playlist</h3> |
| 312 | 312 | <?php |
| 313 | - $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :username ORDER BY id DESC LIMIT 20"); |
|
| 314 | - $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
| 315 | - $stmt->execute(); |
|
| 316 | - while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 317 | - $buffer = json_decode($playlist['videos']); |
|
| 318 | - @$rid = $buffer[0]; |
|
| 319 | - if(!empty($rid)) { |
|
| 320 | - @$video = $__video_h->fetch_video_rid($rid); |
|
| 321 | - } else { |
|
| 322 | - $video['thumbnail'] = ""; |
|
| 323 | - $video['duration'] = 0; |
|
| 324 | - } |
|
| 313 | + $stmt = $__db->prepare("SELECT * FROM playlists WHERE author = :username ORDER BY id DESC LIMIT 20"); |
|
| 314 | + $stmt->bindParam(":username", $_SESSION['siteusername']); |
|
| 315 | + $stmt->execute(); |
|
| 316 | + while($playlist = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 317 | + $buffer = json_decode($playlist['videos']); |
|
| 318 | + @$rid = $buffer[0]; |
|
| 319 | + if(!empty($rid)) { |
|
| 320 | + @$video = $__video_h->fetch_video_rid($rid); |
|
| 321 | + } else { |
|
| 322 | + $video['thumbnail'] = ""; |
|
| 323 | + $video['duration'] = 0; |
|
| 324 | + } |
|
| 325 | 325 | |
| 326 | - $videos = count($buffer); |
|
| 327 | - ?> |
|
| 326 | + $videos = count($buffer); |
|
| 327 | + ?> |
|
| 328 | 328 | <a href="/get/add_to_playlist?id=<?php echo $_video['rid']; ?>&playlist=<?php echo $playlist['rid']; ?>">Add to <?php echo htmlspecialchars($playlist['title']); ?></a><br> |
| 329 | 329 | <?php } ?> |
| 330 | 330 | <?php } ?> |
@@ -589,10 +589,10 @@ discard block |
||
| 589 | 589 | </div> |
| 590 | 590 | </div> |
| 591 | 591 | <?php |
| 592 | - $stmt = $__db->prepare("SELECT * FROM video_response WHERE toid = :v ORDER BY id DESC LIMIT 4"); |
|
| 593 | - $stmt->bindParam(":v", $_GET['v']); |
|
| 594 | - $stmt->execute(); |
|
| 595 | - ?> |
|
| 592 | + $stmt = $__db->prepare("SELECT * FROM video_response WHERE toid = :v ORDER BY id DESC LIMIT 4"); |
|
| 593 | + $stmt->bindParam(":v", $_GET['v']); |
|
| 594 | + $stmt->execute(); |
|
| 595 | + ?> |
|
| 596 | 596 | |
| 597 | 597 | <?php if($stmt->rowCount() != 0) { ?> |
| 598 | 598 | <div class="comments-section"> |
@@ -602,16 +602,16 @@ discard block |
||
| 602 | 602 | <h4>Video Responses</h4> |
| 603 | 603 | <ul class="video-list"> |
| 604 | 604 | <?php |
| 605 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 606 | - if($__video_h->video_exists($video['video'])) { |
|
| 607 | - $video = $__video_h->fetch_video_rid($video['video']); |
|
| 608 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 609 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 610 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 611 | - $video['author'] = htmlspecialchars($video['author']); |
|
| 612 | - $video['title'] = htmlspecialchars($video['title']); |
|
| 613 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
| 614 | - ?> |
|
| 605 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 606 | + if($__video_h->video_exists($video['video'])) { |
|
| 607 | + $video = $__video_h->fetch_video_rid($video['video']); |
|
| 608 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 609 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 610 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 611 | + $video['author'] = htmlspecialchars($video['author']); |
|
| 612 | + $video['title'] = htmlspecialchars($video['title']); |
|
| 613 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
| 614 | + ?> |
|
| 615 | 615 | <li class="video-list-item yt-tile-default"> |
| 616 | 616 | <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> |
| 617 | 617 | <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"> |
@@ -692,38 +692,38 @@ discard block |
||
| 692 | 692 | </div> |
| 693 | 693 | <ul class="comment-list" id="live_comments"> |
| 694 | 694 | <?php |
| 695 | - $results_per_page = 20; |
|
| 695 | + $results_per_page = 20; |
|
| 696 | 696 | |
| 697 | - $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC"); |
|
| 698 | - $stmt->bindParam(":rid", $_video['rid']); |
|
| 699 | - $stmt->execute(); |
|
| 697 | + $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC"); |
|
| 698 | + $stmt->bindParam(":rid", $_video['rid']); |
|
| 699 | + $stmt->execute(); |
|
| 700 | 700 | |
| 701 | - $number_of_result = $stmt->rowCount(); |
|
| 702 | - $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 701 | + $number_of_result = $stmt->rowCount(); |
|
| 702 | + $number_of_page = ceil ($number_of_result / $results_per_page); |
|
| 703 | 703 | |
| 704 | - if (!isset ($_GET['page']) ) { |
|
| 705 | - $page = 1; |
|
| 706 | - } else { |
|
| 707 | - $page = (int)$_GET['page']; |
|
| 708 | - } |
|
| 704 | + if (!isset ($_GET['page']) ) { |
|
| 705 | + $page = 1; |
|
| 706 | + } else { |
|
| 707 | + $page = (int)$_GET['page']; |
|
| 708 | + } |
|
| 709 | 709 | |
| 710 | - $page_first_result = ($page - 1) * $results_per_page; |
|
| 710 | + $page_first_result = ($page - 1) * $results_per_page; |
|
| 711 | 711 | |
| 712 | - $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 713 | - $stmt->bindParam(":rid", $_video['rid']); |
|
| 714 | - $stmt->bindParam(":pfirst", $page_first_result); |
|
| 715 | - $stmt->bindParam(":pper", $results_per_page); |
|
| 716 | - $stmt->execute(); |
|
| 712 | + $stmt = $__db->prepare("SELECT * FROM comments WHERE toid = :rid ORDER BY id DESC LIMIT :pfirst, :pper"); |
|
| 713 | + $stmt->bindParam(":rid", $_video['rid']); |
|
| 714 | + $stmt->bindParam(":pfirst", $page_first_result); |
|
| 715 | + $stmt->bindParam(":pper", $results_per_page); |
|
| 716 | + $stmt->execute(); |
|
| 717 | 717 | |
| 718 | - while($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 719 | - if($__video_h->if_comment_liked($comment['id'], $_SESSION['siteusername'], true)) |
|
| 720 | - $comment['liked'] = true; |
|
| 721 | - else if($__video_h->if_comment_liked($comment['id'], $_SESSION['siteusername'], false)) |
|
| 722 | - $comment['disliked'] = true; |
|
| 718 | + while($comment = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 719 | + if($__video_h->if_comment_liked($comment['id'], $_SESSION['siteusername'], true)) |
|
| 720 | + $comment['liked'] = true; |
|
| 721 | + else if($__video_h->if_comment_liked($comment['id'], $_SESSION['siteusername'], false)) |
|
| 722 | + $comment['disliked'] = true; |
|
| 723 | 723 | |
| 724 | - $comment['likes'] = $__video_h->get_comment_likes($comment['id'], true); |
|
| 725 | - $comment['likes'] -= $__video_h->get_comment_likes($comment['id'], false); |
|
| 726 | - ?> |
|
| 724 | + $comment['likes'] = $__video_h->get_comment_likes($comment['id'], true); |
|
| 725 | + $comment['likes'] -= $__video_h->get_comment_likes($comment['id'], false); |
|
| 726 | + ?> |
|
| 727 | 727 | |
| 728 | 728 | <li class="comment yt-tile-default " data-author-viewing="" data-author-id="-uD01K8FQTeOSS5sniRFzQ" data-id="<?php echo $comment['id']; ?>" data-score="0"> |
| 729 | 729 | <div class="comment-body"> |
@@ -789,12 +789,12 @@ discard block |
||
| 789 | 789 | </div> |
| 790 | 790 | </li> |
| 791 | 791 | <?php |
| 792 | - $stmt2 = $__db->prepare("SELECT * FROM comment_reply WHERE toid = :rid ORDER BY id DESC"); |
|
| 793 | - $stmt2->bindParam(":rid", $comment['id']); |
|
| 794 | - $stmt2->execute(); |
|
| 792 | + $stmt2 = $__db->prepare("SELECT * FROM comment_reply WHERE toid = :rid ORDER BY id DESC"); |
|
| 793 | + $stmt2->bindParam(":rid", $comment['id']); |
|
| 794 | + $stmt2->execute(); |
|
| 795 | 795 | |
| 796 | - while($reply = $stmt2->fetch(PDO::FETCH_ASSOC)) { |
|
| 797 | - ?> |
|
| 796 | + while($reply = $stmt2->fetch(PDO::FETCH_ASSOC)) { |
|
| 797 | + ?> |
|
| 798 | 798 | <li class="comment yt-tile-default " style="padding-left: 30px;" data-author-viewing="" data-author-id="-uD01K8FQTeOSS5sniRFzQ" data-id="<?php echo $reply['id']; ?>" data-score="0"> |
| 799 | 799 | <div class="comment-body"> |
| 800 | 800 | <div class="content-container"> |
@@ -875,16 +875,16 @@ discard block |
||
| 875 | 875 | <ul id="watch-related" class="video-list"> |
| 876 | 876 | <div id="ppv-container" class="hid"></div> |
| 877 | 877 | <?php |
| 878 | - $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 20"); |
|
| 879 | - $stmt->execute(); |
|
| 880 | - while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 881 | - $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 882 | - $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 883 | - $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 884 | - $video['author'] = htmlspecialchars($video['author']); |
|
| 885 | - $video['title'] = htmlspecialchars($video['title']); |
|
| 886 | - $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
| 887 | - ?> |
|
| 878 | + $stmt = $__db->prepare("SELECT * FROM videos ORDER BY rand() LIMIT 20"); |
|
| 879 | + $stmt->execute(); |
|
| 880 | + while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
| 881 | + $video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
| 882 | + $video['duration'] = $__time_h->timestamp($video['duration']); |
|
| 883 | + $video['views'] = $__video_h->fetch_video_views($video['rid']); |
|
| 884 | + $video['author'] = htmlspecialchars($video['author']); |
|
| 885 | + $video['title'] = htmlspecialchars($video['title']); |
|
| 886 | + $video['description'] = $__video_h->shorten_description($video['description'], 50); |
|
| 887 | + ?> |
|
| 888 | 888 | <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']; ?>" onerror=";this.src='/dynamic/thumbs/default.jpg';" 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> |
| 889 | 889 | <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"> |
| 890 | 890 | </span><img class="yt-uix-button-arrow" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt=""></button> |
@@ -8,10 +8,10 @@ |
||
| 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 - My Videos"; |
|
| 12 | - $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 13 | - $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 14 | - $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 11 | + $__server->page_embeds->page_title = "SubRocks - My Videos"; |
|
| 12 | + $__server->page_embeds->page_description = "SubRocks is a site dedicated to bring back the 2012 layout of YouTube."; |
|
| 13 | + $__server->page_embeds->page_image = "/yt/imgbin/full-size-logo.png"; |
|
| 14 | + $__server->page_embeds->page_url = "https://subrock.rocks/"; |
|
| 15 | 15 | ?> |
| 16 | 16 | <?php if(!isset($_SESSION['siteusername'])) { header("Location: /sign_in"); } ?> |
| 17 | 17 | <!DOCTYPE html> |