Need help with PHP script for ping monitoring for different location.

phpasks

New Member
Messages
145
Reaction score
0
Points
0
Ping a server or web site using our network of over 10 monitoring stations worldwide

Need help with PHP script for ping monitoring for different location.

Hi All
I need some assistance with getting ping monitoring for web site.

Basically I have to write a PHP page where if a site name is supplied it would return back
Network over 10 or more monitoring stations wordwide.

I have figured out how to get web site ping monitoring in PHP.

Does anyone know how to get around this problem, using PHP how can I figure out if ping motoring for multiple location.

Any help on this matter is appreciated

like this: http://www.watchmouse.com/en/ping.php
http://just-ping.com/

Cheers
Asif Khan
http://www.phpasks.com
 
Last edited:

woiwky

New Member
Messages
390
Reaction score
0
Points
0
In order to ping from different locations, you need to own or have authorized access to servers at those locations. As you can see from watchmouse.com here:

http://www.watchmouse.com/en/worldwide.php

they have servers at each of the locations they ping from. As for just-ping.com, I would think that it's siphoning the data from watchmouse.com, which is bandwidth stealing.

***

Well, just-ping.com has "Powered by WatchMouse web site monitoring" at the bottom. So it *might* be legit.
 
Last edited:

phpasks

New Member
Messages
145
Reaction score
0
Points
0
In order to ping from different locations, you need to own or have authorized access to servers at those locations. As you can see from watchmouse.com here:

http://www.watchmouse.com/en/worldwide.php

they have servers at each of the locations they ping from. As for just-ping.com, I would think that it's siphoning the data from watchmouse.com, which is bandwidth stealing.

***

Well, just-ping.com has "Powered by WatchMouse web site monitoring" at the bottom. So it *might* be legit.

hi woiwky,

thanks buddy.

Any other solution for that


I have also this fourm answer
http://forums.x10hosting.com/programming-help/63284-need-help-php-script-ip-address-sites.html


Asif
http://www.phpasks.com
 
Top