Server Status Scanner

03/04/2008 14:10 leavemealone#1
Hello Everyone,

This tool allows you to scan the server status of any server address and port you put into Servers.ini
Generally if its having trouble checking the status of a server or the server is down it will take some time to refresh and also start up.

Structure:
Code:
[Server<Number>]
Name=<ServerName>
IPAddress=<ServerIP>
Port=<ServerPort>
Demo:
Code:
[Server1]
Name=localhost
IPAddress=127.0.0.1
Port=9958
Default:
Code:
[Server<Number>]
Name=null
IPAddress=null
Port=0
The application currently handles 10 different servers and so the application runs properly you must leave all of the server info there and only modify for servers you want to add, If you remove a server use the "Default" there.

Thanks, Hope you all enjoy.
03/04/2008 14:30 Stink.Fly#2
Quote:
Originally Posted by leavemealone View Post
Hello Everyone,

This tool allows you to scan the server status of any server address and port you put into Servers.ini
Generally if its having trouble checking the status of a server or the server is down it will take some time to refresh and also start up.

Structure:
Code:
[Server<Number>]
Name=<ServerName>
IPAddress=<ServerIP>
Port=<ServerPort>
Demo:
Code:
[Server1]
Name=localhost
IPAddress=127.0.0.1
Port=9958
Default:
Code:
[Server<Number>]
Name=null
IPAddress=null
Port=0
The application currently handles 10 different servers and so the application runs properly you must leave all of the server info there and only modify for servers you want to add, If you remove a server use the "Default" there.

Thanks, Hope you all enjoy.
Nice tool. Can i suggest you add a feature within the app to add/change servers? Might make it easier for people to use. Might have a go at one of these myself..
03/04/2008 14:50 leavemealone#3
Thats not a bad idea, i might do it when i get some spare time on my hands :D
03/04/2008 15:14 Stink.Fly#4
Quote:
Originally Posted by leavemealone View Post
Thats not a bad idea, i might do it when i get some spare time on my hands :D
lol, even something simple like a form with some textboxes on it (IP, Port, Name) or similar. And maybe add some more defult servers? Hybrid, Cows, Zonquer etc :D
03/04/2008 15:51 leavemealone#5
Well this application was just my first simple server status script in C#, ill create a more better designed one with default servers which won't have options for adding though.
03/12/2008 16:12 Acidburncx#6
any plans on update?
03/12/2008 22:43 leavemealone#7
If people really want me to make one that handles most the server out right now i can =x
03/12/2008 23:00 Acidburncx#8
yap :P
03/13/2008 16:20 leavemealone#9
Lol, only one person doesn't really show much support :(
03/13/2008 23:24 UPSman2#10
it'd be a useful feature for any program :)
03/14/2008 02:29 leavemealone#11
Okay ill start to take it into consideration ^^