Re: web admin interface

1999-12-17 Thread Gunnar Hjalmarsson

 Like many people, I have been trying to develop a web admin 
 interface for my users forum administrators.

I use a web admin tool, from which you might want to pick some 
ideas. You find it at
ftp://ftp.gunnar.cc/pub/gunnar/mhonarc/mhaadmin-demo.pl .

Please note that for the admin interface to show up, you have to 
add

?routine=admin

to the URL, e.g. http://.../mhaadmin-demo.pl?routine=admin

Gunnar




RE: web admin interface

1999-12-17 Thread Michael S Hines

Have you taken a look at MajorCool?   We use it here with MajorDomo...
it's Copyright, NCR Corporation - if you're looking for it.


Michael S Hines, CISA,CIA,CFE,CDP
Coordinator of Data Systems / Programming
Schools of Engineering
1280 Engineering Administration
West Lafayette, IN  47907-1280
Phone 765.494.5338  Fax   765.496.1466
e-mail: [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Gunnar Hjalmarsson
Sent: Friday, December 17, 1999 5:33 AM
To: [EMAIL PROTECTED]
Cc: Andrew McGregor
Subject: Re: web admin interface


 Like many people, I have been trying to develop a web admin
 interface for my users forum administrators.

I use a web admin tool, from which you might want to pick some
ideas. You find it at
ftp://ftp.gunnar.cc/pub/gunnar/mhonarc/mhaadmin-demo.pl .

Please note that for the admin interface to show up, you have to
add

?routine=admin

to the URL, e.g. http://.../mhaadmin-demo.pl?routine=admin

Gunnar




Re: web admin interface

1999-12-17 Thread Earl Hood

On December 17, 1999 at 07:44, Andrew McGregor wrote:

  # rebuild MHonArc
  $ENV{PATH}='';
  system ("/opt/mhonarc/bin/mhonarc -rcfile
 /data/www/devpt/mhonarc/mh_forumrc 
  -nodoc -outdir /data/www/devpt/docs/forum
 /data/www/wales/mail/mh_forum_live");
 
 and the error log is as follows:
 
  Insecure dependency in mkdir while running setuid at
 /usr/local/lib/perl5/site_perl/mhlock.pl   line 98.
  [Fri Dec 17 09:58:56 1999] 3: Use of uninitialized value at /dev/fd/3
 line 20.

Something is setuid and perl is running in taint mode.  I have
not developed MHonArc with tainting in mind, and it would probably
be alot of work to make work in tainted mode.

--ewh