getting ircd stats to a file

These are old archives. They are kept for historic purposes only.
Post Reply
jac-an

getting ircd stats to a file

Post 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:
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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 :)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Ron2K

Post by Ron2K »

You could also use a stats package such as NeoStats, SolarStats, etc.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Pffft, sure, take the easy option ;)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply