Whos Online 1.1.0.6

Open to all! Ask other shopowners for help.
Post Reply
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

Whos Online 1.1.0.6

Post by radhavallabh »

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


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Whos Online 1.1.0.6

Post by burt »

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.
I am not here to build for you.
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

Post by radhavallabh »

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.
Thanx dear;

Code: Select all

 'sql' => "SELECT * FROM whos_online ORDER BY time_entry DESC",
can change to ASC as per liking...

Very Warm Regds./
radhavallabh


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply