News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Developer Tutorials Blog:
Port Scanning and Service Status Checking in PHP
June 10, 2008 @ 08:46:08

The Developer Tutorials blog has posted a new tutorial covering how to scan ports and checking a remote service's status with PHP.

Having access to the current status of public servers can empower your applications to make decisions and respond to problems automatically. Acknowledging a service is offline can also save endless support emails. In this tutorial, I'll show you how to keep track of your server status by scanning ports on your server with PHP.

They show how to check a remote instance (a socket open with a timeout) and how to run through a list of ports, looping from one to one-thousand and running an fsockopen on each. They make a sample script to show these two combined - a simple page that loops through the common protocols (HTTP, FTP, SSH, etc) and checks to see if the remote machine is running something on that port.

0 comments voice your opinion now!
port scan service status check fsockopen http ftp ssh



Similar Posts

PHP.net: PHP 4.4.2 Released

Zend Developer Zone: Book Review: Pro PHP XML and Web Services

Zend Developer Zone: Preventing Unwanted Access to Your API

David Coallier's Blog: Free PHP Security Scan

David Coallier's Blog: Free PHP Security Scan


Community Events











Don't see your event here?
Let us know!


ajax developer mysql package cakephp conference book application PHP5 job database releases release PEAR example zend code security zendframework framework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework