Posted by mouse@xxxx.xxx on 2000-08-14
Re: Source Code to Multi-User Dungeon (MUD)
You can try, http://www.game.org/ which has information
basically about the game they are running. Although, their FTP
does have a nice range in source code and some binaries, too.
The ftp site is, ftp://ftp.game.org/ or may be ftp://game.org/
Either one should work, if they are setup for both domains.
Re: htaccess-faq (not sure of this, but...)
To be honest with you, I am not sure about if there are
any sites that have FAQ's regarding this. I actually checked in
the BINARY files, mod_*.so for certain things after I found out
the basic strings. Example:
AuthName "Testing login required!"
AuthType Basic
AuthUserFile /path/to/testing/login/.htpasswd
require valid-user
<limit GET POST>
</limit>
I actually found that ( AuthName "message with spaces" )
works, while not having the quotes wont work to well. Meaning,
if you have more then one word to say, spaces will be your best
bet. Of course, I am also referring to the standards of the
Apache 1.2.X and 1.3.X series. --Not sure about the others though.
You can check the mod_auth.so file, among a few others that are
similar for "AuthType", "AuthName", "AuthUserFile" to get more
commands. But how to use them, that is up to you though. I may
be able to help further, but can't guarantee that.
Previous post | Next post | Timeline | Home