mudstats.com MSSP

7 views
Skip to first unread message

SmashTV

unread,
Apr 29, 2012, 10:56:15 AM4/29/12
to MOO Talk
Just wondering if anyone knows what is needed to setup MSSP for
mudstats.com..

I really wish I knew UNIX so I could check out the stunt.db

on a side note, Thank you so much for all your help Michael! Check out
my login hahah

http://i50.tinypic.com/2ry4hlj.jpg

Paulo A Ferreira

unread,
Apr 30, 2012, 5:18:34 AM4/30/12
to MOO-...@googlegroups.com
Check the "MSSP Plaintext section of http://tintin.sourceforge.net/mssp/

If you're using a LambdaMOO based DB:

@verb $login:MSSP-REQUEST this none this "rxd"
@program $login:MSSP-REQUEST
if (caller != #0)
return E_PERM;
endif
NAME = $network.MOO_name;
PLAYERS = length(connected_players());
UPTIME = $last_restart_time;
tab = $string_utils.tab;
notify(player, "");
notify(player, "MSSP-REPLY-START");
"Required";
notify(player, tostr("NAME", tab, NAME));
notify(player, tostr("PLAYERS", tab, PLAYERS));
notify(player, tostr("UPTIME", tab, UPTIME));
notify(player, "MSSP-REPLY-END");
.

These are just the required field. There are plenty of them you can add.

Paulo


SmashTV

unread,
May 10, 2012, 6:02:44 PM5/10/12
to MOO Talk
Hey, Thank you so much Paulo.
It worked like a charm.
I just did the minimum requirement.


> Check the "MSSP Plaintext section ofhttp://tintin.sourceforge.net/mssp/
Reply all
Reply to author
Forward
0 new messages