Posts: 15
Threads: 5
Joined: Oct 2011
Reputation:
0
Hi guys
I need a java script or html so on my site if server is running it will say ONLINE if not OFFLINE.
Thank you
Guest9328472398472
Unregistered
I don't understand your question...
Guest9328472398472
Unregistered
Quote:
Originally Posted by SourceCode
|
Oh that...
You can also use
this.
Posts: 1,013
Threads: 84
Joined: Aug 2010
Reputation:
0
With HTML you cant check if your server is online or offline and then display a message saying online or offline, I don't think this can be done with java either, it is possible with php. You can setup a php code to check if your port is open then display a message if the server is online or offline depending on the port. If the port is open server is online, if port is close server is offline.
Guest9328472398472
Unregistered
Quote:
Originally Posted by SloStunter
ok ty
|
No Problem!