PHP-Ping
Update: Security Fix, $count was not sanitized, now fixed! Enjoy. Update: Works now with 4.2+ (register_globals change). Updated form validation (security). PHP-Ping is a PHP script to ping from your server. The author writes "I was looking for a easy ping script and didn't found one, so I wrote this one. Just one file, a single line to configure.". Update (Aug. 2002): no more errors with new PHP versions.
Visit publisher site: PHP-PingListing Details
- Version:
- 1.2
- Filed in:
-
Scripts / PHP / Scripts & Programs / Networking Tools / Ping
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
In the Count file you can put other entries and that isn“t secure. example : 4; ls; echo put it in the script and it was secure: $count= preg_replace ("/[^0-9]/","",$count);