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.

chat informations page

Old posts that have not been replied to for several years.
Locked
V
Valodim

chat informations page

Post by Valodim »

sup :)

is there some script or module which opens an http server and returns some info like
$users = array("user1", "user2", "user3", "user4", "user5");
or
$settings["topic"] = "topic";
so you can eval(file_get_contents()) it in php?

thanks in advance :)
p
puffi
Voice
Posts: 25
Joined: Tue Jun 01, 2004 10:09 am

Post by puffi »

Probably not, but you can check the ques5.tcl which is brought with the eggdrop-source.
It creates all x times a statistics-htmlfile which you could parse with php.
Alernative you could write yourown tcl that opens a listen-socket to which your php-script connects to retrieve some information.

What i do is let the bot store current channel-status and information i want/need in mysql and catch the infos from there with php.
V
Valodim

Post by Valodim »

thanks :)
Locked