mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 16:23:01 +05:30
v3.1.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Xeorl - The All-In-One, Fully Free to Use Advanced Link Shortener and Management Tool - Powered by ([@xodivorce](https://instagram.com/xodivorce)) ✨
|
### Xeorl - The All-In-One, Fully Free to Use Advanced Link Shortener and Management Tool - Powered by ([@xodivorce](https://instagram.com/xodivorce)) ✨
|
||||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||||
<br></br>
|
<br></br>
|
||||||
|
|
||||||
|
|||||||
BIN
htdocs/.DS_Store
vendored
BIN
htdocs/.DS_Store
vendored
Binary file not shown.
BIN
htdocs/assets/.DS_Store
vendored
BIN
htdocs/assets/.DS_Store
vendored
Binary file not shown.
@@ -4,7 +4,7 @@
|
|||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
||||||
<span>Xeorl</span>
|
<span>Xeorl</span>
|
||||||
<span class="version-number">3.1.1</span>
|
<span class="version-number">3.1.2</span>
|
||||||
</div>
|
</div>
|
||||||
<label class="burger" for="burger">
|
<label class="burger" for="burger">
|
||||||
<input type="checkbox" id="burger">
|
<input type="checkbox" id="burger">
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ if ($result_total_clicks) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Calculate active users (assuming there's a 'user_sessions' table or similar)
|
// Calculate active users (assuming there's a 'user_sessions' table or similar)
|
||||||
|
|
||||||
|
/*
|
||||||
$sql_active_users = "SELECT COUNT(DISTINCT user_id) as active_users FROM user_sessions WHERE last_active > DATE_SUB(NOW(), INTERVAL 30 DAY)";
|
$sql_active_users = "SELECT COUNT(DISTINCT user_id) as active_users FROM user_sessions WHERE last_active > DATE_SUB(NOW(), INTERVAL 30 DAY)";
|
||||||
$result_active_users = mysqli_query($conn, $sql_active_users);
|
$result_active_users = mysqli_query($conn, $sql_active_users);
|
||||||
if ($result_active_users) {
|
if ($result_active_users) {
|
||||||
@@ -37,5 +39,6 @@ if ($result_active_users) {
|
|||||||
} else {
|
} else {
|
||||||
//echo "Error fetching active users: " . mysqli_error($conn);
|
//echo "Error fetching active users: " . mysqli_error($conn);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user