New Module

Discuss ArcticZone add-ons here.

Moderators: dspain, Mod Squad

Post Reply
User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

New Module

Post by dspain »

there is a new module underway, it is the 'MajorMUD Active-HTML Player Lister', this module installs as a web-only agent and when initialized going to
yourdomain/MAJORMUD will display all players in the game as if they typed 'who' from within the game.
other options will be pulling player info like the /mudinfo command by doing
yourdomain/MAJORMUD/?userid="name"

i wrote the initial engine this morning which handles all the commands/registration stuff and will work on the html generation sometime today/tomorrow.

another version of this will also be developed for Tele-Arena and be available as an addon for registerted sysops.

no price is set for this and it does install with a 30 day demo.

Stoneslinger76
Posts: 427
Joined: Wed Apr 23, 2008 12:01 pm
Location: Kitchener, ON, Canada
Contact:

Re: New Module

Post by Stoneslinger76 »

dspain wrote:there is a new module underway, it is the 'MajorMUD Active-HTML Player Lister', this module installs as a web-only agent and when initialized going to
yourdomain/MAJORMUD will display all players in the game as if they typed 'who' from within the game.
other options will be pulling player info like the /mudinfo command by doing
yourdomain/MAJORMUD/?userid="name"

i wrote the initial engine this morning which handles all the commands/registration stuff and will work on the html generation sometime today/tomorrow.

another version of this will also be developed for Tele-Arena and be available as an addon for registerted sysops.

no price is set for this and it does install with a 30 day demo.

:D :D :D

THANK-YOU!! :wink:

If you could send it to me or drop me an email when your have something ready that would be great!
Stoneslinger
telnet://theswampbbs.net or http://theswampbbs.net

Gardner Denver
Posts: 45
Joined: Mon Mar 23, 2009 8:37 pm
Location: Alabama
Contact:

Re: New Module

Post by Gardner Denver »

dspain wrote:other options will be pulling player info like the /mudinfo command by doing
yourdomain/MAJORMUD/?userid="name"
I can save you a TON of work on this part. I have a program designed for GreaterMUD that can easily be modified on my end to accept data from a MajorMUD realm.

I am also developing a web based Silverlight version of this interface. Both use the same interface to get live player data from the realm.

Feel free to contact me if you'd be interested in designing your interface to work with a program similar to this.

Sample screen shots below:

Desktop application
Image

Silverlight
Image
www.quest-ware.net
GreaterMUD & MajorMUD Utilities for users and sysops/mudops
http://www.gigamud.com
The NEW Megamud Project by Merlin (Author of MegaMUD)
http://www.greatermud.com
The Future of MajorMUD

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: New Module

Post by dspain »

Gardner Denver wrote:
dspain wrote:other options will be pulling player info like the /mudinfo command by doing
yourdomain/MAJORMUD/?userid="name"
I can save you a TON of work on this part. I have a program designed for GreaterMUD that can easily be modified on my end to accept data from a MajorMUD realm.

I am also developing a web based Silverlight version of this interface. Both use the same interface to get live player data from the realm.

Feel free to contact me if you'd be interested in designing your interface to work with a program similar to this.

Sample screen shots below:

Desktop application
Image

Silverlight
Image
the work is already done i did an active-html app 3 years ago that displayed who is online on the bbs all i did was change the synthesis that displays the users online to query the database by the userid of each channel in the majormud state and return the same info as displayed from the internal who command.
then added some command line options to grab exact userids to return info like mudinfo.

only took 3hrs to write the initial classes im sure in the end ill tweak it out.

Gardner Denver
Posts: 45
Joined: Mon Mar 23, 2009 8:37 pm
Location: Alabama
Contact:

Post by Gardner Denver »

That's cool. Just thought I'd offer :D
www.quest-ware.net
GreaterMUD & MajorMUD Utilities for users and sysops/mudops
http://www.gigamud.com
The NEW Megamud Project by Merlin (Author of MegaMUD)
http://www.greatermud.com
The Future of MajorMUD

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Post by dspain »

Gardner Denver wrote:That's cool. Just thought I'd offer :D
yeah thanks and i appreciate it.

Stoneslinger76
Posts: 427
Joined: Wed Apr 23, 2008 12:01 pm
Location: Kitchener, ON, Canada
Contact:

Post by Stoneslinger76 »

dspain wrote:
Gardner Denver wrote:That's cool. Just thought I'd offer :D
yeah thanks and i appreciate it.
Any progress Dan? I realize your finishing up tele areana and have many other project's on the go. Is it possible to test what you have done so far?
Stoneslinger
telnet://theswampbbs.net or http://theswampbbs.net

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Post by dspain »

Stoneslinger76 wrote:
dspain wrote:
Gardner Denver wrote:That's cool. Just thought I'd offer :D
yeah thanks and i appreciate it.
Any progress Dan? I realize your finishing up tele areana and have many other project's on the go. Is it possible to test what you have done so far?
had a small problem so i had to add some info to GALACTH then realized that would require any other program to be recompiled so i wrote my own classes to handle what i needed.

it has an XML export ability so developers can use it to grab info for use in their own addon.

had a small problem displaying so once i work that out ill put it on my server so i can play with it from remote.

Stoneslinger76
Posts: 427
Joined: Wed Apr 23, 2008 12:01 pm
Location: Kitchener, ON, Canada
Contact:

Post by Stoneslinger76 »

dspain wrote:
had a small problem displaying so once i work that out ill put it on my server so i can play with it from remote.
Looking forward to it's completetion.
Stoneslinger
telnet://theswampbbs.net or http://theswampbbs.net

Post Reply