|
@@ -1,12 +1,12 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
|
- if(isset($_SESSION['siteusername'])) { |
|
|
2
|
+ if (isset($_SESSION['siteusername'])) { |
|
3
|
3
|
$stmt = $__db->prepare("UPDATE users SET ip = :ip WHERE username = :username"); |
|
4
|
4
|
$stmt->bindParam(":username", $_SESSION['siteusername']); |
|
5
|
|
- $stmt->bindParam(":ip", $_SERVER["HTTP_CF_CONNECTING_IP"]); |
|
|
5
|
+ $stmt->bindParam(":ip", $_SERVER["HTTP_CF_CONNECTING_IP"]); |
|
6
|
6
|
$stmt->execute(); |
|
7
|
7
|
} |
|
8
|
8
|
|
|
9
|
|
- if(isset($_SESSION['siteusername']) && !$__user_h->user_exists(@$_SESSION['siteusername'])) { |
|
|
9
|
+ if (isset($_SESSION['siteusername']) && !$__user_h->user_exists(@$_SESSION['siteusername'])) { |
|
10
|
10
|
die("<a href='/logout'>Your user has been deleted. Logout</a>"); |
|
11
|
11
|
} |
|
12
|
12
|
?> |
|
@@ -15,7 +15,7 @@ discard block |
|
|
block discarded – undo |
|
15
|
15
|
<a id="logo-container" href="/" title="SubRocks home"> |
|
16
|
16
|
<img id="logo" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" alt="SubRocks home"> |
|
17
|
17
|
</a> |
|
18
|
|
- <?php if(!isset($_SESSION['siteusername'])) { ?> |
|
|
18
|
+ <?php if (!isset($_SESSION['siteusername'])) { ?> |
|
19
|
19
|
<div id="yt-masthead-signin"> |
|
20
|
20
|
<div id="masthead-user-display"><span id="masthead-user-wrapper"><button href="/sign_in" type="button" id="masthead-user-button" onclick=";window.location.href=this.getAttribute('href');return false;" class=" yt-uix-button yt-uix-button-text" role="button"><span class="yt-uix-button-content"> <span id="masthead-user-image"> |
|
21
|
21
|
<span class="clip"> |
|
@@ -33,7 +33,7 @@ discard block |
|
|
block discarded – undo |
|
33
|
33
|
<div id="masthead-user-bar"> |
|
34
|
34
|
<div id="masthead-user"> |
|
35
|
35
|
<span id="masthead-gaia-user-expander" class="masthead-user-menu-expander masthead-expander" onclick="yt.www.masthead.toggleExpandedMasthead()"><span id="masthead-gaia-user-wrapper" class="yt-rounded" tabindex="0"><?php echo htmlspecialchars($_SESSION['siteusername']); ?></span></span> |
|
36
|
|
- <?php if($__user_h->fetch_unread_pms($_SESSION['siteusername']) != 0) { ?> |
|
|
36
|
+ <?php if ($__user_h->fetch_unread_pms($_SESSION['siteusername']) != 0) { ?> |
|
37
|
37
|
<button type="button" onclick=";window.location.href=this.getAttribute('href');return false;" href="/inbox/" class="sb-button sb-notif-on yt-uix-button" id="sb-button-notify" role="button"><span class="yt-uix-button-content"><?php echo $__user_h->fetch_unread_pms($_SESSION['siteusername']); ?></span></button> |
|
38
|
38
|
<?php } else { ?> |
|
39
|
39
|
<button type="button" onclick=";window.location.href=this.getAttribute('href');return false;" href="/inbox/" class="sb-button sb-notif-off yt-uix-button" id="sb-button-notify" role="button"><span class="yt-uix-button-content"><?php echo $__user_h->fetch_unread_pms($_SESSION['siteusername']); ?></span></button> |
|
@@ -55,7 +55,7 @@ discard block |
|
|
block discarded – undo |
|
55
|
55
|
<div class="alerts-2012"> |
|
56
|
56
|
|
|
57
|
57
|
</div> |
|
58
|
|
- <?php if(isset($error['status'])) { ?> |
|
|
58
|
+ <?php if (isset($error['status'])) { ?> |
|
59
|
59
|
<div id="masthead_child_div" style="width: 970px;margin: auto;"><div class="yt-alert yt-alert-default yt-alert-error yt-alert-player"> <div class="yt-alert-icon"> |
|
60
|
60
|
<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon"> |
|
61
|
61
|
</div> |
|
@@ -65,7 +65,7 @@ discard block |
|
|
block discarded – undo |
|
65
|
65
|
</div> |
|
66
|
66
|
</div></div></div> |
|
67
|
67
|
<?php } ?> |
|
68
|
|
- <?php if(isset($_GET['error'])) { ?> |
|
|
68
|
+ <?php if (isset($_GET['error'])) { ?> |
|
69
|
69
|
<div id="masthead_child_div" style="width: 970px;margin: auto;"><div class="yt-alert yt-alert-default yt-alert-error "> <div class="yt-alert-icon"> |
|
70
|
70
|
<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon"> |
|
71
|
71
|
</div> |
|
@@ -75,7 +75,7 @@ discard block |
|
|
block discarded – undo |
|
75
|
75
|
</div> |
|
76
|
76
|
</div></div></div> |
|
77
|
77
|
<?php } ?> |
|
78
|
|
- <?php if(isset($_GET['success'])) { ?> |
|
|
78
|
+ <?php if (isset($_GET['success'])) { ?> |
|
79
|
79
|
<div id="masthead_child_div" style="width: 970px;margin: auto;"><div class="yt-alert yt-alert-default yt-alert-success "> <div class="yt-alert-icon"> |
|
80
|
80
|
<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon"> |
|
81
|
81
|
</div> |
|
@@ -85,7 +85,7 @@ discard block |
|
|
block discarded – undo |
|
85
|
85
|
</div> |
|
86
|
86
|
</div></div></div> |
|
87
|
87
|
<?php } ?> |
|
88
|
|
- <?php if(isset($_SESSION['error'])) { ?> |
|
|
88
|
+ <?php if (isset($_SESSION['error'])) { ?> |
|
89
|
89
|
<div id="masthead_child_div" style="width: 970px;margin: auto;"><div class="yt-alert yt-alert-default yt-alert-error"> <div class="yt-alert-icon"> |
|
90
|
90
|
<img src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif" class="icon master-sprite" alt="Alert icon"> |
|
91
|
91
|
</div> |
|
@@ -101,7 +101,7 @@ discard block |
|
|
block discarded – undo |
|
101
|
101
|
<b>New minor update: <pre style="display:inline-block;">1fe1fa4</pre></b> <pre style="display:inline-block;font-size:10px;margin-left:35px;">This is a part of the Communications update. The inbox has been updated with a cleaner look.</pre> |
|
102
|
102
|
</div></div></div></div><br> |
|
103
|
103
|
--> |
|
104
|
|
-<?php if(isset($_SESSION['siteusername'])) { ?> |
|
|
104
|
+<?php if (isset($_SESSION['siteusername'])) { ?> |
|
105
|
105
|
<div id="masthead-expanded" class="hid" style="display: none;"> |
|
106
|
106
|
<div id="masthead-expanded-container" class="with-sandbar"> |
|
107
|
107
|
<div class="yt-uix-slider yt-rounded" id="watch-channel-discoverbox" data-slider-slide-selected="3" data-slider-slides="4" |
|
@@ -122,7 +122,7 @@ discard block |
|
|
block discarded – undo |
|
122
|
122
|
$stmt = $__db->prepare("SELECT * FROM videos WHERE author = :username ORDER BY id DESC LIMIT 20"); |
|
123
|
123
|
$stmt->bindParam(":username", $_SESSION['siteusername']); |
|
124
|
124
|
$stmt->execute(); |
|
125
|
|
- while($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
|
125
|
+ while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { |
|
126
|
126
|
$video['age'] = $__time_h->time_elapsed_string($video['publish']); |
|
127
|
127
|
$video['duration'] = $__time_h->timestamp($video['duration']); |
|
128
|
128
|
$video['views'] = $__video_h->fetch_video_views($video['rid']); |