Page 1 of 1

help activeusers module

Posted: Wed Apr 21, 2004 8:41 am
by BABA
my set conf

Code: Select all

          set {
          activeusers {

                 // Here you can set the database update frequency.
                 // The list of members on the specified channels
                 // is dumped into a file in every X seconds.

                 update-frequency 10s;

                 // Say yes here to show real hostnames of users
                 // instead of virtual hosts.

                 show-realhost no;                                             
                 // All channels are defined in a monitorchan block.
                 // Use as many monitorchan blocks as you want.
                 // Each block has a value, namely a channel.
                 // Therefore you must quote it. For example:

                 monitorchan "#zurna" {

                     // This should be the relative or absolute path
                     // of the output file.

                     file "/home/ircd/meliham/http/bolsohbet/zurna.db";

                     // Optionally, on non-Windows systems you can
                     // set the permission of the output file to
                     // the mode below:                                      

  

                      chmod 0640;
                 };
          };
      };                                                                       



activeusers URL address
Error line 35
http://www.bolsohbet.com/aktifler.php?c=zurna

Posted: Wed Apr 21, 2004 12:34 pm
by AngryWolf
A typical permission problem which should be pretty obvious if you have a basic UNIX knowledge. You specified a wrong value for chmod. Set it to a better one that suits your needs. (If you have no idea, then I'll give you an example: 0644).

active users

Posted: Wed Apr 21, 2004 1:44 pm
by BABA
thanks AngryWolf SuperStar Coder :)))

Posted: Wed Apr 21, 2004 3:01 pm
by AngryWolf
LOL. Please don't be too unrealistic. :) I'm far away from being really good.