[quote="jezer":grh6a0d0][quote="OldTower":grh6a0d0]Basically the people who had signed on to help build the world lost interest and stopped logging on, and I didn't have time or desire to do it all myself. SparkMUD became a testbed of new coding ideas (like using a sql database for player/object/mob/help files) until I eventually lost interest myself, let the domain name expire and shut it down. I still have everything associated with it except the website which somehow got lost.
[/quote:grh6a0d0]
MySQL is perfect for doing this kind of stuff... It would get rid of all the files, makes the data more secure (from corrupt russian imms

), and you can use database logins to set permissions. I find MySQL performance is pretty darn fast as well... only annoying thing is the language syntax changes from time to time. It could also be used to update the website... good bye eq list... Also all that library stuff on the website could be converted to tables queried by php (for the website) and sloth (the game) together. Hence all updates would be live in both systems. Unfortunately implementation in a game such as sloth, would probably end up being a minor rewrite as parts would require overhaul or upgrading... imagine redoing all the constants in a database format, heh. I nominate Kjartan to make these changes, while Judge works on cool stuff for avatars

. If you could make a start on that tomorrow... thank you

[/quote:grh6a0d0]
You pretty much hit the nail on the head. Massive benefits and web integration to the database (something I started to do, but lost when the website code got lost). Also allowed administrative change access via a web-based tool also. I was doing thing like editing help files from the website. Or better yet, hello creating an area via web tool!
You're also right in that it required a major rewrite. Something I could do starting from scratch, but trying it on a live game is not a good idea.
Anyway, I didn't really pop in to talk shop, just thought I'd send a wave to everybody. My second daughter is due in just over a week so I'm feeling pretty good. And scared.
