Computer Hope

Internet & Networking => Web design => Topic started by: cfire on June 30, 2004, 01:35:15 AM

Title: pleas... i need help about ping
Post by: cfire on June 30, 2004, 01:35:15 AM
hi.

i build some internet site & i want to put some links that send ping to server in my workgroup & back Results if the server is up or down (or just if the server is alive)
i cant find Solution to this problem.

pleas.....
Title: Re: pleas... i need help about ping
Post by: PCgeek8080 on August 01, 2004, 06:12:13 PM
Try http://dnsstuff.com. You can view the source code and make a form. Set the form action to the form actions for the same things they do.
Title: Re: pleas... i need help about ping
Post by: SKy on August 06, 2004, 02:58:06 PM
Hi cFire,

I would suggest smthing like visualroute from visualware


http://www.visualware.com/
Title: Re: pleas... i need help about ping
Post by: mims1979 on September 14, 2004, 01:29:12 PM
If by chance you are running a webserver on the other machines, you could do something like:

<IMG SRC="http://othermachine/image.png" border="0" ALT="Othermachine Status" onerror="this.onerror=null;this.src='/offline.png';">

That way, when the other server is online, it will grab the image.png located on that server (just have it be a small image that says "online")  But when the server is not up, an error will happen, and it will pull the "offline.png" off of the current server.  Optionally, depending on your network connectivity, you might could change the path to the online image to file://\\machinename\share\image.png  in the event that you didnt have a webserver running on the remote machines.