Hi; In latest versions The visits on whos_online.php are not appearing sorted by entry time for some reason. They display randomly now.. it becomes difficult to determine the time entries for deducting bot IPs...
Pls can you help;
Thank you in advance;
Warm Regds./
radhavallabh
Whos Online 1.1.0.6
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Whos Online 1.1.0.6
https://github.com/CE-PhoenixCart/Phoen ... lt.php#L75
Play with that line of SQL until you get something that suits you, then post back what the solution was.
Play with that line of SQL until you get something that suits you, then post back what the solution was.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: Whos Online 1.1.0.6
Thanx dear;burt wrote: ↑Fri Oct 31, 2025 10:51 am https://github.com/CE-PhoenixCart/Phoen ... lt.php#L75
Play with that line of SQL until you get something that suits you, then post back what the solution was.
Code: Select all
'sql' => "SELECT * FROM whos_online ORDER BY time_entry DESC",Very Warm Regds./
radhavallabh