Skip to content

Commit b24be6c

Browse files
committed
1.1.2
1 parent 1aa6a14 commit b24be6c

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Most of the styling now is bootstrap except for the chat.php page (Still working
2020
Fell free to clone this repository and test stuff out.<br/>
2121
remember to star the repo
2222

23-
# v1.1.1
23+
# v1.1.2
2424

2525
## Updates
2626
- Now using Bootstrap

index.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,21 +165,21 @@
165165
}
166166
echo "<tbody></table>";
167167
} else {
168-
echo '<p>Please login</p>';
169-
echo '<img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=PHP-SQL-Chat" alt="github repo">';
170-
echo '<img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=g4o2" alt="github repo"><hr/>';
171-
echo '<img src="https://github-readme-streak-stats.herokuapp.com/?user=maxhu787">';
168+
echo '<p>Please <a class="btn btn-outline-success" href="./login.php">Login</a></p>';
169+
echo '<a href="https://github.com/g4o2/PHP-SQL-Chat" target="_blank"><img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=PHP-SQL-Chat" alt="github repo"></a>';
170+
echo '<a href="https://github.com/g4o2/g4o2" target="_blank"><img src="https://github-readme-stats.vercel.app/api/pin/?username=g4o2&repo=g4o2" alt="github repo"></a><hr/>';
171+
echo '<a href="https://github.com/Maxhu787" target="_blank"><img src="https://github-readme-streak-stats.herokuapp.com/?user=maxhu787"></a>';
172172
}
173173
?>
174174
</main>
175175
<footer class="text-center text-lg-start bg-light text-muted">
176176
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
177177
<div class="me-5 d-none d-lg-block">
178178
<!-- <span>Get connected with us on social networks:</span> -->
179-
<span>Footer</span>
179+
<span>g4o2</span>
180180
</div>
181181
<div>
182-
<a href="#" class="me-4 text-reset text-decoration-none" target="_blank">
182+
<a href="https://www.facebook.com/profile.php?id=100075737822439" class="me-4 text-reset text-decoration-none" target="_blank">
183183
<i class="fab fa-facebook-f"></i>
184184
</a>
185185
<a href="#" class="me-4 text-reset text-decoration-none" target="_blank">
@@ -188,13 +188,13 @@
188188
<a href="#" class="me-4 text-reset text-decoration-none" target="_blank">
189189
<i class="fab fa-google"></i>
190190
</a>
191-
<a href="#" class="me-4 text-reset text-decoration-none" target="_blank">
191+
<a href="https://www.instagram.com/hukaixiang1024/" class="me-4 text-reset text-decoration-none" target="_blank">
192192
<i class="fab fa-instagram"></i>
193193
</a>
194-
<a href="#" class="me-4 text-reset text-decoration-none" target="_blank">
194+
<a href="https://www.linkedin.com/in/kaixiang-hu-6ab83a237/" class="me-4 text-reset text-decoration-none" target="_blank">
195195
<i class="fab fa-linkedin"></i>
196196
</a>
197-
<a href="https://github.com/g4o2" class="me-4 text-reset text-decoration-none" target="_blank">
197+
<a href="https://github.com/Maxhu787/" class="me-4 text-reset text-decoration-none" target="_blank">
198198
<i class="fab fa-github"></i>
199199
</a>
200200
</div>
@@ -207,8 +207,8 @@
207207
<i class="fas fa-gem me-3"></i>g4o2 chat
208208
</h6>
209209
<p>
210-
Development of this chat began on 2022/8/23, as a side project of <!--<a href="https://github.com/Maxhu787" target="_blank">g4o2</a>-->g4o2, and has been constantly updated with new and exciting features ever since.
211-
With about 50 users and some contributors that helped with the testing of this chat.
210+
Development of this chat began on 2022/8/23, as a side project of <!--<a href="https://github.com/Maxhu787" target="_blank">g4o2</a>-->g4o2, and has been constantly updated with new features ever since.
211+
With about 60 - 70 users and some contributors that helped with the testing of this chat.
212212

213213
</p>
214214
</div>

logs/logs.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ Logout success g4o2@protonmail.com (Thu, 02 Feb 2023 17:36:52 +0800)
4949
Logout success g4o2@protonmail.com (Thu, 02 Feb 2023 17:37:00 +0800)
5050
Logout success g4o2@protonmail.com (Thu, 02 Feb 2023 17:46:40 +0800)
5151
Login fail wrong password example@domain.com cdf36a5540b28cc068badb7b5d1e59fb (Thu, 02 Feb 2023 17:47:48 +0800)
52+
Logout success g4o2@protonmail.com (Thu, 02 Feb 2023 18:03:30 +0800)

profile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
} else {
2828
echo "<p align='center' class='text-danger'>User not found</p>";
29+
die();
2930
}
3031
?>
3132
<!DOCTYPE html>

0 commit comments

Comments
 (0)