help activeusers module

These are old archives. They are kept for historic purposes only.
Post Reply
BABA
Posts: 29
Joined: Mon Mar 08, 2004 3:02 pm

help activeusers module

Post 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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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).
BABA
Posts: 29
Joined: Mon Mar 08, 2004 3:02 pm

active users

Post by BABA »

thanks AngryWolf SuperStar Coder :)))
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

LOL. Please don't be too unrealistic. :) I'm far away from being really good.
Post Reply