I've got the mud up and running perfectly.
I think what I'm missing is the port information on the web server, and how to link it together to make the web page.
Also, another question you may have heard a dozen times. Is there a way to set up the mud to run itself if it goes down? Or an automated reboot?
I'm running the code on a windows 2000 advanced server, and I'm running microsoft visual c++ 6
It doesn't really make you a webpage, you just need a link on your website to point to your mud and the correct web port. No idea on how to make it run on your windows box, unless you created some kinda batch/script and ran it as a service. In Linux, which is what you should run if you want to be able to do anything, you can get perl script called bootmud.pl and run that perlscript as a cron job, and then set it to run every 5 minutes or so. What the bootmud.pl does is ping your mud, and if it is down, it reboots it.