Page 1 of 1

Whos Online 1.1.0.6

Posted: Fri Oct 31, 2025 10:48 am
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

Re: Whos Online 1.1.0.6

Posted: Fri Oct 31, 2025 10:51 am
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.

Re: Whos Online 1.1.0.6

Posted: Fri Oct 31, 2025 10:58 am
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