[MUD-Dev] web-based MUD editing tools?

zifnab at islandsofmyth.org zifnab at islandsofmyth.org
Fri Aug 2 08:32:45 CEST 2002


--<cut>--
Note: This message was written via the list web archives.  There is
no guarantee that the claimed author is actually the author.
--<cut>--
Original message: http://www.kanga.nu/archives/MUD-Dev-L/2002Q3/msg00271.php

On Wed, 31 Jul 2002 13:42:06 -0700
"Brandon J. Van Every" <vanevery at 3DProgrammer.com> wrote:

> MUDs are often programmed by editing local files on the mudhost,
> like lpmud *.c files and so forth.  Giving wizards easy remote
> access to such files without giving them carte blanche over the
> mud server is a challenge.  Has anyone met that challenge using
> web-based editing tools?  Like, you fire up a webpage that points
> at the mud, you manipulate files from that web interface, and hey
> presto the mud gets changed?  Seems like someone somewhere would
> have done something more feature-laden and cross-platform than the
> telnet drill by now.

If you are looking for something in the lpmud world. The LIMA mudlib
has a very simple web page that uses the muds internal http_d and
allows wizards to log in with their wizard name/password and edit
any files that they normally would have access to.

We have our own version of that has a few more features.  When they
first login, they are presented with their directory, they can then
navigate by clicking the filenames/directories or entering a path to
a file. If they click on a file name it opens it and allows them to
edit it.  Giving them options of rereading it, saving, updating (the
update works but it doesnt get nice messages back, still easier to
do that inside the mud), and indenting.

Zifnab at islandsofmyth.org

_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list