I think I've been able to deduce the problem. It seems that somehow, somewhere, in one of the versions of the Who's Online hack (apparently not the version I'm using) there's an &admin; call, and that call is getting confused with the admin subroutine in memberlist.cgi. I guess it's my fault for assuming that no other hacks use an "admin" subroutine, but then, none of mine do.
![[Linked Image]](https://ubbdev.com/ubb/smilies/tongue.gif)
To fix this, just download the new zip file, upload the new memberlist.cgi, and you're set. If you'd rather fix it yourself, just do the following:
On line 88 of memberlist.cgi, replace
&admin; with
&memAdmin; Then on line 640, replace
sub admin { with
sub memAdmin { Save, upload, and you're done.
__________________
Leshrac leshrac@magictraders.com Founder, Owner -
Magic Online Trading League (MOTL)
http://www.magictraders.com MOTL Bulletin Board This message has been edited by Leshrac on January 24, 2001 at 04:39 PM