I have created a program that will startup a server from the class files and enable Ghosting if the server crashes.

The main idea of this program is to allow the server developer to edit and make a startup exe (Which can have its own icon) that will add a very nice effect to a source you release (Or even just for you, still looks nice to have).

The built in Ghost feature will create a listener when your server crashes on the same port your server uses and still accepts Tcp requests, which may seem pointless, but comes in extremly handy when you are running a server on a status page, the server will still apear to be online while its offline, and can be put straight up without sacrifice to your status ranking.

The project is FULLY open source and can be edited as much as you like, but please, if you use this project in a release, please include an original copy of the un-edited project in a seperate directory of your server.

I'm not going to post a virus scan because you can see the source code anyway, there really isn't any point.

I was going to wait to release this and include it with Rs2Server Suite 4 but i thought i might aswell release now and just include it later on. I hope you enjoy, please post thoughts about it.

Downloads:
**********: [Only registered and activated users can see links. ]
RapidShare.com: [Only registered and activated users can see links. ]

*Please note: You will need VC++ to edit and compile this project, a download link and other extra information on using this project can be found in the text file called "setting up your server starting exe". Also the main source file is server.cpp and can be accessed through the solutions tab.