Hello folks.
Last night I was abit bored n high and I thought of coding something that might be helpful to all of us , This is a copy of my thread on another forum.
Program : Server Guard
Download is at the end of the post
Purpose : Keeps your servers [Auth/Game] online all the time (not really an actual fix for server crash its just there to keep the server up till you fix the problem).
How it works : It's really simple ,It just checks your server ports and simply runs the process again if its not running.
Nothing fancy but ye it would help those who have their servers public ,as it wont let your server go offline.
TO DO : I'll be adding more features to it (If I had time)
Other than that its really easy to use , Just download it and open ServerGuard.csproj
look for
Change the 00.00.00.00 to your IP , and the 0000 to your Game Server Port.
look for
Change the 00.00.00.00 to your IP , and the 0000 to your Auth Server Port.
then scroll down till
and input your Game Server Path between the "".
Do the same with the other
but instead input your Auth Server Path between the "".
Press F6 to build ,Save and exit.
then go into ServerGuard\ServerGuard\bin\Release and run ServerGuard.
And your done .. Test it out by closing your Auth / Game server and the program will automatically start the process once again.
Press the Thanks button if it helped.
Peace out , Enjoy.
Regards
Me
Download ServerGuard from here [Only registered and activated users can see links. Click Here To Register...]
Last night I was abit bored n high and I thought of coding something that might be helpful to all of us , This is a copy of my thread on another forum.
Program : Server Guard
Download is at the end of the post
Purpose : Keeps your servers [Auth/Game] online all the time (not really an actual fix for server crash its just there to keep the server up till you fix the problem).
How it works : It's really simple ,It just checks your server ports and simply runs the process again if its not running.
Nothing fancy but ye it would help those who have their servers public ,as it wont let your server go offline.
TO DO : I'll be adding more features to it (If I had time)
Other than that its really easy to use , Just download it and open ServerGuard.csproj
look for
Code:
GameSocket.Connect("00.00.00.00", 0000);
look for
Code:
AuthSocket.Connect("00.00.00.00", 0000);
then scroll down till
Code:
Process.Start("");
Do the same with the other
Code:
Process.Start("");
Press F6 to build ,Save and exit.
then go into ServerGuard\ServerGuard\bin\Release and run ServerGuard.
And your done .. Test it out by closing your Auth / Game server and the program will automatically start the process once again.
Press the Thanks button if it helped.
Peace out , Enjoy.
Regards
Me
Download ServerGuard from here [Only registered and activated users can see links. Click Here To Register...]