Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: pleas... i need help about ping  (Read 5925 times)

0 Members and 1 Guest are viewing this topic.

cfire

  • Guest
pleas... i need help about ping
« 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.....

PCgeek8080

  • Guest
Re: pleas... i need help about ping
« Reply #1 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.
« Last Edit: August 01, 2004, 06:14:20 PM by PCgeek8080 »

SKy

  • Guest
Re: pleas... i need help about ping
« Reply #2 on: August 06, 2004, 02:58:06 PM »
Hi cFire,

I would suggest smthing like visualroute from visualware


http://www.visualware.com/

mims1979

  • Guest
Re: pleas... i need help about ping
« Reply #3 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.
« Last Edit: September 14, 2004, 01:29:31 PM by mims1979 »