I have a server which is running on ip: 66.41.149.84 and on port: 1716.
What I want to do is have a status on my web page that if the server is running on this port, it will indicate this. I was thinking of something like a graphic. I would have an offline graphic if noting was running on this port, then if something was, a different image would appear (online). I know this would involve some sort of if then type programming, but I do now if this can be done in java or another language.
Any help would be greatly appreciated.
What I want to do is have a status on my web page that if the server is running on this port, it will indicate this. I was thinking of something like a graphic. I would have an offline graphic if noting was running on this port, then if something was, a different image would appear (online). I know this would involve some sort of if then type programming, but I do now if this can be done in java or another language.
Any help would be greatly appreciated.