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.

TCL + PHP Script

Old posts that have not been replied to for several years.
Locked
f
fairplay

TCL + PHP Script

Post by fairplay »

Hello,

I`d like someone to help me with my little TCL problem. I don`t know TCL scripting, but i realy need a TCL script for my eggdrop that writtes a PHP filename and maintain it every 30 seconds.
I need my eggdrop to store users count, ops count and voices using 3 variables:
-> $ops = "<total number of ops>";
-> $users = "<total number of users>";
-> $voices = "<total number of voices>";

Please help me and show me how can i set my eggdrop to write the next PHP script and maintain it every 30 seconds...

PHP
-------------
<?

$users = "<users>";
$ops = "<ops>";
$voices = "<voices>";

?>

Thank You,
FAIRPLAY
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

try http://t0xirc.si.kz/ (docs at http://t0xirc.si.kz/?p=doc)

thats a class for connecting php with eggdrop
Locked