Does anyone know if there are any PHP scripts that will allow you to run Ping and Traceroute without utilizing the PHP system() function or use the network utilities on the server..
I understand that this wouldnt be a 'real' ping or traceroute but anything will do for me.
I used to have a script that utilized the system() command but the webhost disabled it.
Then I had a script which did something like this:
That script doesnt seem to use the system() function but has also stopped working recently so I was looking for something that would not depend on the Ping and Traceroute utilities on the server but rather 'mimic' those functions and provide comparable output.
Thanks