Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2273

[3.3.x] Support Forum • Re: Create a Log File from viewonline.php

$
0
0
This is what query I can use to for the function:

Code:

SELECT  `session_ip`,  count(*) AS numFROM  `phpbb_sessions`GROUP BY  `session_ip`ORDER BY  count(*)  DESC;

Statistics: Posted by rockedge — Sat Jul 19, 2025 5:18 am



Viewing all articles
Browse latest Browse all 2273

Trending Articles