Page 1 of 1

getting ircd stats to a file

Posted: Sat Sep 11, 2004 2:57 pm
by jac-an
hey guys..
I'm trying to put a number (actually the total number of people connected) on the web so everybody can see how many people are currently connected.. is there an easy way to do this with the ircd software or one of the modules?
if i could just get it to a file or something.. does anyone have a clue about the easiest way to do this? would be much appreciated. :shock:

Posted: Sun Sep 12, 2004 11:08 pm
by w00t
Create a bot (perhaps even a part of PHP script to show the website) to connect to the ircd and run the LUSERS command (and trap the output).

To do this, you will need to know IRC protocol, and how IRC works :)

Posted: Mon Sep 13, 2004 6:34 am
by Ron2K
You could also use a stats package such as NeoStats, SolarStats, etc.

Posted: Mon Sep 13, 2004 11:09 pm
by w00t
Pffft, sure, take the easy option ;)