This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

USER online Count

Old posts that have not been replied to for several years.
Locked
k
knilch
Voice
Posts: 11
Joined: Wed Feb 18, 2004 7:52 pm

USER online Count

Post by knilch »

Hello there!

I'm a newbie on tcl scripting so i hope you can help me!

I need a script which counts the users that are in my channel (#party-check) and writes the number of user into a php file (or sth. else).

i've searched trough the forum, but i did not really undestand what they were writing. Sorry but i'm german so i can't speak english as well as others!

i'll thank you very much for your help!
C
Cucumber

Post by Cucumber »

Howdy,

can't help with the PHP part but to count the users in a channel:

[llength [chanlist $channel]]



\\//_
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

You can use the eggdrop to write this info in to a file and have a php page get the info from there or make the eggdrop use mysql and the php will get the info from there. Kinda the same thing.. :)
Once the game is over, the king and the pawn go back in the same box.
Locked