Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/lotj/www/wordpress/wp-includes/functions.php on line 6170
Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/lotj/www/wordpress/wp-includes/functions.php on line 6170
-
-
June 22, 2009 at 2:11 am #1102
This doesn’t actually have anything to do with the in-game stuff itself, but I just noticed this site:
<!– m –><a class="postlink" href="http://tintin.sourceforge.net/mssp/">http://tintin.sourceforge.net/mssp/</a><!– m –>
If we can find a way to publicly show our stats, I think it’ll be a massive advertisement tool. People flock to where there are other players. We’re the largest Star Wars based MUD in existence. We could really draw a crowd.
‘Course, I don’t know how this is implemented, or where we could advertise with it. >_>
-
June 22, 2009 at 2:23 am #10179"Avanga":145ejav6 wrote:This doesn’t actually have anything to do with the in-game stuff itself, but I just noticed this site:
<!– m –><a class="postlink" href="http://tintin.sourceforge.net/mssp/">http://tintin.sourceforge.net/mssp/</a><!– m –>
If we can find a way to publicly show our stats, I think it’ll be a massive advertisement tool. People flock to where there are other players. We’re the largest Star Wars based MUD in existence. We could really draw a crowd.
‘Course, I don’t know how this is implemented, or where we could advertise with it. >_>[/quote:145ejav6]
Well, I’d assume it would be easy enough to be thrown on the website–but, if people are checking our website, they’re likely already players.
Does TMC have support for this?
-
June 22, 2009 at 5:18 am #10184
[quote:jfwd3rim]For those of you who may be unfamiliar with what this is, MSSP stands for Mud Server Status Protocol. It is designed to provide data to crawlers for use on MUD listing sites which support the protocol. The purpose behind this is supposed to make keeping those listings up to date less of a hassle on admins. Instead of going around to every site you have a listing on, you update everything once, from inside your own game. The crawlers then show up and read the information and update as needed. That’s the theory anyway, it still needs to get adopted by the major listing sites before it becomes truly useful, but at least FUSS is ready for that day to come. [/quote:jfwd3rim]
It just got added to ***fuss versions so I doubt it is in stock SWR.
-
June 22, 2009 at 7:56 am #10187
There’s a file somewhere in there that says WEBWHO. I could’ve sworn there’s some code somewhere that allows the wholist to be displayed on the website (including a player count)
-
June 28, 2009 at 7:38 am #10261
Actually, now that I read on it, MSSP is just something for MUDBytes’ and TinTin’s MUD Crawlers to use to have a look at how many players, etc are on the MUD without having to ‘log in’ to the MUD. I’m assuming it broadcasts some sort of message before the greeting that normal folks can’t see, or that MUD clients ignore and don’t display as output.
If you’re looking to display the amount of players on the game, I think one way to do it would be to take the current amount of players (every 10 minutes?) and save it to a database (Do we use MySql? Postgresql? Anyway–) then display the file in that database on the website.
EDIT:
Now that I think about it, this could also be done for the changes list and helpfiles.
-