 |
 |
Bizzar.Ping
A lot of my scripts follow a pattern of being simple yet effective, and this one is no different! I needed a ping script in PHP that would check to see if a server was online (pingable or not) however every other script I found was either complicated, or used some port connection (usually port 80). Not every server is a http server and not every script should have a million parameters for such a simple request. And thus is born, Bizzar.PING. This script will ping an IP, parse the output, and display whether the server is online or not. Simple, to the point.
Visit site to download...
|
 |
 |