Page 1 of 1

New Module

Posted: Sun Apr 12, 2009 4:29 pm
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.

Re: New Module

Posted: Sun May 03, 2009 10:00 am
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!

Re: New Module

Posted: Mon May 04, 2009 8:41 am
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

Re: New Module

Posted: Mon May 04, 2009 8:06 pm
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.

Posted: Mon May 04, 2009 8:12 pm
by Gardner Denver
That's cool. Just thought I'd offer :D

Posted: Tue May 05, 2009 12:09 am
by dspain
Gardner Denver wrote:That's cool. Just thought I'd offer :D
yeah thanks and i appreciate it.

Posted: Sun Jun 07, 2009 10:38 am
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?

Posted: Sun Jun 07, 2009 11:22 pm
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.

Posted: Tue Jun 09, 2009 9:13 am
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.