@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | if(!isset($_GET['pw']) || $config['pw'] != $_GET['pw']) |
6 | 6 | { |
7 | - error_log($_SERVER['REMOTE_ADDR'] . ' used a wrong password on admin.php'); |
|
7 | + error_log($_SERVER['REMOTE_ADDR'] . ' used a wrong password on admin.php'); |
|
8 | 8 | die(); |
9 | 9 | } |
10 | 10 |
@@ -320,7 +320,7 @@ |
||
320 | 320 | <?php |
321 | 321 | if(is_file($baseUrl . '/piwik-script.html')) |
322 | 322 | { |
323 | - require_once($baseUrl . '/piwik-script.html'); |
|
323 | + require_once($baseUrl . '/piwik-script.html'); |
|
324 | 324 | } |
325 | 325 | ?> |
326 | 326 |
@@ -1,53 +1,53 @@ discard block |
||
1 | -<?php include 'php/jodel-web.php';?> |
|
1 | +<?php include 'php/jodel-web.php'; ?> |
|
2 | 2 | <!DOCTYPE html> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | - <title><?php echo $viewTest->getTitle($posts[0], $view, $isDetailedView);?></title> |
|
5 | + <title><?php echo $viewTest->getTitle($posts[0], $view, $isDetailedView); ?></title> |
|
6 | 6 | |
7 | 7 | <meta charset="utf-8"> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
9 | 9 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
10 | 10 | |
11 | - <meta name="description" content="<?php echo $viewTest->getMetaDescription($posts[0], $view, $isDetailedView);?>"> |
|
11 | + <meta name="description" content="<?php echo $viewTest->getMetaDescription($posts[0], $view, $isDetailedView); ?>"> |
|
12 | 12 | <meta name="keywords" content="jodelblue, jodel, blue, webclient, web, client, web-app, browser, app"> |
13 | 13 | |
14 | 14 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous"> |
15 | - <link rel="stylesheet" href="<?php echo $baseUrl;?>css/font-awesome.min.css"> |
|
16 | - <link rel="stylesheet" href="<?php echo $baseUrl;?>style.css" type="text/css"> |
|
15 | + <link rel="stylesheet" href="<?php echo $baseUrl; ?>css/font-awesome.min.css"> |
|
16 | + <link rel="stylesheet" href="<?php echo $baseUrl; ?>style.css" type="text/css"> |
|
17 | 17 | |
18 | - <link rel="shortcut icon" type="image/x-icon" href="<?php echo $baseUrl;?>img/favicon/favicon.ico"> |
|
19 | - <link rel="icon" type="image/x-icon" href="<?php echo $baseUrl;?>img/favicon/favicon.ico"> |
|
20 | - <link rel="icon" type="image/gif" href="<?php echo $baseUrl;?>img/favicon/favicon.gif"> |
|
21 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon.png"> |
|
22 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon.png"> |
|
23 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-57x57.png" sizes="57x57"> |
|
24 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-60x60.png" sizes="60x60"> |
|
25 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-72x72.png" sizes="72x72"> |
|
26 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-76x76.png" sizes="76x76"> |
|
27 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-114x114.png" sizes="114x114"> |
|
28 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-120x120.png" sizes="120x120"> |
|
29 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-128x128.png" sizes="128x128"> |
|
30 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-144x144.png" sizes="144x144"> |
|
31 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-152x152.png" sizes="152x152"> |
|
32 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-180x180.png" sizes="180x180"> |
|
33 | - <link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-precomposed.png"> |
|
34 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-16x16.png" sizes="16x16"> |
|
35 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-32x32.png" sizes="32x32"> |
|
36 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-96x96.png" sizes="96x96"> |
|
37 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-160x160.png" sizes="160x160"> |
|
38 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-192x192.png" sizes="192x192"> |
|
39 | - <link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-196x196.png" sizes="196x196"> |
|
40 | - <meta name="msapplication-TileImage" content="<?php echo $baseUrl;?>img/favicon/win8-tile-144x144.png"> |
|
18 | + <link rel="shortcut icon" type="image/x-icon" href="<?php echo $baseUrl; ?>img/favicon/favicon.ico"> |
|
19 | + <link rel="icon" type="image/x-icon" href="<?php echo $baseUrl; ?>img/favicon/favicon.ico"> |
|
20 | + <link rel="icon" type="image/gif" href="<?php echo $baseUrl; ?>img/favicon/favicon.gif"> |
|
21 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon.png"> |
|
22 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon.png"> |
|
23 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-57x57.png" sizes="57x57"> |
|
24 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-60x60.png" sizes="60x60"> |
|
25 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-72x72.png" sizes="72x72"> |
|
26 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-76x76.png" sizes="76x76"> |
|
27 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-114x114.png" sizes="114x114"> |
|
28 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-120x120.png" sizes="120x120"> |
|
29 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-128x128.png" sizes="128x128"> |
|
30 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-144x144.png" sizes="144x144"> |
|
31 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-152x152.png" sizes="152x152"> |
|
32 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-180x180.png" sizes="180x180"> |
|
33 | + <link rel="apple-touch-icon" href="<?php echo $baseUrl; ?>img/favicon/apple-touch-icon-precomposed.png"> |
|
34 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-16x16.png" sizes="16x16"> |
|
35 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-32x32.png" sizes="32x32"> |
|
36 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-96x96.png" sizes="96x96"> |
|
37 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-160x160.png" sizes="160x160"> |
|
38 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-192x192.png" sizes="192x192"> |
|
39 | + <link rel="icon" type="image/png" href="<?php echo $baseUrl; ?>img/favicon/favicon-196x196.png" sizes="196x196"> |
|
40 | + <meta name="msapplication-TileImage" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-144x144.png"> |
|
41 | 41 | <meta name="msapplication-TileColor" content="#5682a3"> |
42 | 42 | <meta name="msapplication-navbutton-color" content="#5682a3"> |
43 | 43 | <meta name="application-name" content="JodelBlue"/> |
44 | 44 | <meta name="msapplication-tooltip" content="JodelBlue"/> |
45 | 45 | <meta name="apple-mobile-web-app-title" content="JodelBlue"/> |
46 | - <meta name="msapplication-square70x70logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-70x70.png"> |
|
47 | - <meta name="msapplication-square144x144logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-144x144.png"> |
|
48 | - <meta name="msapplication-square150x150logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-150x150.png"> |
|
49 | - <meta name="msapplication-wide310x150logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-310x150.png"> |
|
50 | - <meta name="msapplication-square310x310logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-310x310.png"> |
|
46 | + <meta name="msapplication-square70x70logo" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-70x70.png"> |
|
47 | + <meta name="msapplication-square144x144logo" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-144x144.png"> |
|
48 | + <meta name="msapplication-square150x150logo" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-150x150.png"> |
|
49 | + <meta name="msapplication-wide310x150logo" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-310x150.png"> |
|
50 | + <meta name="msapplication-square310x310logo" content="<?php echo $baseUrl; ?>img/favicon/win8-tile-310x310.png"> |
|
51 | 51 | </head> |
52 | 52 | |
53 | 53 | <body> |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | |
91 | 91 | <content id="posts"> |
92 | 92 | <?php |
93 | - for($i = 0; $i<$loops; $i++) |
|
93 | + for($i = 0; $i < $loops; $i++) |
|
94 | 94 | { |
95 | 95 | if(array_key_exists($i, $posts) && array_key_exists('post_id', $posts[$i]) && isset($posts[$i]['post_id'])) |
96 | 96 | { |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | <?php if(isset($_GET['postId']) && isset($_GET['getPostDetails'])) { ?> |
135 | 135 | <h2>Comment on Jodel</h2> |
136 | 136 | <form method="POST"> |
137 | - <input type="hidden" name="ancestor" value="<?php echo htmlspecialchars($_GET['postId']);?>" /> |
|
137 | + <input type="hidden" name="ancestor" value="<?php echo htmlspecialchars($_GET['postId']); ?>" /> |
|
138 | 138 | <textarea id="message" name="message" placeholder="Send a comment on a Jodel to all students within 10km" required></textarea> |
139 | 139 | <br /> |
140 | 140 | <input type="submit" value="SEND" /> |
@@ -171,17 +171,17 @@ discard block |
||
171 | 171 | <div class="col-xs-12"> |
172 | 172 | <div class="row"> |
173 | 173 | <div class="col-xs-3"> |
174 | - <a href="<?php echo $baseUrl;?>index.php" <?php if($view=='time') echo 'class="active"';?>><i class="fa fa-clock-o fa-3x"></i></a> |
|
174 | + <a href="<?php echo $baseUrl; ?>index.php" <?php if($view == 'time') echo 'class="active"'; ?>><i class="fa fa-clock-o fa-3x"></i></a> |
|
175 | 175 | </div> |
176 | 176 | <div class="col-xs-3"> |
177 | - <a href="<?php echo $baseUrl;?>index.php?view=comment" <?php if($view=='comment') echo 'class="active"';?>><i class="fa fa-commenting-o fa-3x"></i></a> |
|
177 | + <a href="<?php echo $baseUrl; ?>index.php?view=comment" <?php if($view == 'comment') echo 'class="active"'; ?>><i class="fa fa-commenting-o fa-3x"></i></a> |
|
178 | 178 | </div> |
179 | 179 | <div class="col-xs-3"> |
180 | - <a href="<?php echo $baseUrl;?>index.php?view=upVote" <?php if($view=='upVote') echo 'class="active"';?>><i class="fa fa-angle-up fa-3x"></i></a> |
|
180 | + <a href="<?php echo $baseUrl; ?>index.php?view=upVote" <?php if($view == 'upVote') echo 'class="active"'; ?>><i class="fa fa-angle-up fa-3x"></i></a> |
|
181 | 181 | </div> |
182 | 182 | <div class="col-xs-3"> |
183 | 183 | <nav> |
184 | - <a href="<?php echo $baseUrl;?>about-us.html">about us</a> |
|
184 | + <a href="<?php echo $baseUrl; ?>about-us.html">about us</a> |
|
185 | 185 | </nav> |
186 | 186 | </div> |
187 | 187 | </div> |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script> |
195 | 195 | <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script> |
196 | 196 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script> |
197 | - <script src="<?php echo $baseUrl;?>js/jQueryEmoji.js"></script> |
|
197 | + <script src="<?php echo $baseUrl; ?>js/jQueryEmoji.js"></script> |
|
198 | 198 | |
199 | 199 | <script> |
200 | 200 | //BackButton |
@@ -241,7 +241,7 @@ discard block |
||
241 | 241 | if(!$("article[id='"+ hash +"']").length) |
242 | 242 | { |
243 | 243 | $.ajax({ |
244 | - url: '<?php echo $baseUrl;?>get-posts-ajax.php?lastPostId=' + lastPostId + '&view=' + view, |
|
244 | + url: '<?php echo $baseUrl; ?>get-posts-ajax.php?lastPostId=' + lastPostId + '&view=' + view, |
|
245 | 245 | dataType: 'html', |
246 | 246 | async: false, |
247 | 247 | success: function(html) { |
@@ -284,7 +284,7 @@ discard block |
||
284 | 284 | $('#loading').show(); |
285 | 285 | |
286 | 286 | $.ajax({ |
287 | - url: '<?php echo $baseUrl;?>get-posts-ajax.php?lastPostId=' + lastPostId + '&view=' + view, |
|
287 | + url: '<?php echo $baseUrl; ?>get-posts-ajax.php?lastPostId=' + lastPostId + '&view=' + view, |
|
288 | 288 | dataType: 'html', |
289 | 289 | async: false, |
290 | 290 | success: function(html) { |
@@ -75,7 +75,11 @@ discard block |
||
75 | 75 | |
76 | 76 | <div id="location_mobile" class="hidden-sm-up"> |
77 | 77 | <form method="get"> |
78 | - <input type="text" id="city_mobile" name="city" placeholder="<?php if(isset($newPositionStatus)) echo $newPositionStatus; ?>" required> |
|
78 | + <input type="text" id="city_mobile" name="city" placeholder="<?php if(isset($newPositionStatus)) |
|
79 | +{ |
|
80 | + echo $newPositionStatus; |
|
81 | +} |
|
82 | +?>" required> |
|
79 | 83 | |
80 | 84 | <input type="submit" id="submit_mobile" class="fa" value="" /> |
81 | 85 | </form> |
@@ -102,7 +106,9 @@ discard block |
||
102 | 106 | |
103 | 107 | </content> |
104 | 108 | |
105 | - <?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) { ?> |
|
109 | + <?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) |
|
110 | +{ |
|
111 | +?> |
|
106 | 112 | <p id="loading"> |
107 | 113 | Loading… |
108 | 114 | </p> |
@@ -115,7 +121,11 @@ discard block |
||
115 | 121 | <div> |
116 | 122 | <h2>Position / Hashtag</h2> |
117 | 123 | <form method="get"> |
118 | - <input type="text" id="city" name="city" placeholder="<?php if(isset($newPositionStatus)) echo $newPositionStatus; ?>" required> |
|
124 | + <input type="text" id="city" name="city" placeholder="<?php if(isset($newPositionStatus)) |
|
125 | +{ |
|
126 | + echo $newPositionStatus; |
|
127 | +} |
|
128 | +?>" required> |
|
119 | 129 | <label>try: #jhj</label><br> |
120 | 130 | <input type="submit" value="Set Location" /> |
121 | 131 | </form> |
@@ -131,7 +141,9 @@ discard block |
||
131 | 141 | |
132 | 142 | <article> |
133 | 143 | <div> |
134 | - <?php if(isset($_GET['postId']) && isset($_GET['getPostDetails'])) { ?> |
|
144 | + <?php if(isset($_GET['postId']) && isset($_GET['getPostDetails'])) |
|
145 | +{ |
|
146 | +?> |
|
135 | 147 | <h2>Comment on Jodel</h2> |
136 | 148 | <form method="POST"> |
137 | 149 | <input type="hidden" name="ancestor" value="<?php echo htmlspecialchars($_GET['postId']);?>" /> |
@@ -139,7 +151,10 @@ discard block |
||
139 | 151 | <br /> |
140 | 152 | <input type="submit" value="SEND" /> |
141 | 153 | </form> |
142 | - <?php } else { ?> |
|
154 | + <?php } |
|
155 | +else |
|
156 | +{ |
|
157 | +?> |
|
143 | 158 | <h2>New Jodel</h2> |
144 | 159 | <form method="POST"> |
145 | 160 | <textarea id="message" name="message" placeholder="Send a Jodel to all students within 10km" required></textarea> |
@@ -171,13 +186,25 @@ discard block |
||
171 | 186 | <div class="col-xs-12"> |
172 | 187 | <div class="row"> |
173 | 188 | <div class="col-xs-3"> |
174 | - <a href="<?php echo $baseUrl;?>index.php" <?php if($view=='time') echo 'class="active"';?>><i class="fa fa-clock-o fa-3x"></i></a> |
|
189 | + <a href="<?php echo $baseUrl;?>index.php" <?php if($view=='time') |
|
190 | +{ |
|
191 | + echo 'class="active"'; |
|
192 | +} |
|
193 | +?>><i class="fa fa-clock-o fa-3x"></i></a> |
|
175 | 194 | </div> |
176 | 195 | <div class="col-xs-3"> |
177 | - <a href="<?php echo $baseUrl;?>index.php?view=comment" <?php if($view=='comment') echo 'class="active"';?>><i class="fa fa-commenting-o fa-3x"></i></a> |
|
196 | + <a href="<?php echo $baseUrl;?>index.php?view=comment" <?php if($view=='comment') |
|
197 | +{ |
|
198 | + echo 'class="active"'; |
|
199 | +} |
|
200 | +?>><i class="fa fa-commenting-o fa-3x"></i></a> |
|
178 | 201 | </div> |
179 | 202 | <div class="col-xs-3"> |
180 | - <a href="<?php echo $baseUrl;?>index.php?view=upVote" <?php if($view=='upVote') echo 'class="active"';?>><i class="fa fa-angle-up fa-3x"></i></a> |
|
203 | + <a href="<?php echo $baseUrl;?>index.php?view=upVote" <?php if($view=='upVote') |
|
204 | +{ |
|
205 | + echo 'class="active"'; |
|
206 | +} |
|
207 | +?>><i class="fa fa-angle-up fa-3x"></i></a> |
|
181 | 208 | </div> |
182 | 209 | <div class="col-xs-3"> |
183 | 210 | <nav> |
@@ -218,7 +245,9 @@ discard block |
||
218 | 245 | $('html,body').animate({scrollTop: aTag.offset().top-90},'slow'); |
219 | 246 | } |
220 | 247 | |
221 | - <?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) { ?> |
|
248 | + <?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) |
|
249 | +{ |
|
250 | +?> |
|
222 | 251 | |
223 | 252 | |
224 | 253 |